Gentoo Archives: gentoo-user

From: Michael Orlitzky <michael@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] site:www.gentoo.org (compile phase)...die "econf failed"
Date: Mon, 16 May 2011 01:50:52
Message-Id: 4DD0827D.9020006@orlitzky.com
In Reply to: Re: [gentoo-user] site:www.gentoo.org (compile phase)...die "econf failed" by Michael Orlitzky
1 On 05/15/2011 09:43 PM, Michael Orlitzky wrote:
2 > On 05/15/2011 06:29 PM, Felix Miata wrote:
3 >> http://fm.no-ip.com/Tmp/Linux/G/ has system info, bash_history, and logs from
4 >> my 7th attempt to install from the beginning, using
5 >> http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1 as the battle plan.
6 >>
7 >> Among the 8 attempts, once I used the 0514 portage, twice I used the 0507
8 >> portage, and the rest I used the 0511 portage. I'm surprised I ever got a
9 >> kernel, networking, and mc working on the first try, because I've been unable
10 >> to get anything except kernel sources to emerge since the first attempt.
11 >> Every other emerge attempt has generated either "ERROR:...(compile phase)..."
12 >> or "ERROR:...(configure phase)...", plus 'die "econf failed"'.
13 >>
14 >> At this point I have to believe there's a Gentoo bug(s) I'm hitting rather
15 >> than mistakes following instructions. I've put in most of the past 5 days
16 >> trying, and have to quit real soon unless I get a whole lot better help. I'm
17 >> sure I've used up my quota of better efficiency just trying to get started,
18 >> and need to get back to normal life soon.
19 >
20 >
21 > Ugh:
22 >
23 > http://fm.no-ip.com/Tmp/Linux/G/bash_profile
24 >
25 > I'm guessing you forgot to `source ~/.bash_profile` after you commented
26 > out the line,
27 >
28 > #export "CC=ccache gcc"
29 >
30
31 In fact, re-sourcing won't even help unless you set CC="something else".
32
33 Try `unset CC`.