Hi Michael, Michael Weiser <[email protected]> writes:
> However, in stage3 portage is working with the host's PORTDIR. The > symptom is that it wants me to keyword binutils-config, gcc-config and > pyblake2. If I do that, I get non-prefix host versions installed which > especially due to binutils-config not wrapping ld causes other fallout > later on during bootstrap, e.g. wget not finding libssl due to > openssl/libressl prefix/host mismatch on my system. > > Host portage: > Portage 2.3.19 (python 3.5.4-final-0, default/linux/amd64/17.0/desktop, > gcc-7.2.0, glibc-2.26-r3, 4.14.8-gentoo-r1 x86_64) > > Bootstrap command: > HOST_GENTOO_EROOT=/ USE_CPU_CORES=8 PREFIX_DISABLE_RAP=yes bash -x \ > bootstrap-prefix.sh /home/michael/nobak/gentoo noninteractive The problem is that host gentoo have portage tree from gentoo.git and prefix-rpath is prefix.git overlay. I have just fixed the logic: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=ea38c545ce810d80aea1eb7c6e5e4d2117e6f211 Yours, Benda
