Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 433838 - sys-devel/crossdev-20120721 does not respect overlays completely when writing config files
Summary: sys-devel/crossdev-20120721 does not respect overlays completely when writing...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-03 20:25 UTC by Enno Keßler
Modified: 2012-09-04 20:08 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 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.