Gentoo Archives: gentoo-alt

From: Greg <trigggl@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] [prefix] bootstrap on AIX with prefix-launcher:currently broken
Date: Fri, 27 Jun 2008 13:00:35
Message-Id: 4864E46D.7050501@yahoo.com
In Reply to: Re: [gentoo-alt] [prefix] bootstrap on AIX with prefix-launcher:currently broken by Fabian Groffen
1 Fabian Groffen wrote:
2
3 >On 27-06-2008 13:15:42 +0200, Markus Duft wrote:
4 >
5 >
6 >>Hm... having the same issue on interix bootstrapping right now:
7 >>
8 >>mduft opt $ /tools/snapshot/prefix-launcher-1rc.20080627/i586-pc-interix6.0/bin/eprefix-bootstrap --eprefix=/opt/gentoo.binary.distribution-interix-6.0
9 >>using EPREFIX=/opt/gentoo.binary.distribution-interix-6.0
10 >>*** doing stage: setup
11 >>+ /tools/snapshot/prefix-launcher-1rc.20080627/i586-pc-interix6.0/bin/bash /opt/gentoo.binary.distribution-interix-6.0/bootstrap-prefix.sh /opt/gentoo.binary.distribution-interix-6.0 setup
12 >>* Bootstrapping Gentoo prefixed portage installation using
13 >>* host: i586-pc-interix6.0
14 >>* prefix: /opt/gentoo.binary.distribution-interix-6.0
15 >>* ready to bootstrap setup
16 >>* setting up some guessed defaults
17 >>failed stage was: setup
18 >>
19 >>the problem is, that there is no make.conf, thus the -e failes, and setup returns false. Looking at the bootrap-prefix.sh, make.conf is _not_ created in there, but only checks it's existence... I'll try commenting out the -e check and continue.
20 >>
21 >>
22 >
23 >Ah... I fail.
24 >
25 >It used to be created, then we didn't need it any longer, but portage
26 >crashed on that, so I touched it again, but it was fixed, so I removed
27 >it again. The make.conf check should go, as nothing is ever written to
28 >make.conf.
29 >
30 >If prefix-launcher is doing some check there, it looks like maybe the
31 >setup target should be adapted a bit to ease prefix-launcher's job.
32 >
33 >
34 >
35 I touched make.conf and this is the result.
36
37 using EPREFIX=/home/greg/gentoo
38 *** doing stage: portage
39 + PORTAGE_TMPDIR=/home/greg/gentoo/var/tmp
40 + USE=build
41 + FEATURES='-strict digest '
42 ++ id -u
43 + PORTAGE_INST_UID=101
44 ++ id -un
45 + PORTAGE_INST_USER=greg
46 ++ id -g
47 + PORTAGE_INST_GID=1
48 ++ id -un
49 + PORTAGE_USER=greg
50 ++ id -gn
51 + PORTAGE_GROUP=staff
52 + emerge --oneshot --nodeps portage
53 WARNING: repository at
54 /usr/local/prefix-launcher-1.2/powerpc-ibm-aix5.2.0.0/usr/portage is
55 missing a repo_name entry
56 emerge: superuser access is required.
57
58 failed stage was: portage
59
60
61 I thought one of the points of gentoo-prefix was to not need superuser.
62 Also, it looks like it's pointing to the wrong location for the
63 repository. (unless I did something wrong)
64 --
65
66
67
68 Greg Trigg
69
70 Jacksonville, AR
71
72
73
74 --
75 gentoo-alt@l.g.o mailing list

Replies