Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100207 - revdep-rebuild doesn't find all broken archives
Summary: revdep-rebuild doesn't find all broken archives
Status: RESOLVED DUPLICATE of bug 80455
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-25 04:45 UTC by Patrizio Bassi
Modified: 2005-12-03 07:28 UTC (History)
1 user (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 Patrizio Bassi 2005-07-25 04:45:45 UTC
Packages containing binaries and libraries broken by a package update   
will be emerged.   
   
Collecting system binaries and libraries... using existing /root/.revdep-rebuild.1_files.   
   
Collecting complete LD_LIBRARY_PATH... using existing /root/.revdep-rebuild.2_ldpath.   
   
Checking dynamic linking consistency...   
   
Assigning files to ebuilds... Nothing to rebuild  
  
Evaluating package order... done.  
  (/root/.revdep-rebuild.5_order)  
  
Dynamic linking on your system is consistent... All done.  
  
  
 so it seems nothing...but... 
# mplayer 
mplayer: error while loading shared libraries: libungif.so.4: cannot open shared object file: No 
such file or directory 
 
infact.... 
 
ldd /usr/bin/mplayer |grep not 
        libungif.so.4 => not found 
 
 
i had a similar bug when updating mysql, snort didn't start but revdep found nothing..
Comment 1 Aquila 2005-11-11 08:16:16 UTC
Same here:
$ amarok
amaroK: [Loader] Starting amarokapp..
amaroK: [Loader] Don't run gdb, valgrind, etc. against this binary! Use 
amarokapp.
amarokapp: error while loading shared libraries: libmysqlclient.so.12: cannot 
open shared object file: No such file or directory

But running ld over amarok does not reveal much:
# ldd /usr/kde/3.4/bin/amarok
        linux-gate.so.1 =>  (0xffffe000)
        libqt-mt.so.3 => /usr/qt/3/lib/libqt-mt.so.3 (0xb78be000)
        libmng.so.1 => /usr/lib/libmng.so.1 (0xb785a000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7831000)
        libXi.so.6 => /usr/lib/libXi.so.6 (0xb7829000)
        libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb7821000)
        libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0xb781e000)
        libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0xb7813000)
        libXft.so.2 => /usr/lib/libXft.so.2 (0xb7800000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb777b000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb774e000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7726000)
        libpng.so.3 => /usr/lib/libpng.so.3 (0xb76f6000)
        libz.so.1 => /lib/libz.so.1 (0xb76df000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0xb76d0000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0xb7606000)
        libSM.so.6 => /usr/lib/libSM.so.6 (0xb75fd000)
        libICE.so.6 => /usr/lib/libICE.so.6 (0xb75e5000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb75d3000)
        libstdc++.so.5 => /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/libstdc++.so.
5 (0xb751d000)
        libm.so.6 => /lib/libm.so.6 (0xb74fb000)
        libgcc_s.so.1 => /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/libgcc_s.so.1 
(0xb74f3000)
        libc.so.6 => /lib/libc.so.6 (0xb73e0000)
        liblcms.so.1 => /usr/lib/liblcms.so.1 (0xb73a3000)
        libexpat.so.0 => /usr/lib/libexpat.so.0 (0xb737c000)
        /lib/ld-linux.so.2 (0xb7f80000)
Typical for KDE? I have seen this on two different systems...
Comment 2 Paul Varner (RETIRED) gentoo-dev 2005-11-11 08:56:30 UTC
What version of gentoolkit do you have installed?  If it is gentoolkit-0.2.0,
please try the unstable version gentoolkit-0.2.1_pre10 and let me know if you
have the same results.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-12-03 07:05:25 UTC

*** This bug has been marked as a duplicate of 37029 ***
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2005-12-03 07:28:15 UTC
Sigh, stupid bugzilla.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2005-12-03 07:28:55 UTC

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