From owner-svn-src-stable@freebsd.org Tue Jan 5 08:11:28 2016 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45AE2A61B1D; Tue, 5 Jan 2016 08:11:28 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-ob0-x243.google.com (mail-ob0-x243.google.com [IPv6:2607:f8b0:4003:c01::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0FE4619BD; Tue, 5 Jan 2016 08:11:28 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-ob0-x243.google.com with SMTP id q2so23123215obl.1; Tue, 05 Jan 2016 00:11:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=n4SnSQ/FmpM7bEjEChQAw0OXsd4sSW5+AVLkCpSo5qo=; b=TRsUUztDRMavGDdRXvdsWBUSoBN/RDDCDTFOcCIEF2vNIudTmHlGx5MnwmT1dsMKMh +1hWLt9q2QXr32ogbDP62p5VtlH62xtEPwpbezfcgMF75VWJqWnTs3NXmi1b9B5hRnHr heh8rFJ+ZA1Ocg1UpKkeZGui7uZZEq+bGA6ba3FugFZFYg8j5ck3A1UVMmPzgVpOUTJD iE8jNECb0BhPOHS0Kb0sNY+L1pf0CxqsvZm0BxuavCK67xxLHzlSq19xWEAypfieE952 OVYGSf0fu4aFCSyimH/HiSjw/8+DGwBLMMOcegO07ZRiJwf3CiCdx8qhoSajkPTTT7rf vLWQ== X-Received: by 10.60.51.70 with SMTP id i6mr65963524oeo.3.1451981487400; Tue, 05 Jan 2016 00:11:27 -0800 (PST) Received: from [192.168.20.7] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id r84sm33364965oig.0.2016.01.05.00.11.25 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 05 Jan 2016 00:11:25 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r277457 - in stable/10: . etc etc/mtree tools/build/mk From: NGie Cooper In-Reply-To: Date: Tue, 5 Jan 2016 00:11:23 -0800 Cc: Garrett Cooper , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <76274015-66CE-40EA-A07B-084552119C21@gmail.com> References: <201501202339.t0KNd9J6007337@svn.freebsd.org> To: Craig Rodrigues X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2016 08:11:28 -0000 > On Jan 4, 2016, at 21:38, Craig Rodrigues wrote: >=20 > On Tue, Jan 20, 2015 at 6:39 PM, Garrett Cooper = wrote: > Author: ngie > Date: Tue Jan 20 23:39:08 2015 > New Revision: 277457 > URL: https://svnweb.freebsd.org/changeset/base/277457 >=20 > Log: > MFC r275907: >=20 > r275907 (by ngie): >=20 > Fix building/installing tests when TESTSBASE !=3D /usr/tests >=20 >=20 >=20 > This merge is botched. Can you fix this? >=20 > mtree is now creating these directories under /usr/tests/sys which is = wrong, and causing "installworld" to fail if > src.conf contains WITH_TESTS=3D"yes" It wasn=E2=80=99t the merge that created the problem=E2=80=A6 = the real problem was committed in r291183. I=E2=80=99ve fixed it in = r293191. Thanks for the report (and sorry for the mistake :(=E2=80=A6). -NGie=