Richard Fish a écrit :
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
i ve allready done that.
The only way i found to findd that is
find /var/db/pkg -name NEEDED -type f -print0 | xargs -0 grep -l
'gnutls\.so' | cut -f5,6 -d/
revdep dont recompile all my packages which were impacted.
--
--
KiOrKY
----------------
clé GnuPG publique :
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4CBB7776
----------------
< Linux & BSD Powered >
--
gentoo-user@gentoo.org mailing list