Gentoo Archives: gentoo-alt

From: Benda Xu <heroxbd@g.o>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] Re: bootstrap shortcut
Date: Wed, 17 Jan 2018 02:14:41
Message-Id: 87k1whfd1q.fsf@gentoo.org
In Reply to: [gentoo-alt] Re: bootstrap shortcut (Was: Gentoo Prefix updates on Linux) by Michael Weiser
1 Hi Michael,
2
3 Michael Weiser <michael@×××××××××××××××.net> writes:
4
5 > Thanks! That seems to work in that it doesn't offer to use the host
6 > portage any more.
7 >
8 > Now it fails when initialising the portage config:
9 >
10 > * Your profile is set to
11 > /home/michael/nobak/gentoo/usr/portage/profiles/no-multilib/prefix/linux/amd64.
12 > bootstrap-prefix.sh: line 468: /home/michael/nobak/gentoo/etc/portage/make.profile/package.use: No such file or directory
13 > bootstrap-prefix.sh: line 478: /home/michael/nobak/gentoo/etc/portage/make.profile/package.use: No such file or directory
14 >
15 > Indeed, portage/profiles/no-multilib does not exist. After commenting
16 > out the redirect to no-multilib like below it continues on.
17 >
18 > x86_64-pc-linux-gnu)
19 > profile=${profile_linux/ARCH/amd64}
20 > #profile=${profile/prefix/no-multilib/prefix}
21 > ;;
22 >
23 > The resulting prefix still looks quite no-multilib-ish, i.e. only lib
24 > and no lib32/lib64.
25
26 Sorry, that was a bug. Fixed in
27
28 https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=588d918f891fa76edb711df322b713e9072214ed
29
30 > Then pyblake2 needs keywording again since amd64-linux is not present in
31 > the ebuild.
32 >
33 > Then it fails in python again with module crypt not building.
34 >
35 > BTW: Should I open bugs for these for tracking?
36
37 Yes, please file a bug on the python build issue.
38
39 Yours,
40 Benda