Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 112580

Summary: packages.gentoo.org search for DFB++ fails
Product: Gentoo Infrastructure Reporter: Jason Bucata <tech31842>
Component: [OLD] gpackagesAssignee: Albert Hopkins (RETIRED) <marduk>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://packages.gentoo.org/search/?sstring=DFB%2B%2B
Whiteboard:
Package list:
Runtime testing required: ---

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\+\+