Gentoo Archives: gentoo-alt

From: Perry Smith <pedzsan@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] prefix installer, AIX 5.3 gcc failed to build
Date: Mon, 20 Dec 2010 18:20:49
Message-Id: 01A49771-395D-4CB6-B62F-4AAEEC8F6791@gmail.com
In Reply to: Re: [gentoo-alt] prefix installer, AIX 5.3 gcc failed to build by Michael Haubenwallner
1 On Dec 20, 2010, at 12:13 PM, Michael Haubenwallner wrote:
2
3 >
4 >
5 > On 12/20/2010 06:02 PM, Perry Smith wrote:
6 >> FYI:
7 >>
8 >> In the gmake portage sequence, I got:
9 >>
10 >> ( cd /usr/dumps/prefix-launcher-2.1.0/powerpc-ibm-aix5.3.0.0/etc && ln -s /usr/dumps/prefix-launcher-2.1.0/powerpc-ibm-aix5.3.0.0/share/portage/config/make.globals )
11 >> ln: creating symbolic link `./make.globals': File exists
12 >
13 > Indeed, yes.
14
15 I know I'm taking an usually not used route but I thought you might want to add in a rm -f.
16
17 >
18 >>
19 >> So I moved the already existing make.globals to the side which appears to have resolved the issue.
20 >
21 > Exactly. You even can remove it.
22
23 Ok.
24
25 I have a new problem...
26
27 * sed-4.2.1.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
28 Operation Not Permitted: chown('/tmp/myself/gpx/portage/sys-apps/sed-4.2.1-r1', 327183, 780879)
29
30 This is while doing:
31
32 ${launcher}/${chost}/bin/eprefix-bootstrap `: run again with all arguments when a list was shown to choose ` \
33 --eprefix=${gprefix} `: where to bootstrap into ` \
34 --with-portage-tmpdir=${gpxtmp} `: essential on AIX only ` \
35 --disable-sync `: optional, to avoid searching for updates now ` \
36
37 (after doing the steps below)
38
39 Am I suppose to be root to do this?
40
41
42 >> On Dec 13, 2010, at 3:46 PM, Michael Haubenwallner wrote:
43 >>
44 >>> Wait a moment,
45 >>>
46 >>> On 12/13/10 21:47, Perry Smith wrote:
47 >>>> I'm going to continue onward...
48 >>>
49 >>> Right now, I've update portage in prefix-launcher to accept EAPI 3 now,
50 >>> which is required to support unmodified ebuilds from main Gentoo Linux.
51 >>>
52 >>> However, this portage version is yet untested with prefix-launcher.
53 >>>
54 >>> With portage in prefix-launcher-2.1.0 you'll get this error during bootstrap
55 >>> when using '--with-tree=latest', which is necessary for AIX at the moment:
56 >>> !!! All ebuilds that could satisfy "app-arch/tar" have been masked.
57 >>> !!! One of the following masked packages is required to complete your request:
58 >>> - app-arch/tar-1.25 (masked by: EAPI 3)
59 >>> - app-arch/tar-1.23-r4 (masked by: missing keyword)
60 >>> - app-arch/tar-1.23-r2 (masked by: missing keyword)
61 >>>
62 >>> To use the updated portage, replace the prefix-launcher-2.1.0/portage/ subdirectory
63 >>> with the one from an svn-export of prefix-launcher-trunk[1], and do:
64 >>> $ cd prefix-launcher-2.1.0
65 >>> $ rm -rf buildroot/portage/*
66 >>> $ gmake config portage_BUILDFROM=SCRATCH
67 >>> $ gmake portage
68 >>> $ gmake -t install
69 >>>
70 >>> [1] http://prefix-launcher.svn.sourceforge.net/viewvc/prefix-launcher/prefix-launcher/trunk/?view=tar
71 >>>
72 >>> /haubi/
73 >>> --
74 >>> Michael Haubenwallner
75 >>> Gentoo on a different level
76 >>>
77 >>
78 >>
79 >
80 > --
81 > Michael Haubenwallner
82 > Gentoo on a different level
83 >

Replies

Subject Author
Re: [gentoo-alt] prefix installer, AIX 5.3 gcc failed to build Michael Haubenwallner <haubi@g.o>