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 02:25:19
Message-Id: 6423CD92-B2D6-4915-BB04-642AAA4D2DEC@gentoo.org
In Reply to: [gentoo-osx] [PREFIX] Portage 2.1.6 issues on linux... by m h
1 On Mar 14, 2006, at 5:57 PM, m h wrote:
2
3 > This is probably configure issues...
4 >
5 > I'm installing portage 2.1.6 on RHEL4 using the following configure:
6 > ./configure --prefix=${PREFIX} --with-user=`whoami`
7 > --with-group=${GROUP} --sysconfdir=${PREFIX}/etc
8 > --with-rootuser=`whoami` --with-rootuid=`id -u`
9 > --with-offset-prefix=${PREFIX}
10 >
11
12 I would probably try:
13
14 ./configure --prefix=${PREFIX}/usr --with-offset-prefix=${PREFIX} \
15 --with-user=`whoami` --with-group=`id -g` \
16 --with-rootuser=`whoami` --with-rootuid=`id -un` \
17 --with-wheelgroup=`id -g` --with-wheelgid=`id -gn`
18
19 I used exactly this last night using 2.1.6 on solaris nv31a and it
20 worked.
21
22 --Kito
23
24
25
26
27 --
28 gentoo-osx@g.o mailing list