Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 712788 - dev-python/booleanOperations-0.9.0 missing dependency on dev-python/wheel
Summary: dev-python/booleanOperations-0.9.0 missing dependency on dev-python/wheel
Status: RESOLVED DUPLICATE of bug 712212
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Pacho Ramos
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-16 05:02 UTC by Michael Moon
Modified: 2020-03-17 12:39 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge-info.txt,9.39 KB, text/plain)
2020-03-16 05:02 UTC, Michael Moon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Moon 2020-03-16 05:02:32 UTC
Created attachment 620096 [details]
emerge --info

Without dev-python/wheel:

>>> Compiling source in /var/tmp/portage/dev-python/booleanOperations-0.9.0/work/booleanOperations-0.9.0 ...
* python3_6: running distutils-r1_run_phase distutils-r1_python_compile
python3.6 setup.py build -j 8
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 0x7f7c288f62b0>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/wheel/
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 0x7f7c288f61d0>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/wheel/
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 0x7f7c288f6550>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/wheel/
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 0x7f7c288f6320>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/wheel/
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 0x7f7c289127f0>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/wheel/
ERROR: Could not find a version that satisfies the requirement wheel (from versions: none)
ERROR: No matching distribution found for wheel
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/booleanOperations-0.9.0/temp/tmp8dosvi00', '--quiet', 'wheel']' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "setup.py", line 3, in <module>
setup(use_scm_version={"write_to": "Lib/booleanOperations/_version.py"})
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/booleanOperations-0.9.0/temp/tmp8dosvi00', '--quiet', 'wheel']' returned non-zero exit status 1

emerge succeeds after dev-python wheel is merged.
Comment 1 Pacho Ramos gentoo-dev 2020-03-17 12:36:47 UTC

*** This bug has been marked as a duplicate of bug 712212 ***
Comment 2 Michael Moon 2020-03-17 12:39:22 UTC
Neat, but that duplicate did not show up in the search, I checked several times - bugzilla bug?