Gentoo Archives: gentoo-dev

From: Encoding could not be reliably detected. Contents not available.
To: gentoo-dev@g.o
Subject: [gentoo-dev] Installing 1.1a w/ GCC 3 (attn: Geert Bevin)
Date: Wed, 17 Apr 2002 09:26:00
Message-Id: 85256B9E.004BA4B4.00@notes.nyso.org
1 I was attempting to follow the instructions in the "Gcc 3.0.4 installed
2 system" post to gentoo-dev and ran into a problem.
3
4 These are the steps I followed:
5
6 Normal stage1 install, followed by emerge rsync.
7
8 rm /etc/make.profile & ln -s /usr/portage/profiles/default-1.0-gcc3
9 /etc/make.profile
10
11 edit make.conf
12
13 scripts/bootstrap.sh
14
15 It starts building binutils, etc. then fails during the GCC 3 compile with
16 the following errors:
17
18 Bootstrapping the compiler
19 make [1]: Entering directory '/var/tmp/portage/gcc3.0.4-r3/work/build/gcc'
20 (cd /var/tmp/portage/gcc3.0.4-r3/work/gcc-3.0.4 /gcc && autoconf)
21 /bin/sh: autoconf : command not found
22 make [1] *** [/var/tmp/portage/gcc3.0.4-r3/work/build/gcc/configure] Error
23 127
24 make [1] : Leaving directory /var/tmp/portage/gcc3.0.4-r3/work/build/gcc
25 make: *** [bootstrap-lean] Error 2
26
27 !!! Error: The ebuild did not complete successfully
28 !!! Function src_compile, Line 79, Exitcode 2
29 !!! (no error message)
30 !!! emerge aborting on /usr/portage/sys-devel/gcc/gcc-3.0.4-r3.ebuild
31
32 emerge --pretend autoconf shows a boatload of dependencies to be satisified
33 (and aren't these some of the ones i'm trying to build with gcc3?)
34
35 Any pointers on making this work?
36
37 Has the 1.1a build changed enough from the 1.0 to keep this from working?

Replies

Subject Author
Re: [gentoo-dev] Installing 1.1a w/ GCC 3 (attn: Geert Bevin) Grant Goodyear <goodyea@×××××××.edu>