From owner-freebsd-current@freebsd.org Wed Mar 15 21:18:56 2017 Return-Path: Delivered-To: freebsd-current@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 82A0CD0DE5F for ; Wed, 15 Mar 2017 21:18:56 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5F2A41D46 for ; Wed, 15 Mar 2017 21:18:56 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5B95AD0DE5E; Wed, 15 Mar 2017 21:18:56 +0000 (UTC) Delivered-To: current@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 5B39CD0DE5D for ; Wed, 15 Mar 2017 21:18:56 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1A3831D45; Wed, 15 Mar 2017 21:18:56 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 4B6CA6681; Wed, 15 Mar 2017 21:18:55 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 7C7BC21EE; Wed, 15 Mar 2017 21:18:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id d7e-FF_wiS74; Wed, 15 Mar 2017 21:18:51 +0000 (UTC) Subject: Re: Apparent build race(s), r315238 -> r315298 DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 764C121CF To: David Wolfskill , current@freebsd.org, ngie@FreeBSD.org References: <20170315170446.GA1341@albert.catwhisker.org> <29bb3168-7c3c-8954-4f39-d3ab544ce33d@FreeBSD.org> <20170315182315.GE1341@albert.catwhisker.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <804688dc-2ddd-e199-8720-5f7916dbef67@FreeBSD.org> Date: Wed, 15 Mar 2017 14:19:13 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NpoVrLg7B1hqeAWhuFogbrecawEBcqg6J" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2017 21:18:56 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --NpoVrLg7B1hqeAWhuFogbrecawEBcqg6J Content-Type: multipart/mixed; boundary="879RQV1hFvuhEMw1qoBWuNqib50owdEw2"; protected-headers="v1" From: Bryan Drewery To: David Wolfskill , current@freebsd.org, ngie@FreeBSD.org Message-ID: <804688dc-2ddd-e199-8720-5f7916dbef67@FreeBSD.org> Subject: Re: Apparent build race(s), r315238 -> r315298 References: <20170315170446.GA1341@albert.catwhisker.org> <29bb3168-7c3c-8954-4f39-d3ab544ce33d@FreeBSD.org> <20170315182315.GE1341@albert.catwhisker.org> In-Reply-To: --879RQV1hFvuhEMw1qoBWuNqib50owdEw2 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 3/15/2017 2:10 PM, Bryan Drewery wrote: > On 3/15/2017 11:23 AM, David Wolfskill wrote: >> On Wed, Mar 15, 2017 at 11:09:05AM -0700, Bryan Drewery wrote: >>> ... >>> So where is /common/S4/obj coming from? >>> >>> Is there a symlink involved here for /usr/obj? >>> .... >> >> Yes; I've had /usr/obj as a symlink (to a different file system) for .= =2E. >> a couple of decades, now.... >=20 > Ok, I don't think the symlink is the problem. It's just the meta mode > handling forcing a realpath(3) on some of the output which causes the > confusion. >=20 > Still looking... >=20 >=20 This should fix it: https://svnweb.freebsd.org/changeset/base/315332 --=20 Regards, Bryan Drewery --879RQV1hFvuhEMw1qoBWuNqib50owdEw2-- --NpoVrLg7B1hqeAWhuFogbrecawEBcqg6J Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJYya/RAAoJEDXXcbtuRpfP11wH/3oT49CZjDMkQGYurJIMR4LO XRwP+5Q6q2YHYuQt2eNMcSD6ULX7VmmVidBxvMNiTVLqAAgZX3jP7AsNScguN76I fuKR/iMrl5rBXHhvb1eRFR8uFUkQ6ynoxp7I+ok9RhVniQhFsiOx6B57rpLJAnKU cW2bl3Oscml6Gvx2PLWw5VCv3XcHsie0lRWwX41+kDvFXChRhN1ZlQ/lAghQ8W9Q a+bNZauKRgQCXcaE7zgUEXXxrp2WTM5lZE3nE3RM1b0mlxaUI9gpnShx/yrYJIW1 O4sOLcJQt3zxbcQLN1UwKVY+EHLG31pw/8zytcyf6Us1wdd+uTBv3Z8N+FYbozI= =OaQD -----END PGP SIGNATURE----- --NpoVrLg7B1hqeAWhuFogbrecawEBcqg6J--