Package: src:typedload Version: 1.7-1 Severity: serious Tags: ftbfs Dear maintainer:
I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --with python3 --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_autoreconf -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python3.6 setup.py config running config dh_auto_build -i -O--buildsystem=pybuild I: pybuild base:217: /usr/bin/python3 setup.py build running build running build_py creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6/build/typedload copying typedload/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6/build/typedload copying typedload/datadumper.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6/build/typedload copying typedload/dataloader.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6/build/typedload creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6/build/typedload/plugins copying typedload/plugins/attrload.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6/build/typedload/plugins copying typedload/plugins/attrdump.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6/build/typedload/plugins copying typedload/plugins/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6/build/typedload/plugins copying typedload/py.typed -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6/build/typedload debian/rules override_dh_auto_test make[1]: Entering directory '/<<PKGBUILDDIR>>' make test make[2]: Entering directory '/<<PKGBUILDDIR>>' python3 -m tests ............................................ ---------------------------------------------------------------------- Ran 44 tests in 0.015s OK Running tests using 3.6.6 (default, Jun 27 2018, 14:44:17) [GCC 8.1.0] make[2]: Leaving directory '/<<PKGBUILDDIR>>' make mypy make[2]: Entering directory '/<<PKGBUILDDIR>>' mypy --config-file mypy.conf typedload typedload/dataloader.py:123: error: The type alias is invalid in runtime context typedload/dataloader.py:153: error: The type alias is invalid in runtime context typedload/datadumper.py:84: error: The type alias is invalid in runtime context make[2]: *** [Makefile:9: mypy] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [debian/rules:9: override_dh_auto_test] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:4: build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made with "dpkg-buildpackage -A" in my autobuilder. Most probably, it also fails here in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/typedload.html where you can get a full build log if you need it. If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks.