dev-python/pyipp-0.11.0 compile errors #18

Closed
opened 2020-08-26 17:58:45 +02:00 by onkelbeh · 3 comments
Owner
 * Package:    dev-python/pyipp-0.11.0
 * Repository: HomeAssistantRepository
 * Maintainer: b@edevau.net
 * Upstream:   chris@talkingtontech.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 pyipp-0.11.0.tar.gz to /var/tmp/portage/dev-python/pyipp-0.11.0/work
>>> Source unpacked in /var/tmp/portage/dev-python/pyipp-0.11.0/work
>>> Preparing source in /var/tmp/portage/dev-python/pyipp-0.11.0/work/pyipp-0.11.0 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-python/pyipp-0.11.0/work/pyipp-0.11.0 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-python/pyipp-0.11.0/work/pyipp-0.11.0 ...
 * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
python3.7 setup.py build -j 5
Traceback (most recent call last):
  File "setup.py", line 44, in <module>
    install_requires=list(val.strip() for val in open("requirements.txt")),
FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
 * ERROR: dev-python/pyipp-0.11.0::HomeAssistantRepository failed (compile phase):
 *   (no error message)
``` * Package: dev-python/pyipp-0.11.0 * Repository: HomeAssistantRepository * Maintainer: b@edevau.net * Upstream: chris@talkingtontech.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 pyipp-0.11.0.tar.gz to /var/tmp/portage/dev-python/pyipp-0.11.0/work >>> Source unpacked in /var/tmp/portage/dev-python/pyipp-0.11.0/work >>> Preparing source in /var/tmp/portage/dev-python/pyipp-0.11.0/work/pyipp-0.11.0 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/pyipp-0.11.0/work/pyipp-0.11.0 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/pyipp-0.11.0/work/pyipp-0.11.0 ... * python3_7: running distutils-r1_run_phase distutils-r1_python_compile python3.7 setup.py build -j 5 Traceback (most recent call last): File "setup.py", line 44, in <module> install_requires=list(val.strip() for val in open("requirements.txt")), FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' * ERROR: dev-python/pyipp-0.11.0::HomeAssistantRepository failed (compile phase): * (no error message) ```
onkelbeh added the
Bug
label 2020-08-26 17:58:45 +02:00
onkelbeh self-assigned this 2020-08-26 17:58:45 +02:00
Author
Owner

SDIST archives on Pypi are incomplete.
Opened https://github.com/ctalkington/python-ipp/issues/66

Changes SRC_URI to github archives.
Added all req deps.

SDIST archives on Pypi are incomplete. Opened https://github.com/ctalkington/python-ipp/issues/66 Changes SRC_URI to github archives. Added all req deps.
Author
Owner

Now compiles:

>>> Verifying ebuild manifests
>>> Emerging (1 of 5) dev-python/pyparsing-2.4.7::gentoo
>>> Installing (1 of 5) dev-python/pyparsing-2.4.7::gentoo
>>> Emerging (2 of 5) dev-python/packaging-20.4::gentoo
>>> Installing (2 of 5) dev-python/packaging-20.4::gentoo
>>> Emerging (3 of 5) dev-python/vcver-0.2.11::HomeAssistantRepository
>>> Installing (3 of 5) dev-python/vcver-0.2.11::HomeAssistantRepository
>>> Emerging (4 of 5) dev-python/deepmerge-0.1.0::HomeAssistantRepository
>>> Installing (4 of 5) dev-python/deepmerge-0.1.0::HomeAssistantRepository
>>> Emerging (5 of 5) dev-python/pyipp-0.11.0::HomeAssistantRepository
>>> Installing (5 of 5) dev-python/pyipp-0.11.0::HomeAssistantRepository
>>> Jobs: 5 of 5 complete                           Load avg: 1.32, 0.77, 0.68
Now compiles: ``` >>> Verifying ebuild manifests >>> Emerging (1 of 5) dev-python/pyparsing-2.4.7::gentoo >>> Installing (1 of 5) dev-python/pyparsing-2.4.7::gentoo >>> Emerging (2 of 5) dev-python/packaging-20.4::gentoo >>> Installing (2 of 5) dev-python/packaging-20.4::gentoo >>> Emerging (3 of 5) dev-python/vcver-0.2.11::HomeAssistantRepository >>> Installing (3 of 5) dev-python/vcver-0.2.11::HomeAssistantRepository >>> Emerging (4 of 5) dev-python/deepmerge-0.1.0::HomeAssistantRepository >>> Installing (4 of 5) dev-python/deepmerge-0.1.0::HomeAssistantRepository >>> Emerging (5 of 5) dev-python/pyipp-0.11.0::HomeAssistantRepository >>> Installing (5 of 5) dev-python/pyipp-0.11.0::HomeAssistantRepository >>> Jobs: 5 of 5 complete Load avg: 1.32, 0.77, 0.68 ```

pyipp-0.10.1 (build in deps directory) is needed and not pyipp-0.11.0.

pyipp-0.10.1 (build in deps directory) is needed and not pyipp-0.11.0.
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#18
No description provided.