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

Attachments

File name MIME type
p.patch text/plain

Replies

Subject Author
Re: [gentoo-alt] Re: gcc: binary path Marshall McMullen <marshall.mcmullen@×××××.com>