From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10221 Path: news.gmane.org!not-for-mail From: Alexander Monakov Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl ldd: swt build: Error relocating / symbol not found Date: Fri, 24 Jun 2016 20:17:00 +0300 (MSK) Message-ID: References: <576B58E6.6040400@gmail.com> <20160623042448.GX10893@brightrain.aerifal.cx> <576C02C2.7070006@gmail.com> <20160623171008.GY10893@brightrain.aerifal.cx> <576C3BB4.3010307@gmail.com> <20160623231527.GZ22574@port70.net> <576D5E9B.4070608@gmail.com> <20160624170347.GB10893@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1466788635 8499 80.91.229.3 (24 Jun 2016 17:17:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Jun 2016 17:17:15 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-10234-gllmg-musl=m.gmane.org@lists.openwall.com Fri Jun 24 19:17:14 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1bGUjB-0006Q9-NZ for gllmg-musl@m.gmane.org; Fri, 24 Jun 2016 19:17:13 +0200 Original-Received: (qmail 14274 invoked by uid 550); 24 Jun 2016 17:17:12 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 14250 invoked from network); 24 Jun 2016 17:17:11 -0000 In-Reply-To: <20160624170347.GB10893@brightrain.aerifal.cx> User-Agent: Alpine 2.20 (LNX 67 2015-01-07) Xref: news.gmane.org gmane.linux.lib.musl.general:10221 Archived-At: On Fri, 24 Jun 2016, Rich Felker wrote: > OK, this is likely the root of the problem: invalid code assuming that > it can load libraries with undefined symbols as long as it doesn't try > to use those code paths. No, this does not explain the issue: as the first message in thread shows, the symbol is defined in libgobject, and if it wasn't, ldd would detect that. So we still don't have the root cause. Alexander