Gentoo Archives: gentoo-alt

From: heroxbd@×××××.com
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] AIX5.3 prefix bootstrap gcc-4.2.4 failure
Date: Sat, 17 Apr 2010 04:16:39
Message-Id: 86bpdiaf3d.fsf@gmail.com
In Reply to: Re: [gentoo-alt] AIX5.3 prefix bootstrap gcc-4.2.4 failure by Michael Haubenwallner
1 Hi Michael,
2
3 Michael Haubenwallner <haubi@g.o> writes:
4
5 >> Are you sure this really works?
6 >
7 > While it was enough for long time to just do:
8 > $ export CONFIG_SHELL=/path/to/bash
9 > $ ./configure
10 > recently it seems necessary to do:
11 > $ export CONFIG_SHELL=/path/to/bash
12 > $ ${CONFIG_SHELL} ./configure
13 >
14 > So I didn't encounter problems when doing this:
15 > $ export CONFIG_SHELL=/path/to/bash # done by profile.bashrc
16 > $ ${CONFIG_SHELL} ./configure # done by portage now
17
18 I just did not know modifying profile.bashrc is the way to affect the
19 portage building shell. Now I understand. Thank you for your
20 explanation.
21
22 Cheers,
23 --
24 XU Benda
25 Research Center for Neutrino Science
26 Tohoku University
27 JAPAN
28
29 http://www.awa.tohoku.ac.jp/~benda

Replies

Subject Author
Re: [gentoo-alt] AIX5.3 prefix bootstrap gcc-4.2.4 failure Michael Haubenwallner <haubi@g.o>