Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27360 - Less Confusing Error report than "Invalid PORTDIR_OVERLAY entry removed"
Summary: Less Confusing Error report than "Invalid PORTDIR_OVERLAY entry removed"
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-26 07:36 UTC by Timo Boettcher
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 Timo Boettcher 2003-08-26 07:36:45 UTC
Portage shows "!!! Invalid PORTDIR_OVERLAY entry removed: /usr/local/portage" 
when the entry in make.conf is just commented back in. 

Reproducible: Always
Steps to Reproduce:
1. uncomment the Portdiroverlay-line in /etc/make.conf to show 
"PORTDIR_OVERLAY=/usr/local/portage"
2. do *NOT* create /usr/local/portage (or move it to another name)
3. emerge something (I did "emerge -uUD world -p", but should work with any 
emerge)
4. get confused by the error-message

Actual Results:  
!!! Invalid PORTDIR_OVERLAY entry removed: /usr/local/portage

Expected Results:  
An error message which would give more information would be better, like:
!!! Invalid PORTDIR_OVERLAY entry removed: /usr/local/portage (Directory does 
not exist)
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-09-19 00:31:38 UTC
fixed in cvs