Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18818 - crosscompile.eclass can think ROOT=/ even when it doesn't
Summary: crosscompile.eclass can think ROOT=/ even when it doesn't
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: James Boddington (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 18936
  Show dependency tree
 
Reported: 2003-04-05 16:38 UTC by James Boddington (RETIRED)
Modified: 2005-05-14 06:21 UTC (History)
3 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 James Boddington (RETIRED) gentoo-dev 2003-04-05 16:38:28 UTC
If I use the following from the command line everything is happy with the value of ROOT 
 
CHOST=sparc-unknown-linux-gnu ROOT=/tmp/cross-sparc USE=build emerge --nodeps glibc 
ncurses 
 
If I create a shell script to do the same thing 
 
#/bin/bash 
CHOST=sparc-unknown-linux-gnu ROOT=/tmp/cross-sparc USE=build emerge --nodeps glibc 
ncurses 
 
I then have crosscompile.eclass think ROOT=/ and aborts. Even adding export 
ROOT=/tmp/cross-arm does not work.
Comment 1 James Boddington (RETIRED) gentoo-dev 2003-04-28 20:51:29 UTC
Has this happen again 
 
I edited an ebuild the tried doing an emerge. Even though ROOT was set cross-check 
claimed it wasn't. I ran the same emerge command a second time and it worked. 
 
 
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2003-12-06 13:10:09 UTC
i cannot reproduce that, is this still valid?
Comment 3 Heinrich Wendel (RETIRED) gentoo-dev 2003-12-16 12:16:30 UTC
please try to find a way to reproduce it