Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 630692 Details for
Bug 716424
dev-python/inflect-4.1.0: insufficient setuptools_scm dependency
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log on arm64
inflect-build.log (text/plain), 6.77 KB, created by
Mart Raudsepp
on 2020-04-06 08:59:47 UTC
(
hide
)
Description:
build.log on arm64
Filename:
MIME Type:
Creator:
Mart Raudsepp
Created:
2020-04-06 08:59:47 UTC
Size:
6.77 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: dev-python/inflect-4.1.0 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: sbraz@gentoo.org python@gentoo.org >[32;01m * [39;49;00mUSE: arm64 elibc_glibc kernel_linux python_targets_python3_6 test userland_GNU >[32;01m * [39;49;00mFEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking inflect-4.1.0.tar.gz to /tmp/portage/dev-python/inflect-4.1.0/work >>>> Source unpacked in /tmp/portage/dev-python/inflect-4.1.0/work >>>> Preparing source in /tmp/portage/dev-python/inflect-4.1.0/work/inflect-4.1.0 ... >>>> Source prepared. >>>> Configuring source in /tmp/portage/dev-python/inflect-4.1.0/work/inflect-4.1.0 ... >>>> Source configured. >>>> Compiling source in /tmp/portage/dev-python/inflect-4.1.0/work/inflect-4.1.0 ... > [32;01m*[0m python3_6: running distutils-r1_run_phase distutils-r1_python_compile >python3.6 setup.py build -j 99 > [33;01m*[0m Unable to trace static ELF: /sbin/ldconfig: /sbin/ldconfig -p >WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0xffff81764978>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/setuptools-scm/ >WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0xffff817b0400>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/setuptools-scm/ >WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0xffff817b00b8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/setuptools-scm/ >WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0xffff817b0320>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/setuptools-scm/ >WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0xffff817b0668>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/setuptools-scm/ >ERROR: Could not find a version that satisfies the requirement setuptools_scm[toml]>=3.4.1 (from versions: none) >ERROR: No matching distribution found for setuptools_scm[toml]>=3.4.1 >Traceback (most recent call last): > File "/usr/lib64/python3.6/site-packages/setuptools/installer.py", line 128, in fetch_build_egg > subprocess.check_call(cmd) > File "/usr/lib64/python3.6/subprocess.py", line 311, in check_call > raise CalledProcessError(retcode, cmd) >subprocess.CalledProcessError: Command '['/usr/bin/python3.6', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/portage/dev-python/inflect-4.1.0/temp/tmp1oj2wfqc', '--quiet', 'setuptools_scm[toml]>=3.4.1']' returned non-zero exit status 1. > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "setup.py", line 6, in <module> > setuptools.setup() > File "/usr/lib64/python3.6/site-packages/setuptools/__init__.py", line 144, in setup > _install_setup_requires(attrs) > File "/usr/lib64/python3.6/site-packages/setuptools/__init__.py", line 139, in _install_setup_requires > dist.fetch_build_eggs(dist.setup_requires) > File "/usr/lib64/python3.6/site-packages/setuptools/dist.py", line 721, in fetch_build_eggs > replace_conflicting=True, > File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 782, in resolve > replace_conflicting=replace_conflicting > File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 1065, in best_match > return self.obtain(req, installer) > File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 1077, in obtain > return installer(requirement) > File "/usr/lib64/python3.6/site-packages/setuptools/dist.py", line 777, in fetch_build_egg > return fetch_build_egg(self, req) > File "/usr/lib64/python3.6/site-packages/setuptools/installer.py", line 130, in fetch_build_egg > raise DistutilsError(str(e)) >distutils.errors.DistutilsError: Command '['/usr/bin/python3.6', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/portage/dev-python/inflect-4.1.0/temp/tmp1oj2wfqc', '--quiet', 'setuptools_scm[toml]>=3.4.1']' returned non-zero exit status 1. > [31;01m*[0m ERROR: dev-python/inflect-4.1.0::gentoo failed (compile phase): > [31;01m*[0m (no error message) > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 125: Called src_compile > [31;01m*[0m environment, line 2906: Called distutils-r1_src_compile > [31;01m*[0m environment, line 1183: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile' > [31;01m*[0m environment, line 446: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile' > [31;01m*[0m environment, line 2519: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > [31;01m*[0m environment, line 2019: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > [31;01m*[0m environment, line 2017: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile' > [31;01m*[0m environment, line 825: Called distutils-r1_run_phase 'distutils-r1_python_compile' > [31;01m*[0m environment, line 1174: Called distutils-r1_python_compile > [31;01m*[0m environment, line 1044: Called esetup.py 'build' '-j' '99' > [31;01m*[0m environment, line 1563: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m "${@}" || die "${die_args[@]}"; > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=dev-python/inflect-4.1.0::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-python/inflect-4.1.0::gentoo'`. > [31;01m*[0m The complete build log is located at '/tmp/portage/dev-python/inflect-4.1.0/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/tmp/portage/dev-python/inflect-4.1.0/temp/environment'. > [31;01m*[0m Working directory: '/tmp/portage/dev-python/inflect-4.1.0/work/inflect-4.1.0' > [31;01m*[0m S: '/tmp/portage/dev-python/inflect-4.1.0/work/inflect-4.1.0'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 716424
: 630692