Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 374253 - Inconsistency detected by ld.so: dl-deps.c: 622: _dl_map_object_deps: Assertion `nlist > 1' failed!
Summary: Inconsistency detected by ld.so: dl-deps.c: 622: _dl_map_object_deps: Asserti...
Status: RESOLVED DUPLICATE of bug 374107
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-06 16:42 UTC by Ian Abbott
Modified: 2011-07-06 17:41 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Abbott 2011-07-06 16:42:39 UTC
After upgrading from sys-libs/glibc-2.13-r2 to sys-libs/glibc-2.13-r3 on x86_64 architecture, it is no longer possible to build dev-lang/mono-2.10.2(-r1) -- see bug 374107.

Reproducible: Always

Steps to Reproduce:
1. emerge =sys-libs/glibc-2.13-r3
2. emerge =dev-lang/mono-2.10.2-r1

Actual Results:  
emerge of mono fails with:
...
make all-local
make[8]: Entering directory
`/var/tmp/portage/dev-lang/mono-2.10.2-r1/work/mono-2.10.2/mcs/tools/gacutil'
MCS     [basic] gacutil.exe
Inconsistency detected by ld.so: dl-deps.c: 622: _dl_map_object_deps: Assertion
`nlist > 1' failed!
make[8]: *** [../../class/lib/basic/gacutil.exe] Error 127
make[8]: Leaving directory
`/var/tmp/portage/dev-lang/mono-2.10.2-r1/work/mono-2.10.2/mcs/tools/gacutil'
make[7]: *** [do-all] Error 2

(see bug 374107)


Upstream bug report indicates problems with x86 architecture as well as x86_64.  See upstream bug report:
http://sourceware.org/bugzilla/show_bug.cgi?id=12454

It has already been fixed in git upstream by this committed patch:
http://sourceware.org/git/?p=glibc.git;a=patch;h=6b1e7d1992cd89032df431c0e0d1418b97e57cd8

Could this be added to Gentoo's patchset for glibc-2.13?
Comment 1 Maksym 2011-07-06 16:47:17 UTC
Have same problem with glibc-2.13-r3 while libreoffice -bin start:

$ libreoffice
Warning: failed to launch javaldx - java may not fuction correctly
Inconsistency detected by ld.so: dl-deps.c: 622: _dl_map_object_deps: Assertion `nlist > 1' failed!

sys-libs/glibc
     Installed versions:  2.13-r3(2.2)!s(19:02:28 06.07.2011)(multilib nls -crosscompile_opts_headers-only -debug -gd -glibc-omitfp -hardened -profile -selinux -vanilla)

app-office/libreoffice-bin
     Installed versions:  3.4.1
Comment 2 Hilco 2011-07-06 17:27:29 UTC
Openoffice-bin also fails to start giving this error.

I just discovered I'm not allowed to downgrade glibc so the obvious workaround I can't even try. So there is no way to run OO anymore?
Comment 3 Pacho Ramos gentoo-dev 2011-07-06 17:41:49 UTC

*** This bug has been marked as a duplicate of bug 374107 ***