Your message dated Fri, 18 Sep 2026 01:23:23 +0000
with message-id <[email protected]>
and subject line Bug#1046975: fixed in txtorcon 24.8.0-3
has caused the Debian Bug report #1046975,
regarding txtorcon: 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.)


-- 
1046975: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1046975
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: txtorcon
Version: 22.0.0-1
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 txtorcon
> dpkg-buildpackage: info: source version 22.0.0-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Antoine Beaupré 
> <[email protected]>
>  dpkg-source --before-build .
>  debian/rules clean
> dh clean --with=python3,sphinxdoc --buildsystem=pybuild
>    dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:275: python3.11 setup.py clean 
> running clean
> removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_txtorcon/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
>    dh_autoreconf_clean -O--buildsystem=pybuild
>    dh_clean -O--buildsystem=pybuild
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: verifying ./txtorcon_22.0.0.orig.tar.gz.asc
> gpgv: Signature made Wed Mar 16 21:28:53 2022 UTC
> gpgv:                using RSA key 9D5A2BD5688ECB889DEBCD3FC2602803128069A7
> gpgv:                issuer "[email protected]"
> gpgv: [don't know]: invalid packet (ctb=2d)
> gpgv: keydb_search failed: Invalid packet
> gpgv: [don't know]: invalid packet (ctb=2d)
> gpgv: keydb_search failed: Invalid packet
> gpgv: Can't check signature: No public key
> dpkg-source: warning: cannot verify upstream tarball signature for 
> ./txtorcon_22.0.0.orig.tar.gz: no acceptable signature found
> dpkg-source: info: building txtorcon using existing 
> ./txtorcon_22.0.0.orig.tar.gz
> dpkg-source: info: building txtorcon using existing 
> ./txtorcon_22.0.0.orig.tar.gz.asc
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: newly created empty file '_trial_temp/_trial_marker' 
> will not be represented in diff
> dpkg-source: warning: file txtorcon-22.0.0/_trial_temp/authcookie has no 
> final newline (either original or modified version)
> dpkg-source: warning: file 
> txtorcon-22.0.0/_trial_temp/test.test_controller/FilesystemOnionFactoryTests/test_happy_path/ggttwk0b/temp/hs_ed25519_secret_key
>  has no final newline (either original or modified version)
> diff: 
> txtorcon-22.0.0/_trial_temp/test.test_endpoints/EndpointTests/test_explit_dir_not_readable_ver/7aq5jxd2/temp/hostname:
>  Permission denied
> dpkg-source: error: diff on 
> txtorcon-22.0.0/_trial_temp/test.test_endpoints/EndpointTests/test_explit_dir_not_readable_ver/7aq5jxd2/temp/hostname
>  subprocess returned exit status 2
> 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/txtorcon_22.0.0-1_unstable.log

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: txtorcon
Source-Version: 24.8.0-3
Done: Sascha Steinbiss <[email protected]>

We believe that the bug you reported is fixed in the latest version of
txtorcon, 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.
Sascha Steinbiss <[email protected]> (supplier of updated txtorcon 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: Tue, 15 Sep 2026 23:59:35 +0200
Source: txtorcon
Architecture: source
Version: 24.8.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Privacy Tools Maintainers 
<[email protected]>
Changed-By: Sascha Steinbiss <[email protected]>
Closes: 1046975
Changes:
 txtorcon (24.8.0-3) unstable; urgency=medium
 .
   * Team upload.
   * Remove temporary directory in the clean target, fixing
     source builds after a binary build. (Closes: #1046975)
Checksums-Sha1:
 6a222e0985c4c115d91432dc22f4aeda805e937a 2128 txtorcon_24.8.0-3.dsc
 b216edaa6ecf58375d348d50796e413fca7672fc 8152 txtorcon_24.8.0-3.debian.tar.xz
 adacaf626b4dd9392b501970a2474961920c1eae 10390 
txtorcon_24.8.0-3_amd64.buildinfo
Checksums-Sha256:
 d3454f9a69e115d485c584740a8938832a90c743a199bb3d1e0616ccd75db7aa 2128 
txtorcon_24.8.0-3.dsc
 7192eb6acfd6c473a4c9e1fac204e2a71271da47851a6b813fc4ca8b4632a2c9 8152 
txtorcon_24.8.0-3.debian.tar.xz
 8af5a5a50588e93d675e317349de86a1f181962e0e229afd0a8e64f27b6884cf 10390 
txtorcon_24.8.0-3_amd64.buildinfo
Files:
 6d1e9457d2b61010a643366f12a1d209 2128 python optional txtorcon_24.8.0-3.dsc
 d61e4985055f7c81f4d2ebd6b7a699cb 8152 python optional 
txtorcon_24.8.0-3.debian.tar.xz
 68568e2b18375ec4dd4efc22ed900835 10390 python optional 
txtorcon_24.8.0-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEWzS6WqtVB+kDQm6F6NN64vCfSHIFAmqsji4ACgkQ6NN64vCf
SHLDWw//WpV6YFi4uExRwmaN20HScscfG0qWjOngAJVLRBKwY/vqBTapkYxi7ywE
nLu2qsKvb0WMyKTukUXwhVWZca85Ccaj7NmVWclbvz/ejb+h/I1Yj3Dqt2mG2tXd
/5LxhCZiiPiPXecPGOlx/ElzWZ0LOoQm6iQzX6LjNaagN1d94KjapxDoDVJ9Q/Km
dPHYCZr0Vsh2PvuPVoEMOR6QS/JGb/a8ID+HvFIze1dzS335wUiHLZgJZ15x22SS
TREmq3h3eWpi9P70c3OzbA3vBxYaHqi2Ymz3RlUzW/Ye9Nuy+jQXzyxGGLvZMVtX
Z/OtngJjgDcit0x2nGF8zoMRMyNm0oHl7gifSFcj+t81b/tkl12Dl9wfvYlbZHH0
Ig35KJm+Mbp+q/FIhliRll8CoFOetxxmu0norYubDa3sCO0UdR4YC2EBz411LkeX
JRUe41ofrfiubBKiCG4hXEGkHZOkah/OPoFsWhevAzqVmAs0V/pXCjeC8y7m/cux
wIq23aI5bOKRjFrJBx+vN1bSD/jQ1yFa3bAvrPINK9o4xqJ6JRh9JX35td6xCbcp
uzuwSPoU6xpfAqTP890b63/Aj1UgE0mF6MZEo+h4kCAaZT3JqnChMbIyk+bcG2TJ
WdV8dD2YXNl1Gv3kmqWlBGEim3rUR1U5ykB76LdQS+KNTbDSzqw=
=P/xG
-----END PGP SIGNATURE-----

Attachment: pgpc1bBK8HXKp.pgp
Description: PGP signature


--- End Message ---

Reply via email to