Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 739443 Details for
Bug 813258
dev-python/black-21.9_beta0 - ERROR: Could not find a version that satisfies the requirement setuptools_scm[toml]>=6.3.1 (from ver
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-python:black-21.9_beta0:20210915-200650.log
dev-python:black-21.9_beta0:20210915-200650.log (text/plain), 6.52 KB, created by
Toralf Förster
on 2021-09-15 20:14:21 UTC
(
hide
)
Description:
dev-python:black-21.9_beta0:20210915-200650.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2021-09-15 20:14:21 UTC
Size:
6.52 KB
patch
obsolete
> * Package: dev-python/black-21.9_beta0 > * Repository: gentoo > * Maintainer: chutzpah@gentoo.org python@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_9 userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking black-21.9b0.tar.gz to /var/tmp/portage/dev-python/black-21.9_beta0/work >>>> Source unpacked in /var/tmp/portage/dev-python/black-21.9_beta0/work >>>> Preparing source in /var/tmp/portage/dev-python/black-21.9_beta0/work/black-21.9b0 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/black-21.9_beta0/work/black-21.9b0 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/black-21.9_beta0/work/black-21.9b0 ... > * python3_9: running distutils-r1_run_phase distutils-r1_python_compile >python3.9 setup.py build -j 4 >WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f91d5a18d90>: 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.HTTPSConnection object at 0x7f91d5a18eb0>: 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.HTTPSConnection object at 0x7f91d5a18700>: 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.HTTPSConnection object at 0x7f91d5a231c0>: 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.HTTPSConnection object at 0x7f91d5a23130>: 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]>=6.3.1 (from versions: none) >ERROR: No matching distribution found for setuptools_scm[toml]>=6.3.1 >Traceback (most recent call last): > File "/usr/lib/python3.9/site-packages/setuptools/installer.py", line 75, in fetch_build_egg > subprocess.check_call(cmd) > File "/usr/lib/python3.9/subprocess.py", line 373, in check_call > raise CalledProcessError(retcode, cmd) >subprocess.CalledProcessError: Command '['/usr/bin/python3.9', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/var/tmp/portage/dev-python/black-21.9_beta0/temp/tmpszatcrim', '--quiet', 'setuptools_scm[toml]>=6.3.1']' returned non-zero exit status 1. > >The above exception was the direct cause of the following exception: > >Traceback (most recent call last): > File "/var/tmp/portage/dev-python/black-21.9_beta0/work/black-21.9b0/setup.py", line 48, in <module> > setup( > File "/usr/lib/python3.9/site-packages/setuptools/__init__.py", line 152, in setup > _install_setup_requires(attrs) > File "/usr/lib/python3.9/site-packages/setuptools/__init__.py", line 147, in _install_setup_requires > dist.fetch_build_eggs(dist.setup_requires) > File "/usr/lib/python3.9/site-packages/setuptools/dist.py", line 785, in fetch_build_eggs > resolved_dists = pkg_resources.working_set.resolve( > File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 766, in resolve > dist = best[req.key] = env.best_match( > File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 1051, in best_match > return self.obtain(req, installer) > File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 1063, in obtain > return installer(requirement) > File "/usr/lib/python3.9/site-packages/setuptools/dist.py", line 844, in fetch_build_egg > return fetch_build_egg(self, req) > File "/usr/lib/python3.9/site-packages/setuptools/installer.py", line 77, in fetch_build_egg > raise DistutilsError(str(e)) from e >distutils.errors.DistutilsError: Command '['/usr/bin/python3.9', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/var/tmp/portage/dev-python/black-21.9_beta0/temp/tmpszatcrim', '--quiet', 'setuptools_scm[toml]>=6.3.1']' returned non-zero exit status 1. > * ERROR: dev-python/black-21.9_beta0::gentoo failed (compile phase): > * (no error message) > * > * Call stack: > * ebuild.sh, line 127: Called src_compile > * environment, line 2948: Called distutils-r1_src_compile > * environment, line 1234: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile' > * environment, line 556: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 2625: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 2103: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 2101: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 839: Called distutils-r1_run_phase 'distutils-r1_python_compile' > * environment, line 1225: Called distutils-r1_python_compile > * environment, line 1083: Called esetup.py 'build' '-j' '4' > * environment, line 1638: Called die > * The specific snippet of code: > * "${@}" || die -n; > * > * If you need support, post the output of `emerge --info '=dev-python/black-21.9_beta0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/black-21.9_beta0::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-python:black-21.9_beta0:20210915-200650.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/black-21.9_beta0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/black-21.9_beta0/temp/environment'. > * Working directory: '/var/tmp/portage/dev-python/black-21.9_beta0/work/black-21.9b0' > * S: '/var/tmp/portage/dev-python/black-21.9_beta0/work/black-21.9b0' >
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 813258
:
739440
| 739443 |
739446
|
739449
|
739452
|
739455