Gentoo Archives: gentoo-alt

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

Replies