| View previous topic :: View next topic |
| Author |
Message |
-neX- n00b

Joined: 29 Apr 2005 Posts: 45
|
Posted: Mon Jan 08, 2018 1:05 am Post subject: compile phase of dev-python/gntp fails [solved] |
|
|
I'm in the process of switching from 13.0 profile to the 17.0 profile and have gotten bogged down with building dev-python/gntp. The "file ... does not exist" error seems like something straightforward, so I did try to mkdir -p that directory structure, but I guess that the work space is cleaned up every time the build restarts. Have not been able to find a way to get this working. Any assistance (or pointing out something dumb that I've done) is appreciated.
Here is the output of 'emerge dev-python/gntp', emerge --info and emerge -pqv.
| Code: | >>> Emerging (1 of 1) dev-python/gntp-1.0.1::gentoo
* gntp-1.0.1.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking gntp-1.0.1.tar.gz to /var/tmp/portage/dev-python/gntp-1.0.1/work
>>> Source unpacked in /var/tmp/portage/dev-python/gntp-1.0.1/work
>>> Preparing source in /var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1 ...
* python2_7: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/python2.7 setup.py build
running build
running build_py
creating /var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1-python2_7/lib/gntp
copying gntp/cli.py -> /var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1-python2_7/lib/gntp
copying gntp/errors.py -> /var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1-python2_7/lib/gntp
copying gntp/notifier.py -> /var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1-python2_7/lib/gntp
copying gntp/version.py -> /var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1-python2_7/lib/gntp
copying gntp/config.py -> /var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1-python2_7/lib/gntp
copying gntp/core.py -> /var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1-python2_7/lib/gntp
copying gntp/__init__.py -> /var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1-python2_7/lib/gntp
copying gntp/shim.py -> /var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1-python2_7/lib/gntp
warning: build_py: byte-compiling is disabled, skipping.
* python3_5: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/python3.5 setup.py build
running build
running build_py
creating /var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1-python3_5/lib/gntp
copying gntp/cli.py -> /var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1-python3_5/lib/gntp
copying gntp/errors.py -> /var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1-python3_5/lib/gntp
copying gntp/notifier.py -> /var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1-python3_5/lib/gntp
copying gntp/version.py -> /var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1-python3_5/lib/gntp
copying gntp/config.py -> /var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1-python3_5/lib/gntp
copying gntp/core.py -> /var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1-python3_5/lib/gntp
copying gntp/__init__.py -> /var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1-python3_5/lib/gntp
copying gntp/shim.py -> /var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1-python3_5/lib/gntp
warning: build_py: byte-compiling is disabled, skipping.
running build_scripts
creating /var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1-python3_5/scripts
error: file '/var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1/scripts/gntp' does not exist
* ERROR: dev-python/gntp-1.0.1::gentoo failed (compile phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 124: Called src_compile
* environment, line 3520: Called distutils-r1_src_compile
* environment, line 917: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
* environment, line 298: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 3086: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2262: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2260: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 572: Called distutils-r1_run_phase 'distutils-r1_python_compile'
* environment, line 908: Called distutils-r1_python_compile
* environment, line 783: Called esetup.py 'build'
* environment, line 1395: Called die
* The specific snippet of code:
* "${@}" || die "${die_args[@]}";
*
* If you need support, post the output of `emerge --info '=dev-python/gntp-1.0.1::gentoo'`,
* the complete build log and the output of `emerge -pqv '=dev-python/gntp-1.0.1::gentoo'`.
* The complete build log is located at '/var/tmp/portage/dev-python/gntp-1.0.1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-python/gntp-1.0.1/temp/environment'.
* Working directory: '/var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1'
* S: '/var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1'
>>> Failed to emerge dev-python/gntp-1.0.1, Log file:
>>> '/var/tmp/portage/dev-python/gntp-1.0.1/temp/build.log'
* Messages for package dev-python/gntp-1.0.1:
* ERROR: dev-python/gntp-1.0.1::gentoo failed (compile phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 124: Called src_compile
* environment, line 3520: Called distutils-r1_src_compile
* environment, line 917: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
* environment, line 298: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 3086: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2262: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2260: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 572: Called distutils-r1_run_phase 'distutils-r1_python_compile'
* environment, line 908: Called distutils-r1_python_compile
* environment, line 783: Called esetup.py 'build'
* environment, line 1395: Called die
* The specific snippet of code:
* "${@}" || die "${die_args[@]}";
*
* If you need support, post the output of `emerge --info '=dev-python/gntp-1.0.1::gentoo'`,
* the complete build log and the output of `emerge -pqv '=dev-python/gntp-1.0.1::gentoo'`.
* The complete build log is located at '/var/tmp/portage/dev-python/gntp-1.0.1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-python/gntp-1.0.1/temp/environment'.
* Working directory: '/var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1'
* S: '/var/tmp/portage/dev-python/gntp-1.0.1/work/gntp-1.0.1' |
| Code: | # emerge --info '=dev-python/gntp-1.0.1::gentoo'
Portage 2.3.13 (python 3.4.5-final-0, default/linux/amd64/17.0, gcc-6.4.0, glibc-2.25-r9, 4.4.39-gentoo x86_64)
=================================================================
System Settings
=================================================================
System uname: Linux-4.4.39-gentoo-x86_64-Intel-R-_Core-TM-2_Quad_CPU_Q8300_@_2.50GHz-with-gentoo-2.4.1
KiB Mem: 4042244 total, 170304 free
KiB Swap: 8000364 total, 7445548 free
Timestamp of repository gentoo: Sun, 07 Jan 2018 22:00:01 +0000
Head commit of repository gentoo: d2e26ef5318039d5c0df7186d549eac8869abb41
sh bash 4.4_p12
ld GNU ld (Gentoo 2.29.1 p3) 2.29.1
app-shells/bash: 4.4_p12::gentoo
dev-java/java-config: 2.2.0-r3::gentoo
dev-lang/perl: 5.24.3::gentoo
dev-lang/python: 2.7.14-r1::gentoo, 3.4.5-r1::gentoo, 3.5.4-r1::gentoo, 3.6.3-r1::gentoo
dev-util/cmake: 3.9.6::gentoo
dev-util/pkgconfig: 0.29.2::gentoo
sys-apps/baselayout: 2.4.1-r2::gentoo
sys-apps/openrc: 0.34.11::gentoo
sys-apps/sandbox: 2.10-r4::gentoo
sys-devel/autoconf: 2.69-r4::gentoo
sys-devel/automake: 1.11.6-r2::gentoo, 1.13.4-r1::gentoo, 1.14.1-r1::gentoo, 1.15.1-r1::gentoo
sys-devel/binutils: 2.29.1-r1::gentoo
sys-devel/gcc: 5.4.0-r3::gentoo, 6.4.0::gentoo
sys-devel/gcc-config: 1.8-r1::gentoo
sys-devel/libtool: 2.4.6-r3::gentoo
sys-devel/make: 4.2.1::gentoo
sys-kernel/linux-headers: 4.13::gentoo (virtual/os-headers)
sys-libs/glibc: 2.25-r9::gentoo
Repositories:
gentoo
location: /usr/portage
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000
sync-rsync-extra-opts:
x-portage
location: /usr/local/portage
masters: gentoo
priority: 0
megacoffee
location: /var/lib/layman/megacoffee
masters: gentoo
priority: 50
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=native"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /var/bind"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php7.0/ext-active/ /etc/php/cgi-php7.0/ext-active/ /etc/php/cli-php7.0/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -march=native"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://gentoo.gossamerhost.com http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ http://mirror.datapipe.net/gentoo http://mirrors.rit.edu/gentoo/"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
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 --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="acl amd64 berkdb bzip2 cdb cdr cli cron crypt curl curlwrappers cxx dri ffmpeg fortran ftp gdbm gif gpm iconv icq ipv6 irc jabber jpeg mad modules mp3 mpeg mulituser multilib ncurses nls nptl nptlonly openmp pam pcre readline samba seccomp server sftplogging ssl unicode unzip usb 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" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 sse3 sse4_1 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput keyboard mouse" 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-6 php7-0" POSTGRES_TARGETS="postgres9_5" PYTHON_SINGLE_TARGET="python3_5" PYTHON_TARGETS="python2_7 python3_5" RUBY_TARGETS="ruby22" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa 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, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
=================================================================
Package Settings
=================================================================
dev-python/gntp-1.0.1::gentoo was built with the following:
USE="" ABI_X86="(64)" PYTHON_TARGETS="python2_7 python3_4" |
| Code: | # emerge -pqv '=dev-python/gntp-1.0.1::gentoo'
[ebuild R ] dev-python/gntp-1.0.1 PYTHON_TARGETS="python2_7 python3_5%* -python3_4* -python3_6%" |
Last edited by -neX- on Sat Jan 20, 2018 3:20 pm; edited 1 time in total |
|
| Back to top |
|
 |
fedeliallalinea Administrator


Joined: 08 Mar 2003 Posts: 31094 Location: here
|
|
| Back to top |
|
 |
-neX- n00b

Joined: 29 Apr 2005 Posts: 45
|
Posted: Sat Jan 20, 2018 3:19 pm Post subject: |
|
|
Thanks for the pointer to that bug report.
to fix the setuptools issue --
| Code: | # emerge --unmerge dev-python/certifi dev-python/setuptools
# emerge dev-python/setuptools # which depends on certifi
|
Then gntp --
| Code: | | #emerge dev-python/gntp |
Not sure why I didn't give this a try from the get go, probably just staring at the problem for too long. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|