Source: libharu Version: 2.3.0+dfsg-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 libharu > dpkg-buildpackage: info: source version 2.3.0+dfsg-1 > dpkg-buildpackage: info: source distribution unstable > dpkg-buildpackage: info: source changed by Johan Van de Wauw <[email protected]> > dpkg-source --before-build . > fakeroot debian/rules clean > dh clean --buildsystem=autoconf --with autoreconf --parallel > dh: warning: Compatibility levels before 10 are deprecated (level 9 in use) > dh_auto_clean -O--buildsystem=autoconf -O--parallel > dh_auto_clean: warning: Compatibility levels before 10 are deprecated (level > 9 in use) > make -j8 distclean > make[1]: Entering directory '/<<PKGBUILDDIR>>' > Making distclean in src > make[2]: Entering directory '/<<PKGBUILDDIR>>/src' > test -z "libhpdf.la" || rm -f libhpdf.la > rm -rf .libs _libs > rm -f *.o > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f ./so_locations > rm -f ./.deps/hpdf_3dmeasure.Plo > rm -f ./.deps/hpdf_annotation.Plo > rm -f ./.deps/hpdf_array.Plo > rm -f ./.deps/hpdf_binary.Plo > rm -f ./.deps/hpdf_boolean.Plo > rm -f ./.deps/hpdf_catalog.Plo > rm -f ./.deps/hpdf_destination.Plo > rm -f ./.deps/hpdf_dict.Plo > rm -f ./.deps/hpdf_doc.Plo > rm -f ./.deps/hpdf_doc_png.Plo > rm -f ./.deps/hpdf_encoder.Plo > rm -f ./.deps/hpdf_encoder_cns.Plo > rm -f ./.deps/hpdf_encoder_cnt.Plo > rm -f ./.deps/hpdf_encoder_jp.Plo > rm -f ./.deps/hpdf_encoder_kr.Plo > rm -f ./.deps/hpdf_encoder_utf.Plo > rm -f ./.deps/hpdf_encrypt.Plo > rm -f ./.deps/hpdf_encryptdict.Plo > rm -f ./.deps/hpdf_error.Plo > rm -f ./.deps/hpdf_exdata.Plo > rm -f ./.deps/hpdf_ext_gstate.Plo > rm -f ./.deps/hpdf_font.Plo > rm -f ./.deps/hpdf_font_cid.Plo > rm -f ./.deps/hpdf_font_tt.Plo > rm -f ./.deps/hpdf_font_type1.Plo > rm -f ./.deps/hpdf_fontdef.Plo > rm -f ./.deps/hpdf_fontdef_base14.Plo > rm -f ./.deps/hpdf_fontdef_cid.Plo > rm -f ./.deps/hpdf_fontdef_cns.Plo > rm -f ./.deps/hpdf_fontdef_cnt.Plo > rm -f ./.deps/hpdf_fontdef_jp.Plo > rm -f ./.deps/hpdf_fontdef_kr.Plo > rm -f ./.deps/hpdf_fontdef_tt.Plo > rm -f ./.deps/hpdf_fontdef_type1.Plo > rm -f ./.deps/hpdf_gstate.Plo > rm -f ./.deps/hpdf_image.Plo > rm -f ./.deps/hpdf_image_ccitt.Plo > rm -f ./.deps/hpdf_image_png.Plo > rm -f ./.deps/hpdf_info.Plo > rm -f ./.deps/hpdf_list.Plo > rm -f ./.deps/hpdf_mmgr.Plo > rm -f ./.deps/hpdf_name.Plo > rm -f ./.deps/hpdf_namedict.Plo > rm -f ./.deps/hpdf_null.Plo > rm -f ./.deps/hpdf_number.Plo > rm -f ./.deps/hpdf_objects.Plo > rm -f ./.deps/hpdf_outline.Plo > rm -f ./.deps/hpdf_page_label.Plo > rm -f ./.deps/hpdf_page_operator.Plo > rm -f ./.deps/hpdf_pages.Plo > rm -f ./.deps/hpdf_pdfa.Plo > rm -f ./.deps/hpdf_real.Plo > rm -f ./.deps/hpdf_streams.Plo > rm -f ./.deps/hpdf_string.Plo > rm -f ./.deps/hpdf_u3d.Plo > rm -f ./.deps/hpdf_utils.Plo > rm -f ./.deps/hpdf_xref.Plo > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/src' > Making distclean in include > make[2]: Entering directory '/<<PKGBUILDDIR>>/include' > rm -rf .libs _libs > rm -f *.lo > test -z "" || rm -f > rm -f config.h stamp-h1 > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/include' > make[2]: Entering directory '/<<PKGBUILDDIR>>' > rm -rf .libs _libs > rm -f *.lo > test -z "" || rm -f > rm -f libtool config.lt > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f cscope.out cscope.in.out cscope.po.out cscope.files > 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_autoreconf_clean -O--buildsystem=autoconf -O--parallel > dh_clean -O--buildsystem=autoconf -O--parallel > dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in > use) > dpkg-source -b . > dpkg-source: info: using source format '3.0 (quilt)' > dpkg-source: info: building libharu using existing > ./libharu_2.3.0+dfsg.orig.tar.xz > dpkg-source: info: using patch list from debian/patches/series > dpkg-source: info: local changes detected, the modified files are: > libharu-2.3.0+dfsg/include/hpdf_config.h > dpkg-source: error: aborting due to unexpected upstream changes, see > /tmp/libharu_2.3.0+dfsg-1.diff.StE5rI > 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/libharu_2.3.0+dfsg-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.

