Gentoo Archives: gentoo-osx

From: Kito <kito@g.o>
To: gentoo-osx@l.g.o
Subject: Re: [gentoo-osx] [PREFIX] Portage 2.1.6 issues on linux...
Date: Wed, 15 Mar 2006 01:08:54
Message-Id: 3EA1712D-8C91-4254-89C8-2A16841E71A7@gentoo.org
In Reply to: Re: [gentoo-osx] [PREFIX] Portage 2.1.6 issues on linux... by m h
1 On Mar 14, 2006, at 7:06 PM, m h wrote:
2
3 > On 3/14/06, Brian Harring <ferringb@×××××.com> wrote:
4 >> Bet you don't
5 >> On Tue, Mar 14, 2006 at 03:57:24PM -0800, m h wrote:
6 >>> This is probably configure issues...
7 >>>
8 >>> I'm installing portage 2.1.6 on RHEL4 using the following configure:
9 >>> ./configure --prefix=${PREFIX} --with-user=`whoami`
10 >>> --with-group=${GROUP} --sysconfdir=${PREFIX}/etc
11 >>> --with-rootuser=`whoami` --with-rootuid=`id -u`
12 >>> --with-offset-prefix=${PREFIX}
13 >>>
14 >>> After that I have a stab at a linux prefix profile that I link
15 >>> etc/make.profile to. I also update etc/make.conf and add PREFIX
16 >>> to it
17 >>> (and set PORTDIR=${PREFIX}/usr/portage).
18 >>
19 >> Do you actually have a usable bash within the prefix? If not, kito
20 >> will have to comment on disabling path strictness...
21 >>
22 >
23 > I'm using the native bash and prepending the
24 > $PREFIX/bin:$PREFIX/usr/bin:$PREFIX/sbin:$PREFIX/usr/sbin to it....
25
26 I you are only doing this in your env it won't work. Portage will
27 automatically cleanse the PATHs to include the $PREFIX.
28
29 >
30 > --
31 > gentoo-osx@g.o mailing list
32 >
33
34 --Kito
35
36
37
38
39 --
40 gentoo-osx@g.o mailing list

Replies

Subject Author
Re: [gentoo-osx] [PREFIX] Portage 2.1.6 issues on linux... m h <sesquile@×××××.com>