Your message dated Fri, 26 Jun 2026 02:48:40 +0000
with message-id <[email protected]>
and subject line Bug#1045244: fixed in pyfuse3 3.5.0-2
has caused the Debian Bug report #1045244,
regarding pyfuse3: 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 [email protected]
immediately.)
--
1045244: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1045244
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pyfuse3
Version: 3.2.1-2
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 pyfuse3
> dpkg-buildpackage: info: source version 3.2.1-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Jelmer Vernooij <[email protected]>
> dpkg-source --before-build .
> dpkg-source: info: using options from pyfuse3-3.2.1/debian/source/options:
> --extend-diff-ignore=\.pyc$ --tar-ignore=*.pyc
> fakeroot debian/rules clean
> dh clean --with python3,sphinxdoc --buildsystem=pybuild
> rm -f debian/python3-pyfuse3.debhelper.log
> debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> # Remove documentation and cython output
> rm -rf build_cython build_sphinx src/pyfuse3.c doc/
> find \( \( -name '*.egg-info' -type d \) \
> -o \( -name __pycache__ -type d \) \
> -o \( -name '*.so' -type f \) \
> -o \( -name '*.pyc' -type f \) \
> \) -prune -exec rm -rf '{}' +
> dh_auto_clean
> pybuild --clean -i python{version} -p 3.11
> I: pybuild base:275: python3.11 setup.py clean
> running clean
> removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyfuse3/build' (and
> everything under it)
> 'build/bdist.linux-x86_64' does not exist -- can't clean it
> 'build/scripts-3.11' does not exist -- can't clean it
> rm -rf .pybuild/
> find . -name \*.pyc -exec rm {} \;
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_autoreconf_clean -O--buildsystem=pybuild
> dh_clean -O--buildsystem=pybuild
> rm -f debian/debhelper-build-stamp
> rm -rf debian/.debhelper/
> rm -f -- debian/python3-pyfuse3.substvars
> debian/python3-pyfuse3.postinst.debhelper
> debian/python3-pyfuse3.prerm.debhelper debian/files
> rm -fr -- debian/python3-pyfuse3/ debian/tmp/
> 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: warning: upstream signing key but no upstream tarball signature
> dpkg-source: info: using options from pyfuse3-3.2.1/debian/source/options:
> --extend-diff-ignore=\.pyc$ --tar-ignore=*.pyc
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building pyfuse3 using existing ./pyfuse3_3.2.1.orig.tar.gz
> dpkg-source: warning: ignoring deletion of file src/pyfuse3.c, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of directory src/pyfuse3.egg-info
> dpkg-source: warning: ignoring deletion of file
> src/pyfuse3.egg-info/dependency_links.txt, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> src/pyfuse3.egg-info/top_level.txt, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> src/pyfuse3.egg-info/SOURCES.txt, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> src/pyfuse3.egg-info/PKG-INFO, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> src/pyfuse3.egg-info/requires.txt, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> src/pyfuse3.egg-info/zip-safe, use --include-removal to override
> dpkg-source: warning: ignoring deletion of directory doc
> dpkg-source: warning: ignoring deletion of directory doc/html
> dpkg-source: warning: ignoring deletion of file doc/html/example.html, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/.buildinfo, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/changes.html, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/general.html, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/genindex.html, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/util.html, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/searchindex.js, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/install.html, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/objects.inv, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/index.html, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/fuse_api.html, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/asyncio.html, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/py-modindex.html,
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/gotchas.html, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/operations.html, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/data.html, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/search.html, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/about.html, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of directory doc/html/_sources
> dpkg-source: warning: ignoring deletion of file
> doc/html/_sources/example.rst.txt, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> doc/html/_sources/about.rst.txt, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> doc/html/_sources/index.rst.txt, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> doc/html/_sources/asyncio.rst.txt, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> doc/html/_sources/util.rst.txt, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> doc/html/_sources/install.rst.txt, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> doc/html/_sources/fuse_api.rst.txt, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> doc/html/_sources/operations.rst.txt, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> doc/html/_sources/data.rst.txt, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> doc/html/_sources/gotchas.rst.txt, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> doc/html/_sources/general.rst.txt, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> doc/html/_sources/changes.rst.txt, use --include-removal to override
> dpkg-source: warning: ignoring deletion of directory doc/html/_static
> dpkg-source: warning: ignoring deletion of file doc/html/_static/minus.png,
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/_static/doctools.js,
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/_static/plus.png,
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/_static/jquery.js,
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/_static/default.css,
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> doc/html/_static/language_data.js, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/_static/classic.css,
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> doc/html/_static/underscore.js, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/_static/file.png,
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/_static/basic.css,
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> doc/html/_static/underscore-1.13.1.js, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> doc/html/_static/documentation_options.js, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/html/_static/sidebar.js,
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> doc/html/_static/pygments.css, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> doc/html/_static/searchtools.js, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> doc/html/_static/jquery-3.5.1.js, use --include-removal to override
> dpkg-source: warning: file pyfuse3-3.2.1/test/.pytest_cache/v/cache/nodeids
> has no final newline (either original or modified version)
> dpkg-source: warning: file pyfuse3-3.2.1/test/.pytest_cache/v/cache/stepwise
> has no final newline (either original or modified version)
> dpkg-source: info: local changes detected, the modified files are:
> pyfuse3-3.2.1/test/.pytest_cache/CACHEDIR.TAG
> pyfuse3-3.2.1/test/.pytest_cache/README.md
> pyfuse3-3.2.1/test/.pytest_cache/v/cache/nodeids
> pyfuse3-3.2.1/test/.pytest_cache/v/cache/stepwise
> dpkg-source: error: aborting due to unexpected upstream changes, see
> /tmp/pyfuse3_3.2.1-2.diff.wPx33R
> dpkg-source: info: Hint: make sure the version in debian/changelog matches
> the unpacked source tree
> dpkg-source: info: you can integrate the local changes with dpkg-source
> --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
>
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage
> --sanitize-env -us -uc -rfakeroot -S' failed to run.
The full build log is available from:
http://qa-logs.debian.net/2023/08/13/pyfuse3_3.2.1-2_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 ---
Source: pyfuse3
Source-Version: 3.5.0-2
Done: Christopher Obbard <[email protected]>
We believe that the bug you reported is fixed in the latest version of
pyfuse3, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Christopher Obbard <[email protected]> (supplier of updated pyfuse3 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 26 Jun 2026 02:44:17 +0100
Source: pyfuse3
Architecture: source
Version: 3.5.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Christopher Obbard <[email protected]>
Closes: 1045244
Changes:
pyfuse3 (3.5.0-2) unstable; urgency=medium
.
* Team upload.
* d/source/options: fix build-twice failure (Closes: #1045244)
Checksums-Sha1:
67b36ebe66e2faed67adb6b561009a8d7ebd1109 2394 pyfuse3_3.5.0-2.dsc
f1d295bc5d4c15295daa96405fcdd7162831704d 94800 pyfuse3_3.5.0-2.debian.tar.xz
7f2aa773ca30392b65fac51927fc129180188d03 8630 pyfuse3_3.5.0-2_source.buildinfo
Checksums-Sha256:
7592c254acd5f63c10e80700cccd2ab01b5058dcfaed4532dcebac61ac864d70 2394
pyfuse3_3.5.0-2.dsc
f7748f155b42767508aad5b183c910f8e2a1807f7ac0bbf6fde198e0c66c57f5 94800
pyfuse3_3.5.0-2.debian.tar.xz
df5bc9dff1ae979ae24be2776437581492587ba46f92f68f87f029aa7ec70c71 8630
pyfuse3_3.5.0-2_source.buildinfo
Files:
1aa07283afeefdc499e2da011efd4b71 2394 python optional pyfuse3_3.5.0-2.dsc
0ad1173292f47211838fc66664276c43 94800 python optional
pyfuse3_3.5.0-2.debian.tar.xz
56f17a1f55ab792f289581979a0a1d9e 8630 python optional
pyfuse3_3.5.0-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJHBAEBCgAxFiEE8Yvci2wl+QqiPVF0Y03E8GhwRvgFAmo92kATHG9iYmFyZGNA
ZGViaWFuLm9yZwAKCRBjTcTwaHBG+H6RD/94sICCh1Xi1TofFQRWzuxMEbj4e0EX
GmE0wnKdTZB9Zp/4g2x60eDsFZNv31jyfxawak9icYIQsNYeFfBQG6L3a4VgHyIB
eIQieoAbBQ3Nx8fxXnlU8jG7zLL/KXyAkrEXer1QSNIWS6GL49SZ5VKS1Q3lxBuR
siwRSs0Ge7cdqk3Lh3Us9oJkuO3Dq2mbPo+dqx5Ctf9mC99F8oeBn1u9F4RTlPwE
64ckiprBIm+TvbDB2oyBod1pc+ioMTO7VCwQZEdLWYrRCdlTiKX6bUT+iMKfKitq
EhBi0qO0azgVpyx5pnUs+5OYMy/RmCHCqWfXbFRqsnw3vxliv6vLI6DTpG+U+gPe
T5Gzr6TC7ZtBjWQG9ArtpAoMoW/Yd5PmV4niYDa/WVUAhqIBYPyV95usCYzKmKCR
phAgteRP0yLchXtEQajJ67Tkbc0kK2JkbXpC2qf0sYoAijexxEOvnHqJbqoJOFBq
bJ0m/+hqMznm+Xu4BsaecexFcOPOOjHB0uHSimdQNEb/DMM6/UnYCETZsCm5kEvO
a3ciuPHp2xrXgA4h4iKNLEHQO9XGgHtPTx0QoGZRrZVdj1WYioJUI+yUDWDatzYX
CmsD5NwtEmQ9ZZlNuD8ULzhk+bam4+1TsKaO9tsZx61EFdh0FMYae1qVx/fHQVRg
BNmV3Qta3P2/jQ==
=dMqR
-----END PGP SIGNATURE-----
pgpvMzSKhF0nq.pgp
Description: PGP signature
--- End Message ---