Package: src:percol
Version: 0.2.1-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 python2
dh_update_autotools_config -i
dh_autoreconf -i
dh_auto_configure -i
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
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.
python setup.py build --force
running build
running build_py
creating build
[... snipped ...]
python setup.py install --force --root=/<<PKGBUILDDIR>>/debian/percol
--no-compile -O0 --install-layout=deb
running install
running build
running build_py
running build_scripts
running install_lib
creating /<<PKGBUILDDIR>>/debian/percol/usr
creating /<<PKGBUILDDIR>>/debian/percol/usr/lib
creating /<<PKGBUILDDIR>>/debian/percol/usr/lib/python2.7
creating /<<PKGBUILDDIR>>/debian/percol/usr/lib/python2.7/dist-packages
creating /<<PKGBUILDDIR>>/debian/percol/usr/lib/python2.7/dist-packages/percol
copying build/lib.linux-x86_64-2.7/percol/command.py ->
/<<PKGBUILDDIR>>/debian/percol/usr/lib/python2.7/dist-packages/percol
copying build/lib.linux-x86_64-2.7/percol/action.py ->
/<<PKGBUILDDIR>>/debian/percol/usr/lib/python2.7/dist-packages/percol
copying build/lib.linux-x86_64-2.7/percol/info.py ->
/<<PKGBUILDDIR>>/debian/percol/usr/lib/python2.7/dist-packages/percol
copying build/lib.linux-x86_64-2.7/percol/actions.py ->
/<<PKGBUILDDIR>>/debian/percol/usr/lib/python2.7/dist-packages/percol
copying build/lib.linux-x86_64-2.7/percol/tty.py ->
/<<PKGBUILDDIR>>/debian/percol/usr/lib/python2.7/dist-packages/percol
copying build/lib.linux-x86_64-2.7/percol/cli.py ->
/<<PKGBUILDDIR>>/debian/percol/usr/lib/python2.7/dist-packages/percol
copying build/lib.linux-x86_64-2.7/percol/lazyarray.py ->
/<<PKGBUILDDIR>>/debian/percol/usr/lib/python2.7/dist-packages/percol
copying build/lib.linux-x86_64-2.7/percol/finder.py ->
/<<PKGBUILDDIR>>/debian/percol/usr/lib/python2.7/dist-packages/percol
copying build/lib.linux-x86_64-2.7/percol/view.py ->
/<<PKGBUILDDIR>>/debian/percol/usr/lib/python2.7/dist-packages/percol
copying build/lib.linux-x86_64-2.7/percol/__init__.py ->
/<<PKGBUILDDIR>>/debian/percol/usr/lib/python2.7/dist-packages/percol
copying build/lib.linux-x86_64-2.7/percol/model.py ->
/<<PKGBUILDDIR>>/debian/percol/usr/lib/python2.7/dist-packages/percol
copying build/lib.linux-x86_64-2.7/percol/markup.py ->
/<<PKGBUILDDIR>>/debian/percol/usr/lib/python2.7/dist-packages/percol
copying build/lib.linux-x86_64-2.7/percol/key.py ->
/<<PKGBUILDDIR>>/debian/percol/usr/lib/python2.7/dist-packages/percol
copying build/lib.linux-x86_64-2.7/percol/debug.py ->
/<<PKGBUILDDIR>>/debian/percol/usr/lib/python2.7/dist-packages/percol
copying build/lib.linux-x86_64-2.7/percol/display.py ->
/<<PKGBUILDDIR>>/debian/percol/usr/lib/python2.7/dist-packages/percol
copying build/lib.linux-x86_64-2.7/percol/ansi.py ->
/<<PKGBUILDDIR>>/debian/percol/usr/lib/python2.7/dist-packages/percol
running install_egg_info
running egg_info
creating percol.egg-info
writing requirements to percol.egg-info/requires.txt
writing percol.egg-info/PKG-INFO
writing top-level names to percol.egg-info/top_level.txt
writing dependency_links to percol.egg-info/dependency_links.txt
writing manifest file 'percol.egg-info/SOURCES.txt'
reading manifest file 'percol.egg-info/SOURCES.txt'
writing manifest file 'percol.egg-info/SOURCES.txt'
Copying percol.egg-info to
/<<PKGBUILDDIR>>/debian/percol/usr/lib/python2.7/dist-packages/percol-0.2.1.egg-info
Skipping SOURCES.txt
running install_scripts
creating /<<PKGBUILDDIR>>/debian/percol/usr/bin
copying build/scripts-2.7/percol -> /<<PKGBUILDDIR>>/debian/percol/usr/bin
changing mode of /<<PKGBUILDDIR>>/debian/percol/usr/bin/percol to 775
dh_installdocs -i
dh_installdocs: Cannot find (any matches for) "README" (tried in .)
debian/rules:4: 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.
Most probably, it also fails here in reproducible builds:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/percol.html
[ Note: There has been a recent change in debhelper behaviour, the current
behaviour is the intended one. See Bug #903133 for details ].
Thanks.