Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-07-15 Thread Fabian Groffen
On 15-07-2008 15:05:32 -0500, Greg wrote: > >>> I'm making progress. I did have to edit bin/misc-functions.sh again >>> so that ncurses would install. >>> >>> - f=$(ls "${ED}"lib*/*.{a,la} 2>/dev/null) >>> + f=$(ls "${ED}"lib*/*.la 2>/dev/null) >>> >>> >> >> I hopefully fixed this in por

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-07-15 Thread Greg
I'm making progress. I did have to edit bin/misc-functions.sh again so that ncurses would install. - f=$(ls "${ED}"lib*/*.{a,la} 2>/dev/null) + f=$(ls "${ED}"lib*/*.la 2>/dev/null) I hopefully fixed this in portage >=11059 so your next upgrade should not require hacking an

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-07-15 Thread Fabian Groffen
On 13-07-2008 07:11:35 -0500, Greg Trigg wrote: > Greg Trigg wrote: >> I installed 'bos.adt.base.5.2.0.108' and everything is going smoothly >> so far. I've moved on to the bootstrap stage and am about to add my >> mirror selection. All I had to do was install a recent fileset. >> Simple if y

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-07-14 Thread Michael Haubenwallner
On Sun, 2008-07-13 at 22:09 -0500, Greg Trigg wrote: > Jeremy Olexa wrote: > > Greg Trigg wrote: > >> !!! All ebuilds that could satisfy "app-misc/ca-certificates" have > >> been masked. > >> !!! One of the following masked packages is required to complete your > >> request: > >> - app-misc/ca-c

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-07-13 Thread Greg Trigg
Jeremy Olexa wrote: Greg Trigg wrote: !!! All ebuilds that could satisfy "app-misc/ca-certificates" have been masked. !!! One of the following masked packages is required to complete your request: - app-misc/ca-certificates-20080514-r1 (masked by: missing keyword) - app-misc/ca-certificates-20

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-07-13 Thread Jeremy Olexa
Greg Trigg wrote: !!! All ebuilds that could satisfy "app-misc/ca-certificates" have been masked. !!! One of the following masked packages is required to complete your request: - app-misc/ca-certificates-20080514-r1 (masked by: missing keyword) - app-misc/ca-certificates-20080514 (masked by: mi

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-07-13 Thread Greg Trigg
Greg Trigg wrote: I installed 'bos.adt.base.5.2.0.108' and everything is going smoothly so far. I've moved on to the bootstrap stage and am about to add my mirror selection. All I had to do was install a recent fileset. Simple if you know to do it. I'm making progress. I did have to edit

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-07-12 Thread Greg Trigg
Greg Trigg wrote: Anyways, python kept locking up when it tried to use as on something and I had to kill the process 3 times. It eventually did complete to my amazement and foreboding. After some emailings back and forth with Haubi, I seem to have found the answer. All I had to do was downl

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-07-04 Thread Michael Haubenwallner
On Thu, 2008-07-03 at 10:59 -0500, Greg wrote: > Michael Haubenwallner wrote: > > /usr/local/prefix-launcher/buildroot/python/Python-2.5.2/Modules/_ctypes/libffi/src/powerpc/aix.S:83:23: > > error: fficonfig.h: No such file or directory > /usr/local/prefix-launcher/buildroot/python/Python-2.5.

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-07-03 Thread Greg
Michael Haubenwallner wrote: Do you know 'truss' ? It is to trace system (libc?) calls for any (running) program: $ truss -p According to lslpp, it is part of 'bos.sysmgt.serv_aid' AIX package: $ lslpp -w /usr/bin/truss FileFileset Type --

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-07-03 Thread Greg
Michael Haubenwallner wrote: On Wed, 2008-07-02 at 11:13 -0500, Greg wrote: Michael Haubenwallner wrote: On Wed, 2008-07-02 at 08:07 -0500, Greg wrote: Well, the native build does go faster and it does compile everything pretty smoothly. However, I'm back to having tr

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-07-03 Thread Michael Haubenwallner
On Wed, 2008-07-02 at 11:13 -0500, Greg wrote: > Michael Haubenwallner wrote: > > >On Wed, 2008-07-02 at 08:07 -0500, Greg wrote: > > > > > >> > >> > >>Well, the native build does go faster and it does compile everything > >>pretty smoothly. However, I'm back to having troubles with Pytho

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-07-02 Thread Greg
Michael Haubenwallner wrote: On Wed, 2008-07-02 at 08:07 -0500, Greg wrote: Well, the native build does go faster and it does compile everything pretty smoothly. However, I'm back to having troubles with Python. I guess I'll post more specific information this time. Here's where Py

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-07-02 Thread Michael Haubenwallner
On Wed, 2008-07-02 at 08:07 -0500, Greg wrote: > Michael Haubenwallner wrote: > > >On Tue, 2008-07-01 at 05:16 -0500, Greg Trigg wrote: > > > >>Greg wrote: > >> > >>>Fabian Groffen wrote: > >>> > >I installed this patch and now instead of failing it just locks up. > >I think python is

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-07-02 Thread Greg
Michael Haubenwallner wrote: On Tue, 2008-07-01 at 05:16 -0500, Greg Trigg wrote: Greg wrote: Fabian Groffen wrote: I installed this patch and now instead of failing it just locks up. I think python is failing. It probably goes back to the 'as' command not working when python was comp

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-07-01 Thread Michael Haubenwallner
On Tue, 2008-07-01 at 05:16 -0500, Greg Trigg wrote: > Greg wrote: > > Fabian Groffen wrote: > >>> I installed this patch and now instead of failing it just locks up. > >>> I think python is failing. It probably goes back to the 'as' > >>> command not working when python was compiling. I ma

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-07-01 Thread Greg Trigg
Greg wrote: Fabian Groffen wrote: I installed this patch and now instead of failing it just locks up. I think python is failing. It probably goes back to the 'as' command not working when python was compiling. I may have to look into installing a working assembler. Are you sure it

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-06-30 Thread Greg
Fabian Groffen wrote: On 30-06-2008 10:43:32 -0500, Greg wrote: That said, I'm sorry that you have to hit so many problems. The AIX port simply isn't ready yet, and our manpower is limited. If you want to just continue, you could try to apply the attached patch to $EPREFIX/usr/lib/portage/

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-06-30 Thread Fabian Groffen
On 30-06-2008 10:43:32 -0500, Greg wrote: >> That said, I'm sorry that you have to hit so many problems. The AIX >> port simply isn't ready yet, and our manpower is limited. If you want >> to just continue, you could try to apply the attached patch to >> $EPREFIX/usr/lib/portage/bin/misc-function

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-06-30 Thread Greg
Fabian Groffen wrote: On 29-06-2008 17:27:55 -0500, Greg Trigg wrote: * QA Notice: Excessive files found in the / partition * /home/greg/gentoo/var/tmp/portage/sys-libs/ncurses-5.6-r2/image/home/greg/gentoo/lib/libcurses.a * ERROR: sys-libs/ncurses-5.6-r2 failed: * static archives (*.a

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-06-30 Thread Fabian Groffen
On 30-06-2008 06:11:06 -0500, Greg Trigg wrote: > Well, I just killed my misc-functions.sh file. It's an empty file now. > I guess I should have asked how to patch instead of trying to figure it > out from the man page. I don't suppose I could get a copy of what's in > that file? Push your l

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-06-30 Thread Greg Trigg
Fabian Groffen wrote: On 29-06-2008 17:27:55 -0500, Greg Trigg wrote: * QA Notice: Excessive files found in the / partition * /home/greg/gentoo/var/tmp/portage/sys-libs/ncurses-5.6-r2/image/home/greg/gentoo/lib/libcurses.a * ERROR: sys-libs/ncurses-5.6-r2 failed: * static archives (*.a

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-06-30 Thread Fabian Groffen
On 30-06-2008 11:44:39 +0200, Michael Haubenwallner wrote: > > I guess bootstrap-prefix/prefix-launcher is supposed to pass that same > > option to Python's configure... I think you found a bug. > > Indeed. > Don't know why, but that '--with-gcc' was dropped during upgrade to > python-2.5 in pref

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-06-30 Thread Michael Haubenwallner
On Sun, 2008-06-29 at 23:14 +0200, Fabian Groffen wrote: > On 29-06-2008 08:04:44 -0500, Greg Trigg wrote: > > I found this in the configure script. > > > case $ac_sys_system in > > AIX*) CC=cc_r > > without_gcc=;; > > > > Naturally, I edited it to say gcc instea

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-06-30 Thread Fabian Groffen
On 29-06-2008 17:27:55 -0500, Greg Trigg wrote: > * QA Notice: Excessive files found in the / partition > * > /home/greg/gentoo/var/tmp/portage/sys-libs/ncurses-5.6-r2/image/home/greg/gentoo/lib/libcurses.a > > * ERROR: sys-libs/ncurses-5.6-r2 failed: > * static archives (*.a) and libtool l

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-06-29 Thread Greg Trigg
Fabian Groffen wrote: On 29-06-2008 08:04:44 -0500, Greg Trigg wrote: I found this in the configure script. case $ac_sys_system in AIX*) CC=cc_r without_gcc=;; Naturally, I edited it to say gcc instead of cc_r (whatever that is). It looks like it's working

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-06-29 Thread Fabian Groffen
On 29-06-2008 08:04:44 -0500, Greg Trigg wrote: > I found this in the configure script. > case $ac_sys_system in > AIX*) CC=cc_r > without_gcc=;; > > Naturally, I edited it to say gcc instead of cc_r (whatever that is). It > looks like it's working. Perhaps I sh

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-06-29 Thread Greg Trigg
Greg Trigg wrote: I tried it again with /usr/bin/bash and it's working so far. It's so easy to get just one thing wrong. I did edit my .bashrc file to set all the variables and parameters so I don't have to keep doing it every time I log out and back in. And now for my next failure. I'm no

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-06-28 Thread Greg Trigg
Jeremy Olexa wrote: Greg wrote: Well, I tried prefix-launcher with the svn version. -> Generating config script "prefix-launcher-config"... resolving dependencies... done: creating /usr/local/prefix-launcher-1pre.greg/powerpc-ibm-aix5.2.0.0/bin/prefix-launcher-prefix-launcher-config creatin

Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-06-28 Thread Jeremy Olexa
Greg wrote: Well, I tried prefix-launcher with the svn version. -> Generating config script "prefix-launcher-config"... resolving dependencies... done: creating /usr/local/prefix-launcher-1pre.greg/powerpc-ibm-aix5.2.0.0/bin/prefix-launcher-prefix-launcher-config creating /usr/local/prefix-

[gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX

2008-06-28 Thread Greg
Well, I tried prefix-launcher with the svn version. -> Generating config script "prefix-launcher-config"... resolving dependencies... done: creating /usr/local/prefix-launcher-1pre.greg/powerpc-ibm-aix5.2.0.0/bin/prefix-launcher-prefix-launcher-config creating /usr/local/prefix-launcher-1pre.g