From owner-svn-src-all@FreeBSD.ORG Mon Jun 15 17:03:42 2015 Return-Path: Delivered-To: svn-src-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE3F5262; Mon, 15 Jun 2015 17:03:41 +0000 (UTC) (envelope-from peter@wemm.org) Received: from smtp2.wemm.org (smtp2.wemm.org [192.203.228.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp2.wemm.org", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D0DD85FE; Mon, 15 Jun 2015 17:03:41 +0000 (UTC) (envelope-from peter@wemm.org) Received: from overcee.wemm.org (canning.wemm.org [192.203.228.65]) by smtp2.wemm.org (Postfix) with ESMTP id 47070F76; Mon, 15 Jun 2015 10:03:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wemm.org; s=m20140428; t=1434387821; bh=Wr8iUCYvfksYWMXaYwwrQFELxqEp5mfE8LSgKYg7tuY=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=kLAVZWNBJe4JOrrlnzXCbNJvK3UqAcDYyuXWYMOT/5xy9g6EcaiWeBDXFZEBqF37X /E6S6krhcZoVAl3vCTZmh4vVw/E2mB1EfnvmLrEGjcD4rhhXqI7DJt9BQU5EKxs2o4 KRygF44rBb1YbhJEhAua9BITun0rgAJTDRc+FuG0= From: Peter Wemm To: Adrian Chadd Cc: Baptiste Daroussin , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Subject: Re: svn commit: r284417 - in head: cddl/lib gnu/lib/libgcc gnu/lib/libssp lib/libalias/libalias lib/libalias/modules lib/libbegemot lib/libc lib/libcam lib/libcapsicum lib/libcasper lib/libcrypt lib/li... Date: Mon, 15 Jun 2015 10:03:35 -0700 Message-ID: <13210540.7KD1epFrEA@overcee.wemm.org> User-Agent: KMail/4.14.3 (FreeBSD/11.0-CURRENT; KDE/4.14.3; amd64; ; ) In-Reply-To: References: <201506151534.t5FFYLi4009100@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart26130797.W3CVULgh9K"; micalg="pgp-sha256"; protocol="application/pgp-signature" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2015 17:03:42 -0000 --nextPart26130797.W3CVULgh9K Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="us-ascii" On Monday, June 15, 2015 09:27:09 AM Adrian Chadd wrote: > ... this feels like the wrong solution. A really, really wrong soluti= on. >=20 > I was just about to use SHLIBDIR overriding for doing something for > cross-builds, and now I can't. >=20 >=20 >=20 > -adrian FWIW; you can usually use the "I really mean it" override.. SHLIBDIR :=3D /somewhere Like Baptiste said, this was just to buy time to prevent people from ge= tting=20 trashed as a result of doing an installworld when running zfs. It's mo= re than=20 just ZFS, but that's the most visible failure mode. The failure is that the zfs libraries and libnvpair get installed into=20= /usr/lib, but the /sbin zfs binaries use the ones from /lib. Depending= on the=20 age of the now-stale copies in /lib, you get undefined symbols. And if= you get=20 rid of them, you now have a boot failure if /usr is its own dataset. d= elete- old-libs doesn't help because it thinks that the /lib version is the co= rrect=20 one. =2D-=20 Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com; KI= 6FJV UTF-8: for when a ' or ... just won\342\200\231t do\342\200\246 --nextPart26130797.W3CVULgh9K Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJVfwVnAAoJEDXWlwnsgJ4EKzcH/3hUw3iIC0/t0FEtJT+FeKfP agoViwne5bV/hRLYTMBRKPc6+13aovoZ2OluUttuqvrS5XPeEvv3dqhEJoD0pQxv E/Bmele8ytH57UwQm1vI5x7QG2jzJArhzFnEa1BULsPUgOHFr+8p48S/wBOIRCJC gETMSyPTUE/auk4+FzVKXRol35bi4XmXnnQnZ7grZ0/ZXjOdoGH9sAsasQ+hPzz7 baHB3LLcokQxDasieDfsDVysPt5BkdxsrJtF1Gt3/L7MlOFrCsNKobzHp5nGUe04 taU4+LZRwAyxNKjECWRhiHHzCLzKV4++PwVtRICX8d/lXZCZgQYu5arwzhVDlfY= =e8o9 -----END PGP SIGNATURE----- --nextPart26130797.W3CVULgh9K--