From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10216 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl ldd: swt build: Error relocating / symbol not found Date: Fri, 24 Jun 2016 01:15:27 +0200 Message-ID: <20160623231527.GZ22574@port70.net> References: <576B58E6.6040400@gmail.com> <20160623042448.GX10893@brightrain.aerifal.cx> <576C02C2.7070006@gmail.com> <20160623171008.GY10893@brightrain.aerifal.cx> <576C3BB4.3010307@gmail.com> 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 1466723754 27589 80.91.229.3 (23 Jun 2016 23:15:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Jun 2016 23:15:54 +0000 (UTC) Cc: musl@lists.openwall.com To: Andrei Pozolotin Original-X-From: musl-return-10229-gllmg-musl=m.gmane.org@lists.openwall.com Fri Jun 24 01:15:47 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 1bGDqY-0008At-G7 for gllmg-musl@m.gmane.org; Fri, 24 Jun 2016 01:15:42 +0200 Original-Received: (qmail 5478 invoked by uid 550); 23 Jun 2016 23:15:39 -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 5453 invoked from network); 23 Jun 2016 23:15:39 -0000 Mail-Followup-To: Andrei Pozolotin , musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <576C3BB4.3010307@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Xref: news.gmane.org gmane.linux.lib.musl.general:10216 Archived-At: * Andrei Pozolotin [2016-06-23 19:42:44 +0000]: > b) while at the same time musl ldd reporting that library dependency > tree is resolved with no error: > > lddtree /usr/lib/libswt-atk-gtk-4530.so that's not musl's ldd, but scanelf from pax-utils when debugging such a complicated setup the output of tools that may use subtly different library paths and symbol resolution logic is not very helpful. ldd /usr/lib/libswt-gtk-4530.so ldd /usr/lib/libswt-atk-gtk-4530.so would be more interesting.. but even then we don't know what's going on (if libswt-gtk-4530.so is dlopened with RTLD_LOCAL then its libgobject dependency might not be visible to libswt-atk-gtk-4530)