Source: gliv Version: 1.9.7-2 Severity: minor Tags: trixie sid ftbfs User: [email protected] Usertags: ftbfs-sab-20230813 ftbfs-source-after-build User: [email protected] Usertags: qa-doublebuild
Hi, This package fails to build a source package after a successful build (dpkg-buildpackage ; dpkg-buildpackage -S). This is probably a clear violation of Debian Policy section 4.9 (clean target), but this is filed as severity:minor for now, because a discussion on debian-devel showed that we might want to revisit the requirement of a working 'clean' target. More information about this class of issues, included common problems and solutions, is available at https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild Relevant part of the build log: > cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env > -us -uc -rfakeroot -S > --------------------------------------------------------------------------------------------------------------- > > dpkg-buildpackage: info: source package gliv > dpkg-buildpackage: info: source version 1.9.7-2 > dpkg-buildpackage: info: source distribution unstable > dpkg-buildpackage: info: source changed by Lorenzo De Liso <[email protected]> > dpkg-source --before-build . > fakeroot debian/rules clean > dh clean --with=autotools_dev > dh: warning: Compatibility levels before 10 are deprecated (level 7 in use) > dh: warning: The autotools-dev sequence is deprecated and replaced by dh in > debhelper (>= 9.20160115) > dh: warning: This feature will be removed in compat 12. > dh_auto_clean > dh_auto_clean: warning: Compatibility levels before 10 are deprecated (level > 7 in use) > make -j1 distclean > make[1]: Entering directory '/<<PKGBUILDDIR>>' > Making distclean in src > make[2]: Entering directory '/<<PKGBUILDDIR>>/src' > test -z "gliv" || rm -f gliv > rm -f *.o > rm -f *.tab.c > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > rm -rf ./.deps > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/src' > Making distclean in man > make[2]: Entering directory '/<<PKGBUILDDIR>>/man' > Making distclean in ru > make[3]: Entering directory '/<<PKGBUILDDIR>>/man/ru' > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f Makefile > make[3]: Leaving directory '/<<PKGBUILDDIR>>/man/ru' > Making distclean in fr > make[3]: Entering directory '/<<PKGBUILDDIR>>/man/fr' > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f Makefile > make[3]: Leaving directory '/<<PKGBUILDDIR>>/man/fr' > Making distclean in en > make[3]: Entering directory '/<<PKGBUILDDIR>>/man/en' > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f Makefile > make[3]: Leaving directory '/<<PKGBUILDDIR>>/man/en' > Making distclean in de > make[3]: Entering directory '/<<PKGBUILDDIR>>/man/de' > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f Makefile > make[3]: Leaving directory '/<<PKGBUILDDIR>>/man/de' > Making distclean in cs > make[3]: Entering directory '/<<PKGBUILDDIR>>/man/cs' > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f Makefile > make[3]: Leaving directory '/<<PKGBUILDDIR>>/man/cs' > Making distclean in . > make[3]: Entering directory '/<<PKGBUILDDIR>>/man' > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > make[3]: Leaving directory '/<<PKGBUILDDIR>>/man' > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/man' > Making distclean in tools > make[2]: Entering directory '/<<PKGBUILDDIR>>/tools' > Making distclean in glade > make[3]: Entering directory '/<<PKGBUILDDIR>>/tools/glade' > Making distclean in options > make[4]: Entering directory '/<<PKGBUILDDIR>>/tools/glade/options' > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f Makefile > make[4]: Leaving directory '/<<PKGBUILDDIR>>/tools/glade/options' > Making distclean in image_nr > make[4]: Entering directory '/<<PKGBUILDDIR>>/tools/glade/image_nr' > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f Makefile > make[4]: Leaving directory '/<<PKGBUILDDIR>>/tools/glade/image_nr' > Making distclean in actions > make[4]: Entering directory '/<<PKGBUILDDIR>>/tools/glade/actions' > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f Makefile > make[4]: Leaving directory '/<<PKGBUILDDIR>>/tools/glade/actions' > Making distclean in . > make[4]: Entering directory '/<<PKGBUILDDIR>>/tools/glade' > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > make[4]: Leaving directory '/<<PKGBUILDDIR>>/tools/glade' > rm -f Makefile > make[3]: Leaving directory '/<<PKGBUILDDIR>>/tools/glade' > Making distclean in . > make[3]: Entering directory '/<<PKGBUILDDIR>>/tools' > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > make[3]: Leaving directory '/<<PKGBUILDDIR>>/tools' > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/tools' > Making distclean in po > make[2]: Entering directory '/<<PKGBUILDDIR>>/po' > rm -f *.insert-header > rm -f remove-potcdate.sed > rm -f stamp-poT > rm -f core core.* gliv.po gliv.1po gliv.2po *.new.po > rm -fr *.o > rm -f Makefile Makefile.in POTFILES *.mo > make[2]: Leaving directory '/<<PKGBUILDDIR>>/po' > Making distclean in intl > make[2]: Entering directory '/<<PKGBUILDDIR>>/intl' > rm -f *.a *.la *.o *.obj *.lo core core.* > rm -f libgnuintl.h libintl.h charset.alias ref-add.sed ref-del.sed > rm -f -r .libs _libs > rm -f Makefile ID TAGS > if test "gliv" = "gettext-runtime" || test "gliv" = "gettext-tools"; then \ > rm -f ChangeLog.inst VERSION; \ > else \ > : ; \ > fi > make[2]: Leaving directory '/<<PKGBUILDDIR>>/intl' > Making distclean in lib > make[2]: Entering directory '/<<PKGBUILDDIR>>/lib' > test -z "" || rm -f > rm -f *.o > rm -f *.tab.c > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > rm -rf ./.deps > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/lib' > Making distclean in . > make[2]: Entering directory '/<<PKGBUILDDIR>>' > test -z "gliv.desktop" || rm -f gliv.desktop > test -z "intl/Makefile gliv.spec" || rm -f intl/Makefile gliv.spec > test . = "." || test -z "" || rm -f > rm -f config.h stamp-h1 > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > make[2]: Leaving directory '/<<PKGBUILDDIR>>' > rm -f config.status config.cache config.log configure.lineno > config.status.lineno > rm -f Makefile > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > dh_autotools-dev_restoreconfig > dh_autotools-dev_restoreconfig: warning: Compatibility levels before 10 are > deprecated (level 7 in use) > dh_autotools-dev_restoreconfig: warning: dh_autotools-dev_restoreconfig is > deprecated; please see dh_autotools-dev_restoreconfig(1) for a replacement > dh_autotools-dev_restoreconfig: warning: This feature will be removed in > compat 12. > dh_clean > dh_clean: warning: Compatibility levels before 10 are deprecated (level 7 in > use) > dpkg-source -b . > dpkg-source: info: using source format '3.0 (quilt)' > dpkg-source: info: building gliv using existing ./gliv_1.9.7.orig.tar.gz > dpkg-source: info: using patch list from debian/patches/series > dpkg-source: info: local changes detected, the modified files are: > gliv-1.9.7/config.h.in > dpkg-source: error: aborting due to unexpected upstream changes, see > /tmp/gliv_1.9.7-2.diff.j4F8ED > dpkg-source: info: Hint: make sure the version in debian/changelog matches > the unpacked source tree > dpkg-source: info: you can integrate the local changes with dpkg-source > --commit > dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2 > > E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage > --sanitize-env -us -uc -rfakeroot -S' failed to run. The full build log is available from: http://qa-logs.debian.net/2023/08/13/gliv_1.9.7-2_unstable.log If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.

