Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 579846 - after recent glibc upgrade, revdep-debuild did not find that pam has to be rebuilt
Summary: after recent glibc upgrade, revdep-debuild did not find that pam has to be re...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: https://archives.gentoo.org/gentoo-us...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-13 15:35 UTC by Paul Osmialowski
Modified: 2016-04-14 15:07 UTC (History)
0 users

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


Attachments
emerge --info (too big to paste) (info.txt,16.59 KB, text/plain)
2016-04-13 15:41 UTC, Paul Osmialowski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Osmialowski 2016-04-13 15:35:38 UTC
Googling I've found that this is somewhat old bug which never was addressed. I upgraded glibc and now I can see following in system log:

Apr 13 17:30:01 localhost cron[18826]: PAM unable to dlopen(/lib64/security/pam_unix.so): /lib64/libpthread.so.0: symbol __h_errno, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference

Unfortunately, revdep-rebuild did not catch this problem.


Reproducible: Always




See referenced URL to read about this issue discussed back in Nov 2011.
Comment 1 Paul Osmialowski 2016-04-13 15:41:47 UTC
Created attachment 430328 [details]
emerge --info (too big to paste)
Comment 2 Paul Osmialowski 2016-04-13 16:29:28 UTC
Apparently, the only thing that had to be done was to restart the cron daemon. Without it these pam-related syslog messages won't stop. I guess restarting of cron daemon should be one of glibc post-install steps.

I think this one can be closed.