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 17:02:47
Message-Id: E8A5EB0F-A1CE-4669-8504-CF0D434A05BA@gmail.com
In Reply to: Re: [gentoo-alt] prefix installer, AIX 5.3 gcc failed to build by Michael Haubenwallner
1 FYI:
2
3 In the gmake portage sequence, I got:
4
5 ( 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 )
6 ln: creating symbolic link `./make.globals': File exists
7
8 So I moved the already existing make.globals to the side which appears to have resolved the issue.
9
10 On Dec 13, 2010, at 3:46 PM, Michael Haubenwallner wrote:
11
12 > Wait a moment,
13 >
14 > On 12/13/10 21:47, Perry Smith wrote:
15 >> I'm going to continue onward...
16 >
17 > Right now, I've update portage in prefix-launcher to accept EAPI 3 now,
18 > which is required to support unmodified ebuilds from main Gentoo Linux.
19 >
20 > However, this portage version is yet untested with prefix-launcher.
21 >
22 > With portage in prefix-launcher-2.1.0 you'll get this error during bootstrap
23 > when using '--with-tree=latest', which is necessary for AIX at the moment:
24 > !!! All ebuilds that could satisfy "app-arch/tar" have been masked.
25 > !!! One of the following masked packages is required to complete your request:
26 > - app-arch/tar-1.25 (masked by: EAPI 3)
27 > - app-arch/tar-1.23-r4 (masked by: missing keyword)
28 > - app-arch/tar-1.23-r2 (masked by: missing keyword)
29 >
30 > To use the updated portage, replace the prefix-launcher-2.1.0/portage/ subdirectory
31 > with the one from an svn-export of prefix-launcher-trunk[1], and do:
32 > $ cd prefix-launcher-2.1.0
33 > $ rm -rf buildroot/portage/*
34 > $ gmake config portage_BUILDFROM=SCRATCH
35 > $ gmake portage
36 > $ gmake -t install
37 >
38 > [1] http://prefix-launcher.svn.sourceforge.net/viewvc/prefix-launcher/prefix-launcher/trunk/?view=tar
39 >
40 > /haubi/
41 > --
42 > Michael Haubenwallner
43 > Gentoo on a different level
44 >

Replies

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