Your message dated Fri, 18 Sep 2026 20:56:32 +0000
with message-id <[email protected]>
and subject line Bug#1046975: fixed in txtorcon 24.8.0-4
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-4
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: Fri, 18 Sep 2026 19:03:38 +0200
Source: txtorcon
Architecture: source
Version: 24.8.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Privacy Tools Maintainers 
<[email protected]>
Changed-By: Sascha Steinbiss <[email protected]>
Closes: 1046975
Changes:
 txtorcon (24.8.0-4) unstable; urgency=medium
 .
   * Team upload.
   * Add more temp directories to remove on clean.
     Thanks to Santiago Vila for the patch.
     (Closes: #1046975)
Checksums-Sha1:
 e322fb4c8047b4b37abf13aa3a7add2cd90e8744 2128 txtorcon_24.8.0-4.dsc
 85629402c0796f0df4cb033122d06319cc846760 8216 txtorcon_24.8.0-4.debian.tar.xz
 d4f25c3fad78ae1510eef902e4363b50b702a798 10746 
txtorcon_24.8.0-4_amd64.buildinfo
Checksums-Sha256:
 b2664177df168fbdfe0ab565d2f52bb78d9d15344fec624655671c869342132f 2128 
txtorcon_24.8.0-4.dsc
 02d42a4d9f5f47dbf09a0ef2312f2fcda3cb69eecffe4bc964e1f3f86f203f1e 8216 
txtorcon_24.8.0-4.debian.tar.xz
 1c084361683a7ab33d2ffb3671cb60943228563971900dcc5415a2f5f7a404ef 10746 
txtorcon_24.8.0-4_amd64.buildinfo
Files:
 2471f424d728edfb69481f2d0253797e 2128 python optional txtorcon_24.8.0-4.dsc
 8676d17e67e1fa8c9e8f36b3ef04f13f 8216 python optional 
txtorcon_24.8.0-4.debian.tar.xz
 84e3ee5db9ee3c9523e88cc55c7b27af 10746 python optional 
txtorcon_24.8.0-4_amd64.buildinfo

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

iQIzBAEBCgAdFiEEWzS6WqtVB+kDQm6F6NN64vCfSHIFAmqtnucACgkQ6NN64vCf
SHIR1g/9EIre7EVApExme8kDrMSUyQICXSKLsXe4/f+N4vIgY6r5S8zr8EFpsJIZ
UIvOWNqo6Sm1w0opPYQdZEwkXER7kd+i4tU0LGTR+8P6VA4vaxSiYS81wJVTFxAJ
VZ35JA4xp63uTJrntcKILlCx1Jk+2j2V2OWzrookkoUubijOsNYiWc9wETJjTimW
pazoPvA395eqp/652bWDXpNr6IXRhoosKZObVFUSKPHfNsf53YjY+GwrTbH5JvOS
my5QwaRLNarqOpNkXRA1mujZfuKj3S1/qcEl5G4wFjzy2IyJ4Dj1J+2JB/DeM6EH
wm2Ms3Qrukb9cJU6J9szZbSwfZox3u7biSFNYX0rVWT3c7ozR0IB6RTcgWnMdl+n
Ccibg+mEWmLzyRC4irvyIt2h2VzKqjQklsUXoSXj8+BkzvmmrnJ/XAup220mQ+cy
nrmz2HQmfIgRSd1vf2Ouktn0ugv0FGqxjuiDcq4fMl5kdWAxd3S/n37krONKoenG
jmCRMVtsy0nItZjwONkRZetdxMS0Kcnbt53/gwqm2/wMudBCVawJVtttAqyQAXNF
aDbWhKgTflHZx6mKY3jHOfvDgdqcGQkjgH0uHPBVvV7WBpHhtM44TJYh0s4oz21m
+VYNzFM/Et9nz1LCQtwoh8Asl5VxP4sDS1jMOOKvLYk/ZxaXjoc=
=w/Hv
-----END PGP SIGNATURE-----

Attachment: pgpDBIvJ7fY8E.pgp
Description: PGP signature


--- End Message ---

Reply via email to