Gentoo Archives: gentoo-alt

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX
Date: Mon, 30 Jun 2008 09:44:45
Message-Id: 1214819079.28471.8.camel@salomon-22
In Reply to: Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX by Fabian Groffen
1 On Sun, 2008-06-29 at 23:14 +0200, Fabian Groffen wrote:
2 > On 29-06-2008 08:04:44 -0500, Greg Trigg wrote:
3 > > I found this in the configure script.
4 >
5 > > case $ac_sys_system in
6 > > AIX*) CC=cc_r
7 > > without_gcc=;;
8 > >
9 > > Naturally, I edited it to say gcc instead of cc_r (whatever that is). It
10 > > looks like it's working. Perhaps I should send an upstream bug report?
11 >
12 > % grep -a1 cc_r python-2.5.2-r5.ebuild
13 >
14 > # python defaults to use 'cc_r' on aix
15 > [[ ${CHOST} == *-aix* ]] && myconf="${myconf} --with-gcc=$(tc-getCC)"
16 >
17 > I guess bootstrap-prefix/prefix-launcher is supposed to pass that same
18 > option to Python's configure... I think you found a bug.
19
20 Indeed.
21 Don't know why, but that '--with-gcc' was dropped during upgrade to
22 python-2.5 in prefix-launcher...
23
24 /haubi/
25 --
26 Michael Haubenwallner
27 Gentoo on a different level
28
29 --
30 gentoo-alt@l.g.o mailing list

Replies