Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-alt
I know this is an old thread, but what I was trying to say is that
this script assumes that the shell used outside of prefix is in the
same path as the one inside prefix. Specifically, there is no
"/bin/bash" on our AIX 5.2, only /usr/bin/bash. Whereas in the
prefix, it's looking for $EPREFIX/bin/bash. This line fouls things
up:
export SHELL=${EPREFIX}${SHELL}
Since my shell is /usr/bin/bash It's going to look for
$EPREFIX/usr/bin/bash, which is not installed in $EPREFIX, it's at
$EPREFIX/bin/bash.
....
On 3/31/07, Fabian Groffen <grobian@g.o> wrote:
> On 30-03-2007 16:16:35 -0500, Marshall McMullen wrote:
> > Is there a bug in this file? I have bash emerged already and is at
> > $EPREFIX/bin/bash
> >
> > But this shell script is looking in @GENTOO_PORTAGE_EPREFIX@/usr/bin/bash
>
> You need to replace @GENTOO_PORTAGE_EPREFIX@ by your actual prefix
> value. and place the file somewhere you think that's handy.
>
> --
> Fabian Groffen
> Gentoo on a different level
>
> --
> gentoo-alt@g.o mailing list
>
>
--
Marshall McMullen
marshall.mcmullen@...
mjmcmullen@...
mdmcmullen@...
In France, there's a popular saying about Linux that essentially translates as:
"Linux? You can get a less powerful system, but it will cost you more."
--
gentoo-alt@g.o mailing list
|
|