Source: yudit Version: 3.1.0-1 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 yudit > dpkg-buildpackage: info: source version 3.1.0-1 > dpkg-buildpackage: info: source distribution unstable > dpkg-buildpackage: info: source changed by Hideki Yamane <[email protected]> > dpkg-source --before-build . > fakeroot debian/rules clean > dh clean > dh_auto_clean > make -j8 distclean > make[1]: Entering directory '/<<PKGBUILDDIR>>' > make -C stoolkit clean > make -C swindow clean > make -C mytool clean > make -C swidget clean > make -C uniconv clean > make -C uniprint clean > make -C gui clean > make -C addon clean > make[2]: Entering directory '/<<PKGBUILDDIR>>/stoolkit' > make[2]: Entering directory '/<<PKGBUILDDIR>>/swindow' > make[2]: Entering directory '/<<PKGBUILDDIR>>/mytool' > make[2]: Entering directory '/<<PKGBUILDDIR>>/swidget' > make[2]: Entering directory '/<<PKGBUILDDIR>>/uniconv' > make[2]: Entering directory '/<<PKGBUILDDIR>>/uniprint' > make[2]: Entering directory '/<<PKGBUILDDIR>>/gui' > make[2]: Entering directory '/<<PKGBUILDDIR>>/addon' > rm -f *.o *.obj libstoolkit.a sencoder/*.o sencoder/*.obj syntax/*.o > syntax/*.obj sedy/*.o sedy/*.obj > rm -f *.o *.obj *.o libswidget.a > rm -f *.o *.obj uniconv uniconv.exe core > rm -f *.o *.obj uniprint uniprint.exe core > rm -f sample/AddonSample.o libaddon.a .depend > rm -f *.o *.obj *.o *.exe libgui.a yudit > rm -f *.o *.obj */*.o */*.obj libswindow.a > make -C kmap clean > make[2]: Leaving directory '/<<PKGBUILDDIR>>/addon' > make -C mys clean > make[3]: Entering directory '/<<PKGBUILDDIR>>/mytool/kmap' > make[2]: Leaving directory '/<<PKGBUILDDIR>>/uniconv' > make -C uni clean > make[2]: Leaving directory '/<<PKGBUILDDIR>>/uniprint' > make -C hwd clean > rm -f *.my *.o *.bak message.txt core > make[3]: Entering directory '/<<PKGBUILDDIR>>/mytool/mys' > make[3]: Entering directory '/<<PKGBUILDDIR>>/mytool/uni' > rm -f *.my *.o *.bak core message.txt > make[3]: Entering directory '/<<PKGBUILDDIR>>/mytool/hwd' > rm -f koi8-r.my koi8-c.my koi8-u.my tcvn.my viscii.my windows-1255.my > wingreek.my iso-646.my iso-8859e.my indic.my mik.my rovas.my mirroring.my > cp-1252.my core > make[2]: Leaving directory '/<<PKGBUILDDIR>>/gui' > rm -f *.bak core > make[3]: Leaving directory '/<<PKGBUILDDIR>>/mytool/hwd' > make[2]: Leaving directory '/<<PKGBUILDDIR>>/swidget' > make[3]: Leaving directory '/<<PKGBUILDDIR>>/mytool/uni' > make[2]: Leaving directory '/<<PKGBUILDDIR>>/swindow' > make[3]: Leaving directory '/<<PKGBUILDDIR>>/mytool/mys' > make[2]: Leaving directory '/<<PKGBUILDDIR>>/stoolkit' > make[3]: Leaving directory '/<<PKGBUILDDIR>>/mytool/kmap' > rm -f *.o *.obj mytool mytool.exe > make[2]: Leaving directory '/<<PKGBUILDDIR>>/mytool' > rm -f core */core */*/core > rm -rf SunWS_cache */SunWS_cache */*/SunWS_cache > rm -f *.pdb */*.pdb */*/*.pdb > rm -f *.ilk */*.ilk */*/*.ilk > rm -f *.opt */*.opt */*/*.opt > rm -f */*.lib */*/*.lib > rm -f */.depend > rm -f config.cache config.log config.status > rm -rf autom4te.cache > rm -f configure~ > rm -f Makefile > rm -rf target > rm -rf ./macos/Yudit.app > make -C addon distclean > make[2]: Entering directory '/<<PKGBUILDDIR>>/addon' > rm -f libaddon.a .depend > rm -rf syntax truetype yudit_sedy > make[2]: Leaving directory '/<<PKGBUILDDIR>>/addon' > make -C tests distclean > make[2]: Entering directory '/<<PKGBUILDDIR>>/tests' > rm -f *.o rasterizerTest toolTest nam.cpp yuu.cpp z.cpp > make[2]: Leaving directory '/<<PKGBUILDDIR>>/tests' > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > dh_autoreconf_clean > dh_clean > dpkg-source -b . > dpkg-source: info: using source format '3.0 (quilt)' > dpkg-source: info: building yudit using existing ./yudit_3.1.0.orig.tar.bz2 > dpkg-source: warning: ignoring deletion of file configure, use > --include-removal to override > dpkg-source: info: local changes detected, the modified files are: > yudit-3.1.0/Makefile.conf > dpkg-source: error: aborting due to unexpected upstream changes, see > /tmp/yudit_3.1.0-1.diff.pTy3PP > 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/yudit_3.1.0-1_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.

