From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1FJLhP-0006rB-97 for garchives@archives.gentoo.org; Wed, 15 Mar 2006 02:25:19 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5.20060308/8.13.5) with SMTP id k2F2OtqV002034; Wed, 15 Mar 2006 02:24:55 GMT Received: from poober.local (cpe-24-27-15-174.austin.res.rr.com [24.27.15.174]) by robin.gentoo.org (8.13.5.20060308/8.13.5) with ESMTP id k2F2OsNh003135 for ; Wed, 15 Mar 2006 02:24:54 GMT Received: from [127.0.0.1] (localhost [127.0.0.1]) by poober.local (Postfix) with ESMTP id 906FF34926E for ; Tue, 14 Mar 2006 20:24:34 -0600 (CST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-osx@gentoo.org Reply-to: gentoo-osx@lists.gentoo.org Mime-Version: 1.0 (Apple Message framework v749) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6423CD92-B2D6-4915-BB04-642AAA4D2DEC@gentoo.org> Content-Transfer-Encoding: 7bit From: Kito Subject: Re: [gentoo-osx] [PREFIX] Portage 2.1.6 issues on linux... Date: Tue, 14 Mar 2006 20:24:33 -0600 To: gentoo-osx@lists.gentoo.org X-Mailer: Apple Mail (2.749) X-Archives-Salt: 01f01a8e-f5f3-4fda-8d68-e866a54dfcb2 X-Archives-Hash: 3598257866e778eceff05d90a4e6cb2e 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@gentoo.org mailing list