Package: src:openstack-doc-tools Version: 1.6.0-2 Severity: serious Tags: ftbfs
Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions pyversions: missing debian/pyversions file, fall back to supported versions py3versions: no X-Python3-Version in control file, using supported versions dh build-indep --buildsystem=python_distutils --with python2,python3,sphinxdoc dh_update_autotools_config -i -O--buildsystem=python_distutils dh_auto_configure -i -O--buildsystem=python_distutils dh_auto_configure: Please use the third-party "pybuild" build system instead of python-distutils dh_auto_configure: This feature will be removed in compat 12. dh_auto_build -i -O--buildsystem=python_distutils dh_auto_build: Please use the third-party "pybuild" build system instead of python-distutils dh_auto_build: This feature will be removed in compat 12. pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions pyversions: missing debian/pyversions file, fall back to supported versions [... snipped ...] pyversions: missing debian/pyversions file, fall back to supported versions py3versions: no X-Python3-Version in control file, using supported versions if [ -e /<<PKGBUILDDIR>>/debian/CHANGELOG ] ; then \ dh_installchangelogs /<<PKGBUILDDIR>>/debian/CHANGELOG ; \ else \ dh_installchangelogs ; \ fi make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules override_dh_installman make[1]: Entering directory '/<<PKGBUILDDIR>>' pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions pyversions: missing debian/pyversions file, fall back to supported versions py3versions: no X-Python3-Version in control file, using supported versions sphinx-build -D today="November 01, 2017" -b man doc/source doc/build/man Running Sphinx v1.7.5 connecting events for openstackdocstheme making output directory... loading pickled environment... not yet created WARNING: no "man_pages" config value found; no manual pages will be written Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/dist-packages/openstackdocstheme/theme building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: 8 added, 0 changed, 0 removed reading sources... [ 12%] autogenerate_config_docs reading sources... [ 25%] doc-tools-readme reading sources... [ 37%] index reading sources... [ 50%] installation reading sources... [ 62%] man/openstack-doc-test reading sources... [ 75%] release_notes reading sources... [ 87%] sitemap-readme reading sources... [100%] usage looking for now-outdated files... none found pickling environment... done checking consistency... done writing... build succeeded, 1 warnings. The manual pages are in doc/build/man. dh_installman -O--buildsystem=python_distutils dh_installman: Cannot find (any matches for) "doc/build/man/openstack-doc-test.1" (tried in .) dh_installman: Aborting due to earlier error debian/rules:59: recipe for target 'override_dh_installman' failed make[1]: *** [override_dh_installman] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules:9: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made with "dpkg-buildpackage -A" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/openstack-doc-tools.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.