-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 21 January 2004 02:33, Peter Ruskin wrote: > On Tuesday 20 Jan 2004 16:00, Jason Stubbs wrote: > > On Tuesday 20 January 2004 21:28, Guy Van Sanden wrote: > > > emerge -U kde fails on xft not being thre, emerge -UDp kde lists it > > > as a blocked requirement: > > > > > > [blocks B ] >=x11-base/xfree-4.3.0-r2 (from pkg > > > x11-libs/xft-2.0.1-r2) > > > [ebuild N ] x11-libs/xft-2.0.1-r2 > > > > Script is attached. Try running it with "./finddep x11-libs/xft" and see > > what you can find. > > Hi Jason, > Your script looks pretty but the output is not too useful: > > $ finddep x11-libs/xft > grep: /var/db/pkg/app-admin/procinfo-18/DEPEND: No such file or > directory <repeated for many pkgs> > grep: /var/db/pkg/app-portage/ebuilder-0.4-r1/DEPEND: No such file or > directory > > ....then it ends.
Hmm, ah well. wonder why it stopped after app-portage/ebuilder.. did it run for a while after that or do just exit? Either way, it's got to be something under your /var/db/pkg tree. Grepping for x11-libs/xft in *every* ebuild in /usr/portage shows that xfree blocks it and fltk will compile support for it if it is available (but has no dependency). Try running "grep x11-libs/xft /var/db/pkg/*/*/*" or, if you get an argument list to long error, run "for i in /var/db/pkg/*/*/*; do grep -H x11-libs/xft $i; done". - -- Regards, Jason Stubbs -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFADca9osKAszmcBv4RAroHAJ9Umceti9z5DDtmIE7pBm3PCZwTJACfR49+ tII06thRB0T6wSSOQOOFIo8= =Ufsd -----END PGP SIGNATURE----- -- [EMAIL PROTECTED] mailing list
