Summary: | app-portage/gentoolkit-0.3.0.4-r4: revdep-rebuild --library '/usr/lib/libgmp.so.3' doesn#t work | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Toralf Förster <toralf> |
Component: | Tools | Assignee: | Portage Tools Team <tools-portage> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | myckel |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Toralf Förster
![]() ...and would 'revdep-rebuild --library libgmp.so.3' have worked ? (In reply to comment #1) > ...and would 'revdep-rebuild --library libgmp.so.3' have worked ? oh - yes (but I used --pretend just in case you need some additional tests) In my case, 'revdep rebuild --library /usr/lib64/libgmp.20.3' found several files to rebuild, but it did not find gcc (/usr/libexec/gcc/x86_64-pc-linux-gnu/4.5.3/cc1) so my next emerge after deleting that lib failed. creating a symlink from libgmp.so.10 to libgmp.so.3 seemed to fix it, and really strangely, after deleting libgmp.so.3 again, that cc1 is linked (per ldd) to libgmp.so.10. Hhm, at my user mdoe linux image I run into a similar issue, revdep-rebuild --library built 2 packages new (dev-libs/mpc-0.8.2 and net-misc/curl-7.21.4), but overlooked libphp5.so (might be due to the symlink ?): n22 ~ # locate libphp5.so | xargs ls -l lrwxrwxrwx 1 root root 34 Jan 11 2011 /usr/lib/apache2/modules/libphp5.so -> /usr/lib/php5.3/apache2/libphp5.so -rw-r--r-- 1 root root 8736320 Nov 18 15:51 /usr/lib/php5.3/apache2/libphp5.so Therefore apache2 doesn't started with an error in /etc/apache2/modules.d/70_mod_php5.conf Got a b0rked build system here as well because of this. Did the revdep-rebuild and deleted the lib as the libgmp ebuild suggested, but libtool wasn't rebuild. And libtool needs itself to rebuild. Symlink from /usr/lib/libgmp.so.3 to the latest stable seems to be a work around this problem. (In reply to comment #5) > Got a b0rked build system here as well because of this. > > Did the revdep-rebuild and deleted the lib as the libgmp ebuild suggested, but > libtool wasn't rebuild. And libtool needs itself to rebuild. > > Symlink from /usr/lib/libgmp.so.3 to the latest stable seems to be a work > around this problem. Eh.. automake that is. Not libtool. And rebuilding keeps linking against libgmp.so.3. *** This bug has been marked as a duplicate of bug 357225 *** |