--- Begin Message ---
Source: subversion
Version: 1.14.2-4
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 subversion
> dpkg-buildpackage: info: source version 1.14.2-4
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by James McCoy <[email protected]>
> dpkg-source --before-build .
> debian/rules clean
> dh clean --with python3 --with apache2 --builddirectory=BUILD
> debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> ! [ -f /<<PKGBUILDDIR>>/BUILD/Makefile ] || /usr/bin/make -C
> /<<PKGBUILDDIR>>/BUILD extraclean
> make[2]: Entering directory '/<<PKGBUILDDIR>>/BUILD'
> if test -z ""; then \
> rm -f /<<PKGBUILDDIR>>/BUILD/../subversion/bindings/swig/proxy/*.swg; \
> fi
> rm -f .swig_py_checked
> rm -f .swig_rb_checked
> rm -f .swig_pl_checked
> cd /<<PKGBUILDDIR>>/BUILD/../subversion/bindings/ctypes-python; \
> for b in build csvn/core/functions.py svn_all.py svn_all2.py ; do \
> if [ -e "$b" ] ; then \
> /usr/bin/python3 setup.py clean --all; \
> break; \
> fi; \
> done
> if [ -d /<<PKGBUILDDIR>>/BUILD/subversion/bindings/javahl/test-work ]; then \
> rm -rf /<<PKGBUILDDIR>>/BUILD/subversion/bindings/javahl/test-work/*; \
> fi
> rm -f gcov-lcov.dat gcov-lcov.log gcov-genhtml.log
> rm -rf /<<PKGBUILDDIR>>/BUILD/subversion/bindings/swig/python/libsvn
> rm -rf /<<PKGBUILDDIR>>/BUILD/subversion/bindings/swig/ruby/test/repos
> /<<PKGBUILDDIR>>/BUILD/subversion/bindings/swig/ruby/test/wc
> if test -z ""; then \
> rm -f
> /<<PKGBUILDDIR>>/BUILD/../subversion/bindings/swig/perl/native/svn_*.c
> /<<PKGBUILDDIR>>/BUILD/../subversion/bindings/swig/perl/native/core.c; \
> fi
> rm -rf /<<PKGBUILDDIR>>/BUILD/doc/doxygen
> rm -rf gcov-report
> if test -z ""; then \
> rm -f /<<PKGBUILDDIR>>/BUILD/../subversion/bindings/swig/ruby/svn_*.c
> /<<PKGBUILDDIR>>/BUILD/../subversion/bindings/swig/ruby/core.c; \
> fi
> rm -f /<<PKGBUILDDIR>>/BUILD/../subversion/bindings/swig/proxy/*.swg
> if test -z ""; then \
> rm -rf /<<PKGBUILDDIR>>/BUILD/subversion/bindings/swig/python/svn_*.c
> /<<PKGBUILDDIR>>/BUILD/subversion/bindings/swig/python/core.c
> /<<PKGBUILDDIR>>/BUILD/subversion/bindings/swig/python/[a-z]*.py; \
> fi
> for d in
> /<<PKGBUILDDIR>>/BUILD/subversion/bindings/swig/perl/libsvn_swig_perl; \
> do \
> (cd $d && rm -rf *.lo *.la *.o .libs); \
> done
> find . \( -name "*.gcda" -o -name "*.gcno" \) -exec rm -f -- {} \;
> for d in /<<PKGBUILDDIR>>/BUILD/subversion/bindings/swig/ruby
> /<<PKGBUILDDIR>>/BUILD/subversion/bindings/swig/ruby/libsvn_swig_ruby; \
> do \
> (cd $d && rm -rf *.lo *.la *.o .libs); \
> done
> if [ -f
> "/<<PKGBUILDDIR>>/BUILD/subversion/bindings/swig/perl/native/Makefile" ];
> then \
> cd /<<PKGBUILDDIR>>/BUILD/subversion/bindings/swig/perl/native;
> /usr/bin/make clean; \
> fi
> for d in /<<PKGBUILDDIR>>/BUILD/subversion/bindings/swig/python
> /<<PKGBUILDDIR>>/BUILD/subversion/bindings/swig/python/libsvn_swig_py; \
> do \
> (cd $d && rm -rf *.lo *.la *.o *.pyc .libs); \
> done
> make[3]: Entering directory
> '/<<PKGBUILDDIR>>/BUILD/subversion/bindings/swig/perl/native'
> rm -f \
> _Core.bso _Core.def \
> _Core.exp _Core.x \
> _Core.bs blib/arch/auto/SVN/_Core/extralibs.all \
> blib/arch/auto/SVN/_Core/extralibs.ld Makefile.aperl \
> *.a *.o \
> *perl.core MYMETA.json \
> MYMETA.yml blibdirs.ts \
> core core.*perl.*.? \
> core.[0-9] core.[0-9][0-9] \
> core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \
> core.[0-9][0-9][0-9][0-9][0-9] lib_Core.def \
> mon.out perl \
> perl perl.exe \
> perlmain.c pm_to_blib \
> pm_to_blib.ts so_locations \
> tmon.out
> rm -rf \
> *.bs Makefile.client \
> Makefile.delta Makefile.fs \
> Makefile.ra Makefile.repos \
> Makefile.wc blib
> rm -rf /<<PKGBUILDDIR>>/BUILD/doc/javadoc
> rm -f /<<PKGBUILDDIR>>/BUILD/../subversion/bindings/swig/ruby/svn_*.c
> /<<PKGBUILDDIR>>/BUILD/../subversion/bindings/swig/ruby/core.c
> mv Makefile Makefile.old > /dev/null 2>&1
> find /<<PKGBUILDDIR>>/BUILD/../subversion/bindings/swig/python
> /<<PKGBUILDDIR>>/BUILD/subversion/bindings/swig/python -name "*.pyc" -exec rm
> {} ';'
> make[3]: Leaving directory
> '/<<PKGBUILDDIR>>/BUILD/subversion/bindings/swig/perl/native'
> rm -f /<<PKGBUILDDIR>>/BUILD/../subversion/bindings/swig/perl/native/svn_*.c
> /<<PKGBUILDDIR>>/BUILD/../subversion/bindings/swig/perl/native/core.c
> rm -rf /<<PKGBUILDDIR>>/BUILD/subversion/bindings/swig/python/svn_*.c
> /<<PKGBUILDDIR>>/BUILD/subversion/bindings/swig/python/core.c
> /<<PKGBUILDDIR>>/BUILD/subversion/bindings/swig/python/[a-z]*.py
> if [ -d subversion/tests/cmdline/svn-test-work ]; then \
> rm -rf subversion/tests/cmdline/svn-test-work/*; \
> fi
> rm -rf subversion/tests/libsvn_fs/test-repo-* \
> subversion/tests/libsvn_fs_base/test-repo-* \
> subversion/tests/libsvn_fs_fs/test-repo-* \
> subversion/tests/libsvn_fs_x/test-repo-* \
> subversion/tests/libsvn_ra_local/test-repo-* \
> subversion/tests/libsvn_repos/test-repo-* \
> subversion/tests/libsvn_subr/z \
> subversion/tests/libsvn_wc/fake-wc \
> subversion/tests/libsvn_client/test-patch* \
> subversion/tests/libsvn_client/test-*/ \
> subversion/tests/libsvn_diff/B2 \
> subversion/tests/libsvn_diff/T1 \
> subversion/tests/libsvn_diff/T2 \
> subversion/tests/libsvn_diff/T3 \
> subversion/tests/cmdline/httpd-* \
> subversion/tests/cmdline/svnserve-* \
> tests.log fails.log
> rm -rf subversion/bindings/javahl/classes
> subversion/bindings/javahl/native/.libs
> rm -f subversion/bindings/javahl/native/*.la
> subversion/bindings/javahl/svn-javahl.jar
> rm -f subversion/bindings/javahl/native/*.lo
> rm -f subversion/bindings/javahl/native/*.o
> echo subversion/bindings/cxx/svnxx-tests subversion/svn/svn
> subversion/svnadmin/svnadmin subversion/svnbench/svnbench
> subversion/svndumpfilter/svndumpfilter subversion/svnfsfs/svnfsfs
> subversion/svnlook/svnlook subversion/svnmucc/svnmucc
> subversion/svnrdump/svnrdump subversion/svnserve/svnserve
> subversion/svnsync/svnsync subversion/svnversion/svnversion
> subversion/tests/afl/afl-svndiff subversion/tests/afl/afl-x509
> subversion/tests/client/filesize-test
> subversion/tests/cmdline/atomic-ra-revprop-change
> subversion/tests/cmdline/authz_tests.pyc
> subversion/tests/cmdline/autoprop_tests.pyc
> subversion/tests/cmdline/basic_tests.pyc
> subversion/tests/cmdline/blame_tests.pyc
> subversion/tests/cmdline/cat_tests.pyc
> subversion/tests/cmdline/changelist_tests.pyc
> subversion/tests/cmdline/checkout_tests.pyc
> subversion/tests/cmdline/commit_tests.pyc
> subversion/tests/cmdline/copy_tests.pyc
> subversion/tests/cmdline/dav_tests.pyc
> subversion/tests/cmdline/depth_tests.pyc
> subversion/tests/cmdline/diff_tests.pyc subversion/tests/cmdline/entries-dump
> subversion/tests/cmdline/entries_tests.pyc
> subversion/tests/cmdline/export_tests.pyc
> subversion/tests/cmdline/externals_tests.pyc
> subversion/tests/cmdline/getopt_tests.pyc
> subversion/tests/cmdline/history_tests.pyc
> subversion/tests/cmdline/import_tests.pyc
> subversion/tests/cmdline/info_tests.pyc
> subversion/tests/cmdline/input_validation_tests.pyc
> subversion/tests/cmdline/iprop_authz_tests.pyc
> subversion/tests/cmdline/iprop_tests.pyc subversion/tests/cmdline/lock-helper
> subversion/tests/cmdline/lock_tests.pyc
> subversion/tests/cmdline/log_tests.pyc
> subversion/tests/cmdline/merge_authz_tests.pyc
> subversion/tests/cmdline/merge_automatic_tests.pyc
> subversion/tests/cmdline/merge_reintegrate_tests.pyc
> subversion/tests/cmdline/merge_tests.pyc
> subversion/tests/cmdline/merge_tree_conflict_tests.pyc
> subversion/tests/cmdline/mergeinfo_tests.pyc
> subversion/tests/cmdline/mod_authz_svn_tests.pyc
> subversion/tests/cmdline/mod_dav_svn_tests.pyc
> subversion/tests/cmdline/move_tests.pyc
> subversion/tests/cmdline/patch_tests.pyc
> subversion/tests/cmdline/pegrev_parse_tests.pyc
> subversion/tests/cmdline/prop_tests.pyc
> subversion/tests/cmdline/redirect_tests.pyc
> subversion/tests/cmdline/relocate_tests.pyc
> subversion/tests/cmdline/resolve_tests.pyc
> subversion/tests/cmdline/revert_tests.pyc
> subversion/tests/cmdline/schedule_tests.pyc
> subversion/tests/cmdline/shelf2_tests.pyc
> subversion/tests/cmdline/shelf_tests.pyc
> subversion/tests/cmdline/special_tests.pyc
> subversion/tests/cmdline/stat_tests.pyc
> subversion/tests/cmdline/svnadmin_tests.pyc
> subversion/tests/cmdline/svnauthz_tests.pyc
> subversion/tests/cmdline/svndumpfilter_tests.pyc
> subversion/tests/cmdline/svnfsfs_tests.pyc
> subversion/tests/cmdline/svnlook_tests.pyc
> subversion/tests/cmdline/svnmover_tests.pyc
> subversion/tests/cmdline/svnmucc_tests.pyc
> subversion/tests/cmdline/svnrdump_tests.pyc
> subversion/tests/cmdline/svnsync_authz_tests.pyc
> subversion/tests/cmdline/svnsync_tests.pyc
> subversion/tests/cmdline/svnversion_tests.pyc
> subversion/tests/cmdline/switch_tests.pyc
> subversion/tests/cmdline/trans_tests.pyc
> subversion/tests/cmdline/tree_conflict_tests.pyc
> subversion/tests/cmdline/update_tests.pyc
> subversion/tests/cmdline/upgrade_tests.pyc
> subversion/tests/cmdline/wc_tests.pyc
> subversion/tests/libsvn_client/client-test
> subversion/tests/libsvn_client/conflicts-test
> subversion/tests/libsvn_client/mtcc-test
> subversion/tests/libsvn_delta/random-test
> subversion/tests/libsvn_delta/svndiff-stream-test
> subversion/tests/libsvn_delta/svndiff-test
> subversion/tests/libsvn_delta/vdelta-test
> subversion/tests/libsvn_delta/window-test
> subversion/tests/libsvn_diff/diff-diff3-test
> subversion/tests/libsvn_diff/parse-diff-test
> subversion/tests/libsvn_fs/fs-sequential-test
> subversion/tests/libsvn_fs/fs-test subversion/tests/libsvn_fs/locks-test
> subversion/tests/libsvn_fs_base/changes-test
> subversion/tests/libsvn_fs_base/fs-base-test
> subversion/tests/libsvn_fs_base/strings-reps-test
> subversion/tests/libsvn_fs_fs/fs-fs-fuzzy-test
> subversion/tests/libsvn_fs_fs/fs-fs-pack-test
> subversion/tests/libsvn_fs_fs/fs-fs-private-test
> subversion/tests/libsvn_fs_x/fs-x-pack-test
> subversion/tests/libsvn_fs_x/string-table-test
> subversion/tests/libsvn_ra/ra-test
> subversion/tests/libsvn_ra_local/ra-local-test
> subversion/tests/libsvn_repos/authz-test
> subversion/tests/libsvn_repos/dump-load-test
> subversion/tests/libsvn_repos/repos-test
> subversion/tests/libsvn_subr/auth-test
> subversion/tests/libsvn_subr/bit-array-test
> subversion/tests/libsvn_subr/cache-test
> subversion/tests/libsvn_subr/checksum-test
> subversion/tests/libsvn_subr/compat-test
> subversion/tests/libsvn_subr/compress-test
> subversion/tests/libsvn_subr/config-test
> subversion/tests/libsvn_subr/crypto-test
> subversion/tests/libsvn_subr/dirent_uri-test
> subversion/tests/libsvn_subr/error-code-test
> subversion/tests/libsvn_subr/error-test
> subversion/tests/libsvn_subr/hashdump-test
> subversion/tests/libsvn_subr/io-test
> subversion/tests/libsvn_subr/mergeinfo-test
> subversion/tests/libsvn_subr/opt-test
> subversion/tests/libsvn_subr/packed-data-test
> subversion/tests/libsvn_subr/path-test
> subversion/tests/libsvn_subr/prefix-string-test
> subversion/tests/libsvn_subr/priority-queue-test
> subversion/tests/libsvn_subr/revision-test
> subversion/tests/libsvn_subr/root-pools-test
> subversion/tests/libsvn_subr/skel-test
> subversion/tests/libsvn_subr/spillbuf-test
> subversion/tests/libsvn_subr/sqlite-test
> subversion/tests/libsvn_subr/stream-test
> subversion/tests/libsvn_subr/string-test
> subversion/tests/libsvn_subr/subst_translate-test
> subversion/tests/libsvn_subr/time-test
> subversion/tests/libsvn_subr/translate-test
> subversion/tests/libsvn_subr/utf-test subversion/tests/libsvn_subr/x509-test
> subversion/tests/libsvn_subr/xml-test
> subversion/tests/libsvn_wc/conflict-data-test
> subversion/tests/libsvn_wc/db-test
> subversion/tests/libsvn_wc/entries-compat-test
> subversion/tests/libsvn_wc/op-depth-test
> subversion/tests/libsvn_wc/pristine-store-test
> subversion/tests/libsvn_wc/wc-incomplete-tester
> subversion/tests/libsvn_wc/wc-lock-tester
> subversion/tests/libsvn_wc/wc-queries-test subversion/tests/libsvn_wc/wc-test
> tools/client-side/svn-mergeinfo-normalizer/svn-mergeinfo-normalizer
> tools/client-side/svnconflict/svnconflict tools/dev/fsfs-access-map
> tools/dev/svnmover/svnmover
> tools/dev/svnraisetreeconflict/svnraisetreeconflict
> tools/dev/wc-ng/svn-wc-db-tester tools/dev/x509-parser tools/diff/diff
> tools/diff/diff3 tools/diff/diff4
> tools/server-side/svn-populate-node-origins-index tools/server-side/svnauthz
> tools/server-side/svnauthz-validate | xargs rm -f --
> find /<<PKGBUILDDIR>>/BUILD/../subversion/bindings/ctypes-python
> /<<PKGBUILDDIR>>/BUILD/../subversion/bindings/swig/python
> /<<PKGBUILDDIR>>/BUILD/subversion/bindings/swig/python \
> /<<PKGBUILDDIR>>/BUILD/../build ../subversion/tests/cmdline/svntest \
> -name "*.pyc" -exec rm {} ';'
> rm -fr config.cache config.log config.nice config.status \
> libtool mkmf.log subversion/svn_private_config.h \
> subversion/bindings/javahl/classes \
> subversion/bindings/javahl/include \
> subversion/libsvn_*/*.pc \
> tools/backup/hot-backup.py tools/hook-scripts/commit-access-control.pl
> subversion/bindings/swig/perl/native/Makefile.PL
> rm -f Makefile
> rm -f ../build-outputs.mk \
> ../subversion/svn_private_config.h.in \
> ../configure \
> ../gen-make.opts \
> ../build/config.guess \
> ../build/config.sub \
> ../build/libtool.m4 \
> ../build/ltoptions.m4 \
> ../build/ltsugar.m4 \
> ../build/ltversion.m4 \
> ../build/lt~obsolete.m4 \
> ../build/ltmain.sh \
> ../build/transform_libtool_scripts.sh \
> subversion/libsvn_fs_fs/rep-cache-db.h
> subversion/libsvn_fs_x/rep-cache-db.h
> subversion/libsvn_subr/internal_statements.h
> subversion/libsvn_wc/wc-queries.h
> subversion/tests/libsvn_wc/wc-test-queries.h
> /<<PKGBUILDDIR>>/BUILD/subversion/libsvn_subr/errorcode.inc
> /<<PKGBUILDDIR>>/BUILD/subversion/libsvn_subr/config_keys.inc
> /<<PKGBUILDDIR>>/BUILD/../compile_commands.json
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/BUILD'
> dh_auto_clean --builddirectory=BUILD
> rm -f -r subversion/bindings/swig/ruby/test/.test-result
> find -name \*.pyc -exec rm -f {} +
> # these are (re)generated by autogen.sh
> rm -f subversion/po/subversion.pot
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_autoreconf_clean -O--builddirectory=BUILD
> dh_clean -O--builddirectory=BUILD
> dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: verifying ./subversion_1.14.2.orig.tar.gz.asc
> gpgv: Signature made Sun Apr 3 20:30:30 2022 UTC
> gpgv: using RSA key 601163CF9D499FD718CF582D1FB064B84EECC493
> gpgv: Good signature from "Julian Foad <[email protected]>"
> gpgv: aka "Julian Foad <[email protected]>"
> gpgv: aka "Julian Foad <[email protected]>"
> gpgv: aka "Julian Foad <[email protected]>"
> gpgv: aka "[invalid image]"
> gpgv: Signature made Mon Apr 4 03:37:19 2022 UTC
> gpgv: using RSA key 3F8E467CB3366E3013E1120D583F00ADF981C39F
> gpgv: Good signature from "Nathan Hartman (CODE SIGNING KEY)
> <[email protected]>"
> gpgv: Signature made Mon Apr 4 13:42:50 2022 UTC
> gpgv: using RSA key 8BC4DAE0C5A4D65F404401074F7DBAA99A59B973
> gpgv: Note: signatures using the SHA1 algorithm are rejected
> gpgv: Can't check signature: Bad public key
> gpgv: Signature made Tue Apr 5 23:11:57 2022 UTC
> gpgv: using RSA key BA3C15B1337CF0FB222BD41A1BCA6586A347943F
> gpgv: Good signature from "Branko Äibej <[email protected]>"
> gpgv: aka "Branko Äibej <[email protected]>"
> gpgv: aka "Branko Äibej <[email protected]>"
> gpgv: aka "Branko Äibej <[email protected]>"
> gpgv: Signature made Sat Apr 2 13:18:53 2022 UTC
> gpgv: using EDDSA key EC25FCC105618D04ADB43429C4416167349A3BCB
> gpgv: Good signature from "Mark Phippard <[email protected]>"
> dpkg-source: warning: cannot verify upstream tarball signature for
> ./subversion_1.14.2.orig.tar.gz: no acceptable signature found
> dpkg-source: info: building subversion using existing
> ./subversion_1.14.2.orig.tar.gz
> dpkg-source: info: building subversion using existing
> ./subversion_1.14.2.orig.tar.gz.asc
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: error: cannot represent change to
> BUILD/subversion/bindings/swig/python:
> dpkg-source: error: new version is symlink to python3.11
> dpkg-source: error: old version is nonexistent
> dpkg-source: warning: ignoring deletion of file gen-make.opts, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file build-outputs.mk, 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
> subversion/svn_private_config.h.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file subversion/po/subversion.pot,
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/perl/native/svn_ra.c, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/perl/native/svn_wc.c, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/perl/native/svn_repos.c, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/perl/native/svn_fs.c, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/perl/native/svn_diff.c, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/perl/native/svn_delta.c, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/perl/native/core.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/perl/native/svn_client.c, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_props_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/perlrun.swg, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_hash_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_ra_svn_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/swigrun.swg, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_types_impl_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_quoprint_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/pyrun.swg, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_compat_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_dirent_uri_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/rubytracking.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/common.swg, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_subst_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_nls_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_cmdline_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_utf_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_types_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/rubydef.swg, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_io_h.swg, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_config_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/swig_python_external_runtime.swg, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_time_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/swig_ruby_external_runtime.swg, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_dav_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/python.swg, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_repos_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_x509_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_cache_config_h.swg, use --include-removal
> to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_delta_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_error_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_xml_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/runtime.swg, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_version_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_client_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_mergeinfo_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_dso_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_pools_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_opt_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_path_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_string_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_ra_h.swg, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_fs_h.swg, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_base64_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/swig_perl_external_runtime.swg, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_ctype_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/mod_authz_svn_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/mod_dav_svn_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_wc_h.swg, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_opt_impl_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_auth_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_sorts_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/rubyhead.swg, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_md5_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_diff_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_error_codes_h.swg, use --include-removal
> to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_iter_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_user_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/proxy/svn_checksum_h.swg, use --include-removal to
> override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/ruby/svn_ra.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/ruby/svn_wc.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/ruby/svn_repos.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/ruby/svn_fs.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/ruby/svn_diff.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/ruby/svn_delta.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/ruby/core.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> subversion/bindings/swig/ruby/svn_client.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file build/ltsugar.m4, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file build/install-sh, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file build/lt~obsolete.m4, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file build/ltmain.sh, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file build/ltversion.m4, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file build/libtool.m4, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> build/transform_libtool_scripts.sh, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file build/ltoptions.m4, use
> --include-removal to override
> dpkg-source: warning: newly created empty file
> 'BUILD/subversion/bindings/swig/perl/native/modules' will not be represented
> in diff
> dpkg-source: warning: newly created empty file
> 'BUILD/subversion/bindings/swig/proxy/common.swg' will not be represented in
> diff
> 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/subversion_1.14.2-4_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.
--- End Message ---