From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3917 Path: news.gmane.org!not-for-mail From: Rob Landley Newsgroups: gmane.linux.lib.musl.general Subject: Re: problems with dynamic linking since 0.9.1 Date: Thu, 15 Aug 2013 16:19:27 -0500 Message-ID: <1376601567.2737.36@driftwood> References: <20130813110709.GH5368@port70.net> <20130813145259.GI5368@port70.net> <20130813180331.GE221@brightrain.aerifal.cx> <20130814142710.GN221@brightrain.aerifal.cx> <20130814144955.GJ5368@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1376601583 11525 80.91.229.3 (15 Aug 2013 21:19:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Aug 2013 21:19:43 +0000 (UTC) Cc: musl@lists.openwall.com To: musl@lists.openwall.com Original-X-From: musl-return-3921-gllmg-musl=m.gmane.org@lists.openwall.com Thu Aug 15 23:19:47 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1VA4xL-0001lT-8h for gllmg-musl@plane.gmane.org; Thu, 15 Aug 2013 23:19:43 +0200 Original-Received: (qmail 30443 invoked by uid 550); 15 Aug 2013 21:19:41 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 30435 invoked from network); 15 Aug 2013 21:19:41 -0000 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:date:from:subject:to:cc:references:in-reply-to :message-id:mime-version:content-type:content-disposition :content-transfer-encoding; bh=xrddIeiJ8h3ZDLMOl5COeAk90yyEsmEBE+hU+Y+87gI=; b=O1dn+DBfSElPBVBMDepbnBY4++lwLuo5Ms5JqU/24osoG56nY47936t5um3ufYsZ3D qfcQr9cucIrevuLu5MRIpSplj75QpbOVaJOGVcaE6eAdpWfNogrB44ELRegyHLU4Zj/1 abLMgTx9hjQbcpdX+iXAIVhX1AJa9Tty5X5P6UYkYj77VCxUozb/3BKF3VU61h0WnMq6 Kfz5dKwsRrxzMVFJUMeCkWuow8bri0dUW8wZOXkkn70TCmL8mmiv8IRXAH7fVj23rR/6 0WmMQoB4VQ3hiAMeY20wTwzh0I3tHA3sqzaeL0ppDdFm+MdMd22Y1qxnm7Jm3gzbJyqa 3Ybw== X-Gm-Message-State: ALoCoQmJynEmSMlYtku6asL9hYpBnsLiKlIBkgsG5UgGhkDYCZwponed0bNEISpDj5QlhoCGdukn X-Received: by 10.60.161.136 with SMTP id xs8mr121891oeb.77.1376601569730; Thu, 15 Aug 2013 14:19:29 -0700 (PDT) In-Reply-To: <20130814144955.GJ5368@port70.net> (from nsz@port70.net on Wed Aug 14 09:49:55 2013) X-Mailer: Balsa 2.4.11 Content-Disposition: inline Xref: news.gmane.org gmane.linux.lib.musl.general:3917 Archived-At: On 08/14/2013 09:49:55 AM, Szabolcs Nagy wrote: > * Rich Felker [2013-08-14 10:27:10 -0400]: > > On Wed, Aug 14, 2013 at 11:06:29AM +0200, Jens wrote: > > > bash-4.1# ld -V > > > GNU ld version 2.17 > > > Supported emulations: > > > elf_x86_64 > > > elf_i386 > > > i386linux > > > > > > Hope this helps. > > > > Thanks. I don't see anything obviously wrong in the trace or verbose > > output. Unless /lib is where you have musl installed (which doesn't > > seem to be the case, the -L /lib/. probably should not be there, but > > it doesn't seem related to the problem. Have you run the file =20 > command > > and/or readelf -a on libc.so as a sanity check? Perhaps something > > about the toolchain or existing wrapper messed up the link of =20 > libc.so. > > >=20 > wasn't there an issue that the last gplv2 binutils version > failed to produce a working libc.so with -Bsymbolic-functions? http://landley.net/hg/aboriginal/rev/1545 Rob=