Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141818 - app-portage/eix-0.5.6 /etc/portage/package.* dirs
Summary: app-portage/eix-0.5.6 /etc/portage/package.* dirs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High major
Assignee: Martin Väth
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-26 12:41 UTC by jieryn
Modified: 2006-08-06 04:15 UTC (History)
1 user (show)

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


Attachments
emerge --info (einfo.txt,6.92 KB, text/plain)
2006-07-26 12:43 UTC, jieryn
Details
/etc/portage layout (layout.txt,1.72 KB, text/plain)
2006-07-26 12:43 UTC, jieryn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jieryn 2006-07-26 12:41:03 UTC
portage-2.1 introduced the ability to have a directory structure inside /etc/portage which mimics the layout of /usr/portage with recursive searching to build up mask, unmask, keyword, etc, configuration data. Eix chokes on this layout inside /etc/portage.

Here is the `strace update-eix`

[...uninteresting stuff...]
open("/etc/portage/package.mask/app-admin", O_RDONLY) = 3
read(3, 0x5459b0, 8191)                 = -1 EISDIR (Is a directory)

Since this new directory hierarchy is supported by portage, I feel eix should also support it. Thanks!!
Comment 1 jieryn 2006-07-26 12:43:27 UTC
Created attachment 92805 [details]
emerge --info
Comment 2 jieryn 2006-07-26 12:43:43 UTC
Created attachment 92806 [details]
/etc/portage layout
Comment 3 Martin Väth 2006-07-27 14:18:04 UTC
Thanks for the report. This was supposed to work with eix-0.5.6, but in an attempt to improve compatibility for the recursion handling, I apparently introduced a bug just before the release. I fixed it now in the newest svn trunk - at least it works for me, but I did not reproduce your complete layout. Testing is appreciated.
Comment 4 Stefan Schweizer (RETIRED) gentoo-dev 2006-08-06 04:15:00 UTC
we believe this is fixed with 0.6.2

thanks or reporting!