Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 496952 - sys-libs/glibc-2.17 with emerge --jobs=>1 - bin/python2.7: relocation error: /lib/libresolv.so.2: symbol __sendmmsg, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
Summary: sys-libs/glibc-2.17 with emerge --jobs=>1 - bin/python2.7: relocation error: ...
Status: RESOLVED DUPLICATE of bug 464104
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-04 09:33 UTC by Toralf Förster
Modified: 2014-01-04 14:02 UTC (History)
0 users

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


Attachments
emerge.log (sys-libs:glibc-2.17:20140104-090751.log.gz,508.32 KB, application/gzip)
2014-01-04 09:33 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2014-01-04 09:33:47 UTC
Created attachment 366944 [details]
emerge.log

at 2 x86 (1 host, 1 chrooted user mode linux image) I got this :

Would you like to merge these packages? [Yes/No]
>>> Verifying ebuild manifests
>>> Emerging (1 of 2) sys-libs/glibc-2.17
>>> Installing (1 of 2) sys-libs/glibc-2.17
>>> Jobs: 0 of 2 complete                           Load avg: 4.15, 5.78, 6.31/usr/bin/python2.7: relocation error: /lib/libresolv.so.2: symbol __sendmmsg, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
Comment 1 Toralf Förster gentoo-dev 2014-01-04 09:36:13 UTC
FWIW I do use tmpfs :

$> df -m
...
tmpfs                    6144   166      5979   3% /var/tmp/portage
Comment 2 Sebastian 2014-01-04 10:53:52 UTC
Same message, different package. For me python seems to work fine. But /usr/lib64/kde4/kio_smb.so from kdebase-kioslaves doesn't work anymore. I compiled the kdebase-kioslaves again, but it didn't help.

Here's what goes on in .xsession-errors:

Could not open library '/usr/lib64/kde4/kio_smb.so'.
Cannot load library /usr/lib64/kde4/kio_smb.so: (/lib64/libresolv.so.2: symbol __sendmmsg, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference)
dolphin(6169): couldn't create slave: "Aufruf des Ein-/Ausgabemoduls nicht möglich.
klauncher meldet: Fehler beim Laden von „kio_smb“
Comment 3 Agostino Sarubbo gentoo-dev 2014-01-04 11:09:11 UTC
Works for me.

The attached log is empty.
Comment 4 SpanKY gentoo-dev 2014-01-04 13:21:56 UTC

*** This bug has been marked as a duplicate of bug 464104 ***
Comment 5 Sebastian 2014-01-04 14:02:25 UTC
One reboot later and running ldconfig before starting KDE and kio_smb works. I wish I hadn't run ldconfig before trying once without.