Gentoo Archives: gentoo-alt

From: Markus Duft <mduft@g.o>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] portage bootstrap problem
Date: Wed, 23 Jul 2008 13:30:58
Message-Id: 00d201c8ecc7$9b59cda0$d20d68e0$@org
1 Hey there.
2
3 Bootstrapping again, I get the following, when trying to emerge portage.
4 There is exactly the same version of portage installed already... I see this
5 somewhere in the middle:
6
7 >>> Compiling source in
8 /opt/gentoo.binary.distribution-interix-5.2/var/tmp/portage/sys-apps/portage
9 -2.2.00.11125/work/prefix-portage-2.2.00.11125 ...
10 !!! Error:
11 PORTAGE_CONFIGROOT='/opt/gentoo.binary.distribution-interix-5.2/opt/gentoo.b
12 inary.distribution-interix-5.2' is not a directory. Please correct this.
13 Traceback (most recent call last):
14 File "<string>", line 1, in <module>
15 File
16 "/tools/mduft/prefix-launcher-1rc.20080717/i586-pc-interix5.2/lib/portage/py
17 m/portage/__init__.py", line 7042, in <module>
18 init_legacy_globals()
19 File
20 "/tools/mduft/prefix-launcher-1rc.20080717/i586-pc-interix5.2/lib/portage/py
21 m/portage/__init__.py", line 6997, in init_legacy_globals
22 db = create_trees(**kwargs)
23 File
24 "/tools/mduft/prefix-launcher-1rc.20080717/i586-pc-interix5.2/lib/portage/py
25 m/portage/__init__.py", line 6934, in create_trees
26 config_incrementals=portage.const.INCREMENTALS)
27 File
28 "/tools/mduft/prefix-launcher-1rc.20080717/i586-pc-interix5.2/lib/portage/py
29 m/portage/__init__.py", line 1138, in __init__
30 check_var_directory("PORTAGE_CONFIGROOT", config_root + EPREFIX_LSTRIP)
31 File
32 "/tools/mduft/prefix-launcher-1rc.20080717/i586-pc-interix5.2/lib/portage/py
33 m/portage/__init__.py", line 1130, in check_var_directory
34 raise portage.exception.DirectoryNotFound(var)
35 portage.exception.DirectoryNotFound:
36 /opt/gentoo.binary.distribution-interix-5.2/opt/gentoo.binary.distribution-i
37 nterix-5.2
38
39
40 and after that emerge fails with:
41
42 configure: error: bad value for --with-root-user
43
44 looks like a double prefix problem...
45
46 Cheers, Markus

Replies

Subject Author
Re: [gentoo-alt] portage bootstrap problem Fabian Groffen <grobian@g.o>
Re: [gentoo-alt] portage bootstrap problem Fabian Groffen <grobian@g.o>