Source: colorcode Version: 0.8.5-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 colorcode > dpkg-buildpackage: info: source version 0.8.5-2 > dpkg-buildpackage: info: source distribution unstable > dpkg-buildpackage: info: source changed by Filippo Rusconi > <[email protected]> > dpkg-source --before-build . > dpkg-source: info: using patch list from debian/patches/series > dpkg-source: info: applying fortifying-hardening-flags-pro-file > fakeroot debian/rules clean > "---------------------------------------" > NUMJOBS: 8 > MAKEFLAGS: -j8 > DEB_BUILD_OPTIONS: parallel=8 > "---------------------------------------" > dh_testdir > dh_testroot > dh_quilt_unpatch > quilt --quiltrc /dev/null pop -a || test $? = 2 > Removing patch fortifying-hardening-flags-pro-file > Restoring colorcode.pro > > No patches applied > rm -rf .pc > [ ! -f Makefile ] || /usr/bin/make distclean > make[1]: Entering directory '/<<PKGBUILDDIR>>' > /usr/lib/qt5/bin/qmake -o Makefile colorcode.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' > 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' > 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro > QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr > rm -f qrc_resource.cpp > rm -f moc_predefs.h > rm -f moc_about.cpp moc_colorcode.cpp moc_colorpeg.cpp moc_pegrow.cpp > moc_rowhint.cpp moc_ccsolver.cpp moc_background.cpp moc_graphicsbtn.cpp > moc_settings.cpp moc_prefdialog.cpp moc_pegfactory.cpp moc_gamenodisplay.cpp > moc_timedisplay.cpp moc_buttonscell.cpp moc_buttondelegate.cpp > moc_cellbtn.cpp moc_gametimer.cpp moc_savedgamesmodel.cpp > moc_prevgamesmodel.cpp moc_highscoresmodel.cpp moc_gametableview.cpp > moc_gametablesdialog.cpp moc_gameslistmodel.cpp > rm -f ui_about.h ui_prefdialog.h ui_gametablesdialog.h > rm -f about.o colorcode.o colorpeg.o main.o msg.o pegrow.o rowhint.o > ccsolver.o background.o solutionrow.o graphicsbtn.o settings.o prefdialog.o > pegfactory.o gamenodisplay.o timedisplay.o timedisplaybg.o highscore.o > ccgame.o buttonscell.o buttondelegate.o cellbtn.o gametimer.o > savedgamesmodel.o prevgamesmodel.o highscoresmodel.o gametableview.o > gametablesdialog.o gameslistmodel.o qrc_resource.o moc_about.o > moc_colorcode.o moc_colorpeg.o moc_pegrow.o moc_rowhint.o moc_ccsolver.o > moc_background.o moc_graphicsbtn.o moc_settings.o moc_prefdialog.o > moc_pegfactory.o moc_gamenodisplay.o moc_timedisplay.o moc_buttonscell.o > moc_buttondelegate.o moc_cellbtn.o moc_gametimer.o moc_savedgamesmodel.o > moc_prevgamesmodel.o moc_highscoresmodel.o moc_gametableview.o > moc_gametablesdialog.o moc_gameslistmodel.o > rm -f *~ core *.core > rm -f colorcode > rm -f .qmake.stash > rm -f Makefile > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > dh_clean > rm -f debian/debhelper-build-stamp > rm -rf debian/.debhelper/ > dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in > use) > rm -f debian/colorcode.debhelper.log > rm -f -- debian/colorcode.substvars debian/files > rm -fr -- debian/colorcode/ debian/tmp/ > find . \( \( \ > \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path > .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o > -type f -a \ > \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ > -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ > -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ > -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \ > \) -exec rm -f {} + \) -o \ > \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) > \) > rm -f build-arch-stamp configure-stamp > dpkg-source -b . > dpkg-source: info: using source format '3.0 (quilt)' > dpkg-source: info: using patch list from debian/patches/series > dpkg-source: info: applying fortifying-hardening-flags-pro-file > dpkg-source: info: building colorcode using existing > ./colorcode_0.8.5.orig.tar.gz > dpkg-source: info: using patch list from debian/patches/series > dpkg-source: error: cannot represent change to trans_cs.qm: binary file > contents changed > dpkg-source: error: add trans_cs.qm in debian/source/include-binaries if you > want to store the modified binary in the debian tarball > dpkg-source: error: cannot represent change to trans_de.qm: binary file > contents changed > dpkg-source: error: add trans_de.qm in debian/source/include-binaries if you > want to store the modified binary in the debian tarball > dpkg-source: error: cannot represent change to trans_en.qm: binary file > contents changed > dpkg-source: error: add trans_en.qm in debian/source/include-binaries if you > want to store the modified binary in the debian tarball > dpkg-source: error: cannot represent change to trans_es.qm: binary file > contents changed > dpkg-source: error: add trans_es.qm in debian/source/include-binaries if you > want to store the modified binary in the debian tarball > dpkg-source: error: cannot represent change to trans_fr.qm: binary file > contents changed > dpkg-source: error: add trans_fr.qm in debian/source/include-binaries if you > want to store the modified binary in the debian tarball > dpkg-source: error: cannot represent change to trans_hu.qm: binary file > contents changed > dpkg-source: error: add trans_hu.qm in debian/source/include-binaries if you > want to store the modified binary in the debian tarball > dpkg-source: error: unrepresentable changes to source > dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 1 > > 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/colorcode_0.8.5-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.

