Gentoo Archives: gentoo-user

From: Martins Steinbergs <mar@××.lv>
To: gentoo-user@l.g.o
Subject: [gentoo-user] how to check dependencies for sloted apps?
Date: Wed, 17 May 2006 21:08:51
Message-Id: 200605172358.02335.mar@ml.lv
1 hi,
2
3 I decided to clean my Gentoo install and I started with
4 'emerge --prune --pretend'
5 what gave me some list of apps. Then I did equery depends <pkgname> for each
6 package, but problem is with sloted ones such as gtkhtml, autoconf, db and a
7 lot from Gnome tree.
8 How to specify (syntax) package version to search for with 'equery depends' if
9 this is suported?
10
11 qdepends gives me this output, I cant understand is this broken or both
12 versions are needed by php, xorg and kmail?
13
14 mar martins # qdepends -Q gtkhtml-1.1.10-r1
15 depends: i'm such a fatty, could not
16 eat_file(/var/db/pkg/dev-lang/php-5.1.4/DEPEND)
17 depends: i'm such a fatty, could not
18 eat_file(/var/db/pkg/x11-base/xorg-x11-7.0-r1/DEPEND)
19 depends: i'm such a fatty, could not
20 eat_file(/var/db/pkg/kde-base/kmail-3.5.2-r3/DEPEND)
21
22 mar martins # qdepends -Q gtkhtml-3.10.1
23 depends: i'm such a fatty, could not
24 eat_file(/var/db/pkg/dev-lang/php-5.1.4/DEPEND)
25 depends: i'm such a fatty, could not
26 eat_file(/var/db/pkg/x11-base/xorg-x11-7.0-r1/DEPEND)
27 depends: i'm such a fatty, could not
28 eat_file(/var/db/pkg/kde-base/kmail-3.5.2-r3/DEPEND)
29
30 I'll be glad to see your input. Maybe out there is some better script?
31
32 martins
33 --
34 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] how to check dependencies for sloted apps? Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] how to check dependencies for sloted apps? Jonathan Chocron <jonathan.chocron@××××.fr>