[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#8542: 2.4 : triggers libc "nlist > 1" assertion failure from --link
From: |
Mike Frysinger |
Subject: |
bug#8542: 2.4 : triggers libc "nlist > 1" assertion failure from --link in 'setarch i686' environment |
Date: |
Mon, 25 Apr 2011 01:10:21 -0400 |
On Fri, Apr 22, 2011 at 12:36 PM, Jason Vas Dias wrote:
> $ make
> CXXLD libgoo.la
> Inconsistency detected by ld.so: dl-deps.c: 622: _dl_map_object_deps:
> Assertion `nlist > 1' failed!
sounds like the glibc bug:
http://sources.redhat.com/bugzilla/show_bug.cgi?id=12454
-mike