From owner-svn-src-head@freebsd.org Sun Jun 28 07:49:36 2015 Return-Path: Delivered-To: svn-src-head@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 5F35698E5EE; Sun, 28 Jun 2015 07:49:36 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (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 DF77D1E53; Sun, 28 Jun 2015 07:49:35 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wiwl6 with SMTP id l6so74985380wiw.0; Sun, 28 Jun 2015 00:49:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=ksUy++RpWp4DR5VHNSc8q6EFLQEnJIA7pNDQZieQk8E=; b=hNtpq98UQNxEzmQpT2mJlXctdiWyxIURxY9RBvz/Ec8UsssH65jeYqSI94eAkbcWzC 25wkWqrJgzYIFEUsg0K/DRXtcYdNjuSbUthwTz+3nb0/+RiGuXmVHpVs1Q+xueH1mKYC pb1Y/5V06YynxeT1RZHlmRJkcuIXJ8FLn8JTpj9uf+QVdHg+8QV0mJzAOxNHM+0FPdEm 0h1GMUsYFJCTN2s4iRS+hmLjvV3w7+gfjw5tJOrV8qp7MpVyCvmh0VD99cXFPuIE7Z6h oh8V/YZG1cBV75u5bRkzHMnrKZ1o9lhX+8Hz0JyUpSe2fNCL5l0hHdwfW7N+h/mo1wu0 sRgg== X-Received: by 10.180.11.225 with SMTP id t1mr11859912wib.94.1435477774507; Sun, 28 Jun 2015 00:49:34 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id y19sm6249875wia.15.2015.06.28.00.49.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 28 Jun 2015 00:49:33 -0700 (PDT) Sender: Baptiste Daroussin Date: Sun, 28 Jun 2015 09:49:31 +0200 From: Baptiste Daroussin To: NGie Cooper Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" Subject: Re: svn commit: r284898 - in head: . share/mk Message-ID: <20150628074931.GB68142@ivaldir.etoilebsd.net> References: <201506272328.t5RNSvQS063168@svn.freebsd.org> <260A448A-7195-49E6-8CCD-9F0753B61A18@gmail.com> <20150628074103.GA68142@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/WwmFnJnmDyWGHa4" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 07:49:36 -0000 --/WwmFnJnmDyWGHa4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 28, 2015 at 12:46:34AM -0700, NGie Cooper wrote: > On Sun, Jun 28, 2015 at 12:41 AM, Baptiste Daroussin w= rote: > > On Sat, Jun 27, 2015 at 08:37:23PM -0700, Garrett Cooper wrote: > >> > >> > On Jun 27, 2015, at 16:28, Baptiste Daroussin wro= te: > >> > > >> > Author: bapt > >> > Date: Sat Jun 27 23:28:56 2015 > >> > New Revision: 284898 > >> > URL: https://svnweb.freebsd.org/changeset/base/284898 > >> > > >> > Log: > >> > Make all shared library a relative symlink > >> > > >> > This makes sysroot usable for cross building, it also removes the n= eed for > >> > _SHLIBDIRPREFIX (keeps its definition since picobsd uses it and I h= ave no time > >> > to test it) > >> > > >> > Differential Revision: https://reviews.freebsd.org/D2920 > >> > Submitted by: imp, adrian > >> > Tested by: adrian > >> > >> Thank you!!! Now all you need to do is fix the ldscripts (lib/libc, et= c) to not have absolute paths. > > They do not (as far as I know): > > cat /usr/lib/libc.so > > /* $FreeBSD: headlibc.ldscript 258283 2013-11-17 22:52:17Z peter $ */ > > GROUP ( libc.so.7 libc_nonshared.a libssp_nonshared.a ) >=20 > Ah, I'm guessing you fixed it [by accident/on purpose?] in this commit > based on comments in bsd.lib.mk related to SHLIB_LINK... >=20 > Cheers! Not at all I have this on a both where I haven't yet r284898 iirc it is like this since the beginning I do not remember seeing those ld scripts with abs= olute path. Best regards, Bapt --/WwmFnJnmDyWGHa4 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlWPpwsACgkQ8kTtMUmk6ExlbwCfZy4u3ZuGm8ITqLPd8lkWEyDx ZQAAnizXqb6wUUJ0iHRU5tSAIjEu+/OG =4nRn -----END PGP SIGNATURE----- --/WwmFnJnmDyWGHa4--