Gentoo Archives: gentoo-alt

From: Benda Xu <heroxbd@g.o>
To: Michael Weiser <michael@×××××××××××××××.net>
Cc: gentoo-alt@l.g.o
Subject: [gentoo-alt] bootstrap shortcut (Was: Gentoo Prefix updates on Linux)
Date: Tue, 16 Jan 2018 04:24:31
Message-Id: 87k1wio2h3.fsf_-_@gentoo.org
In Reply to: Re: [gentoo-alt] [RFC draft] Gentoo Prefix updates on Linux by Michael Weiser
1 Hi Michael,
2
3 Michael Weiser <michael@×××××××××××××××.net> writes:
4
5 > However, in stage3 portage is working with the host's PORTDIR. The
6 > symptom is that it wants me to keyword binutils-config, gcc-config and
7 > pyblake2. If I do that, I get non-prefix host versions installed which
8 > especially due to binutils-config not wrapping ld causes other fallout
9 > later on during bootstrap, e.g. wget not finding libssl due to
10 > openssl/libressl prefix/host mismatch on my system.
11 >
12 > Host portage:
13 > Portage 2.3.19 (python 3.5.4-final-0, default/linux/amd64/17.0/desktop,
14 > gcc-7.2.0, glibc-2.26-r3, 4.14.8-gentoo-r1 x86_64)
15 >
16 > Bootstrap command:
17 > HOST_GENTOO_EROOT=/ USE_CPU_CORES=8 PREFIX_DISABLE_RAP=yes bash -x \
18 > bootstrap-prefix.sh /home/michael/nobak/gentoo noninteractive
19
20 The problem is that host gentoo have portage tree from gentoo.git and
21 prefix-rpath is prefix.git overlay. I have just fixed the logic:
22
23 https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=ea38c545ce810d80aea1eb7c6e5e4d2117e6f211
24
25 Yours,
26 Benda

Replies

Subject Author
[gentoo-alt] Re: bootstrap shortcut (Was: Gentoo Prefix updates on Linux) Michael Weiser <michael@×××××××××××××××.net>