dev-python/PyEssent-0.13 'requirements.txt' is missing #121

Closed
opened 2020-09-08 20:11:57 +02:00 by onkelbeh · 1 comment
Owner
 * Package:    dev-python/PyEssent-0.13
 * Repository: HomeAssistantRepository
 * Maintainer: b@edevau.net
 * Upstream:   sylvia@hackerchick.me
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_8 test userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking PyEssent-0.13.tar.gz to /var/tmp/portage/dev-python/PyEssent-0.13/work
>>> Source unpacked in /var/tmp/portage/dev-python/PyEssent-0.13/work
>>> Preparing source in /var/tmp/portage/dev-python/PyEssent-0.13/work/PyEssent-0.13 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-python/PyEssent-0.13/work/PyEssent-0.13 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-python/PyEssent-0.13/work/PyEssent-0.13 ...
 * python3_8: running distutils-r1_run_phase distutils-r1_python_compile
python3.8 setup.py build -j 10
Traceback (most recent call last):
  File "setup.py", line 6, in <module>
    with open(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'requirements.txt')) as requirements_file:
FileNotFoundError: [Errno 2] No such file or directory: '/var/tmp/portage/dev-python/PyEssent-0.13/work/PyEssent-0.13/requirements.txt'
 * ERROR: dev-python/PyEssent-0.13::HomeAssistantRepository failed (compile phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line  125:  Called src_compile
 *   environment, line 2901:  Called distutils-r1_src_compile
 *   environment, line 1192:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *   environment, line  435:  Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2526:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2029:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2027:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line  819:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 *   environment, line 1183:  Called distutils-r1_python_compile
 *   environment, line 1052:  Called esetup.py 'build' '-j' '10'
 *   environment, line 1573:  Called die
 * The specific snippet of code:
 *       "${@}" || die "${die_args[@]}";
 *
 * If you need support, post the output of `emerge --info '=dev-python/PyEssent-0.13::HomeAssistantRepository'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/PyEssent-0.13::HomeAssistantRepository'`.
 * The complete build log is located at '/var/tmp/portage/dev-python/PyEssent-0.13/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/PyEssent-0.13/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/PyEssent-0.13/work/PyEssent-0.13'
 * S: '/var/tmp/portage/dev-python/PyEssent-0.13/work/PyEssent-0.13'
``` * Package: dev-python/PyEssent-0.13 * Repository: HomeAssistantRepository * Maintainer: b@edevau.net * Upstream: sylvia@hackerchick.me * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_8 test userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking PyEssent-0.13.tar.gz to /var/tmp/portage/dev-python/PyEssent-0.13/work >>> Source unpacked in /var/tmp/portage/dev-python/PyEssent-0.13/work >>> Preparing source in /var/tmp/portage/dev-python/PyEssent-0.13/work/PyEssent-0.13 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/PyEssent-0.13/work/PyEssent-0.13 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/PyEssent-0.13/work/PyEssent-0.13 ... * python3_8: running distutils-r1_run_phase distutils-r1_python_compile python3.8 setup.py build -j 10 Traceback (most recent call last): File "setup.py", line 6, in <module> with open(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'requirements.txt')) as requirements_file: FileNotFoundError: [Errno 2] No such file or directory: '/var/tmp/portage/dev-python/PyEssent-0.13/work/PyEssent-0.13/requirements.txt' * ERROR: dev-python/PyEssent-0.13::HomeAssistantRepository failed (compile phase): * (no error message) * * Call stack: * ebuild.sh, line 125: Called src_compile * environment, line 2901: Called distutils-r1_src_compile * environment, line 1192: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile' * environment, line 435: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile' * environment, line 2526: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' * environment, line 2029: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' * environment, line 2027: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile' * environment, line 819: Called distutils-r1_run_phase 'distutils-r1_python_compile' * environment, line 1183: Called distutils-r1_python_compile * environment, line 1052: Called esetup.py 'build' '-j' '10' * environment, line 1573: Called die * The specific snippet of code: * "${@}" || die "${die_args[@]}"; * * If you need support, post the output of `emerge --info '=dev-python/PyEssent-0.13::HomeAssistantRepository'`, * the complete build log and the output of `emerge -pqv '=dev-python/PyEssent-0.13::HomeAssistantRepository'`. * The complete build log is located at '/var/tmp/portage/dev-python/PyEssent-0.13/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/PyEssent-0.13/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/PyEssent-0.13/work/PyEssent-0.13' * S: '/var/tmp/portage/dev-python/PyEssent-0.13/work/PyEssent-0.13' ```
onkelbeh added this to the Compile all components without USEFLAGS (2020/09) milestone 2020-09-08 20:11:57 +02:00
onkelbeh added the
Bug
label 2020-09-08 20:11:57 +02:00
Author
Owner

hack: d81ecc84d7

hack: https://git.edevau.net/onkelbeh/HomeAssistantRepository/commit/d81ecc84d73370982a18dc056a5832216e00d202
onkelbeh added the
Source Incomplete
label 2020-09-08 23:04:02 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: onkelbeh/HomeAssistantRepository#121
No description provided.