Hi Benda,
On Sat, Jan 06, 2018 at 01:44:00PM +0900, Benda Xu wrote:
> > Also, when I took bootstrap-prefix up on its offer to use the existing
> > Gentoo Penguin's portage from / to speed things up it failed because
> > that emerge didn't support the --prefix option, I think.
> What version is your Gentoo Penguin's portage? All the versions of
> portage in tree supports --prefix.
I have retried with a freshly updated host system and today's versions
of prefix bootstrap and portage snapshot. The good news is, whatever it
was, the command line option issue with emerge is gone now.
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
--
Thanks, Michael