Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Re: gcc: binary path
Date: Fri, 20 Apr 2007 20:38:46
Message-Id: 20070420203831.GJ949@gentoo.org
In Reply to: Re: [gentoo-alt] Re: gcc: binary path by Marshall McMullen
1 On 20-04-2007 15:21:45 -0500, Marshall McMullen wrote:
2 > I know this is an old thread, but what I was trying to say is that
3 > this script assumes that the shell used outside of prefix is in the
4 > same path as the one inside prefix. Specifically, there is no
5 > "/bin/bash" on our AIX 5.2, only /usr/bin/bash. Whereas in the
6 > prefix, it's looking for $EPREFIX/bin/bash. This line fouls things
7 > up:
8 >
9 > export SHELL=${EPREFIX}${SHELL}
10 >
11 > Since my shell is /usr/bin/bash It's going to look for
12 > $EPREFIX/usr/bin/bash, which is not installed in $EPREFIX, it's at
13 > $EPREFIX/bin/bash.
14
15 Ok, you got a valid point there...
16
17 --
18 Fabian Groffen
19 Gentoo on a different level
20
21 --
22 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] Re: gcc: binary path Fabian Groffen <grobian@g.o>