Gentoo Archives: gentoo-user

From: Jorge Almeida <jalmeida@××××××××××××.pt>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Can't compile gcc
Date: Fri, 09 Sep 2005 19:24:03
Message-Id: Pine.LNX.4.63.0509092010420.29504@jmaa.math.ist.utl.pt
1 Title says (almost) all.
2 Trying to upgrade gcc-3.3.5.20050130-r1 to gcc-3.3.6
3 Emerge hangs and I have to kill it with Ctrl-C:
4
5 creating libg2c.la
6 (cd .libs && rm -f libg2c.la && ln -s ../libg2c.la libg2c.la)
7 make[3]: Leaving directory `/var/tmp/portage/gcc-3.3.6/work/build/i686-pc-linux-gnu/libf2c'
8 : make ; exec true CC='/var/tmp/portage/gcc-3.3.6/work/build/gcc/xgcc -B/var/tmp/portage/gcc-3.3.6/work/build/gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include' LD='/usr/i686-pc-linux-gnu/bin/ld' LIBTOOL='/bin/sh ./libtool' WARN_CFLAGS='-W -Wall' CFLAGS='-O2 ' CPPFLAGS='' DESTDIR='' AR='ar' RANLIB='ranlib' prefix='/usr' exec_prefix='/usr' libdir='/usr/lib' libsubdir='/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6' tooldir='/usr/i686-pc-linux-gnu' multi-do DO="all-unilib"
9 make[2]: Leaving directory `/var/tmp/portage/gcc-3.3.6/work/build/i686-pc-linux-gnu/libf2c'
10 make[1]: Leaving directory `/var/tmp/portage/gcc-3.3.6/work/build'
11 (srcdir=`cd /var/tmp/portage/gcc-3.3.6/work/gcc-3.3.6/libstdc++-v3; ${PWDCMD-pwd}`; \
12 builddir=`${PWDCMD-pwd}`; \
13 /bin/sh /var/tmp/portage/gcc-3.3.6/work/gcc-3.3.6/libstdc++-v3/docs/doxygen/run_doxygen \
14 --mode=man ${srcdir} ${builddir})
15 :: NOTE that this may take some time...
16 /usr/bin/doxygen /var/tmp/portage/gcc-3.3.6/work/build/i686-pc-linux-gnu/libstdc++-v3/docs/doxygen/man.cfg
17 Warning: Tag `CGI_NAME' at line 1045 of file /var/tmp/portage/gcc-3.3.6/work/build/i686-pc-linux-gnu/libstdc++-v3/docs/doxygen/man.cfg has become obsolete.
18 To avoid this warning please update your configuration file using "doxygen -u"
19 Warning: Tag `CGI_URL' at line 1051 of file /var/tmp/portage/gcc-3.3.6/work/build/i686-pc-linux-gnu/libstdc++-v3/docs/doxygen/man.cfg has become obsolete.
20 To avoid this warning please update your configuration file using "doxygen -u"
21 Warning: Tag `DOC_URL' at line 1057 of file /var/tmp/portage/gcc-3.3.6/work/build/i686-pc-linux-gnu/libstdc++-v3/docs/doxygen/man.cfg has become obsolete.
22 To avoid this warning please update your configuration file using "doxygen -u"
23 Warning: Tag `DOC_ABSPATH' at line 1063 of file /var/tmp/portage/gcc-3.3.6/work/build/i686-pc-linux-gnu/libstdc++-v3/docs/doxygen/man.cfg has become obsolete.
24 To avoid this warning please update your configuration file using "doxygen -u"
25 Warning: Tag `BIN_ABSPATH' at line 1068 of file /var/tmp/portage/gcc-3.3.6/work/build/i686-pc-linux-gnu/libstdc++-v3/docs/doxygen/man.cfg has become obsolete.
26 To avoid this warning please update your configuration file using "doxygen -u"
27 Warning: Tag `EXT_DOC_PATHS' at line 1074 of file /var/tmp/portage/gcc-3.3.6/work/build/i686-pc-linux-gnu/libstdc++-v3/docs/doxygen/man.cfg has become obsolete.
28 To avoid this warning please update your configuration file using "doxygen -u"
29
30
31 I tried with CFLAGS="" and still nothing. The system has been giving
32 some trouble, that's why I thought the problem might be with gcc, having
33 run out of ideas (e.g., to compile lshw I had to remove '-pipe' from
34 CFLAGS).
35 I also tried removing /var/tmp/portage/gcc*
36
37
38 --
39 Jorge Almeida
40 --
41 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Can't compile gcc Dave Nebinger <dnebinger@××××.com>