[Pkg-xmpp-devel] Bug#1048054: libstrophe: Fails to build source after successful build

Lucas Nussbaum lucas at debian.org
Sun Aug 13 20:20:55 BST 2023


Source: libstrophe
Version: 0.12.3-1
Severity: minor
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian-qa at lists.debian.org
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 libstrophe
> dpkg-buildpackage: info: source version 0.12.3-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Martin <debacle at debian.org>
>  dpkg-source --before-build .
>  debian/rules clean
> dh clean --with autoreconf
>    dh_auto_clean
> 	make -j8 distclean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> test -z "libstrophe.la" || rm -f libstrophe.la
> rm -rf .libs _libs
>  rm -f tests/check_parser tests/test_sha1 tests/test_sha256 tests/test_sha512 tests/test_md5 tests/test_rand tests/test_scram tests/test_ctx tests/test_base64 tests/test_hash tests/test_jid tests/test_send_queue tests/test_snprintf tests/test_string tests/test_stanza tests/test_resolver tests/test_xmppaddr
> rm -f *.o
> test -z "test-suite-memcheck.log test-suite-helgrind.log test-suite-drd.log test-suite-sgcheck.log" || rm -f test-suite-memcheck.log test-suite-helgrind.log test-suite-drd.log test-suite-sgcheck.log
>  rm -f examples/active examples/basic examples/bot examples/complex examples/component examples/perf examples/register examples/roster examples/uuid examples/vcard
> rm -f *.lo
> rm -f examples/*.o
> test -z "tests/check_parser.log tests/test_sha1.log tests/test_sha256.log tests/test_sha512.log tests/test_md5.log tests/test_rand.log tests/test_scram.log tests/test_ctx.log tests/test_base64.log tests/test_hash.log tests/test_jid.log tests/test_send_queue.log tests/test_snprintf.log tests/test_string.log tests/test_stanza.log tests/test_resolver.log tests/test_xmppaddr.log" || rm -f tests/check_parser.log tests/test_sha1.log tests/test_sha256.log tests/test_sha512.log tests/test_md5.log tests/test_rand.log tests/test_scram.log tests/test_ctx.log tests/test_base64.log tests/test_hash.log tests/test_jid.log tests/test_send_queue.log tests/test_snprintf.log tests/test_string.log tests/test_stanza.log tests/test_resolver.log tests/test_xmppaddr.log
> rm -f *.tab.c
> rm -rf examples/.libs examples/_libs
> rm -f src/*.o
> test -z "tests/check_parser.trs tests/test_sha1.trs tests/test_sha256.trs tests/test_sha512.trs tests/test_md5.trs tests/test_rand.trs tests/test_scram.trs tests/test_ctx.trs tests/test_base64.trs tests/test_hash.trs tests/test_jid.trs tests/test_send_queue.trs tests/test_snprintf.trs tests/test_string.trs tests/test_stanza.trs tests/test_resolver.trs tests/test_xmppaddr.trs" || rm -f tests/check_parser.trs tests/test_sha1.trs tests/test_sha256.trs tests/test_sha512.trs tests/test_md5.trs tests/test_rand.trs tests/test_scram.trs tests/test_ctx.trs tests/test_base64.trs tests/test_hash.trs tests/test_jid.trs tests/test_send_queue.trs tests/test_snprintf.trs tests/test_string.trs tests/test_stanza.trs tests/test_resolver.trs tests/test_xmppaddr.trs
> rm -f ./so_locations
> test -z "libstrophe.pc" || rm -f libstrophe.pc
> rm -f libtool config.lt
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -rf src/.libs src/_libs
> test . = "." || test -z "" || rm -f 
> test -z "test-suite.log" || rm -f test-suite.log
> rm -f cscope.out cscope.in.out cscope.po.out cscope.files
> rm -f examples/.deps/.dirstamp
> rm -f src/*.lo
> rm -rf tests/.libs tests/_libs
> rm -f examples/.dirstamp
> rm -f tests/*.o
> rm -f src/.deps/.dirstamp
> rm -f src/.dirstamp
> rm -f tests/.deps/.dirstamp
> rm -f tests/.dirstamp
> rm -f config.status config.cache config.log configure.lineno config.status.lineno
> rm -f examples/.deps/active-active.Po
> rm -f examples/.deps/basic-basic.Po
> rm -f examples/.deps/bot-bot.Po
> rm -f examples/.deps/complex-complex.Po
> rm -f examples/.deps/component-component.Po
> rm -f examples/.deps/perf-perf.Po
> rm -f examples/.deps/register-register.Po
> rm -f examples/.deps/roster-roster.Po
> rm -f examples/.deps/uuid-uuid.Po
> rm -f examples/.deps/vcard-vcard.Po
> rm -f src/.deps/libstrophe_la-auth.Plo
> rm -f src/.deps/libstrophe_la-conn.Plo
> rm -f src/.deps/libstrophe_la-crypto.Plo
> rm -f src/.deps/libstrophe_la-ctx.Plo
> rm -f src/.deps/libstrophe_la-deprecated.Plo
> rm -f src/.deps/libstrophe_la-event.Plo
> rm -f src/.deps/libstrophe_la-handler.Plo
> rm -f src/.deps/libstrophe_la-hash.Plo
> rm -f src/.deps/libstrophe_la-jid.Plo
> rm -f src/.deps/libstrophe_la-md5.Plo
> rm -f src/.deps/libstrophe_la-parser_expat.Plo
> rm -f src/.deps/libstrophe_la-parser_libxml2.Plo
> rm -f src/.deps/libstrophe_la-rand.Plo
> rm -f src/.deps/libstrophe_la-resolver.Plo
> rm -f src/.deps/libstrophe_la-sasl.Plo
> rm -f src/.deps/libstrophe_la-scram.Plo
> rm -f src/.deps/libstrophe_la-sha1.Plo
> rm -f src/.deps/libstrophe_la-sha256.Plo
> rm -f src/.deps/libstrophe_la-sha512.Plo
> rm -f src/.deps/libstrophe_la-snprintf.Plo
> rm -f src/.deps/libstrophe_la-sock.Plo
> rm -f src/.deps/libstrophe_la-stanza.Plo
> rm -f src/.deps/libstrophe_la-tls.Plo
> rm -f src/.deps/libstrophe_la-tls_dummy.Plo
> rm -f src/.deps/libstrophe_la-tls_gnutls.Plo
> rm -f src/.deps/libstrophe_la-tls_openssl.Plo
> rm -f src/.deps/libstrophe_la-tls_schannel.Plo
> rm -f src/.deps/libstrophe_la-util.Plo
> rm -f src/.deps/libstrophe_la-uuid.Plo
> rm -f src/.deps/tests_test_md5-md5.Po
> rm -f src/.deps/tests_test_rand-sha1.Po
> rm -f src/.deps/tests_test_scram-sha1.Po
> rm -f src/.deps/tests_test_scram-sha256.Po
> rm -f src/.deps/tests_test_scram-sha512.Po
> rm -f src/.deps/tests_test_sha1-sha1.Po
> rm -f src/.deps/tests_test_sha256-sha256.Po
> rm -f src/.deps/tests_test_sha512-sha512.Po
> rm -f tests/.deps/check_parser-check_parser.Po
> rm -f tests/.deps/test_base64-test.Po
> rm -f tests/.deps/test_base64-test_base64.Po
> rm -f tests/.deps/test_ctx-test_ctx.Po
> rm -f tests/.deps/test_fuzz_parser-test_fuzz_parser.Po
> rm -f tests/.deps/test_fuzz_resolver-test_fuzz_resolver.Po
> rm -f tests/.deps/test_hash-test_hash.Po
> rm -f tests/.deps/test_jid-test_jid.Po
> rm -f tests/.deps/test_md5-test.Po
> rm -f tests/.deps/test_md5-test_md5.Po
> rm -f tests/.deps/test_rand-test.Po
> rm -f tests/.deps/test_rand-test_rand.Po
> rm -f tests/.deps/test_resolver-test_resolver.Po
> rm -f tests/.deps/test_scram-test.Po
> rm -f tests/.deps/test_scram-test_scram.Po
> rm -f tests/.deps/test_send_queue-test_send_queue.Po
> rm -f tests/.deps/test_sha1-test_sha1.Po
> rm -f tests/.deps/test_sha256-test.Po
> rm -f tests/.deps/test_sha256-test_sha256.Po
> rm -f tests/.deps/test_sha512-test.Po
> rm -f tests/.deps/test_sha512-test_sha512.Po
> rm -f tests/.deps/test_snprintf-test_snprintf.Po
> rm -f tests/.deps/test_stanza-test_stanza.Po
> rm -f tests/.deps/test_string-test_string.Po
> rm -f tests/.deps/test_xmppaddr-test_xmppaddr.Po
> rm -f Makefile
> 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: verifying ./libstrophe_0.12.3.orig.tar.xz.asc
> dpkg-source: info: building libstrophe using existing ./libstrophe_0.12.3.orig.tar.xz
> dpkg-source: info: building libstrophe using existing ./libstrophe_0.12.3.orig.tar.xz.asc
> dpkg-source: warning: ignoring deletion of file aclocal.m4, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file ltmain.sh, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file configure, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file m4/ltversion.m4, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file m4/libtool.m4, use --include-removal to override
> dpkg-source: error: cannot represent change to docs/html/bc_s.png: binary file contents changed
> dpkg-source: error: add docs/html/bc_s.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to docs/html/bdwn.png: binary file contents changed
> dpkg-source: error: add docs/html/bdwn.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to docs/html/closed.png: binary file contents changed
> dpkg-source: error: add docs/html/closed.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to docs/html/doc.png: binary file contents changed
> dpkg-source: error: add docs/html/doc.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to docs/html/folderclosed.png: binary file contents changed
> dpkg-source: error: add docs/html/folderclosed.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to docs/html/folderopen.png: binary file contents changed
> dpkg-source: error: add docs/html/folderopen.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: file libstrophe-0.12.3/docs/html/jquery.js has no final newline (either original or modified version)
> dpkg-source: error: cannot represent change to docs/html/nav_f.png: binary file contents changed
> dpkg-source: error: add docs/html/nav_f.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to docs/html/nav_g.png: binary file contents changed
> dpkg-source: error: add docs/html/nav_g.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to docs/html/nav_h.png: binary file contents changed
> dpkg-source: error: add docs/html/nav_h.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to docs/html/open.png: binary file contents changed
> dpkg-source: error: add docs/html/open.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to docs/html/splitbar.png: binary file contents changed
> dpkg-source: error: add docs/html/splitbar.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to docs/html/sync_off.png: binary file contents changed
> dpkg-source: error: add docs/html/sync_off.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to docs/html/sync_on.png: binary file contents changed
> dpkg-source: error: add docs/html/sync_on.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to docs/html/tab_a.png: binary file contents changed
> dpkg-source: error: add docs/html/tab_a.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to docs/html/tab_b.png: binary file contents changed
> dpkg-source: error: add docs/html/tab_b.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to docs/html/tab_h.png: binary file contents changed
> dpkg-source: error: add docs/html/tab_h.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to docs/html/tab_s.png: binary file contents changed
> dpkg-source: error: add docs/html/tab_s.png 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/libstrophe_0.12.3-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.



More information about the Pkg-xmpp-devel mailing list