Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43389 - equery uses <pkg> doesn't print values for local USE flags
Summary: equery uses <pkg> doesn't print values for local USE flags
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
: 44433 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-03-01 09:35 UTC by Paul Varner (RETIRED)
Modified: 2004-03-13 03:10 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to print local USE flag descriptions (equery.patch,320 bytes, patch)
2004-03-01 09:36 UTC, Paul Varner (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Varner (RETIRED) gentoo-dev 2004-03-01 09:35:25 UTC
equery uses doesn't print the values for local USE flags.


Reproducible: Always
Steps to Reproduce:
1. equery uses vim

Actual Results:  
beldin root # equery uses vim
[ Colour Code : set unset ]
[ Legend    : (U) Col 1 - Current USE flags        ]
[           : (I) Col 2 - Installed With USE flags ]

 U I [ Found these USE variables in : app-editors/vim-6.2-r6 ]
 + - ncurses    : Adds ncurses support (console display library)
 + - nls        : unknown
 - - acl        : Adds support for Access Control Lists
 - - cscope     : Enables cscope interface -- in vim for example
 - - gpm        : Adds support for sys-libs/gpm (Console-based mouse driver)
 + - perl       : Adds support/bindings for the Perl language.
 + - python     : Adds support/bindings for the Python language
 - - ruby       : Adds support/bindings for the Ruby language
 - - vim-with-x : unknown
 - + minimal    : unknown


Expected Results:  
beldin root # equery uses vim
[ Colour Code : set unset ]
[ Legend    : (U) Col 1 - Current USE flags        ]
[           : (I) Col 2 - Installed With USE flags ]

 U I [ Found these USE variables in : app-editors/vim-6.2-r6 ]
 + - ncurses    : Adds ncurses support (console display library)
 + - nls        : unknown
 - - acl        : Adds support for Access Control Lists
 - - cscope     : Enables cscope interface -- in vim for example
 - - gpm        : Adds support for sys-libs/gpm (Console-based mouse driver)
 + - perl       : Adds support/bindings for the Perl language.
 + - python     : Adds support/bindings for the Python language
 - - ruby       : Adds support/bindings for the Ruby language
 - - vim-with-x : Enables linking the console vim against X libs to enable some
features in xterms
 - + minimal    : Build vim with minimal features, resulting in a ~430K binary


Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.22-gentoo-r7)
=================================================================
System uname: 2.4.22-gentoo-r7 i686 Pentium III (Coppermine)
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium3 -fprefetch-loop-arrays -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config
/usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -march=pentium3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache fixpackages sandbox"
GENTOO_MIRRORS="http://gentoo.mirrors.pair.com/ http://gentoo.oregonstate.edu
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS=""
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="X acpi alsa apm arts artswrappersuid avi berkdb crypt cups encode esd
foomaticdb gdbm gif gtk gtk2 i8x0 imap imlib java jpeg kde libg++ libwww mad
mbox mikmod mmx motif mozilla mpeg ncurses nls oggvorbis opengl oss pam pda
pdflib perl png ppds python qt readline samba sdl slang spell sse ssl svga tcltk
tcpd tiff truetype usb video_cards_i810 x86 xml2 xmms xv zlib"
Comment 1 Paul Varner (RETIRED) gentoo-dev 2004-03-01 09:36:20 UTC
Created attachment 26665 [details, diff]
Patch to  print local USE flag descriptions
Comment 2 Marius Mauch (RETIRED) gentoo-dev 2004-03-13 02:51:27 UTC
fixed in 0.2.0_pre7
Comment 3 Marius Mauch (RETIRED) gentoo-dev 2004-03-13 03:10:53 UTC
*** Bug 44433 has been marked as a duplicate of this bug. ***