[email protected] wrote: >> So I didn't encounter problems when doing this: >> $ export CONFIG_SHELL=/path/to/bash # done by profile.bashrc >> $ ${CONFIG_SHELL} ./configure # done by portage now > > I just did not know modifying profile.bashrc is the way to affect the > portage building shell. Now I understand. Thank you for your > explanation.
Well, you shouldn't need to actually _modify_ profile.bashrc, as CONFIG_SHELL is _already_ set there[1]. However, portage didn't explicitly run configure via CONFIG_SHELL before [2]. [1] http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/aix/profile.bashrc?view=markup [2] http://overlays.gentoo.org/proj/alt/changeset/57670 /haubi/ -- Michael Haubenwallner Gentoo on a different level
