dev-python/growattServer-0.0.4 compile error #52

Closed
opened 2020-08-30 20:39:11 +02:00 by onkelbeh · 2 comments
Owner
* ERROR: dev-python/growattServer-0.0.4::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' '5'
 *   environment, line 1573:  Called die
 * The specific snippet of code:
 *       "${@}" || die "${die_args[@]}";
``` * ERROR: dev-python/growattServer-0.0.4::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' '5' * environment, line 1573: Called die * The specific snippet of code: * "${@}" || die "${die_args[@]}"; ```
onkelbeh added this to the Compile with tests 0.114.4 (Python 3.7) milestone 2020-08-30 20:39:11 +02:00
onkelbeh added the
Bug
label 2020-08-30 20:39:11 +02:00
onkelbeh self-assigned this 2020-08-30 20:39:11 +02:00
Author
Owner
>>> Compiling source in /var/tmp/portage/dev-python/growattServer-0.0.4/work/growattServer-0.0.4 ...
 * 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 4, in <module>
    tag = os.environ['LATEST_TAG']
  File "/usr/lib/python3.7/os.py", line 681, in __getitem__
    raise KeyError(key) from None
KeyError: 'LATEST_TAG'
 * ERROR: dev-python/growattServer-0.0.4::HomeAssistantRepository failed (compile phase):
 *   (no error message)
 *
``` >>> Compiling source in /var/tmp/portage/dev-python/growattServer-0.0.4/work/growattServer-0.0.4 ... * 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 4, in <module> tag = os.environ['LATEST_TAG'] File "/usr/lib/python3.7/os.py", line 681, in __getitem__ raise KeyError(key) from None KeyError: 'LATEST_TAG' * ERROR: dev-python/growattServer-0.0.4::HomeAssistantRepository failed (compile phase): * (no error message) * ```
Author
Owner

fixed with d1cce3e99c

fixed with https://git.edevau.net/onkelbeh/HomeAssistantRepository/commit/d1cce3e99ca491dc2c77d0f3f07a7a062dbf0a73
Sign in to join this conversation.
No Label
Bug
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: onkelbeh/HomeAssistantRepository#52
No description provided.