Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112580 - packages.gentoo.org search for DFB++ fails
Summary: packages.gentoo.org search for DFB++ fails
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: [OLD] gpackages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Albert Hopkins (RETIRED)
URL: http://packages.gentoo.org/search/?ss...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-14 22:50 UTC by Jason Bucata
Modified: 2011-11-11 15:59 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 Jason Bucata 2005-11-14 22:50:04 UTC
Search for "DFB".  You find packages.  Hit #1 is "DFB++".
Search for "DFB+".  Same results.
Now, search for "DFB++".  No output.  The basic Web template stuff shows up on
the sides but there's no text in the center.  Not even the customary "Nothing
Found."/"I could not find any ebuild..."
Comment 1 Albert Hopkins (RETIRED) gentoo-dev 2005-11-15 07:37:55 UTC
The package search, like `emerge -sS`, is a regular expression.  Since the + is
a special character in regular expressions, you need to escape it if you mean
the literal character

DFB\+\+