Gentoo Archives: gentoo-user

From: Michael Sullivan <msulli1355@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] GCC gone bad! Help!
Date: Thu, 19 Nov 2009 19:47:45
Message-Id: 1258660046.11560.3.camel@camille.espersunited.com
In Reply to: Re: [gentoo-user] GCC gone bad! Help! by Michael Sullivan
1 On Thu, 2009-11-19 at 13:44 -0600, Michael Sullivan wrote:
2 > On Thu, 2009-11-19 at 11:25 -0800, James Ausmus wrote:
3 > >
4 > >
5 > > On Thu, Nov 19, 2009 at 10:51 AM, Michael Sullivan
6 > > <msulli1355@×××××.com> wrote:
7 > > I've started seeing this line after failed emerges:
8 > >
9 > >
10 > >
11 > > checking for C compiler default output file name... configure:
12 > > error: C
13 > > compiler cannot create executables
14 > >
15 > >
16 > >
17 > > Please send the contents of the config log for the package you are
18 > > trying to build - it should approximately be
19 > > in /var/tmp/portage/$CATEGORY/$PACKAGE-$VERSION/work/$PACKAGE/config.log
20 > >
21 > >
22 > > -James
23 I think I sent the wrong one. Here's the right one (I think):
24
25
26 carter ~ #
27 cat /var/log/portage-logs/app-admin:webalizer-2.01.10-r15:20091119-194440.log
28 >>> Unpacking source...
29 >>> Unpacking webalizer-2.01-10-src.tar.bz2
30 to /var/tmp/portage/app-admin/webalizer-2.01.10-r15/work
31 >>> Unpacking webalizer.conf.gz
32 to /var/tmp/portage/app-admin/webalizer-2.01.10-r15/work
33 >>> Unpacking geolizer_2.01-10-patch.20050520.tar.bz2
34 to /var/tmp/portage/app-admin/webalizer-2.01.10-r15/work
35 * Applying geolizer.patch ...
36 [ ok ]
37 >>> Source unpacked
38 in /var/tmp/portage/app-admin/webalizer-2.01.10-r15/work
39 >>> Compiling source
40 in /var/tmp/portage/app-admin/webalizer-2.01.10-r15/work/webalizer-2.01-10 ...
41 * Found db version 4.7
42 include version 4.7
43 * Found db version 4.7
44 * Running eautoreconf in
45 '/var/tmp/portage/app-admin/webalizer-2.01.10-r15/work/webalizer-2.01-10' ...
46 * QA Warning: running autoconf in compile phase
47 * Running autoconf ...
48 [ ok ]
49 ./configure --prefix=/usr --build=i686-pc-linux-gnu
50 --host=i686-pc-linux-gnu --mandir=/usr/share/man
51 --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
52 --localstatedir=/var/lib --enable-dns --with-db=/usr/include/db4.7
53 --with-dblib=db-4.7 --enable-geoip --with-language=english
54 checking for i686-pc-linux-gnu-gcc... gcc
55 checking for C compiler default output file name...
56 configure: error: in
57 `/var/tmp/portage/app-admin/webalizer-2.01.10-r15/work/webalizer-2.01-10':
58 configure: error: C compiler cannot create executables
59 See `config.log' for more details.
60
61 !!! Please attach the following file when seeking support:
62 !!! /var/tmp/portage/app-admin/webalizer-2.01.10-r15/work/webalizer-2.01-10/config.log
63 *
64 * ERROR: app-admin/webalizer-2.01.10-r15 failed.
65 * Call stack:
66 * ebuild.sh, line 49: Called src_compile
67 * environment, line 3227: Called econf '--enable-dns'
68 '--with-db=/usr/include/db4.7' '--with-dblib=db-4.7' '--enable-geoip'
69 '--with-language=english'
70 * ebuild.sh, line 534: Called die
71 * The specific snippet of code:
72 * die "econf failed"
73 * The die message:
74 * econf failed
75 *
76 * If you need support, post the topmost build error, and the call stack
77 if relevant.
78 * A complete build log is located at
79 '/var/log/portage-logs/app-admin:webalizer-2.01.10-r15:20091119-194440.log'.
80 * The ebuild environment file is located at
81 '/var/tmp/portage/app-admin/webalizer-2.01.10-r15/temp/environment'.
82 *