From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/8147 Path: news.gmane.org!not-for-mail From: Felix Janda Newsgroups: gmane.linux.lib.musl.general Subject: Re: dynamic linker issue Date: Thu, 9 Jul 2015 20:20:44 +0200 Message-ID: <20150709182044.GA450@nyan> References: <20150709171159.4f08479e@ncopa-desktop.alpinelinux.org> 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 1436466074 13947 80.91.229.3 (9 Jul 2015 18:21:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Jul 2015 18:21:14 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-8160-gllmg-musl=m.gmane.org@lists.openwall.com Thu Jul 09 20:21:13 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 1ZDGRb-0003pJ-Pd for gllmg-musl@m.gmane.org; Thu, 09 Jul 2015 20:21:11 +0200 Original-Received: (qmail 32423 invoked by uid 550); 9 Jul 2015 18:21:10 -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 32405 invoked from network); 9 Jul 2015 18:21:09 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <20150709171159.4f08479e@ncopa-desktop.alpinelinux.org> User-Agent: Mutt/1.5.23 (2014-03-12) Xref: news.gmane.org gmane.linux.lib.musl.general:8147 Archived-At: Can reproduce on gentoo with arm (patched Makefile): LD_LIBRARY_PATH="/tmp/a:/usr/lib/gcc/armv7a-hardfloat-linux-musleabi/4.7.4/" /usr/lib/libc.so -- ./foo BUG at file position route/tc.c:978:rtnl_tc_register Assertion failed: 0 (route/tc.c: rtnl_tc_register: 978) Makefile:10: recipe for target 'run' failed make: *** [run] Aborted libc.so has .hash and .gnu_hash, the others only have .hash. Felix