View previous topic :: View next topic |
Author |
Message |
xkolda n00b
Joined: 23 Mar 2004 Posts: 5
|
Posted: Fri Jan 28, 2005 11:45 am Post subject: emerge gcc-3.4.3-r1 failed |
|
|
Hello,
I tried emerge -avuD system today and upgrading of gcc failed. It fails in second stage (second configure procedure).
my profile: amd64/2004.3
my make.conf:
Code: |
USE="acl"
CFLAGS="-O2"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
|
Code: |
config.status: creating config.h
config.status: executing default-1 commands
Adding multilib support to Makefile in /var/tmp/portage/gcc-3.4.3-r1/work/gcc-3.4.3/libstdc++-v3
multidirs=32
with_multisubdir=
Running configure in multilib subdirs 32
pwd: /var/tmp/portage/gcc-3.4.3-r1/work/build/x86_64-pc-linux-gnu/libstdc++-v3
Running configure in multilib subdir 32
pwd: /var/tmp/portage/gcc-3.4.3-r1/work/build/x86_64-pc-linux-gnu
mkdir 32
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-pc-linux-gnu-gcc... /var/tmp/portage/gcc-3.4.3-r1/work/build/gcc/xgcc -B/var/tmp/portage/gcc-3.4.3-r1/work/build/gcc/ -B/usr/x86_64-pc-linux-gnu/bin/ -B/usr/x86_64-pc-linux-gnu/lib/ -isystem /usr/x86_64-pc-linux-gnu/include -isystem /usr/x86_64-pc-linux-gnu/sys-include -m32
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
make[1]: *** [configure-target-libstdc++-v3] Error 1
make[1]: Leaving directory `/var/tmp/portage/gcc-3.4.3-r1/work/build'
make: *** [profiledbootstrap] Error 2
!!! ERROR: sys-devel/gcc-3.4.3-r1 failed.
!!! Function gcc_do_make, Line 1074, Exitcode 2
!!! make failed with profiledbootstrap
!!! If you need support, post the topmost build error, NOT this status message.
|
|
|
Back to top |
|
|
SpanKY Developer
Joined: 18 Apr 2002 Posts: 321 Location: Somerville, MA
|
Posted: Fri Jan 28, 2005 11:59 am Post subject: |
|
|
search bugzilla, this bug has been filed a few times |
|
Back to top |
|
|
xkolda n00b
Joined: 23 Mar 2004 Posts: 5
|
Posted: Fri Jan 28, 2005 1:08 pm Post subject: |
|
|
SpanKY wrote: | search bugzilla, this bug has been filed a few times |
Yes I looked there, but in bugzilla it looks like compilation problems on 32 platform. But my error is about x86_64 I think. There is no similar problem in bugzilla. |
|
Back to top |
|
|
Cypr n00b
Joined: 03 Jan 2005 Posts: 57
|
Posted: Sat Jan 29, 2005 12:06 am Post subject: |
|
|
Try Code: | FEATURES="-sandbox" emerge gcc
emerge portage | . |
|
Back to top |
|
|
Earthwings Bodhisattva
Joined: 14 Apr 2003 Posts: 7753 Location: Germany
|
|
Back to top |
|
|
|