Gentoo Archives: gentoo-alt

From: Greg Trigg <trigggl@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX
Date: Sun, 29 Jun 2008 22:27:53
Message-Id: 48680C6B.3000107@yahoo.com
In Reply to: Re: [gentoo-alt] [prefix]Starting over with svn prefix-launcher on AIX by Fabian Groffen
1 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 Anyways, python kept locking up when it tried to use as on something and
21 I had to kill the process 3 times. It eventually did complete to my
22 amazement and foreboding.
23
24 I started the bootstrap and got to the point where I add my own mirror.
25 After I started it up again, it failed here.
26
27
28 * Installing basic terminfo files in /etc...
29 >>> Completed installing ncurses-5.6-r2 into
30 /home/greg/gentoo/var/tmp/portage/sys-libs/ncurses-5.6-r2/image/home/greg/gentoo/
31
32 * Preparing AIX libraries for merge...
33 * preparing home/greg/gentoo/lib/libncurses.a
34 [ ok ]
35 * preparing home/greg/gentoo/usr/lib/libform.a
36 [ ok ]
37 * preparing home/greg/gentoo/usr/lib/libmenu.a
38 [ ok ]
39 * preparing home/greg/gentoo/usr/lib/libncurses++.a
40 [ ok ]
41 * preparing home/greg/gentoo/usr/lib/libpanel.a
42 [ ok ]
43 ecompressdir: bzip2 -9 /home/greg/gentoo/usr/share/man
44
45 * QA Notice: Excessive files found in the / partition
46 *
47 /home/greg/gentoo/var/tmp/portage/sys-libs/ncurses-5.6-r2/image/home/greg/gentoo/lib/libcurses.a
48
49 * ERROR: sys-libs/ncurses-5.6-r2 failed:
50 * static archives (*.a) and libtool library files (*.la) do not
51 belong in /
52 *
53 * Call stack:
54 * misc-functions.sh:756: <call install_qa_check>
55 * misc-functions.sh:354: die "static archives
56 (*.a) and libtool library files (*.la) do not belong in /"
57 *
58 * If you need support, post the topmost build error, and the call
59 stack if relevant.
60 * build log:
61 '/home/greg/gentoo/var/tmp/portage/sys-libs/ncurses-5.6-r2/temp/build.log'
62 * ebuild environment:
63 '/home/greg/gentoo/var/tmp/portage/sys-libs/ncurses-5.6-r2/temp/environment'
64 * S:
65 '/home/greg/gentoo/var/tmp/portage/sys-libs/ncurses-5.6-r2/work/ncurses-5.6'
66 !!! install_qa_check failed; exiting.
67
68
69 This is starting to really annoy me.
70
71
72 Greg Trigg
73 Jacksonville, AR
74
75 --
76 gentoo-alt@l.g.o mailing list

Replies