Gentoo Archives: gentoo-alt

From: Michael Schubert <mschu.dev@×××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] prefix bootstrap on RHEL7
Date: Fri, 15 Jul 2016 22:28:50
Message-Id: CAPVh6Y63BrqkWnx8aDf9S8bx8xuZe2TZvX8+XOcdAL1N7=eK6A@mail.gmail.com
1 Hi,
2
3 I'm currently trying to bootstrap prefix on RH7.
4
5 I'm running into a couple of issues, but would rather try and sort them out
6 than submitting a bug report.
7
8 * ${ROOT}/bin/bash [defunct link] collides with bash in stage3
9 line #1448, disable collision protect works as a workaround:
10 USE=-collision-protect emerge_pkgs --nodeps "${pkgs[@]}" || return 1
11
12 * =sys-libs/libseccomp-2.3.1 needs keywords ** in
13 ${ROOT}/etc/portage/package.accept_keywords, otherwise fail in emerge -u
14 system #1544
15
16 * python 3.5 fails building _crypt and nis
17 WARNING: renaming "_crypt" since importing it failed:
18 build/lib.linux-x86_64-3.5/_crypt.cpython-35-x86_64-linux-gnu.so: undefined
19 symbol: crypt
20 WARNING: renaming "nis" since importing it failed:
21 build/lib.linux-x86_64-3.5/nis.cpython-35-x86_64-linux-gnu.so: undefined
22 symbol: yp_master
23
24 I'm stuck here, any ideas?
25
26 cheers
27 Michael

Replies

Subject Author
Re: [gentoo-alt] prefix bootstrap on RHEL7 Benda Xu <heroxbd@g.o>