Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 573640 - bootstrap: fails to emerge python 3.5.1
Summary: bootstrap: fails to emerge python 3.5.1
Status: RESOLVED DUPLICATE of bug 572726
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal blocker (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-02 08:05 UTC by Jeffrey Ratcliffe
Modified: 2016-02-02 09:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (file_573640.txt,177.60 KB, text/plain)
2016-02-02 08:07 UTC, Jeffrey Ratcliffe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeffrey Ratcliffe 2016-02-02 08:05:39 UTC
dev-lang/python-3.5.1 fails to emerge during bootstrap

Reproducible: Always




$ /home/jeff/gentoo/tmp/usr/bin/emerge --info '=dev-lang/python-3.5.1::gentoo_prefix'
Portage 2.2.20-prefix (python 2.7.3-final-0, prefix/linux/amd64, gcc-4.7.3, unavailable, 2.6.18-238.9.1.el5 x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-2.6.18-238.9.1.el5-x86_64-with-redhat-5.6-Tikanga
KiB Mem:    16352048 total,   2562464 free
KiB Swap:   17825784 total,  17825616 free
Timestamp of repository gentoo_prefix: Sun, 24 Jan 2016 23:14:52 +0000
sh bash 4.3_p39
ld GNU ld version 2.17.50.0.6-14.el5 20061020
app-shells/bash:      4.3_p39::gentoo_prefix
sys-devel/binutils:   2.24-r2::gentoo_prefix
sys-devel/gcc:        4.7.3-r1::gentoo_prefix
sys-devel/gcc-config: 1.8-r1::gentoo_prefix
Repositories:

gentoo_prefix
    location: /home/jeff/gentoo/tmp/usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.prefix.bitzolder.nl/gentoo-portage-prefix
    priority: -1000
    aliases: gentoo

ACCEPT_KEYWORDS="~amd64-linux"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/gentoo-release /etc/terminfo"
CXXFLAGS="-O2 -pipe -O2 -pipe"
DISTDIR="/home/jeff/gentoo/tmp/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs case-insensitive-fs config-protect-if-modified distlocks ebuild-locks fixlafiles force-prefix merge-sync news parallel-fetch preserve-libs protect-owned sfperms strict unknown-features-warn unmerge-logs unmerge-orphans unprivileged userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j5"
PKGDIR="/home/jeff/gentoo/tmp/usr/portage/packages"
PORTAGE_CONFIGROOT="/home/jeff/gentoo/tmp/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/scratch"
USE="amd64 berkdb bzip2 cli cracklib crypt cxx dri fortran gdbm iconv ipv6 mmx mmxext modules ncurses nls nptl openmp pcre prefix prefix-guest readline seccomp session sse sse2 ssl tcpd unicode xattr zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 Jeffrey Ratcliffe 2016-02-02 08:07:10 UTC
Created attachment 424446 [details]
build.log
Comment 2 Jeffrey Ratcliffe 2016-02-02 08:16:03 UTC
=dev-lang/python-3.4.3-r5::gentoo_prefix also fails to emerge with the same error. Would you like me to file a separate bug for this?
Comment 3 Jeffrey Ratcliffe 2016-02-02 09:11:49 UTC
For me, commenting this out in the ebuild fixed the problem:

	# https://forums.developer.apple.com/thread/9233, bug #572726
	sed -i -e 's:$(RUNSHARED) ./regen:export RUNSHARED=$(RUNSHARED); ./regen:' \
		Makefile.pre.in || die
	sed -i -e '/python$EXE/s/^/env ${RUNSHARED} /' \
		Lib/plat-darwin/regen || die

Perhaps those lines should be platform-specific.
Comment 4 Fabian Groffen gentoo-dev 2016-02-02 09:39:49 UTC

*** This bug has been marked as a duplicate of bug 572726 ***