From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/7320 Path: news.gmane.org!not-for-mail From: u-wsnj@aetey.se Newsgroups: gmane.linux.lib.musl.general Subject: Re: perl native musl, ldd Date: Thu, 2 Apr 2015 20:48:10 +0200 Message-ID: <20150402184810.GF4456@example.net> References: <551D65EF.9030802@safe.ca> <20150402161837.GA6817@brightrain.aerifal.cx> <551D87C0.4010409@safe.ca> 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 1428000535 15186 80.91.229.3 (2 Apr 2015 18:48:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Apr 2015 18:48:55 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-7333-gllmg-musl=m.gmane.org@lists.openwall.com Thu Apr 02 20:48:46 2015 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 1YdkAX-0004OU-Tz for gllmg-musl@m.gmane.org; Thu, 02 Apr 2015 20:48:46 +0200 Original-Received: (qmail 22064 invoked by uid 550); 2 Apr 2015 18:48:44 -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 22045 invoked from network); 2 Apr 2015 18:48:43 -0000 X-T2-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50 Received-SPF: none receiver=mailfe07.swip.net; client-ip=204.8.156.142; envelope-from=u-wsnj@aetey.se Content-Disposition: inline In-Reply-To: <551D87C0.4010409@safe.ca> Xref: news.gmane.org gmane.linux.lib.musl.general:7320 Archived-At: On Thu, Apr 02, 2015 at 02:17:36PM -0400, Jean-Marc Pigeon wrote: > >> bash-4.3# ldd SysV.so > >> ldd (0x7f5d60dd2000) > >> libc.so => ldd (0x7f5d60dd2000) > >> Error relocating SysV.so: Perl_croak: symbol not found > >> Error relocating SysV.so: Perl_sv_setiv: symbol not found > >> Error relocating SysV.so: Perl_sv_2pv_flags: symbol not found > >> Error relocating SysV.so: Perl_av_store: symbol not found > >> etc. > I am using a packager using ldd to establish > dependencies list. I would not say reporting the symbols is a bug, rather that the packager is kind of relying on UB. Is there a specification of how a program called "ldd" shall format its output and which data shall be present? Rune