Your message dated Wed, 03 Dec 2025 01:55:35 +0000 with message-id <E1vQc5f-005KTg-1G@fasolo.debian.org> and subject line Bug#1047968: fixed in obexftp 0.24-11 has caused the Debian Bug report #1047968, regarding obexftp: Fails to build source after successful build to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 1047968: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1047968 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: obexftp: Fails to build source after successful build
- From: Lucas Nussbaum <lucas@debian.org>
- Date: Sun, 13 Aug 2023 21:21:03 +0200
- Message-id: <1691954463.529221.1279918.nullmailer@grub.nussbaum.fr>
Source: obexftp Version: 0.24-9 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 obexftp > dpkg-buildpackage: info: source version 0.24-9 > dpkg-buildpackage: info: source distribution unstable > dpkg-buildpackage: info: source changed by Chris Hofstaedtler <zeha@debian.org> > dpkg-source --before-build . > fakeroot debian/rules clean > dh clean > dh_auto_clean > rm -rf obj-x86_64-linux-gnu > dh_clean > rm -f debian/debhelper-build-stamp > rm -rf debian/.debhelper/ > rm -f debian/libbfb0-dev.debhelper.log debian/libbfb0.debhelper.log debian/libmulticobex1-dev.debhelper.log debian/libmulticobex1.debhelper.log debian/libobexftp-perl.debhelper.log debian/libobexftp0-dev.debhelper.log debian/libobexftp0.debhelper.log debian/obexftp.debhelper.log debian/ruby-obexftp.debhelper.log > rm -f -- debian/obexftp.substvars debian/libbfb0.substvars debian/libbfb0-dev.substvars debian/libmulticobex1.substvars debian/libmulticobex1-dev.substvars debian/libobexftp0.substvars debian/libobexftp0-dev.substvars debian/ruby-obexftp.substvars debian/libobexftp-perl.substvars debian/files > rm -fr -- debian/obexftp/ debian/tmp/ debian/libbfb0/ debian/libbfb0-dev/ debian/libmulticobex1/ debian/libmulticobex1-dev/ debian/libobexftp0/ debian/libobexftp0-dev/ debian/ruby-obexftp/ debian/libobexftp-perl/ > find . \( \( \ > \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o -type f -a \ > \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ > -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ > -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ > -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \ > \) -exec rm -f {} + \) -o \ > \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \) > dpkg-source -b . > dpkg-source: info: using source format '3.0 (quilt)' > dpkg-source: info: building obexftp using existing ./obexftp_0.24.orig.tar.gz > dpkg-source: info: using patch list from debian/patches/series > dpkg-source: error: cannot represent change to doc/api/html/bc_s.png: binary file contents changed > dpkg-source: error: add doc/api/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 doc/api/html/bdwn.png: binary file contents changed > dpkg-source: error: add doc/api/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 doc/api/html/closed.png: binary file contents changed > dpkg-source: error: add doc/api/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 doc/api/html/doc.png: binary file contents changed > dpkg-source: error: add doc/api/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 doc/api/html/folderclosed.png: binary file contents changed > dpkg-source: error: add doc/api/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 doc/api/html/folderopen.png: binary file contents changed > dpkg-source: error: add doc/api/html/folderopen.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball > dpkg-source: warning: file obexftp-0.24/doc/api/html/jquery.js has no final newline (either original or modified version) > dpkg-source: error: cannot represent change to doc/api/html/nav_f.png: binary file contents changed > dpkg-source: error: add doc/api/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 doc/api/html/nav_g.png: binary file contents changed > dpkg-source: error: add doc/api/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 doc/api/html/nav_h.png: binary file contents changed > dpkg-source: error: add doc/api/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 doc/api/html/open.png: binary file contents changed > dpkg-source: error: add doc/api/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 doc/api/html/splitbar.png: binary file contents changed > dpkg-source: error: add doc/api/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 doc/api/html/sync_off.png: binary file contents changed > dpkg-source: error: add doc/api/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 doc/api/html/sync_on.png: binary file contents changed > dpkg-source: error: add doc/api/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 doc/api/html/tab_a.png: binary file contents changed > dpkg-source: error: add doc/api/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 doc/api/html/tab_b.png: binary file contents changed > dpkg-source: error: add doc/api/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 doc/api/html/tab_h.png: binary file contents changed > dpkg-source: error: add doc/api/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 doc/api/html/tab_s.png: binary file contents changed > dpkg-source: error: add doc/api/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/obexftp_0.24-9_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 ---
--- Begin Message ---
- To: 1047968-close@bugs.debian.org
- Subject: Bug#1047968: fixed in obexftp 0.24-11
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Wed, 03 Dec 2025 01:55:35 +0000
- Message-id: <E1vQc5f-005KTg-1G@fasolo.debian.org>
- Reply-to: Santiago Vila <sanvila@debian.org>
Source: obexftp Source-Version: 0.24-11 Done: Santiago Vila <sanvila@debian.org> We believe that the bug you reported is fixed in the latest version of obexftp, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1047968@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Santiago Vila <sanvila@debian.org> (supplier of updated obexftp package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 02 Dec 2025 23:30:00 +0100 Source: obexftp Architecture: source Version: 0.24-11 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Santiago Vila <sanvila@debian.org> Closes: 858496 1047968 1113337 Changes: obexftp (0.24-11) unstable; urgency=medium . * QA upload. * Refresh patches. * Drop versioned BD on dpkg-dev, since it is satisfied in trixie. * Apply upstream patch to build manpages by default. Closes: #858496. * Add build-dependencies on asciidoc and xmlto. * Fix FTBFS with CMake 4. Closes: #1113337. * Fix clean target. Closes: #1047968. * d/control: Drop "Priority: optional" (default). * d/control: Update standards-version. * Add debian/salsa-ci.yml. Checksums-Sha1: f473578e3239496bf3e94a0d5f88153a90ba233f 2178 obexftp_0.24-11.dsc db33d7d2978e2cbfed18657da468ce44d6018939 10772 obexftp_0.24-11.debian.tar.xz d2b7e7dfac7db7d2453ae1b78b0f505b485e10b4 8291 obexftp_0.24-11_source.buildinfo Checksums-Sha256: 1310e3ead0c69e76a5df0be884894a8f8fd55513e2b556b7b239cdbe12e64c8e 2178 obexftp_0.24-11.dsc 1a0de175c72068b4e0933360cd8c2ea52ac9b804e3dd6a6e592a0c56dbc0498f 10772 obexftp_0.24-11.debian.tar.xz 52b8959b58083e7dd7f70a32218e6bf342ce755da8cc8b5ba123a9df9ce0a089 8291 obexftp_0.24-11_source.buildinfo Files: 815d7be7b225913640cf032a46a21504 2178 comm optional obexftp_0.24-11.dsc 73a25ba09c85e20ffcdb58446b35e0a7 10772 comm optional obexftp_0.24-11.debian.tar.xz 6148fe0913b9aa291c6ee77f36f05665 8291 comm optional obexftp_0.24-11_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmkvipMACgkQQc5/C58b izL6GQgAmXu0nE/IClhexWkT05Xp4EvpvkrSlSh3ti49jDmOq8VvzAlPe4YoGu/f nKZR9jLAaD6VT8JTZj9jCvlip8Los1L1bC2OHDHyruNPAt1PCQ4+AjXnxCO5HO+q ENmieaK9aMoWptqBoxCO1uN0jKZymC5/bzCKj9NAXaMZ86v33puyYi4j9RRldaOJ i+fHO360KRE5wsH9kziQAJkN19Vb7OlukpYKU5+XB0Xd1OGxa6nx6GOAypM8V3Zq jnZn7F7QgloDhQTh4KLR5SOQt5ZaYiYo6jXf1K8WqDWWqZFErQsEKHS2KBfuK3NN Hk2rO1LCx4PsXJVUKGtff39F9Bmaow== =0x7V -----END PGP SIGNATURE-----Attachment: pgpCR5jg9j_pB.pgp
Description: PGP signature
--- End Message ---