Gentoo Archives: gentoo-alt

From: Michael Weiser <michael@×××××××××××××××.net>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] [RFC draft] Gentoo Prefix updates on Linux
Date: Sat, 06 Jan 2018 19:00:46
Message-Id: 20180106184852.GA30114@weiser.dinsnail.net
In Reply to: Re: [gentoo-alt] [RFC draft] Gentoo Prefix updates on Linux by Benda Xu
1 Hi Benda,
2
3 On Sat, Jan 06, 2018 at 01:44:00PM +0900, Benda Xu wrote:
4
5 > > Also, when I took bootstrap-prefix up on its offer to use the existing
6 > > Gentoo Penguin's portage from / to speed things up it failed because
7 > > that emerge didn't support the --prefix option, I think.
8 > What version is your Gentoo Penguin's portage? All the versions of
9 > portage in tree supports --prefix.
10
11 I have retried with a freshly updated host system and today's versions
12 of prefix bootstrap and portage snapshot. The good news is, whatever it
13 was, the command line option issue with emerge is gone now.
14
15 However, in stage3 portage is working with the host's PORTDIR. The
16 symptom is that it wants me to keyword binutils-config, gcc-config and
17 pyblake2. If I do that, I get non-prefix host versions installed which
18 especially due to binutils-config not wrapping ld causes other fallout
19 later on during bootstrap, e.g. wget not finding libssl due to
20 openssl/libressl prefix/host mismatch on my system.
21
22 Host portage:
23 Portage 2.3.19 (python 3.5.4-final-0, default/linux/amd64/17.0/desktop,
24 gcc-7.2.0, glibc-2.26-r3, 4.14.8-gentoo-r1 x86_64)
25
26 Bootstrap command:
27 HOST_GENTOO_EROOT=/ USE_CPU_CORES=8 PREFIX_DISABLE_RAP=yes bash -x \
28 bootstrap-prefix.sh /home/michael/nobak/gentoo noninteractive
29 --
30 Thanks, Michael

Replies