Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 435636 - app-portage/portage-utils: qsearch doesn't show packages that lack DESCRIPTION fields
Summary: app-portage/portage-utils: qsearch doesn't show packages that lack DESCRIPTIO...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage Utils Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-20 13:21 UTC by Sławomir Nizio
Modified: 2012-10-28 12:21 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sławomir Nizio 2012-09-20 13:21:16 UTC
# q -r

$ qsearch '^mysql$'
virtual/mysql Virtual for MySQL client or database

$ qsearch -NC mysql | grep dev-db
dev-db/lib_mysqludf_fPROJ4 
dev-db/lib_mysqludf_json 
dev-db/lib_mysqludf_log 
dev-db/lib_mysqludf_preg 
dev-db/lib_mysqludf_stat 
dev-db/lib_mysqludf_stem 
dev-db/lib_mysqludf_str 
dev-db/lib_mysqludf_sys 
dev-db/lib_mysqludf_ta 
dev-db/lib_mysqludf_udf 
dev-db/lib_mysqludf_xql 
dev-db/mysql++ 
dev-db/mysql-connector-c++ 
dev-db/mysql-init-scripts 
dev-db/mysql-proxy 
dev-db/mysql-super-smack 
dev-db/mysql-udf-base64 
dev-db/mysql-udf-http 
dev-db/mysql-udf-infusion 
dev-db/mysql-udf-ipv6 
dev-db/mysql-workbench 
dev-db/mysqltuner 

even though it is here:
$ grep '^dev-db/mysql/' /usr/portage/.ebuild.x | head -n 3
dev-db/mysql/mysql-4.0.27-r1.ebuild
dev-db/mysql/mysql-4.1.22-r1.ebuild
dev-db/mysql/mysql-5.0.91.ebuild

thanks

Reproducible: Always
Comment 1 Sławomir Nizio 2012-09-20 13:25:31 UTC
In case it's helpful: the --ebuilds (Use the portage ebuild tree) method was used, not --cache (Use the portage cache (default)).
Comment 3 Sławomir Nizio 2012-10-28 12:21:04 UTC
thanks :)