Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 467276 - app-portage/eix-0.25.5 doesn't know how to handle make.conf as a folder
Summary: app-portage/eix-0.25.5 doesn't know how to handle make.conf as a folder
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Martin Väth
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-25 20:51 UTC by Eugene Cormier
Modified: 2013-04-30 16:58 UTC (History)
4 users (show)

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 Eugene Cormier 2013-04-25 20:51:59 UTC
eix returns the following error after I migrated my make.conf from a file to a folder:
Reading Portage settings ..
bool VarsReader::read(const char*): Can't map file '/etc/portage/make.conf'


Reproducible: Always

Steps to Reproduce:
1. update portage to version 2.1.11.62
2. migrate make.conf from a file to a folder
3. run eix-sync, eix-update or eix
Actual Results:  
error when it tries to find the make.conf file

Expected Results:  
it should work with the folder
Comment 1 Martin Väth 2013-04-27 18:48:01 UTC
Fixed in current eix master branch on BerliOS (>=eix-0.28.5)
(Live ebuild available from the mv overlay).

Also things like /etc/eixrc can now be dirs.
Please report if you observe any problems.
Comment 2 Eugene Cormier 2013-04-30 16:58:37 UTC
(In reply to comment #1)
> Fixed in current eix master branch on BerliOS (>=eix-0.28.5)
> (Live ebuild available from the mv overlay).
> 
> Also things like /etc/eixrc can now be dirs.
> Please report if you observe any problems.

This update fixes it! thanks