Gentoo Archives: gentoo-alt

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

Replies

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