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 1FJJP6-0002EU-7u for garchives@archives.gentoo.org; Tue, 14 Mar 2006 23:58:16 +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 k2ENvQjk026248; Tue, 14 Mar 2006 23:57:26 GMT Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by robin.gentoo.org (8.13.5.20060308/8.13.5) with ESMTP id k2ENvP1l003828 for ; Tue, 14 Mar 2006 23:57:25 GMT Received: by wproxy.gmail.com with SMTP id i7so58505wra for ; Tue, 14 Mar 2006 15:57:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=OSJufoEVJaSa8hsIRq7WwnywV29Muks/3F8nB9jKbTvX13EbYneDGfIU1K3D2qEb4JsiQPfw9lNfa8XDU74kZCYiDjFB8TAVH7+0y94cgpCHMyHkYV1+EIEb3DxaZVF13BY3dRBF1piLJniDyK7xfdUTFtD+JXoUkpN+RS4/O8M= Received: by 10.54.105.1 with SMTP id d1mr212093wrc; Tue, 14 Mar 2006 15:57:24 -0800 (PST) Received: by 10.54.108.10 with HTTP; Tue, 14 Mar 2006 15:57:24 -0800 (PST) Message-ID: Date: Tue, 14 Mar 2006 15:57:24 -0800 From: "m h" To: gentoo-osx@lists.gentoo.org Subject: [gentoo-osx] [PREFIX] Portage 2.1.6 issues on linux... 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 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k2ENvP1l003828 X-Archives-Salt: 12659b6a-8146-4c2d-8c71-312fb574e2bf X-Archives-Hash: 3a5b639fb9eabba4470d61c9cec354e5 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} After that I have a stab at a linux prefix profile that I link etc/make.profile to. I also update etc/make.conf and add PREFIX to it (and set PORTDIR=${PREFIX}/usr/portage). Now after setting the path, emerge runs. But I'm getting the following issue: #emerge -av system !!! Problem with sandbox binary. Disabling... These are the packages that would be merged, in order: Calculating system dependencies aux_get(): (0) Error in sys-apps/portage-2.1.2-r1 ebuild. (-1) Check for syntax error or corruption in the ebuild. (--debug) aux_get(): (0) Error in sys-apps/portage-2.1.4 ebuild. (-1) Check for syntax error or corruption in the ebuild. (--debug) aux_get(): (0) Error in sys-apps/portage-2.1.6 ebuild. (-1) Check for syntax error or corruption in the ebuild. (--debug) aux_get(): (0) Error in sys-libs/glibc-2.3.5-r2 ebuild. (-1) Check for syntax error or corruption in the ebuild. (--debug) aux_get(): (0) Error in app-shells/bash-3.1_p10 ebuild. (-1) Check for syntax error or corruption in the ebuild. (--debug) aux_get(): (0) Error in app-shells/bash-3.0-r13 ebuild. (-1) Check for syntax error or corruption in the ebuild. (--debug) ..... snip snip .... aux_get(): (0) Error in sys-libs/readline-5.0-r2 ebuild. (-1) Check for syntax error or corruption in the ebuild. (--debug) !!! Packages for the following atoms are either all !!! masked or don't exist: >=sys-apps/portage-2.0.53.03 virtual/libc app-shells/bash sys-devel/libtool dev- lang/perl sys-apps/texinfo sys-apps/findutils sys-devel/make sys-apps/sed app-ar ch/bzip2 sys-apps/which app-arch/tar sys-devel/patch sys-devel/autoconf-wrapper sys-devel/flex sys-apps/groff sys-apps/grep net-misc/rsync app-arch/cpio virtual /pager virtual/baselayout sys-devel/automake-wrapper virtual/ssh sys-devel/gcc s ys-apps/diffutils virtual/os-headers sys-apps/gawk sys-devel/bison sys-libs/zlib net-misc/wget sys-apps/file virtual/gzip sys-apps/coreutils sys-libs/ncurses sy s-devel/m4 virtual/editor sys-devel/gnuconfig sys-apps/debianutils net-misc/iput ils sys-libs/readline ... done! Total size of downloads: 0 kB Nothing to merge; do you want me to auto-clean packages? [Yes/No] n ' I'm using the latest prefix aware tree that I can find (the nightlies that kito is posting). Any hints thanks matt -- gentoo-osx@gentoo.org mailing list