Gentoo Archives: gentoo-user

From: Darren Grant <dgrant@×××××××××××.ca>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1
Date: Wed, 28 Jun 2006 17:27:05
Message-Id: 44A2B9AF.8030201@monstertech.ca
In Reply to: Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1 by Richard Fish
1 Richard Fish wrote:
2 > On 6/28/06, Richard Fish <bigfish@××××××××××.org> wrote:
3 >> Ok, here is the actual error:
4 >
5 > I lied. The problem is at the top:
6 >
7 > configure:1715: checking build system type
8 > configure:1733: result: i686-pc-linux-gnu
9 > configure:1741: checking host system type
10 > configure:1755: result: i686-pc-linux-gnu
11 >
12 > For some reason your system wants to build for i686, not x86_64.
13 >
14 > What does /etc/make.conf contain?
15 >
16 > How about "env | grep i686"
17 >
18 > -Richard
19 cat /etc/make.conf
20 # These settings were set by the catalyst build script that
21 automatically built this stage
22 # Please consult /etc/make.conf.example for a more detailed example
23 #CFLAGS="-O2"
24 CFLAGS="-march=athlon64 -mtune=k8 -O2 -pipe"
25 MAKEOPTS="-j3"
26 CHOST="x86_64-pc-linux-gnu"
27 CXXFLAGS="${CFLAGS}"
28 USE="nptl nptlonly session unicode cli pcre xml zlib threads mpm-prefork
29 mysql imap libwww maildir sasl ssl gnome gtk2 -kde -qt dvdr alsa cdr
30 apache2 nvidia opengl"
31 GENTOO_MIRRORS="ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/
32 http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/
33 http://cudlug.cudenver.edu/gentoo/
34 ftp://cudlug.cudenver.edu/pub/mirrors/distributions/gentoo/
35 ftp://gentoo.arcticnetwork.ca/pub/gentoo/
36 http://gentoo.arcticnetwork.ca/ http://mirror.usu.edu/mirrors/gentoo/
37 ftp://mirror.usu.edu/mirrors/gentoo/"
38 SYNC="rsync://rsync.ca.gentoo.org/gentoo-portage"
39
40 env
41 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
42 HOSTNAME=xxx.xxxx.com
43 SHELL=/bin/bash
44 TERM=xterm
45 USER=root
46 GDK_USE_XFT=1
47 PAGER=/usr/bin/less
48 CONFIG_PROTECT_MASK=/etc/terminfo
49 XINITRC=/etc/X11/xinit/xinitrc
50 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
51 DISTCC_LOG=
52 PWD=/root
53 EDITOR=/bin/nano
54 DISTCC_VERBOSE=0
55 DCCC_PATH=/usr/lib/distcc/bin
56 SHLVL=1
57 HOME=/root
58 LESS=-R -M --shift 5
59 PYTHONPATH=/usr/lib/portage/pym
60 LOGNAME=root
61 CVS_RSH=ssh
62 GCC_SPECS=
63 LESSOPEN=|lesspipe.sh %s
64 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
65 OPENGL_PROFILE=xorg-x11
66 G_BROKEN_FILENAMES=1
67 CONFIG_PROTECT=/usr/lib/X11/xkb
68 _=/usr/bin/env
69
70
71 --
72 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1 Richard Fish <bigfish@××××××××××.org>