[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1047446: redland: Fails to build source after successful build



Source: redland
Version: 1.0.17-3
Severity: minor
Tags: trixie sid ftbfs
User: lucas@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian-qa@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 redland
> dpkg-buildpackage: info: source version 1.0.17-3
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Adam Borowski <kilobyte@angband.pl>
>  dpkg-source --before-build .
>  debian/rules clean
> test -x debian/rules
> rm -f debian/stamp-makefile-build debian/stamp-makefile-install
> CDBS WARNING:  DEB_MAKE_CLEAN_TARGET unset, not running clean
> rm -f debian/stamp-autotools
> rmdir --ignore-fail-on-non-empty .
> rmdir: failed to remove '.': Invalid argument
> make: [/usr/share/cdbs/1/class/autotools.mk:64: makefile-clean] Error 1 (ignored)
> set -e;   mv ./libltdl/config/config.guess.cdbs-orig ./libltdl/config/config.guess;   mv ./build/config.guess.cdbs-orig ./build/config.guess;   mv ./libltdl/config/config.sub.cdbs-orig ./libltdl/config/config.sub;   mv ./build/config.sub.cdbs-orig ./build/config.sub;
> if test -e debian/autoreconf.before; then \
> 	dh_autoreconf_clean ; \
> fi
> dh_clean 
> rm -f debian/stamp-autotools-files
> # raw distclean deletes the docs/html documentation
> if test -r Makefile; then \
>   mv docs/html docs/html.saved; \
>   /usr/bin/make distclean; \
>   mv docs/html.saved docs/html; \
> fi
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
>  cd . && /bin/bash /<<PKGBUILDDIR>>/build/missing automake-1.16 --gnu Makefile
> /bin/bash: /<<PKGBUILDDIR>>/build/missing: No such file or directory
> make[1]: *** [Makefile:514: Makefile.in] Error 127
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> rm -f docs/html/librdf.devhelp2
> rm -f config.log
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building redland using existing ./redland_1.0.17.orig.tar.gz
> dpkg-source: error: cannot represent change to libltdl/.libs/libltdlc.la:
> dpkg-source: error:   new version is symlink to ../libltdlc.la
> dpkg-source: error:   old version is nonexistent
> dpkg-source: error: cannot represent change to libltdl/.libs/dlopen.la:
> dpkg-source: error:   new version is symlink to ../dlopen.la
> dpkg-source: error:   old version is nonexistent
> dpkg-source: error: cannot represent change to src/.libs/librdf.so:
> dpkg-source: error:   new version is symlink to librdf.so.0.0.0
> dpkg-source: error:   old version is nonexistent
> dpkg-source: error: cannot represent change to src/.libs/librdf.la:
> dpkg-source: error:   new version is symlink to ../librdf.la
> dpkg-source: error:   old version is nonexistent
> dpkg-source: error: cannot represent change to src/.libs/librdf_storage_virtuoso.la:
> dpkg-source: error:   new version is symlink to ../librdf_storage_virtuoso.la
> dpkg-source: error:   old version is nonexistent
> dpkg-source: error: cannot represent change to src/.libs/librdf_storage_mysql.la:
> dpkg-source: error:   new version is symlink to ../librdf_storage_mysql.la
> dpkg-source: error:   old version is nonexistent
> dpkg-source: error: cannot represent change to src/.libs/librdf_storage_postgresql.la:
> dpkg-source: error:   new version is symlink to ../librdf_storage_postgresql.la
> dpkg-source: error:   old version is nonexistent
> dpkg-source: error: cannot represent change to src/.libs/librdf_storage_sqlite.la:
> dpkg-source: error:   new version is symlink to ../librdf_storage_sqlite.la
> dpkg-source: error:   old version is nonexistent
> dpkg-source: error: cannot represent change to src/.libs/librdf.so.0:
> dpkg-source: error:   new version is symlink to librdf.so.0.0.0
> dpkg-source: error:   old version is nonexistent
> dpkg-source: warning: ignoring deletion of file aclocal.m4, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file INSTALL, 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 configure, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file gtk-doc.make, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file demos/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/lt__alloc.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/ltdl.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/lt__dirent.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/configure.ac, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/slist.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/aclocal.m4, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/lt__strl.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/ltdl.h, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/argz.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/configure, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/COPYING.LIB, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/argz_.h, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/config-h.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/Makefile.am, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/lt_dlloader.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/README, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/lt_error.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/libltdl/lt_system.h, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/libltdl/lt_error.h, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/libltdl/lt__strl.h, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/libltdl/lt__alloc.h, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/libltdl/lt_dlloader.h, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/libltdl/lt__glibc.h, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/libltdl/slist.h, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/libltdl/lt__dirent.h, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/libltdl/lt__private.h, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/loaders/dyld.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/loaders/loadlibrary.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/loaders/preopen.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/loaders/load_add_on.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/loaders/shl_load.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/loaders/dlopen.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/loaders/dld_link.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/m4/ltdl.m4, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/m4/ltsugar.m4, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/m4/lt~obsolete.m4, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/m4/ltversion.m4, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/m4/libtool.m4, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/m4/ltoptions.m4, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/config/install-sh, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/config/compile, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/config/ltmain.sh, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/config/depcomp, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file libltdl/config/missing, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file examples/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file data/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file build/ar-lib, 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/compile, 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/depcomp, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file build/missing, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file docs/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file src/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file src/rdf_config.h.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file src/win32/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file scripts/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file utils/Makefile.in, use --include-removal to override
> dpkg-source: warning: executable mode 0755 of 'config.status' will not be represented in diff
> dpkg-source: error: cannot represent change to libltdl/.libs/dlopen.a: binary file contents changed
> dpkg-source: error: add libltdl/.libs/dlopen.a in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to libltdl/.libs/libltdlc.a: binary file contents changed
> dpkg-source: error: add libltdl/.libs/libltdlc.a in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to libltdl/.libs/libltdlcS.o: binary file contents changed
> dpkg-source: error: add libltdl/.libs/libltdlcS.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to libltdl/.libs/libltdlc_la-lt__alloc.o: binary file contents changed
> dpkg-source: error: add libltdl/.libs/libltdlc_la-lt__alloc.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to libltdl/.libs/libltdlc_la-lt_dlloader.o: binary file contents changed
> dpkg-source: error: add libltdl/.libs/libltdlc_la-lt_dlloader.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to libltdl/.libs/libltdlc_la-lt_error.o: binary file contents changed
> dpkg-source: error: add libltdl/.libs/libltdlc_la-lt_error.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to libltdl/.libs/libltdlc_la-ltdl.o: binary file contents changed
> dpkg-source: error: add libltdl/.libs/libltdlc_la-ltdl.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to libltdl/.libs/libltdlc_la-slist.o: binary file contents changed
> dpkg-source: error: add libltdl/.libs/libltdlc_la-slist.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to libltdl/.libs/lt__strl.o: binary file contents changed
> dpkg-source: error: add libltdl/.libs/lt__strl.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'libltdl/config.status' will not be represented in diff
> dpkg-source: error: cannot represent change to libltdl/libltdlc_la-lt__alloc.o: binary file contents changed
> dpkg-source: error: add libltdl/libltdlc_la-lt__alloc.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to libltdl/libltdlc_la-lt_dlloader.o: binary file contents changed
> dpkg-source: error: add libltdl/libltdlc_la-lt_dlloader.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to libltdl/libltdlc_la-lt_error.o: binary file contents changed
> dpkg-source: error: add libltdl/libltdlc_la-lt_error.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to libltdl/libltdlc_la-ltdl.o: binary file contents changed
> dpkg-source: error: add libltdl/libltdlc_la-ltdl.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to libltdl/libltdlc_la-slist.o: binary file contents changed
> dpkg-source: error: add libltdl/libltdlc_la-slist.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'libltdl/libtool' will not be represented in diff
> dpkg-source: warning: newly created empty file 'libltdl/loaders/.dirstamp' will not be represented in diff
> dpkg-source: error: cannot represent change to libltdl/loaders/.libs/dlopen.o: binary file contents changed
> dpkg-source: error: add libltdl/loaders/.libs/dlopen.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to libltdl/loaders/.libs/libltdlc_la-preopen.o: binary file contents changed
> dpkg-source: error: add libltdl/loaders/.libs/libltdlc_la-preopen.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to libltdl/loaders/dlopen.o: binary file contents changed
> dpkg-source: error: add libltdl/loaders/dlopen.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to libltdl/loaders/libltdlc_la-preopen.o: binary file contents changed
> dpkg-source: error: add libltdl/loaders/libltdlc_la-preopen.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to libltdl/lt__strl.o: binary file contents changed
> dpkg-source: error: add libltdl/lt__strl.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'libtool' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'redland-config' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'redland-src-config' will not be represented in diff
> dpkg-source: error: cannot represent change to src/.libs/librdf.a: binary file contents changed
> dpkg-source: error: add src/.libs/librdf.a in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/librdf.so.0.0.0: binary file contents changed
> dpkg-source: error: add src/.libs/librdf.so.0.0.0 in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'src/.libs/librdf.so.0.0.0' will not be represented in diff
> dpkg-source: error: cannot represent change to src/.libs/librdf_storage_mysql.a: binary file contents changed
> dpkg-source: error: add src/.libs/librdf_storage_mysql.a in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/librdf_storage_mysql.so: binary file contents changed
> dpkg-source: error: add src/.libs/librdf_storage_mysql.so in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'src/.libs/librdf_storage_mysql.so' will not be represented in diff
> dpkg-source: error: cannot represent change to src/.libs/librdf_storage_mysql.soT: binary file contents changed
> dpkg-source: error: add src/.libs/librdf_storage_mysql.soT in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'src/.libs/librdf_storage_mysql.soT' will not be represented in diff
> dpkg-source: error: cannot represent change to src/.libs/librdf_storage_mysql_la-rdf_storage_mysql.o: binary file contents changed
> dpkg-source: error: add src/.libs/librdf_storage_mysql_la-rdf_storage_mysql.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/librdf_storage_postgresql.a: binary file contents changed
> dpkg-source: error: add src/.libs/librdf_storage_postgresql.a in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/librdf_storage_postgresql.so: binary file contents changed
> dpkg-source: error: add src/.libs/librdf_storage_postgresql.so in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'src/.libs/librdf_storage_postgresql.so' will not be represented in diff
> dpkg-source: error: cannot represent change to src/.libs/librdf_storage_postgresql.soT: binary file contents changed
> dpkg-source: error: add src/.libs/librdf_storage_postgresql.soT in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'src/.libs/librdf_storage_postgresql.soT' will not be represented in diff
> dpkg-source: error: cannot represent change to src/.libs/librdf_storage_postgresql_la-rdf_storage_postgresql.o: binary file contents changed
> dpkg-source: error: add src/.libs/librdf_storage_postgresql_la-rdf_storage_postgresql.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/librdf_storage_sqlite.a: binary file contents changed
> dpkg-source: error: add src/.libs/librdf_storage_sqlite.a in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/librdf_storage_sqlite.so: binary file contents changed
> dpkg-source: error: add src/.libs/librdf_storage_sqlite.so in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'src/.libs/librdf_storage_sqlite.so' will not be represented in diff
> dpkg-source: error: cannot represent change to src/.libs/librdf_storage_sqlite.soT: binary file contents changed
> dpkg-source: error: add src/.libs/librdf_storage_sqlite.soT in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'src/.libs/librdf_storage_sqlite.soT' will not be represented in diff
> dpkg-source: error: cannot represent change to src/.libs/librdf_storage_sqlite_la-rdf_storage_sqlite.o: binary file contents changed
> dpkg-source: error: add src/.libs/librdf_storage_sqlite_la-rdf_storage_sqlite.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/librdf_storage_virtuoso.a: binary file contents changed
> dpkg-source: error: add src/.libs/librdf_storage_virtuoso.a in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/librdf_storage_virtuoso.so: binary file contents changed
> dpkg-source: error: add src/.libs/librdf_storage_virtuoso.so in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'src/.libs/librdf_storage_virtuoso.so' will not be represented in diff
> dpkg-source: error: cannot represent change to src/.libs/librdf_storage_virtuoso.soT: binary file contents changed
> dpkg-source: error: add src/.libs/librdf_storage_virtuoso.soT in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'src/.libs/librdf_storage_virtuoso.soT' will not be represented in diff
> dpkg-source: error: cannot represent change to src/.libs/librdf_storage_virtuoso_la-rdf_query_virtuoso.o: binary file contents changed
> dpkg-source: error: add src/.libs/librdf_storage_virtuoso_la-rdf_query_virtuoso.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/librdf_storage_virtuoso_la-rdf_storage_virtuoso.o: binary file contents changed
> dpkg-source: error: add src/.libs/librdf_storage_virtuoso_la-rdf_storage_virtuoso.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_concepts.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_concepts.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_digest.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_digest.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_digest_md5.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_digest_md5.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_digest_sha1.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_digest_sha1.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_files.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_files.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_hash.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_hash.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_hash_bdb.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_hash_bdb.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_hash_cursor.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_hash_cursor.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_hash_memory.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_hash_memory.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_heuristics.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_heuristics.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_init.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_init.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_iterator.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_iterator.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_list.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_list.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_log.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_log.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_model.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_model.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_model_storage.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_model_storage.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_node.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_node.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_node_common.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_node_common.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_parser.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_parser.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_parser_raptor.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_parser_raptor.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_query.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_query.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_query_rasqal.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_query_rasqal.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_query_results.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_query_results.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_raptor.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_raptor.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_serializer.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_serializer.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_serializer_raptor.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_serializer_raptor.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_statement.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_statement.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_statement_common.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_statement_common.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_storage.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_storage.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_storage_file.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_storage_file.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_storage_hashes.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_storage_hashes.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_storage_list.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_storage_list.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_storage_sql.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_storage_sql.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_storage_trees.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_storage_trees.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_stream.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_stream.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_uri.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_uri.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/.libs/rdf_utf8.o: binary file contents changed
> dpkg-source: error: add src/.libs/rdf_utf8.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/librdf_storage_mysql_la-rdf_storage_mysql.o: binary file contents changed
> dpkg-source: error: add src/librdf_storage_mysql_la-rdf_storage_mysql.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/librdf_storage_postgresql_la-rdf_storage_postgresql.o: binary file contents changed
> dpkg-source: error: add src/librdf_storage_postgresql_la-rdf_storage_postgresql.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/librdf_storage_sqlite_la-rdf_storage_sqlite.o: binary file contents changed
> dpkg-source: error: add src/librdf_storage_sqlite_la-rdf_storage_sqlite.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/librdf_storage_virtuoso_la-rdf_query_virtuoso.o: binary file contents changed
> dpkg-source: error: add src/librdf_storage_virtuoso_la-rdf_query_virtuoso.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/librdf_storage_virtuoso_la-rdf_storage_virtuoso.o: binary file contents changed
> dpkg-source: error: add src/librdf_storage_virtuoso_la-rdf_storage_virtuoso.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_concepts.o: binary file contents changed
> dpkg-source: error: add src/rdf_concepts.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_digest.o: binary file contents changed
> dpkg-source: error: add src/rdf_digest.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_digest_md5.o: binary file contents changed
> dpkg-source: error: add src/rdf_digest_md5.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_digest_sha1.o: binary file contents changed
> dpkg-source: error: add src/rdf_digest_sha1.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_files.o: binary file contents changed
> dpkg-source: error: add src/rdf_files.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_hash.o: binary file contents changed
> dpkg-source: error: add src/rdf_hash.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_hash_bdb.o: binary file contents changed
> dpkg-source: error: add src/rdf_hash_bdb.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_hash_cursor.o: binary file contents changed
> dpkg-source: error: add src/rdf_hash_cursor.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_hash_memory.o: binary file contents changed
> dpkg-source: error: add src/rdf_hash_memory.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_heuristics.o: binary file contents changed
> dpkg-source: error: add src/rdf_heuristics.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_init.o: binary file contents changed
> dpkg-source: error: add src/rdf_init.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_iterator.o: binary file contents changed
> dpkg-source: error: add src/rdf_iterator.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_list.o: binary file contents changed
> dpkg-source: error: add src/rdf_list.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_log.o: binary file contents changed
> dpkg-source: error: add src/rdf_log.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_model.o: binary file contents changed
> dpkg-source: error: add src/rdf_model.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_model_storage.o: binary file contents changed
> dpkg-source: error: add src/rdf_model_storage.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_node.o: binary file contents changed
> dpkg-source: error: add src/rdf_node.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_node_common.o: binary file contents changed
> dpkg-source: error: add src/rdf_node_common.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_parser.o: binary file contents changed
> dpkg-source: error: add src/rdf_parser.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_parser_raptor.o: binary file contents changed
> dpkg-source: error: add src/rdf_parser_raptor.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_query.o: binary file contents changed
> dpkg-source: error: add src/rdf_query.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_query_rasqal.o: binary file contents changed
> dpkg-source: error: add src/rdf_query_rasqal.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_query_results.o: binary file contents changed
> dpkg-source: error: add src/rdf_query_results.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_raptor.o: binary file contents changed
> dpkg-source: error: add src/rdf_raptor.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_serializer.o: binary file contents changed
> dpkg-source: error: add src/rdf_serializer.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_serializer_raptor.o: binary file contents changed
> dpkg-source: error: add src/rdf_serializer_raptor.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_statement.o: binary file contents changed
> dpkg-source: error: add src/rdf_statement.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_statement_common.o: binary file contents changed
> dpkg-source: error: add src/rdf_statement_common.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_storage.o: binary file contents changed
> dpkg-source: error: add src/rdf_storage.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_storage_file.o: binary file contents changed
> dpkg-source: error: add src/rdf_storage_file.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_storage_hashes.o: binary file contents changed
> dpkg-source: error: add src/rdf_storage_hashes.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_storage_list.o: binary file contents changed
> dpkg-source: error: add src/rdf_storage_list.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_storage_sql.o: binary file contents changed
> dpkg-source: error: add src/rdf_storage_sql.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_storage_trees.o: binary file contents changed
> dpkg-source: error: add src/rdf_storage_trees.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_stream.o: binary file contents changed
> dpkg-source: error: add src/rdf_stream.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_uri.o: binary file contents changed
> dpkg-source: error: add src/rdf_uri.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/rdf_utf8.o: binary file contents changed
> dpkg-source: error: add src/rdf_utf8.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to utils/.libs/rdfproc: binary file contents changed
> dpkg-source: error: add utils/.libs/rdfproc in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'utils/.libs/rdfproc' will not be represented in diff
> dpkg-source: error: cannot represent change to utils/.libs/redland-db-upgrade: binary file contents changed
> dpkg-source: error: add utils/.libs/redland-db-upgrade in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'utils/.libs/redland-db-upgrade' will not be represented in diff
> dpkg-source: error: cannot represent change to utils/.libs/redland-virtuoso-test: binary file contents changed
> dpkg-source: error: add utils/.libs/redland-virtuoso-test in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'utils/.libs/redland-virtuoso-test' will not be represented in diff
> dpkg-source: error: cannot represent change to utils/db_upgrade.o: binary file contents changed
> dpkg-source: error: add utils/db_upgrade.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'utils/rdfproc' will not be represented in diff
> dpkg-source: error: cannot represent change to utils/rdfproc.o: binary file contents changed
> dpkg-source: error: add utils/rdfproc.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'utils/redland-db-upgrade' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'utils/redland-virtuoso-test' will not be represented in diff
> dpkg-source: error: cannot represent change to utils/redland-virtuoso-test.o: binary file contents changed
> dpkg-source: error: add utils/redland-virtuoso-test.o 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 29
> 
> 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/redland_1.0.17-3_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.


Reply to: