Gentoo Archives: gentoo-alt

From: Benda Xu <heroxbd@g.o>
To: Michael Schubert <mschu.dev@×××××.com>
Cc: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] prefix bootstrap on RHEL7
Date: Sat, 16 Jul 2016 13:00:28
Message-Id: 87fur9u4ce.fsf@gentoo.org
In Reply to: [gentoo-alt] prefix bootstrap on RHEL7 by Michael Schubert
1 Hi Michael,
2
3 Have you tried RAP at
4
5 https://wiki.gentoo.org/wiki/Prefix/libc
6
7 It passed the test on CentOS 7.
8
9 Michael Schubert <mschu.dev@×××××.com> writes:
10
11 > I'm currently trying to bootstrap prefix on RH7.
12 >
13 > I'm running into a couple of issues, but would rather try and sort
14 > them out than submitting a bug report.
15 >
16 > * ${ROOT}/bin/bash [defunct link] collides with bash in stage3
17 > line #1448, disable collision protect works as a workaround:
18 > USE=-collision-protect emerge_pkgs --nodeps "${pkgs[@]}" || return 1
19
20 This one look unfamilar to me. How could it become a [defunct link]?
21
22 > * =sys-libs/libseccomp-2.3.1 needs keywords ** in $
23 > {ROOT}/etc/portage/package.accept_keywords, otherwise fail in emerge -
24 > u system #1544
25
26 That's because prefix overlay is a bit behind the main tree.
27
28 > * python 3.5 fails building _crypt and nis
29 > WARNING: renaming "_crypt" since importing it failed:
30 > build/lib.linux-x86_64-3.5/_crypt.cpython-35-x86_64-linux-gnu.so:
31 > undefined symbol: crypt
32 > WARNING: renaming "nis" since importing it failed:
33 > build/lib.linux-x86_64-3.5/nis.cpython-35-x86_64-linux-gnu.so:
34 > undefined symbol: yp_master
35
36 It is https://bugs.gentoo.org/show_bug.cgi?id=587664
37
38 Probably a glibc compatibility issue, could be solved by a new glibc
39 with RAP.
40
41 Yours,
42 Benda

Replies

Subject Author
Re: [gentoo-alt] prefix bootstrap on RHEL7 Fabian Groffen <grobian@g.o>