Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 433838

Summary: sys-devel/crossdev-20120721 does not respect overlays completely when writing config files
Product: Gentoo Linux Reporter: Enno Keßler <ennokessler>
Component: [OLD] DevelopmentAssignee: Embedded Gentoo Team <embedded>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Enno Keßler 2012-09-03 20:25:16 UTC
When installing a new crossdev target with specified overlay, crossdev does not put all configuration files in the overlay accordingly.

Reproducible: Always

Steps to Reproduce:
1. No crossdev target installed, empty folder /usr/local/cross-overlay
2. crossdev -oS /usr/local/cross-overlay -S amrv5tel-softfloat-linux-gnueabi


Actual Results:  
crossdev creates the following files in /etc/porrtage
/etc/portage/categories
/etc/portage/package.env/cross-armv5tel-softfloat-linux-gnueabi
/etc/portage/package.keywords/cross-armv5tel-softfloat-linux-gnueabi
/etc/portage/package.use/cross-armv5tel-softfloat-linux-gnueabi

Expected Results:  
crossdev could have put those files in the according subfolders of /usr/local/cross-overlay .
Comment 1 SpanKY gentoo-dev 2012-09-04 20:08:21 UTC
overlays are not the same thing as PORTAGE_CONFIGROOT.  use the latter.