Gentoo Archives: gentoo-alt

From: Antoine Dechaume <boolegue@×××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] bootstrap-prefix.sh failing on Centos 6.2
Date: Mon, 21 Nov 2016 12:36:17
Message-Id: CAAx3Gju0Fvnfaqew7NrRnVbazSiCV_ut6gUsc554z-zX6qwCTA@mail.gmail.com
1 Hello,
2
3 I'm trying to install gentoo prefix on centos 6.2, stage1 and stage2 are
4 done but stage3 fails when emerging python 3.5 :
5
6 *** WARNING: renaming "_crypt" since importing it failed:
7 build/lib.linux-x86_64-3.5/_crypt.cpython-35-x86_64-linux-gnu.so: undefined
8 symbol: crypt
9 *** WARNING: renaming "nis" since importing it failed:
10 build/lib.linux-x86_64-3.5/nis.cpython-35-x86_64-linux-gnu.so: undefined
11 symbol: yp_master
12
13 Python build finished successfully!
14 The necessary bits to build these optional modules were not found:
15 _dbm _gdbm _sqlite3
16 _tkinter
17 To find the necessary bits, look in setup.py in detect_modules() for the
18 module's name.
19
20
21 Following modules built successfully but were removed because they could
22 not be imported:
23 _crypt nis
24
25 running build_scripts
26 creating build/scripts-3.5
27 copying and adjusting
28 /share/aerodyn/antodech/gentoo/tmp/var/tmp/portage/dev-lang/python-3.5.1-r3/work/Python-3.5.1/Tools/scripts/pydoc3
29 -> build/scripts-3.5
30 copying and adjusting
31 /share/aerodyn/antodech/gentoo/tmp/var/tmp/portage/dev-lang/python-3.5.1-r3/work/Python-3.5.1/Tools/scripts/idle3
32 -> build/scripts-3.5
33 copying and adjusting
34 /share/aerodyn/antodech/gentoo/tmp/var/tmp/portage/dev-lang/python-3.5.1-r3/work/Python-3.5.1/Tools/scripts/2to3
35 -> build/scripts-3.5
36 copying and adjusting
37 /share/aerodyn/antodech/gentoo/tmp/var/tmp/portage/dev-lang/python-3.5.1-r3/work/Python-3.5.1/Tools/scripts/pyvenv
38 -> build/scripts-3.5
39 changing mode of build/scripts-3.5/pydoc3 from 644 to 755
40 changing mode of build/scripts-3.5/idle3 from 644 to 755
41 changing mode of build/scripts-3.5/2to3 from 644 to 755
42 changing mode of build/scripts-3.5/pyvenv from 644 to 755
43 renaming build/scripts-3.5/pydoc3 to build/scripts-3.5/pydoc3.5
44 renaming build/scripts-3.5/idle3 to build/scripts-3.5/idle3.5
45 renaming build/scripts-3.5/2to3 to build/scripts-3.5/2to3-3.5
46 renaming build/scripts-3.5/pyvenv to build/scripts-3.5/pyvenv-3.5
47 make: *** [Makefile:611: sharedmods] Error 1
48 * ERROR: dev-lang/python-3.5.1-r3::gentoo_prefix failed (compile phase):
49
50
51 Any help would be appreciated,
52 Antoine.

Replies

Subject Author
Re: [gentoo-alt] bootstrap-prefix.sh failing on Centos 6.2 Jeremi Piotrowski <jeremi.piotrowski@×××××.com>