* [gentoo-user] Do I need dev-libs/libmimedir?
@ 2009-08-31 18:04 Mick
2009-08-31 18:34 ` Arttu V.
2009-08-31 18:56 ` Alan McKinnon
0 siblings, 2 replies; 6+ messages in thread
From: Mick @ 2009-08-31 18:04 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 374 bytes --]
Hi All,
Not sure if I should trust qdepends or equery:
# qdepends dev-libs/libmimedir
dev-libs/libmimedir-0.4: sys-devel/flex sys-devel/bison
=sys-devel/automake-1.10* >=sys-devel/autoconf-2.61 sys-devel/libtool
# equery depends dev-libs/libmimedir
[ Searching for packages depending on dev-libs/libmimedir... ]
What would you advise?
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Do I need dev-libs/libmimedir?
2009-08-31 18:04 [gentoo-user] Do I need dev-libs/libmimedir? Mick
@ 2009-08-31 18:34 ` Arttu V.
2009-08-31 18:56 ` Alan McKinnon
1 sibling, 0 replies; 6+ messages in thread
From: Arttu V. @ 2009-08-31 18:34 UTC (permalink / raw
To: gentoo-user
On 8/31/09, Mick <michaelkintzios@gmail.com> wrote:
> Hi All,
>
> Not sure if I should trust qdepends or equery:
>
> # qdepends dev-libs/libmimedir
> dev-libs/libmimedir-0.4: sys-devel/flex sys-devel/bison
> =sys-devel/automake-1.10* >=sys-devel/autoconf-2.61 sys-devel/libtool
>
> # equery depends dev-libs/libmimedir
> [ Searching for packages depending on dev-libs/libmimedir... ]
>
> What would you advise?
I don't use qdepends, but after a quick glimpse on its man page, you
probably have to use the -Q switch to get it to print the same
dependencies as equery depends does.
--
Arttu V.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Do I need dev-libs/libmimedir?
2009-08-31 18:04 [gentoo-user] Do I need dev-libs/libmimedir? Mick
2009-08-31 18:34 ` Arttu V.
@ 2009-08-31 18:56 ` Alan McKinnon
2009-08-31 21:34 ` Mick
2009-09-03 16:07 ` Neil Bothwick
1 sibling, 2 replies; 6+ messages in thread
From: Alan McKinnon @ 2009-08-31 18:56 UTC (permalink / raw
To: gentoo-user
On Monday 31 August 2009 20:04:06 Mick wrote:
> Hi All,
>
> Not sure if I should trust qdepends or equery:
>
> # qdepends dev-libs/libmimedir
> dev-libs/libmimedir-0.4: sys-devel/flex sys-devel/bison
> =sys-devel/automake-1.10* >=sys-devel/autoconf-2.61 sys-devel/libtool
>
> # equery depends dev-libs/libmimedir
> [ Searching for packages depending on dev-libs/libmimedir... ]
>
> What would you advise?
Both, as the commands you ran do entirely different things.
qdepends shows what a package depends on.
equery depends shows what depends on a package.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Do I need dev-libs/libmimedir?
2009-08-31 18:56 ` Alan McKinnon
@ 2009-08-31 21:34 ` Mick
2009-09-03 16:07 ` Neil Bothwick
1 sibling, 0 replies; 6+ messages in thread
From: Mick @ 2009-08-31 21:34 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 691 bytes --]
On Monday 31 August 2009, Alan McKinnon wrote:
> On Monday 31 August 2009 20:04:06 Mick wrote:
> > Hi All,
> >
> > Not sure if I should trust qdepends or equery:
> >
> > # qdepends dev-libs/libmimedir
> > dev-libs/libmimedir-0.4: sys-devel/flex sys-devel/bison
> > =sys-devel/automake-1.10* >=sys-devel/autoconf-2.61 sys-devel/libtool
> >
> > # equery depends dev-libs/libmimedir
> > [ Searching for packages depending on dev-libs/libmimedir... ]
> >
> > What would you advise?
>
> Both, as the commands you ran do entirely different things.
>
> qdepends shows what a package depends on.
> equery depends shows what depends on a package.
Thanks!
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Do I need dev-libs/libmimedir?
2009-08-31 18:56 ` Alan McKinnon
2009-08-31 21:34 ` Mick
@ 2009-09-03 16:07 ` Neil Bothwick
2009-09-03 18:48 ` Alan McKinnon
1 sibling, 1 reply; 6+ messages in thread
From: Neil Bothwick @ 2009-09-03 16:07 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 301 bytes --]
On Mon, 31 Aug 2009 20:56:27 +0200, Alan McKinnon wrote:
> equery depends shows what depends on a package.
Rather unreliably, since it does not correctly handle USE flags.
emerge --depclean -pv dev-libs/libmimedir is better.
--
Neil Bothwick
Illiterate? Write today for free help.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Do I need dev-libs/libmimedir?
2009-09-03 16:07 ` Neil Bothwick
@ 2009-09-03 18:48 ` Alan McKinnon
0 siblings, 0 replies; 6+ messages in thread
From: Alan McKinnon @ 2009-09-03 18:48 UTC (permalink / raw
To: gentoo-user
On Thursday 03 September 2009 18:07:48 Neil Bothwick wrote:
> On Mon, 31 Aug 2009 20:56:27 +0200, Alan McKinnon wrote:
> > equery depends shows what depends on a package.
>
> Rather unreliably, since it does not correctly handle USE flags.
>
> emerge --depclean -pv dev-libs/libmimedir is better.
>
s/what depends/what could depend/
Yes, you are correct. That indeed is closer to reality
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-09-03 13:41 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-31 18:04 [gentoo-user] Do I need dev-libs/libmimedir? Mick
2009-08-31 18:34 ` Arttu V.
2009-08-31 18:56 ` Alan McKinnon
2009-08-31 21:34 ` Mick
2009-09-03 16:07 ` Neil Bothwick
2009-09-03 18:48 ` Alan McKinnon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox