On 9/29/06, kiorky <[EMAIL PROTECTED]> wrote:
 hello i want to know a good tool for reverse dependencies stuff.
for example, gnutls broke my system  yesterday but revdep or equery dont
took me all impacted packages. But a ldd on the impacted program show me
my soname (libgnutls.so.*)
so i want to know all packages depending on "/usr/lib/libgnutls.*" for

What you really want is:

revdep-rebuild -p --library 'libgnutls.*'

BTW, you should have seen something like this, either on the screen or
in the /var/log/portage/elog/ files (assuming you have ELOG setup for
your system!)

               ewarn "You must re-compile all packages that are linked against"
               ewarn "Gnutls-1.2.11 by using revdep-rebuild from gentoolkit:"
               ewarn "# revdep-rebuild --library libgnutls.so.12"

Regards,
-Richard
--
[email protected] mailing list

Reply via email to