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 1Fvdoe-0000a8-Iu for garchives@archives.gentoo.org; Wed, 28 Jun 2006 17:27:05 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k5SHPUwv018208; Wed, 28 Jun 2006 17:25:30 GMT Received: from exeter.monstertech.ca (zz194029.cipherkey.net [209.53.194.29]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k5SHHdw9022785 for ; Wed, 28 Jun 2006 17:17:40 GMT Received: from [10.180.16.38] (blip4sdy8ja.bc.hsia.telus.net [216.232.118.42] (may be forged)) (authenticated bits=0) by exeter.monstertech.ca (8.12.11/8.12.11) with ESMTP id k5SHHZZg010581 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 28 Jun 2006 10:17:35 -0700 Message-ID: <44A2B9AF.8030201@monstertech.ca> Date: Wed, 28 Jun 2006 10:17:35 -0700 From: Darren Grant User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1 References: <44A17B4B.5010605@monstertech.ca> <200606272228.30377.benno.schulenberg@gmail.com> <44A1A292.5090502@monstertech.ca> <7573e9640606271953u6f06ebfap22ad9ce929329b41@mail.gmail.com> <44A2A3E1.8020908@monstertech.ca> <7573e9640606280900u15d042di12341927a41b9e84@mail.gmail.com> <7573e9640606280940i134b68d3yec454966aba97693@mail.gmail.com> <7573e9640606280943x1e0a7098w5bff34a28b876443@mail.gmail.com> In-Reply-To: <7573e9640606280943x1e0a7098w5bff34a28b876443@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: f7fe7a3a-f26b-4206-912c-97e9afb5a0a8 X-Archives-Hash: 1e87f32300addf0981024ab16467179f Richard Fish wrote: > On 6/28/06, Richard Fish wrote: >> Ok, here is the actual error: > > I lied. The problem is at the top: > > configure:1715: checking build system type > configure:1733: result: i686-pc-linux-gnu > configure:1741: checking host system type > configure:1755: result: i686-pc-linux-gnu > > For some reason your system wants to build for i686, not x86_64. > > What does /etc/make.conf contain? > > How about "env | grep i686" > > -Richard cat /etc/make.conf # These settings were set by the catalyst build script that automatically built this stage # Please consult /etc/make.conf.example for a more detailed example #CFLAGS="-O2" CFLAGS="-march=athlon64 -mtune=k8 -O2 -pipe" MAKEOPTS="-j3" CHOST="x86_64-pc-linux-gnu" CXXFLAGS="${CFLAGS}" USE="nptl nptlonly session unicode cli pcre xml zlib threads mpm-prefork mysql imap libwww maildir sasl ssl gnome gtk2 -kde -qt dvdr alsa cdr apache2 nvidia opengl" GENTOO_MIRRORS="ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://cudlug.cudenver.edu/gentoo/ ftp://cudlug.cudenver.edu/pub/mirrors/distributions/gentoo/ ftp://gentoo.arcticnetwork.ca/pub/gentoo/ http://gentoo.arcticnetwork.ca/ http://mirror.usu.edu/mirrors/gentoo/ ftp://mirror.usu.edu/mirrors/gentoo/" SYNC="rsync://rsync.ca.gentoo.org/gentoo-portage" env MANPATH=/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.16.1/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.5/man HOSTNAME=xxx.xxxx.com SHELL=/bin/bash TERM=xterm USER=root GDK_USE_XFT=1 PAGER=/usr/bin/less CONFIG_PROTECT_MASK=/etc/terminfo XINITRC=/etc/X11/xinit/xinitrc PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/3.4.5 DISTCC_LOG= PWD=/root EDITOR=/bin/nano DISTCC_VERBOSE=0 DCCC_PATH=/usr/lib/distcc/bin SHLVL=1 HOME=/root LESS=-R -M --shift 5 PYTHONPATH=/usr/lib/portage/pym LOGNAME=root CVS_RSH=ssh GCC_SPECS= LESSOPEN=|lesspipe.sh %s INFOPATH=/usr/share/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.16.1/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.5/info OPENGL_PROFILE=xorg-x11 G_BROKEN_FILENAMES=1 CONFIG_PROTECT=/usr/lib/X11/xkb _=/usr/bin/env -- gentoo-user@gentoo.org mailing list