dev-python/rflink compile error #25

Closed
opened 3 years ago by onkelbeh · 1 comments
Owner

dev-python/rflink tries to fetch it's version from (non existant) git repo:

>>> Emerging (1 of 1) dev-python/rflink-0.0.52::HomeAssistantRepository
>>> Failed to emerge dev-python/rflink-0.0.52, Log file:
>>>  '/var/tmp/portage/dev-python/rflink-0.0.52/temp/build.log'
>>> Jobs: 0 of 1 complete, 1 failed                 Load avg: 0.77, 0.63, 0.58
 * Package:    dev-python/rflink-0.0.52
 * Repository: HomeAssistantRepository
 * Maintainer: b@edevau.net
 * Upstream:   github@ijohan.nl
 * 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 rflink-0.0.52.tar.gz to /var/tmp/portage/dev-python/rflink-0.0.52/work
>>> Source unpacked in /var/tmp/portage/dev-python/rflink-0.0.52/work
>>> Preparing source in /var/tmp/portage/dev-python/rflink-0.0.52/work/rflink-0.0.52 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-python/rflink-0.0.52/work/rflink-0.0.52 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-python/rflink-0.0.52/work/rflink-0.0.52 ...
 * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
 * DISTUTILS_USE_SETUPTOOLS value is probably incorrect
 *   value:    DISTUTILS_USE_SETUPTOOLS=bdepend (default?)
 *   expected: DISTUTILS_USE_SETUPTOOLS=rdepend
python3.7 setup.py build -j 5
fatal: not a git repository (or any of the parent directories): .git
Traceback (most recent call last):
  File "setup.py", line 29, in <module>
    version=version_from_git(),
  File "setup.py", line 23, in version_from_git
    ["git", "describe", "--tags", "--abbrev=0"], universal_newlines=True
  File "/usr/lib/python3.7/subprocess.py", line 411, in check_output
    **kwargs).stdout
  File "/usr/lib/python3.7/subprocess.py", line 512, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['git', 'describe', '--tags', '--abbrev=0']' returned non-zero exit status 128.
 * ERROR: dev-python/rflink-0.0.52::HomeAssistantRepository failed (compile phase):
 *   (no error message)
dev-python/rflink tries to fetch it's version from (non existant) git repo: ``` >>> Emerging (1 of 1) dev-python/rflink-0.0.52::HomeAssistantRepository >>> Failed to emerge dev-python/rflink-0.0.52, Log file: >>> '/var/tmp/portage/dev-python/rflink-0.0.52/temp/build.log' >>> Jobs: 0 of 1 complete, 1 failed Load avg: 0.77, 0.63, 0.58 * Package: dev-python/rflink-0.0.52 * Repository: HomeAssistantRepository * Maintainer: b@edevau.net * Upstream: github@ijohan.nl * 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 rflink-0.0.52.tar.gz to /var/tmp/portage/dev-python/rflink-0.0.52/work >>> Source unpacked in /var/tmp/portage/dev-python/rflink-0.0.52/work >>> Preparing source in /var/tmp/portage/dev-python/rflink-0.0.52/work/rflink-0.0.52 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/rflink-0.0.52/work/rflink-0.0.52 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/rflink-0.0.52/work/rflink-0.0.52 ... * python3_7: running distutils-r1_run_phase distutils-r1_python_compile * DISTUTILS_USE_SETUPTOOLS value is probably incorrect * value: DISTUTILS_USE_SETUPTOOLS=bdepend (default?) * expected: DISTUTILS_USE_SETUPTOOLS=rdepend python3.7 setup.py build -j 5 fatal: not a git repository (or any of the parent directories): .git Traceback (most recent call last): File "setup.py", line 29, in <module> version=version_from_git(), File "setup.py", line 23, in version_from_git ["git", "describe", "--tags", "--abbrev=0"], universal_newlines=True File "/usr/lib/python3.7/subprocess.py", line 411, in check_output **kwargs).stdout File "/usr/lib/python3.7/subprocess.py", line 512, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['git', 'describe', '--tags', '--abbrev=0']' returned non-zero exit status 128. * ERROR: dev-python/rflink-0.0.52::HomeAssistantRepository failed (compile phase): * (no error message) ```
onkelbeh added the
Bug
label 3 years ago
onkelbeh self-assigned this 3 years ago
Poster
Owner

fixed in b18293ab51

fixed in https://git.edevau.net/onkelbeh/HomeAssistantRepository/commit/b18293ab51026e5e846e50db6d26468430cb59c7
onkelbeh closed this issue 3 years ago
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: onkelbeh/HomeAssistantRepository#25
Loading…
There is no content yet.