public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Andrew Gaffney <agaffney@technaut.darktalker.net>
To: Gentoo Dev <gentoo-dev@gentoo.org>
Subject: Re: [gentoo-dev] correct package depends
Date: Wed, 15 Oct 2003 19:19:58 -0500	[thread overview]
Message-ID: <3F8DE42E.1090206@technaut.darktalker.net> (raw)
In-Reply-To: <Pine.LNX.4.58.0310152103330.21541@localhost>

Eldad Zack wrote:
> I forgot to mention -
> 
> The patch shows the USE flags whenever -i -v is used.
> also, it would show up only with installed packages.

It still doesn't have the functionality I was describing. I don't want it to show the use 
flags a packages was compiled with. Right now, if you use the '-q' flag to determine what 
packages depend on a specified packages, qpkg assumes that all USE flags are enabled, 
instead of consulting the USE file in /var/db/pkg-category/pkg-name for each installed 
package. In my example from before:

> upstairs root # qpkg -q -nc -I arts
> kde-base/arts-1.1.4
> DEPENDED ON BY:
>         media-libs/libsdl-1.2.6-r1
>         media-video/avidemux-2.0.16
>         media-video/mjpegtools-1.6.0-r7
>         media-video/mplayer-1.0_pre2
> 
> even though:
> 
> upstairs root # cat /var/db/pkg/media-video/mplayer-1.0_pre2/USE
> x86 oss apm avi crypt cups encode foomaticdb gif jpeg libg++ libwww mpeg ncurses pdflib png spell truetype xml2 xmms xv zlib alsa gdbm berkdb slang readline svga ggi tcltk java X sdl gpm pam ssl perl python esd imlib oggvorbis gtk opengl mozilla cdr dga dvd ethereal imap joystick moznocompose samba snmp xml -kde -gnome -mad -mikmod -motif -nls -quicktime -arts -mysql -tcpd -qt

Mplayer was compiled without the 'arts' USE flag set, but qpkg doesn't look at that. It 
sees this:

DEPEND="
<snip>
         arts? ( kde-base/arts )
<snip>
"

in the ebuild for mplayer and assumes it depends on it. I want mplayer to not show up in 
that list because it does *not* depend on arts since it was compiled without support for it.

-- 
Andrew Gaffney


--
gentoo-dev@gentoo.org mailing list


  reply	other threads:[~2003-10-16  0:15 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-14 16:52 [gentoo-dev] correct package depends Andrew Gaffney
2003-10-14 23:47 ` Chris Gianelloni
2003-10-15  1:21   ` Andrew Gaffney
2003-10-15 18:43     ` Eldad Zack
2003-10-15 19:06       ` Eldad Zack
2003-10-16  0:19         ` Andrew Gaffney [this message]
2003-10-16  8:59           ` Eldad Zack
2003-10-16 15:15             ` Andrew Gaffney
2003-10-16 16:27               ` Eldad Zack
2003-10-16 17:25                 ` Andrew Gaffney
2003-10-16 18:41                   ` Andrew Gaffney
2003-10-15 23:59       ` Andrew Gaffney
2003-10-16  0:14         ` Spider
2003-10-16  8:13       ` Christian Birchinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F8DE42E.1090206@technaut.darktalker.net \
    --to=agaffney@technaut.darktalker.net \
    --cc=gentoo-dev@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox