Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] portage bootstrap problem
Date: Fri, 25 Jul 2008 07:43:56
Message-Id: 20080725074351.GB17546@gentoo.org
In Reply to: [gentoo-alt] portage bootstrap problem by Markus Duft
1 On 23-07-2008 15:25:42 +0200, Markus Duft wrote:
2 > "/tools/mduft/prefix-launcher-1rc.20080717/i586-pc-interix5.2/lib/portage/py
3 > m/portage/__init__.py", line 1138, in __init__
4 > check_var_directory("PORTAGE_CONFIGROOT", config_root + EPREFIX_LSTRIP)
5
6 I don't have this line, so I guess this has already been fixed in the
7 latest snapshot.
8
9 > and after that emerge fails with:
10 >
11 > configure: error: bad value for --with-root-user
12
13 that sounds familiar, but I thought I fixed that before as well, what
14 you do is probably either one of these:
15
16 [case "${withval}" in
17 ""|yes) AC_MSG_ERROR(bad value ${withval} for --with-root-user);;
18
19 (the message actually says you use --with-root-user -> argument "")
20
21
22 --
23 Fabian Groffen
24 Gentoo on a different level

Replies

Subject Author
RE: [gentoo-alt] portage bootstrap problem Markus Duft <mduft@g.o>