Gentoo Archives: gentoo-dev

From: Grant Goodyear <goodyea@×××××××.edu>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Installing 1.1a w/ GCC 3 (attn: Geert Bevin)
Date: Wed, 17 Apr 2002 09:49:22
Message-Id: 1019054794.19581.4.camel@red.ces.clemson.edu
In Reply to: [gentoo-dev] Installing 1.1a w/ GCC 3 (attn: Geert Bevin) by Encoding could not be reliably detected. Contents not available.
1 > Bootstrapping the compiler
2 > make [1]: Entering directory '/var/tmp/portage/gcc3.0.4-r3/work/build/gcc'
3 > (cd /var/tmp/portage/gcc3.0.4-r3/work/gcc-3.0.4 /gcc && autoconf)
4 > /bin/sh: autoconf : command not found
5 > make [1] *** [/var/tmp/portage/gcc3.0.4-r3/work/build/gcc/configure] Error
6 > 127
7 > make [1] : Leaving directory /var/tmp/portage/gcc3.0.4-r3/work/build/gcc
8 > make: *** [bootstrap-lean] Error 2
9 >
10 > !!! Error: The ebuild did not complete successfully
11 > !!! Function src_compile, Line 79, Exitcode 2
12 > !!! (no error message)
13 > !!! emerge aborting on /usr/portage/sys-devel/gcc/gcc-3.0.4-r3.ebuild
14
15 Hmmm. I don't see autoconf in the ebuild, so I don't know why
16 it's trying to run it, especially since ./configure should have
17 shown that it wasn't there. You probably want to file a bug
18 report about this.
19
20 > emerge --pretend autoconf shows a boatload of dependencies to be satisified
21 > (and aren't these some of the ones i'm trying to build with gcc3?)
22
23 That's because bootstrap.sh uses a special flag that limits the number
24 of dependencies. Your emerge command above uses the default USE flags,
25 so you expect to get a lot more dependencies. The actual necessary
26 dependencies for autoconf are libtool, m4, and glibc.
27
28 -g2boojum-