greeclimate-0.9.0 installs 'tests' package which is forbidden #188

Closed
opened 2020-10-14 17:19:20 +02:00 by onkelbeh · 2 comments
Owner
 * Package:    dev-python/greeclimate-0.9.0
 * Repository: HomeAssistantRepository
 * Maintainer: b@edevau.net
 * 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 greeclimate-0.9.0.tar.gz to /var/tmp/portage/dev-python/greeclimate-0.9.0/work
>>> Source unpacked in /var/tmp/portage/dev-python/greeclimate-0.9.0/work
>>> Preparing source in /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0 ...
 * python3_8: running distutils-r1_run_phase distutils-r1_python_compile
python3.8 setup.py build -j 10
running build
running build_py
creating /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/tests
copying tests/test_network.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/tests
copying tests/test_discovery.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/tests
copying tests/test_device.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/tests
copying tests/__init__.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/tests
creating /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/greeclimate
copying greeclimate/network.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/greeclimate
copying greeclimate/exceptions.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/greeclimate
copying greeclimate/discovery.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/greeclimate
copying greeclimate/device.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/greeclimate
copying greeclimate/__init__.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/greeclimate
warning: build_py: byte-compiling is disabled, skipping.

>>> Source compiled.
>>> Test phase [not enabled]: dev-python/greeclimate-0.9.0

>>> Install dev-python/greeclimate-0.9.0 into /var/tmp/portage/dev-python/greeclimate-0.9.0/image
 * python3_8: running distutils-r1_run_phase distutils-r1_python_install
python3.8 setup.py install --skip-build --root=/var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8
running install
running install_lib
creating /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8
creating /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr
creating /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib
creating /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8
creating /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages
creating /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate
copying /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/greeclimate/__init__.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate
copying /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/greeclimate/device.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate
copying /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/greeclimate/discovery.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate
copying /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/greeclimate/exceptions.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate
copying /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/greeclimate/network.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate
creating /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/tests
copying /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/tests/__init__.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/tests
copying /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/tests/test_device.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/tests
copying /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/tests/test_discovery.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/tests
copying /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/tests/test_network.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/tests
byte-compiling /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate/__init__.py to __init__.cpython-38.pyc
byte-compiling /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate/device.py to device.cpython-38.pyc
byte-compiling /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate/discovery.py to discovery.cpython-38.pyc
byte-compiling /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate/exceptions.py to exceptions.cpython-38.pyc
byte-compiling /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate/network.py to network.cpython-38.pyc
byte-compiling /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/tests/__init__.py to __init__.cpython-38.pyc
byte-compiling /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/tests/test_device.py to test_device.cpython-38.pyc
byte-compiling /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/tests/test_discovery.py to test_discovery.cpython-38.pyc
byte-compiling /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/tests/test_network.py to test_network.cpython-38.pyc
writing byte-compilation script '/var/tmp/portage/dev-python/greeclimate-0.9.0/temp/tmpzjgjvdyh.py'
/usr/bin/python3.8 /var/tmp/portage/dev-python/greeclimate-0.9.0/temp/tmpzjgjvdyh.py
removing /var/tmp/portage/dev-python/greeclimate-0.9.0/temp/tmpzjgjvdyh.py
writing byte-compilation script '/var/tmp/portage/dev-python/greeclimate-0.9.0/temp/tmproqo1dxu.py'
/usr/bin/python3.8 /var/tmp/portage/dev-python/greeclimate-0.9.0/temp/tmproqo1dxu.py
removing /var/tmp/portage/dev-python/greeclimate-0.9.0/temp/tmproqo1dxu.py
running install_egg_info
running egg_info
creating greeclimate.egg-info
writing greeclimate.egg-info/PKG-INFO
writing dependency_links to greeclimate.egg-info/dependency_links.txt
writing requirements to greeclimate.egg-info/requires.txt
writing top-level names to greeclimate.egg-info/top_level.txt
writing manifest file 'greeclimate.egg-info/SOURCES.txt'
reading manifest file 'greeclimate.egg-info/SOURCES.txt'
writing manifest file 'greeclimate.egg-info/SOURCES.txt'
Copying greeclimate.egg-info to /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate-0.9.0-py3.8.egg-info
running install_scripts
 * ERROR: dev-python/greeclimate-0.9.0::HomeAssistantRepository failed (install phase):
 *   Package installs 'tests' package which is forbidden and likely a bug in the build system.
 * 
 * Call stack:
 *     ebuild.sh, line  125:  Called src_install
 *   environment, line 2941:  Called distutils-r1_src_install
 *   environment, line 1227:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_install'
 *   environment, line  438:  Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_install'
 *   environment, line 2558:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_install'
 *   environment, line 2041:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_install'
 *   environment, line 2039:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_install'
 *   environment, line  831:  Called distutils-r1_run_phase 'distutils-r1_python_install'
 *   environment, line 1195:  Called distutils-r1_python_install
 *   environment, line 1114:  Called die
 * The specific snippet of code:
 *               die "Package installs '${p}' package which is forbidden and likely a bug in the build system.";
 * 
 * If you need support, post the output of `emerge --info '=dev-python/greeclimate-0.9.0::HomeAssistantRepository'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/greeclimate-0.9.0::HomeAssistantRepository'`.
 * The complete build log is located at '/var/tmp/portage/dev-python/greeclimate-0.9.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/greeclimate-0.9.0/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0'
 * S: '/var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0'

 * Messages for package dev-python/greeclimate-0.9.0:

 * ERROR: dev-python/greeclimate-0.9.0::HomeAssistantRepository failed (install phase):
 *   Package installs 'tests' package which is forbidden and likely a bug in the build system.
 * 
 * Call stack:
 *     ebuild.sh, line  125:  Called src_install
 *   environment, line 2941:  Called distutils-r1_src_install
 *   environment, line 1227:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_install'
 *   environment, line  438:  Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_install'
 *   environment, line 2558:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_install'
 *   environment, line 2041:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_install'
 *   environment, line 2039:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_install'
 *   environment, line  831:  Called distutils-r1_run_phase 'distutils-r1_python_install'
 *   environment, line 1195:  Called distutils-r1_python_install
 *   environment, line 1114:  Called die
 * The specific snippet of code:
 *               die "Package installs '${p}' package which is forbidden and likely a bug in the build system.";
 * 
 * If you need support, post the output of `emerge --info '=dev-python/greeclimate-0.9.0::HomeAssistantRepository'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/greeclimate-0.9.0::HomeAssistantRepository'`.
 * The complete build log is located at '/var/tmp/portage/dev-python/greeclimate-0.9.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/greeclimate-0.9.0/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0'
 * S: '/var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0'
``` * Package: dev-python/greeclimate-0.9.0 * Repository: HomeAssistantRepository * Maintainer: b@edevau.net * 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 greeclimate-0.9.0.tar.gz to /var/tmp/portage/dev-python/greeclimate-0.9.0/work >>> Source unpacked in /var/tmp/portage/dev-python/greeclimate-0.9.0/work >>> Preparing source in /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0 ... * python3_8: running distutils-r1_run_phase distutils-r1_python_compile python3.8 setup.py build -j 10 running build running build_py creating /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/tests copying tests/test_network.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/tests copying tests/test_discovery.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/tests copying tests/test_device.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/tests copying tests/__init__.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/tests creating /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/greeclimate copying greeclimate/network.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/greeclimate copying greeclimate/exceptions.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/greeclimate copying greeclimate/discovery.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/greeclimate copying greeclimate/device.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/greeclimate copying greeclimate/__init__.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/greeclimate warning: build_py: byte-compiling is disabled, skipping. >>> Source compiled. >>> Test phase [not enabled]: dev-python/greeclimate-0.9.0 >>> Install dev-python/greeclimate-0.9.0 into /var/tmp/portage/dev-python/greeclimate-0.9.0/image * python3_8: running distutils-r1_run_phase distutils-r1_python_install python3.8 setup.py install --skip-build --root=/var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8 running install running install_lib creating /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8 creating /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr creating /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib creating /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8 creating /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages creating /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate copying /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/greeclimate/__init__.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate copying /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/greeclimate/device.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate copying /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/greeclimate/discovery.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate copying /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/greeclimate/exceptions.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate copying /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/greeclimate/network.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate creating /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/tests copying /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/tests/__init__.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/tests copying /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/tests/test_device.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/tests copying /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/tests/test_discovery.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/tests copying /var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0-python3_8/lib/tests/test_network.py -> /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/tests byte-compiling /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate/__init__.py to __init__.cpython-38.pyc byte-compiling /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate/device.py to device.cpython-38.pyc byte-compiling /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate/discovery.py to discovery.cpython-38.pyc byte-compiling /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate/exceptions.py to exceptions.cpython-38.pyc byte-compiling /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate/network.py to network.cpython-38.pyc byte-compiling /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/tests/test_device.py to test_device.cpython-38.pyc byte-compiling /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/tests/test_discovery.py to test_discovery.cpython-38.pyc byte-compiling /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/tests/test_network.py to test_network.cpython-38.pyc writing byte-compilation script '/var/tmp/portage/dev-python/greeclimate-0.9.0/temp/tmpzjgjvdyh.py' /usr/bin/python3.8 /var/tmp/portage/dev-python/greeclimate-0.9.0/temp/tmpzjgjvdyh.py removing /var/tmp/portage/dev-python/greeclimate-0.9.0/temp/tmpzjgjvdyh.py writing byte-compilation script '/var/tmp/portage/dev-python/greeclimate-0.9.0/temp/tmproqo1dxu.py' /usr/bin/python3.8 /var/tmp/portage/dev-python/greeclimate-0.9.0/temp/tmproqo1dxu.py removing /var/tmp/portage/dev-python/greeclimate-0.9.0/temp/tmproqo1dxu.py running install_egg_info running egg_info creating greeclimate.egg-info writing greeclimate.egg-info/PKG-INFO writing dependency_links to greeclimate.egg-info/dependency_links.txt writing requirements to greeclimate.egg-info/requires.txt writing top-level names to greeclimate.egg-info/top_level.txt writing manifest file 'greeclimate.egg-info/SOURCES.txt' reading manifest file 'greeclimate.egg-info/SOURCES.txt' writing manifest file 'greeclimate.egg-info/SOURCES.txt' Copying greeclimate.egg-info to /var/tmp/portage/dev-python/greeclimate-0.9.0/image/_python3.8/usr/lib/python3.8/site-packages/greeclimate-0.9.0-py3.8.egg-info running install_scripts * ERROR: dev-python/greeclimate-0.9.0::HomeAssistantRepository failed (install phase): * Package installs 'tests' package which is forbidden and likely a bug in the build system. * * Call stack: * ebuild.sh, line 125: Called src_install * environment, line 2941: Called distutils-r1_src_install * environment, line 1227: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_install' * environment, line 438: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_install' * environment, line 2558: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_install' * environment, line 2041: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_install' * environment, line 2039: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_install' * environment, line 831: Called distutils-r1_run_phase 'distutils-r1_python_install' * environment, line 1195: Called distutils-r1_python_install * environment, line 1114: Called die * The specific snippet of code: * die "Package installs '${p}' package which is forbidden and likely a bug in the build system."; * * If you need support, post the output of `emerge --info '=dev-python/greeclimate-0.9.0::HomeAssistantRepository'`, * the complete build log and the output of `emerge -pqv '=dev-python/greeclimate-0.9.0::HomeAssistantRepository'`. * The complete build log is located at '/var/tmp/portage/dev-python/greeclimate-0.9.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/greeclimate-0.9.0/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0' * S: '/var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0' * Messages for package dev-python/greeclimate-0.9.0: * ERROR: dev-python/greeclimate-0.9.0::HomeAssistantRepository failed (install phase): * Package installs 'tests' package which is forbidden and likely a bug in the build system. * * Call stack: * ebuild.sh, line 125: Called src_install * environment, line 2941: Called distutils-r1_src_install * environment, line 1227: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_install' * environment, line 438: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_install' * environment, line 2558: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_install' * environment, line 2041: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_install' * environment, line 2039: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_install' * environment, line 831: Called distutils-r1_run_phase 'distutils-r1_python_install' * environment, line 1195: Called distutils-r1_python_install * environment, line 1114: Called die * The specific snippet of code: * die "Package installs '${p}' package which is forbidden and likely a bug in the build system."; * * If you need support, post the output of `emerge --info '=dev-python/greeclimate-0.9.0::HomeAssistantRepository'`, * the complete build log and the output of `emerge -pqv '=dev-python/greeclimate-0.9.0::HomeAssistantRepository'`. * The complete build log is located at '/var/tmp/portage/dev-python/greeclimate-0.9.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/greeclimate-0.9.0/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0' * S: '/var/tmp/portage/dev-python/greeclimate-0.9.0/work/greeclimate-0.9.0' ```
onkelbeh added the
TopLevelViolation
label 2020-10-14 17:19:20 +02:00
Author
Owner
ISSUE: https://github.com/cmroche/greeclimate/issues/10 PR: https://github.com/cmroche/greeclimate/pull/11
Author
Owner

fixed in 21b520385a

fixed in https://git.edevau.net/onkelbeh/HomeAssistantRepository/commit/21b520385a66bec7940fc1b0a41ca96a45585c9d
onkelbeh removed the
TopLevelViolation
label 2020-10-17 11:08:26 +02:00
Sign in to join this conversation.
No Label
Bug
Bump/Update
Cleanup
Dupe
Enhancement
File Collision
Forked
help wanted
Integration: accuweather
Integration: acmeda
Integration: acomax
Integration: adax
Integration: adguard
Integration: aemet
Integration: aep_ohio
Integration: aep_texas
Integration: airq
Integration: airthings
Integration: airthings_ble
Integration: airtouch5
Integration: airzone
Integration: airzone_cloud
Integration: amazon_polly
Integration: amberelectric
Integration: ambient_station
Integration: analytics_insights
Integration: anel_pwrctrl
Integration: aosmith
Integration: apache_kafka
Integration: apcupsd
Integration: appalachianpower
Integration: apprise
Integration: aprilaire
Integration: aranet
Integration: aseko_pool_live
Integration: asuswrt
Integration: august
Integration: aws
Integration: axis
Integration: backup
Integration: bang_olufsen
Integration: blebox
Integration: blink
Integration: bluetooth
Integration: blue_current
Integration: bmw_connected_drive
Integration: bosch_shc
Integration: bring
Integration: brother
Integration: brottsplatskartan
Integration: bsblan
Integration: bthome
Integration: caldav
Integration: cast
Integration: ccm15
Integration: cloud
Integration: cloudflare
Integration: co2signal
Integration: coautilities
Integration: comelit
Integration: conversation
Integration: debugpy
Integration: deconz
Integration: deluge
Integration: denonavr
Integration: devialet
Integration: devolo_home_control
Integration: dhcp
Integration: discord
Integration: discovergy
Integration: dlna_dmr
Integration: dlna_dms
Integration: doods
Integration: drop_connect
Integration: dsmr
Integration: duotecno
Integration: duquesne_light
Integration: dwd_weather_warnings
Integration: easyenergy
Integration: ecobee
Integration: ecoforest
Integration: ecovacs
Integration: ecowitt
Integration: elgato
Integration: elvia
Integration: energyzero
Integration: enigma2
Integration: enphase_envoy
Integration: epion
Integration: esphome
Integration: evohome
Integration: ffmpeg
Integration: fjaraskupan
Integration: flexit_bacnet
Integration: flipr
Integration: forecast_solar
Integration: foscam
Integration: fritzbox
Integration: fronius
Integration: frontend
Integration: fujitsu_anywair
Integration: fyta
Integration: garages_amsterdam
Integration: gardena_bluetooth
Integration: gdacs
Integration: generic
Integration: geonetnz_quakes
Integration: geonetnz_volcano
Integration: geo_json_events
Integration: geo_rss_events
Integration: gios
Integration: glances
Integration: goodwe
Integration: google
Integration: google_assistant_sdk
Integration: google_generative_ai_conversation
Integration: govee_ble
Integration: govee_light_local
Integration: hive
Integration: hko
Integration: holiday
Integration: homekit_controller
Integration: homematicip_cloud
Integration: homewizard
Integration: honeywell
Integration: hp_ilo
Integration: html5
Integration: http
Integration: hue
Integration: hunterdouglas_powerview
Integration: husqvarna_automower
Integration: huum
Integration: hydrawise
Integration: iammeter
Integration: ibeacon
Integration: idasen_desk
Integration: ign_sismologia
Integration: image_upload
Integration: indianamichiganpower
Integration: insteon
Integration: ipp
Integration: islamic_prayer_times
Integration: justnimbus
Integration: jvc_projector
Integration: kef
Integration: kentuckypower
Integration: keymitt_ble
Integration: knx
Integration: kostal_plenticore
Integration: krispol
Integration: lamarzocco
Integration: ld2410_ble
Integration: leaone
Integration: led_ble
Integration: life360
Integration: lifx
Integration: linear_garage_door
Integration: litejet
Integration: litterrobot
Integration: local_calendar
Integration: local_todo
Integration: loqed
Integration: luci
Integration: lupusec
Integration: lutron
Integration: lutron_caseta
Integration: madeco
Integration: mastodon
Integration: matrix
Integration: matter
Integration: media_extractor
Integration: melcloud
Integration: met
Integration: meteoclimatic
Integration: meteo_france
Integration: metoffice
Integration: microbees
Integration: mill
Integration: minecraft_server
Integration: modbus
Integration: mopeka
Integration: motionblinds_ble
Integration: motionmount
Integration: motion_blinds
Integration: myuplink
Integration: nam
Integration: neato
Integration: netatmo
Integration: nexia
Integration: nextbus
Integration: nextcloud
Integration: nextdns
Integration: nibe_heatpump
Integration: nmap_tracker
Integration: nobo_hub
Integration: norway_air
Integration: notion
Integration: nsw_rural_fire_service_feed
Integration: nuki
Integration: numato
Integration: nut
Integration: nws
Integration: ollama
Integration: oncue
Integration: ondilo_ico
Integration: openai_conversation
Integration: openerz
Integration: open_meteo
Integration: opower
Integration: orvibo
Integration: osoenergy
Integration: otbr
Integration: ourgroceries
Integration: overkiz
Integration: p1_monitor
Integration: pegel_online
Integration: permobil
Integration: plex
Integration: plugwise
Integration: powerwall
Integration: private_ble_device
Integration: proxy
Integration: prusalink
Integration: psoklahoma
Integration: pure_energie
Integration: pvoutput
Integration: qingping
Integration: qld_bushfire
Integration: qrcode
Integration: rabbitair
Integration: rachio
Integration: radio_browser
Integration: rainbird
Integration: rainforest_raven
Integration: rainmachine
Integration: rdw
Integration: recorder
Integration: refoss
Integration: renault
Integration: renson
Integration: reolink
Integration: rflink
Integration: rfxtrx
Integration: ridwell
Integration: ring
Integration: risco
Integration: roborock
Integration: roku
Integration: romy
Integration: roomba
Integration: roon
Integration: route53
Integration: rova
Integration: samsam
Integration: samsungtv
Integration: schlage
Integration: scl
Integration: screenlogic
Integration: sensibo
Integration: sensorpush
Integration: sentry
Integration: seven_segments
Integration: sfr_box
Integration: shelly
Integration: sighthound
Integration: signal_messenger
Integration: simplisafe
Integration: sleepiq
Integration: slimproto
Integration: smarttub
Integration: smud
Integration: snmp
Integration: songpal
Integration: sonos
Integration: sql
Integration: squeezebox
Integration: ssdp
Integration: subaru
Integration: suez_water
Integration: sunweg
Integration: surepetcare
Integration: swepco
Integration: swiss_public_transport
Integration: switchbot
Integration: switchbot_cloud
Integration: switcher_kis
Integration: system_bridge
Integration: tado
Integration: tailwind
Integration: tankerkoenig
Integration: tasmota
Integration: technove
Integration: tedee
Integration: telegram_bot
Integration: temper
Integration: tensorflow
Integration: teslemetry
Integration: tessie
Integration: thermobeacon
Integration: thermopro
Integration: thread
Integration: tile
Integration: tolo
Integration: tplink
Integration: tplink_omada
Integration: tplink_tapo
Integration: traccar
Integration: traccar_server
Integration: trafikverket_camera
Integration: trafikverket_ferry
Integration: trafikverket_train
Integration: trafikverket_weatherstation
Integration: transmission
Integration: tuya
Integration: twentemilieu
Integration: unifi
Integration: unifiprotect
Integration: unifi_direct
Integration: upnp
Integration: usgs_earthquakes_feed
Integration: utility_meter
Integration: v2c
Integration: vallox
Integration: valve
Integration: velbus
Integration: velux
Integration: vicare
Integration: vilfo
Integration: vodafone_station
Integration: vulcan
Integration: wallbox
Integration: waqi
Integration: waze_travel_time
Integration: weatherflow_cloud
Integration: weatherkit
Integration: webmin
Integration: webostv
Integration: wemo
Integration: whirlpool
Integration: withings
Integration: wolflink
Integration: workday
Integration: wyoming
Integration: xiaomi_ble
Integration: yalexs_ble
Integration: yeelight
Integration: yolink
Integration: zamg
Integration: zeroconf
Integration: zha
Integration: zhong_hong
Integration: zondergas
Integration: zoneminder
Integration: zwave_js
invalid
New Integration
Python 3.10
Python 3.11
question
requirement
Requirement vanished
slot-conflict
Source Incomplete
SrcDir ${S} mismatch
TopLevelViolation
Update required
virtual
wontfix
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#188
No description provided.