Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139430 - [patch inside] emerge -s does not find packages like Text-Tabs+Wrap
Summary: [patch inside] emerge -s does not find packages like Text-Tabs+Wrap
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: High normal
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2006-07-06 07:43 UTC by Christian Hartmann (RETIRED)
Modified: 2007-06-09 05:36 UTC (History)
0 users

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


Attachments
emerge-s-plus.patch (emerge-s-plus.patch,545 bytes, patch)
2006-07-06 07:45 UTC, Christian Hartmann (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Hartmann (RETIRED) gentoo-dev 2006-07-06 07:43:43 UTC
`emerge -s' does not find packages that contain a +-sign.
Comment 1 Christian Hartmann (RETIRED) gentoo-dev 2006-07-06 07:45:07 UTC
Created attachment 91047 [details, diff]
emerge-s-plus.patch

Patch to make `emerge -s` find packages that contain a +-sign in packagename.
Comment 2 Marius Mauch (RETIRED) gentoo-dev 2006-07-06 08:13:07 UTC
Might just disable regular expression support in --search by default (haven't seen anybody using it, but tons of people getting confused by it).
Comment 3 solar (RETIRED) gentoo-dev 2006-07-06 11:16:42 UTC
(In reply to comment #2)
> Might just disable regular expression support in --search by default (haven't
> seen anybody using it, but tons of people getting confused by it).

This would probably be the best route and should speed up the default provided
searching function quite a bit.

Comment 4 Marius Mauch (RETIRED) gentoo-dev 2006-07-14 19:02:29 UTC
regular expressions are now disabled by default in r3876, can be reeanbled by prefixing the search string with %.
Comment 5 Zac Medico gentoo-dev 2007-06-09 05:36:52 UTC
This has been fixed for some time now.