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: Thu, 26 Jun 2008 15:31:59
Message-Id: 4863B669.8090605@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 26-06-2008 08:31:34 -0500, Greg wrote:
4 >
5 >
6 >>+ /usr/local/prefix-launcher-1.2/powerpc-ibm-aix5.2.0.0/bin/bash
7 >>/home/greg/gentoo/bootstrap-prefix.sh /home/greg/gentoo setup
8 >>* Bootstrapping Gentoo prefixed portage installation using
9 >>* host: powerpc-ibm-aix5.2.0.0
10 >>* prefix: /home/greg/gentoo
11 >>* ready to bootstrap setup
12 >>* setting up some guessed defaults
13 >>failed stage was: setup
14 >>
15 >>I'm guessing it's a bad path somewhere. I may need to change the order.
16 >>
17 >>
18 >
19 >if [[ -n ${profile} && ! -e ${ROOT}/etc/make.profile ]] ; then
20 >
21 >${profile} should be set to something valid in your case, does
22 >$EPREFIX/etc/make.profile exist in your case?
23 >
24 >
25 greg:~/gentoo/etc$ ls -l
26 total 0
27 lrwxrwxrwx 1 clfs staff 69 Jun 25 19:16 make.profile ->
28 /home/greg/gentoo/usr/portage/profiles/default-prefix/aix/5.2.0.0/ppc
29
30 I checked the ppc folder. It does have the ownership 'greg staff'.
31
32 >I don't see how prefix-launcher determines it failed, but given that you
33 >don't see "Your profile is set to ${profile}." at least this statement
34 >doesn't get where it should go (unless prefix-launcher eats the output).
35 >
36 >
37 esac
38 if [[ -n ${profile} && ! -e ${ROOT}/etc/make.profile ]] ; then
39 ln -s "${profile}" "${ROOT}"/etc/make.profile
40 einfo "Your profile is set to ${profile}."
41 fi
42
43 [[ -e ${ROOT}/etc/make.conf ]] && return
44
45
46 Should I be having a make.conf somewhere? I don't think the 'einfo'
47 statement is working.
48
49 --
50
51
52
53 Greg Trigg
54
55 Jacksonville, AR
56
57
58
59 --
60 gentoo-alt@l.g.o mailing list

Replies