This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: test if possible


On 09/05/11 13:37, Ulrich Drepper wrote:
In the next days 2.14 should probably be released.  I've fixed a few
more bugs and might do some more work tomorrow.  If you have a chance
give the current git tree a twirl.


If I build the test-suite with -Wl,--as-needed in my LDFLAGS I get the following (new) failures:


Inconsistency detected by ld.so: dl-deps.c: 626: _dl_map_object_deps: Assertion `nlist > 1' failed!
make[2]: *** [/build/src/glibc-build/elf/tst-tls9.out] Error 127


tst-tls9-static: dl-deps.c:626: _dl_map_object_deps: Assertion `nlist > 1' failed.
Didn't expect signal from child: got `Aborted'
make[2]: *** [/build/src/glibc-build/elf/tst-tls9-static.out] Error 1


which looks like this issue still hanging about:
http://sourceware.org/bugzilla/show_bug.cgi?id=12454

Apart from confirming that removing --as-needed from LDFLAGS "fixes" the issue, I have not had time to investigate further.


Also, is there any chance the fix in http://sourceware.org/bugzilla/show_bug.cgi?id=12403 could be pulled?


Allan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]