Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87480 - euse 0.20 fails with make.profile 2005.0 (switch 'grep' to 'egrep')
Summary: euse 0.20 fails with make.profile 2005.0 (switch 'grep' to 'egrep')
Status: RESOLVED DUPLICATE of bug 75525
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-31 16:20 UTC by mbxhere
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments
Patch to fix euse to use egrep instead of grep (euse.patch,394 bytes, patch)
2005-04-02 15:00 UTC, mbxhere
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mbxhere 2005-03-31 16:20:28 UTC
euse from gentoolkit 0.20 fails when used with the make.profile from 2005.0 

Line 157 has parent="$(grep -v '(^#|^ *$)' ....

Here, grep should be "egrep" since regular grep does not handle (, ), and | without escaping backslashes.
Comment 1 mbxhere 2005-04-02 15:00:51 UTC
Created attachment 55143 [details, diff]
Patch to fix euse to use egrep instead of grep
Comment 2 Marius Mauch (RETIRED) gentoo-dev 2005-04-07 17:06:07 UTC

*** This bug has been marked as a duplicate of 75525 ***