Package: src:grr
Version: 3.1.0.2+dfsg-5
Severity: serious
Dear maintainer:
I tried to build this package in stretch with "dpkg-buildpackage -A"
but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh build-indep --with python2,systemd --buildsystem=pybuild
dh_update_autotools_config -i -O--buildsystem=pybuild
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<BUILDDIR>>/grr-3.1.0.2+dfsg'
dh_auto_configure
pybuild --configure -i python{version} -p 2.7
I: pybuild base:217: python2.7 setup.py config
/usr/lib/python2.7/dist-packages/setuptools/dist.py:388: UserWarning:
Normalizing '3.1.0post2' to '3.1.0.post2'
normalized_version,
*****************************************************
WARNING: You are not installing in a virtual
environment. This configuration is not supported!!!
Expect breakage.
[... snipped ...]
debian/man/grr_run_tests.1.txt > debian/man/grr_run_tests.1
TZ=UTC LC_ALL=C \
txt2man -d "28 April 2018" \
-s 1 -r "GRR 3.1.0.2" -t grr_fuse \
debian/man/grr_fuse.1.txt > debian/man/grr_fuse.1
TZ=UTC LC_ALL=C \
txt2man -d "28 April 2018" \
-s 1 -r "GRR 3.1.0.2" -t grr_run_tests_gui \
debian/man/grr_run_tests_gui.1.txt > debian/man/grr_run_tests_gui.1
TZ=UTC LC_ALL=C \
txt2man -d "28 April 2018" \
-s 1 -r "GRR 3.1.0.2" -t grr_dataserver \
debian/man/grr_dataserver.1.txt > debian/man/grr_dataserver.1
TZ=UTC LC_ALL=C \
txt2man -d "28 April 2018" \
-s 1 -r "GRR 3.1.0.2" -t grr_front_end \
debian/man/grr_front_end.1.txt > debian/man/grr_front_end.1
dh_installman
install -d debian/grr-client-templates-installer/usr/share/man/man8/
install -p -m0644 ./debian/man/update-grr-client-templates.8
debian/grr-client-templates-installer/usr/share/man/man8/update-grr-client-templates.8
man -l --recode UTF-8
./debian/grr-client-templates-installer/usr/share/man/man8/update-grr-client-templates.8
>
debian/grr-client-templates-installer/usr/share/man/man8/update-grr-client-templates.8.dh-new
mv
debian/grr-client-templates-installer/usr/share/man/man8/update-grr-client-templates.8.dh-new
debian/grr-client-templates-installer/usr/share/man/man8/update-grr-client-templates.8
chmod 0644 --
debian/grr-client-templates-installer/usr/share/man/man8/update-grr-client-templates.8
make[1]: Leaving directory '/<<BUILDDIR>>/grr-3.1.0.2+dfsg'
debian/rules override_dh_python2
make[1]: Entering directory '/<<BUILDDIR>>/grr-3.1.0.2+dfsg'
dh_python2 --skip-private
make[1]: Leaving directory '/<<BUILDDIR>>/grr-3.1.0.2+dfsg'
debian/rules override_dh_installinit
make[1]: Entering directory '/<<BUILDDIR>>/grr-3.1.0.2+dfsg'
dh_installinit --name=grr-server
dh_installinit --name=grr-server@
make[1]: Leaving directory '/<<BUILDDIR>>/grr-3.1.0.2+dfsg'
dh_perl -i -O--buildsystem=pybuild
debian/rules override_dh_link
make[1]: Entering directory '/<<BUILDDIR>>/grr-3.1.0.2+dfsg'
cp /usr/share/artifacts/*.yaml \
debian/grr-server/usr/lib/python2.7/dist-packages/grr/artifacts
cp: target 'debian/grr-server/usr/lib/python2.7/dist-packages/grr/artifacts' is
not a directory
debian/rules:57: recipe for target 'override_dh_link' failed
make[1]: *** [override_dh_link] Error 1
make[1]: Leaving directory '/<<BUILDDIR>>/grr-3.1.0.2+dfsg'
debian/rules:12: recipe for target 'binary-indep' failed
make: *** [binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess
returned exit status 2
--------------------------------------------------------------------------------
Hint: Try splitting override_dh_link into override_dh_link-indep and
override_dh_link-arch.
Thanks.