Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Prefix: bootstraping problems
Date: Wed, 15 Sep 2010 14:34:41
Message-Id: 20100915143315.GM427@gentoo.org
In Reply to: [gentoo-alt] Prefix: bootstraping problems by Antoine Dechaume
1 On 15-09-2010 16:09:20 +0200, Antoine Dechaume wrote:
2 > Hi,
3 >
4 > 2 problems on a fedora core 11 base system when bootstraping prefix
5 > with solaris instructions.
6 >
7 >
8 > First one
9 > I cannot use rsync (firewall), so no emerge --sync, I found emerge-
10 > webrsync in $EPREFIX/usr/sbin but it's not in $PATH.
11 > emerge-webrsync do not work (Trying to retrieve 20100914 snapshot from http://prefix.gentooexperimental.org
12 > ...), so I had to set GENTOO_MIRRORS=http://files.prefix.freens.org,
13 > after looking around into bootstrap-prefix.sh.
14 > It worked, but has it been done properly ?
15
16 we need to bump the snapshots for this to fix
17
18 > Second one
19 > emerge -u system fails:
20 > Calculating dependencies... done!
21
22 ah, gettext pulls in git these days. Try this:
23
24 env USE="-git" emerge -u system
25
26
27 --
28 Fabian Groffen
29 Gentoo on a different level

Replies

Subject Author
Re: [gentoo-alt] Prefix: bootstraping problems Antoine Dechaume <dechaume@×××××××.fr>