Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 633358 Details for
Bug 717824
dev-python/pipenv-2018.11.26 : ERROR: Could not find a version that satisfies the requirement invoke (from versions: none)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-python:pipenv-2018.11.26:20200417-020614.log
dev-python:pipenv-2018.11.26:20200417-020614.log (text/plain), 6.66 KB, created by
Toralf Förster
on 2020-04-17 07:21:43 UTC
(
hide
)
Description:
dev-python:pipenv-2018.11.26:20200417-020614.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-04-17 07:21:43 UTC
Size:
6.66 KB
patch
obsolete
> * Package: dev-python/pipenv-2018.11.26 > * Repository: gentoo > * Upstream: me@kennethreitz.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_6 userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking pipenv-2018.11.26.tar.gz to /var/tmp/portage/dev-python/pipenv-2018.11.26/work >>>> Source unpacked in /var/tmp/portage/dev-python/pipenv-2018.11.26/work >>>> Preparing source in /var/tmp/portage/dev-python/pipenv-2018.11.26/work/pipenv-2018.11.26 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/pipenv-2018.11.26/work/pipenv-2018.11.26 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/pipenv-2018.11.26/work/pipenv-2018.11.26 ... > * python3_6: running distutils-r1_run_phase distutils-r1_python_compile > * DISTUTILS_USE_SETUPTOOLS value is probably incorrect > * value: DISTUTILS_USE_SETUPTOOLS=bdepend (default?) > * expected: DISTUTILS_USE_SETUPTOOLS=rdepend >python3.6 setup.py build -j 1 >WARNING: The wheel package is not available. >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 0x7f18b6b5ceb8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/invoke/ >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 0x7f18b6b586d8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/invoke/ >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 0x7f18b6b587b8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/invoke/ >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 0x7f18b6b584a8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/invoke/ >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 0x7f18b6b589b0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/invoke/ >ERROR: Could not find a version that satisfies the requirement invoke (from versions: none) >ERROR: No matching distribution found for invoke >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', '/var/tmp/portage/dev-python/pipenv-2018.11.26/temp/tmp2j5itixy', '--quiet', 'invoke']' returned non-zero exit status 1. > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "setup.py", line 152, in <module> > cmdclass={"upload": UploadCommand, "deb": DebCommand}, > 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', '/var/tmp/portage/dev-python/pipenv-2018.11.26/temp/tmp2j5itixy', '--quiet', 'invoke']' returned non-zero exit status 1. > * ERROR: dev-python/pipenv-2018.11.26::gentoo failed (compile phase): > * (no error message) > * > * Call stack: > * ebuild.sh, line 125: Called src_compile > * environment, line 2884: Called distutils-r1_src_compile > * environment, line 1192: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile' > * environment, line 455: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 2515: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 2028: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 2026: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 834: Called distutils-r1_run_phase 'distutils-r1_python_compile' > * environment, line 1183: Called distutils-r1_python_compile > * environment, line 1053: Called esetup.py 'build' '-j' '1' > * environment, line 1572: Called die > * The specific snippet of code: > * "${@}" || die "${die_args[@]}"; > * > * If you need support, post the output of `emerge --info '=dev-python/pipenv-2018.11.26::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/pipenv-2018.11.26::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-python:pipenv-2018.11.26:20200417-020614.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/pipenv-2018.11.26/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/pipenv-2018.11.26/temp/environment'. > * Working directory: '/var/tmp/portage/dev-python/pipenv-2018.11.26/work/pipenv-2018.11.26' > * S: '/var/tmp/portage/dev-python/pipenv-2018.11.26/work/pipenv-2018.11.26'
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 717824
:
633356
| 633358 |
633360
|
633362
|
633364
|
633366