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.60) (envelope-from ) id 1GiVPu-00031z-PK for garchives@archives.gentoo.org; Fri, 10 Nov 2006 12:23:31 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kAACK7JY009286; Fri, 10 Nov 2006 12:20:07 GMT Received: from ilievnet.com ([84.21.204.200]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kAACK6qD012392 for ; Fri, 10 Nov 2006 12:20:06 GMT Received: from localhost (localhost [127.0.0.1]) by ilievnet.com (Postfix) with ESMTP id 26F9F20D8DE for ; Fri, 10 Nov 2006 14:20:06 +0200 (EET) X-Virus-Scanned: amavisd-new at ilievnet.com Received: from ilievnet.com ([127.0.0.1]) by localhost (ilievnet.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uNdMqUu3+OLx for ; Fri, 10 Nov 2006 14:20:04 +0200 (EET) Received: from [10.0.1.1] (mail.ilievnet.com [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ilievnet.com (Postfix) with ESMTP id DF8DF20480D for ; Fri, 10 Nov 2006 14:20:04 +0200 (EET) Message-ID: <45546E73.7030305@ilievnet.com> Date: Fri, 10 Nov 2006 14:20:03 +0200 From: Daniel Iliev User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.8.0.7) Gecko/20061109 SeaMonkey/1.0.5 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 To: gentoo-amd64@lists.gentoo.org Subject: [gentoo-amd64] crossdev x86 to x86_64 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 0a1b3873-c4bd-4e07-8fa1-e5fe21472b62 X-Archives-Hash: 38417c3c7d9a326047c9f557350f5028 I tried to use a x86 pc to aid the compiling of packages for amd64 via distcc. I followed the official "DistCC Cross-compiling Guide" [1] but I had no luck. Is it possible at all, am I doing something wrong or there is a bug? [1] http://www.gentoo.org/doc/en/cross-compiling-distcc.xml The i686 pc gives: localhost ~ # crossdev -t x86_64-pc-linux-gnu * You need to set PORTDIR_OVERLAY in your make.conf. * A standard setting is /usr/local/portage localhost ~ # echo PORTDIR_OVERLAY=/usr/local/portage >> /etc/make.conf localhost ~ # crossdev -t x86_64-pc-linux-gnu !!! Invalid PORTDIR_OVERLAY (not a dir): '/usr/local/portage' !!! Invalid PORTDIR_OVERLAY (not a dir): '/usr/local/portage' localhost ~ # mkdir /usr/local/portage localhost ~ # crossdev -t x86_64-pc-linux-gnu -------------------------------------------------------------------------------- * Host Portage ARCH: x86 * Target Portage ARCH: amd64 * Target System: x86_64-pc-linux-gnu * Stage: 4 (C/C++ compiler) * binutils: binutils-[latest] * gcc: gcc-[latest] * headers: linux-headers-[latest] * libc: glibc-[latest] * PORTDIR_OVERLAY: /usr/local/portage * PORT_LOGDIR: /var/log/portage * PKGDIR: /usr/portage/packages/cross/x86_64-pc-linux-gnu * PORTAGE_TMPDIR: /tmp/cross/x86_64-pc-linux-gnu _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - * Forcing the latest versions of binutils-config/gcc-config ... [ ok ] * Log: /var/log/portage/cross-x86_64-pc-linux-gnu-binutils.log * Emerging cross-binutils ... * binutils failed :( * If you file a bug, please attach the following logfiles: * /var/log/portage/cross-x86_64-pc-linux-gnu-info.log * /var/log/portage/cross-x86_64-pc-linux-gnu-binutils.log -- Best regards, Daniel -- gentoo-amd64@gentoo.org mailing list