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-osx
On Mar 14, 2006, at 5:57 PM, m h wrote:
> This is probably configure issues...
>
> I'm installing portage 2.1.6 on RHEL4 using the following configure:
> ./configure --prefix=${PREFIX} --with-user=`whoami`
> --with-group=${GROUP} --sysconfdir=${PREFIX}/etc
> --with-rootuser=`whoami` --with-rootuid=`id -u`
> --with-offset-prefix=${PREFIX}
>
I would probably try:
./configure --prefix=${PREFIX}/usr --with-offset-prefix=${PREFIX} \
--with-user=`whoami` --with-group=`id -g` \
--with-rootuser=`whoami` --with-rootuid=`id -un` \
--with-wheelgroup=`id -g` --with-wheelgid=`id -gn`
I used exactly this last night using 2.1.6 on solaris nv31a and it
worked.
--Kito
--
gentoo-osx@g.o mailing list
|
|