Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28067 - emerge portage fails on grep: Invalid regular expression
Summary: emerge portage fails on grep: Invalid regular expression
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-06 11:52 UTC by John Bartoszewski
Modified: 2011-10-30 22:20 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 John Bartoszewski 2003-09-06 11:52:14 UTC
I emerge rsynced and it recommened portage upgrade.
emerge portage worked well until:

...
--- !targe sym /usr/bin/emerge
>>> original instance of package unmerged safely.

 * NOTICE: PLEASE *REPLACE* your make.globals. All user changes to variables
 * in make.globals should be placed in make.conf. DO NOT MODIFY make.globals.

 * Feature additions are noted in help and make.conf descriptions. Update
 * them using 'etc-update' please. Maintaining current configs for portage
 * and other system packages is fairly important for the continued health
 * of your system.

Recalculating the counter... Counter updated successfully.
>>> Clearing invalid entries in dependancy cache...grep: Invalid regular expression
wc: write error: Broken pipe
wc: write error: Broken pipe
wc: write error: Broken pipe
... (infinate wc errors)
Comment 1 John Bartoszewski 2003-09-06 12:39:56 UTC
Found problem
I had left in make.conf 
ACCEPT_KEYWORDS="~arch ~x86"
when I changed it to:
ACCEPT_KEYWORDS="~x86"
emerge portage finished.
A typo in ACCEPT_KEYWORDS should not cause an infinate loop
Comment 2 Nicholas Jones (RETIRED) gentoo-dev 2003-09-14 20:40:05 UTC
It's not infinate, but it is an aweful lot.
~arch is warned about in new portages.