dev-python/brother-0.1.14 compile error #19

Closed
opened 2020-08-26 18:01:49 +02:00 by onkelbeh · 2 comments
Owner
 * Package:    dev-python/brother-0.1.14
 * Repository: HomeAssistantRepository
 * Maintainer: b@edevau.net
 * Upstream:   maciej.bieniek@gmail.com
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_7 userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking brother-0.1.14.tar.gz to /var/tmp/portage/dev-python/brother-0.1.14/work
>>> Source unpacked in /var/tmp/portage/dev-python/brother-0.1.14/work
>>> Preparing source in /var/tmp/portage/dev-python/brother-0.1.14/work/brother-0.1.14 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-python/brother-0.1.14/work/brother-0.1.14 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-python/brother-0.1.14/work/brother-0.1.14 ...
 * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
python3.7 setup.py build -j 5
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f6147ac51d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/pytest-runner/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f614899f0d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/pytest-runner/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f614899ff10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/pytest-runner/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f61489c98d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/pytest-runner/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f61489c9a10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/pytest-runner/
ERROR: Could not find a version that satisfies the requirement pytest-runner (from versions: none)
ERROR: No matching distribution found for pytest-runner
Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/setuptools/installer.py", line 128, in fetch_build_egg
    subprocess.check_call(cmd)
  File "/usr/lib/python3.7/subprocess.py", line 363, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3.7', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/var/tmp/portage/dev-python/brother-0.1.14/temp/tmpcfqy50pi', '--quiet', 'pytest-runner']' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "setup.py", line 25, in <module>
    "asynctest",
  File "/usr/lib/python3.7/site-packages/setuptools/__init__.py", line 143, in setup
    _install_setup_requires(attrs)
  File "/usr/lib/python3.7/site-packages/setuptools/__init__.py", line 138, in _install_setup_requires
    dist.fetch_build_eggs(dist.setup_requires)
  File "/usr/lib/python3.7/site-packages/setuptools/dist.py", line 698, in fetch_build_eggs
    replace_conflicting=True,
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 782, in resolve
    replace_conflicting=replace_conflicting
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1065, in best_match
    return self.obtain(req, installer)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1077, in obtain
    return installer(requirement)
  File "/usr/lib/python3.7/site-packages/setuptools/dist.py", line 754, in fetch_build_egg
    return fetch_build_egg(self, req)
  File "/usr/lib/python3.7/site-packages/setuptools/installer.py", line 130, in fetch_build_egg
    raise DistutilsError(str(e))
distutils.errors.DistutilsError: Command '['/usr/bin/python3.7', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/var/tmp/portage/dev-python/brother-0.1.14/temp/tmpcfqy50pi', '--quiet', 'pytest-runner']' returned non-zero exit status 1.
 * ERROR: dev-python/brother-0.1.14::HomeAssistantRepository failed (compile phase):
 *   (no error message)
``` * Package: dev-python/brother-0.1.14 * Repository: HomeAssistantRepository * Maintainer: b@edevau.net * Upstream: maciej.bieniek@gmail.com * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_7 userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking brother-0.1.14.tar.gz to /var/tmp/portage/dev-python/brother-0.1.14/work >>> Source unpacked in /var/tmp/portage/dev-python/brother-0.1.14/work >>> Preparing source in /var/tmp/portage/dev-python/brother-0.1.14/work/brother-0.1.14 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/brother-0.1.14/work/brother-0.1.14 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/brother-0.1.14/work/brother-0.1.14 ... * python3_7: running distutils-r1_run_phase distutils-r1_python_compile python3.7 setup.py build -j 5 WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f6147ac51d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/pytest-runner/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f614899f0d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/pytest-runner/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f614899ff10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/pytest-runner/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f61489c98d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/pytest-runner/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f61489c9a10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/pytest-runner/ ERROR: Could not find a version that satisfies the requirement pytest-runner (from versions: none) ERROR: No matching distribution found for pytest-runner Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/setuptools/installer.py", line 128, in fetch_build_egg subprocess.check_call(cmd) File "/usr/lib/python3.7/subprocess.py", line 363, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/usr/bin/python3.7', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/var/tmp/portage/dev-python/brother-0.1.14/temp/tmpcfqy50pi', '--quiet', 'pytest-runner']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "setup.py", line 25, in <module> "asynctest", File "/usr/lib/python3.7/site-packages/setuptools/__init__.py", line 143, in setup _install_setup_requires(attrs) File "/usr/lib/python3.7/site-packages/setuptools/__init__.py", line 138, in _install_setup_requires dist.fetch_build_eggs(dist.setup_requires) File "/usr/lib/python3.7/site-packages/setuptools/dist.py", line 698, in fetch_build_eggs replace_conflicting=True, File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 782, in resolve replace_conflicting=replace_conflicting File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1065, in best_match return self.obtain(req, installer) File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1077, in obtain return installer(requirement) File "/usr/lib/python3.7/site-packages/setuptools/dist.py", line 754, in fetch_build_egg return fetch_build_egg(self, req) File "/usr/lib/python3.7/site-packages/setuptools/installer.py", line 130, in fetch_build_egg raise DistutilsError(str(e)) distutils.errors.DistutilsError: Command '['/usr/bin/python3.7', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/var/tmp/portage/dev-python/brother-0.1.14/temp/tmpcfqy50pi', '--quiet', 'pytest-runner']' returned non-zero exit status 1. * ERROR: dev-python/brother-0.1.14::HomeAssistantRepository failed (compile phase): * (no error message) ```
onkelbeh added the
Bug
label 2020-08-26 18:01:49 +02:00
onkelbeh self-assigned this 2020-08-26 18:01:49 +02:00
Author
Owner

fixed with dc7fd9086c

fixed with https://git.edevau.net/onkelbeh/HomeAssistantRepository/commit/dc7fd9086cfb27792bbad6792aca9fd51ca7d5b1

I got brother-0.1.14.dist-info in deps directory so version 0.1.15 seems too much recent for HomeAssistant Brother integration.

I got brother-0.1.14.dist-info in deps directory so version 0.1.15 seems too much recent for HomeAssistant Brother integration.
Sign in to join this conversation.
No Label
Bug
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: onkelbeh/HomeAssistantRepository#19
No description provided.