Your message dated Sun, 10 Sep 2023 19:10:14 +0000
with message-id <[email protected]>
and subject line Bug#1047383: fixed in stunnel4 3:5.70-2
has caused the Debian Bug report #1047383,
regarding stunnel4: 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.)
--
1047383: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1047383
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: stunnel4
Version: 3:5.70-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 stunnel4
> dpkg-buildpackage: info: source version 3:5.70-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Peter Pentchev <[email protected]>
> dpkg-source --before-build .
> debian/rules clean
> dh clean
> dh_auto_clean
> make -j8 distclean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> Making distclean in src
> make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
> test -z "stunnel3" || rm -f stunnel3
> rm -rf .libs _libs
> rm -rf ../obj ../bin
> test -z "libstunnel.la" || rm -f libstunnel.la
> rm -f *.o
> rm -f stunnel
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f
> rm -f config.h stamp-h1
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f
> rm -f ./so_locations
> rm -f ./.deps/env.Plo
> rm -f ./.deps/stunnel-client.Po
> rm -f ./.deps/stunnel-cron.Po
> rm -f ./.deps/stunnel-ctx.Po
> rm -f ./.deps/stunnel-dhparam.Po
> rm -f ./.deps/stunnel-fd.Po
> rm -f ./.deps/stunnel-file.Po
> rm -f ./.deps/stunnel-libwrap.Po
> rm -f ./.deps/stunnel-log.Po
> rm -f ./.deps/stunnel-network.Po
> rm -f ./.deps/stunnel-options.Po
> rm -f ./.deps/stunnel-protocol.Po
> rm -f ./.deps/stunnel-pty.Po
> rm -f ./.deps/stunnel-resolver.Po
> rm -f ./.deps/stunnel-ssl.Po
> rm -f ./.deps/stunnel-sthreads.Po
> rm -f ./.deps/stunnel-str.Po
> rm -f ./.deps/stunnel-stunnel.Po
> rm -f ./.deps/stunnel-tls.Po
> rm -f ./.deps/stunnel-ui_unix.Po
> rm -f ./.deps/stunnel-verify.Po
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
> Making distclean in doc
> make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
> test -z "stunnel.8 stunnel.pl.8" || rm -f stunnel.8 stunnel.pl.8
> rm -rf .libs _libs
> rm -f *.lo
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> test -z "stunnel.html stunnel.pl.html" || rm -f stunnel.html stunnel.pl.html
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
> Making distclean in tools
> make[2]: Entering directory '/<<PKGBUILDDIR>>/tools'
> test -z "stunnel.conf-sample stunnel.init stunnel.service" || rm -f
> stunnel.conf-sample stunnel.init stunnel.service
> rm -rf .libs _libs
> rm -f *.lo
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/tools'
> Making distclean in tests
> make[2]: Entering directory '/<<PKGBUILDDIR>>/tests'
> Making distclean in certs
> make[3]: Entering directory '/<<PKGBUILDDIR>>/tests/certs'
> rm -rf .libs _libs
> rm -f *.lo
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests/certs'
> make[3]: Entering directory '/<<PKGBUILDDIR>>/tests'
> rm -rf .libs _libs
> rm -f *.lo
> test -z "" || rm -f
> rm -f logs/*.log
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f
> rm -f certs/*.pem
> rm -f certs/*.p12
> rm -f certs/*.txt
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests'
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/tests'
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> rm -rf .libs _libs
> rm -f *.lo
> test -z "" || rm -f
> rm -f libtool config.lt
> rm -rf autom4te.cache
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f
> rm -f cscope.out cscope.in.out cscope.po.out cscope.files
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> rm -f config.status config.cache config.log configure.lineno
> config.status.lineno
> rm -f Makefile
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_autoreconf_clean
> dh_clean
> dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: verifying ./stunnel4_5.70.orig.tar.gz.asc
> gpgv: Signature made Wed Jul 12 20:52:42 2023 UTC
> gpgv: using RSA key 2BC7E4E67E3CC0C1BEA72F8C2EFC7FF0D416E014
> gpgv: Note: signatures using the SHA1 algorithm are rejected
> gpgv: Can't check signature: Bad public key
> dpkg-source: warning: cannot verify upstream tarball signature for
> ./stunnel4_5.70.orig.tar.gz: no acceptable signature found
> dpkg-source: info: building stunnel4 using existing
> ./stunnel4_5.70.orig.tar.gz
> dpkg-source: info: building stunnel4 using existing
> ./stunnel4_5.70.orig.tar.gz.asc
> dpkg-source: info: using patch list from debian/patches/series
> 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 auto/ltmain.sh, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file m4/ltsugar.m4, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file m4/lt~obsolete.m4, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file m4/ltversion.m4, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file m4/libtool.m4, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file m4/ltoptions.m4, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file tests/Makefile.in, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file tests/certs/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 doc/Makefile.in, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file tools/Makefile.in, use
> --include-removal to override
> dpkg-source: error: cannot represent change to
> tests/__pycache__/maketest.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add tests/__pycache__/maketest.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/__pycache__/plugin_collection.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add tests/__pycache__/plugin_collection.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p01_client_cert.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> tests/plugins/__pycache__/p01_client_cert.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p02_require_cert.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> tests/plugins/__pycache__/p02_require_cert.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p03_verify_peer.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> tests/plugins/__pycache__/p03_verify_peer.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p04_verify_chain.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> tests/plugins/__pycache__/p04_verify_chain.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p05_verify_crl.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> tests/plugins/__pycache__/p05_verify_crl.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p06_psk_secrets.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> tests/plugins/__pycache__/p06_psk_secrets.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p07_p12cert.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add tests/plugins/__pycache__/p07_p12cert.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p08_ipv6.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add tests/plugins/__pycache__/p08_ipv6.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p09_bind.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add tests/plugins/__pycache__/p09_bind.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p10_fips.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add tests/plugins/__pycache__/p10_fips.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p11_fips_cipher.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> tests/plugins/__pycache__/p11_fips_cipher.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p12_sni.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add tests/plugins/__pycache__/p12_sni.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p13_resume.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add tests/plugins/__pycache__/p13_resume.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p14_resume_ticket.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> tests/plugins/__pycache__/p14_resume_ticket.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p15_resume_secret.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> tests/plugins/__pycache__/p15_resume_secret.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p16_redirect.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> tests/plugins/__pycache__/p16_redirect.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p17_redirect_proxy.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> tests/plugins/__pycache__/p17_redirect_proxy.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p18_redirect_resume.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> tests/plugins/__pycache__/p18_redirect_resume.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p19_reload.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add tests/plugins/__pycache__/p19_reload.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p20_failover.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> tests/plugins/__pycache__/p20_failover.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p21_include.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add tests/plugins/__pycache__/p21_include.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p22_inetd.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add tests/plugins/__pycache__/p22_inetd.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p23_exec_conn.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> tests/plugins/__pycache__/p23_exec_conn.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p24_delay.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add tests/plugins/__pycache__/p24_delay.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p25_wrong_client.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> tests/plugins/__pycache__/p25_wrong_client.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/plugins/__pycache__/p26_wrong_server.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> tests/plugins/__pycache__/p26_wrong_server.cpython-311.pyc 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/stunnel4_5.70-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: stunnel4
Source-Version: 3:5.70-2
Done: Peter Pentchev <[email protected]>
We believe that the bug you reported is fixed in the latest version of
stunnel4, 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.
Peter Pentchev <[email protected]> (supplier of updated stunnel4 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: Sun, 10 Sep 2023 21:33:59 +0300
Source: stunnel4
Architecture: source
Version: 3:5.70-2
Distribution: unstable
Urgency: medium
Maintainer: Peter Pentchev <[email protected]>
Changed-By: Peter Pentchev <[email protected]>
Closes: 1047383
Changes:
stunnel4 (3:5.70-2) unstable; urgency=medium
.
* Clean up more autogenerated files and Python cache directories.
Closes: #1047383
* Use `find -exec ... +` instead of `find | xargs`.
* Declare dpkg build API level 1 and drop the now-implied
"Rules-Requires-Root: no" declaration.
Checksums-Sha1:
684ad18bb7b210b424cdc28b5a65d626df47e564 2581 stunnel4_5.70-2.dsc
feacf4ff65978e6b7da448b34bf3c4574a06dc78 53224 stunnel4_5.70-2.debian.tar.xz
Checksums-Sha256:
da449ea74f6b245f13dc461cfb9e5f32ea8bf51b3f2cd1f9fd862a3b9bb7d326 2581
stunnel4_5.70-2.dsc
6901b20207296ffb3967aa3fb995ece33379778ff742145653f632f7f79ef5e7 53224
stunnel4_5.70-2.debian.tar.xz
Files:
a283ff2d3661a24fd2cdb59d4036f152 2581 net optional stunnel4_5.70-2.dsc
86e4efe2381824a15cca69e1a12f5a0b 53224 net optional
stunnel4_5.70-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCgAuFiEELuenpRf8EkzxFcNUZR7vsCUn3xMFAmT+DiQQHHJvYW1AZGVi
aWFuLm9yZwAKCRBlHu+wJSffE/ePD/9lOmgfjxVN2LPXsUIxBg/V89t4UljVG4La
Zu7sWONmUVQZeuivjEfTh4Sr0UToa7yIyBRxi4XM1APNK0p3JDhS4tYLguAgLZq4
ftyHIksRecflC9jBlJALGjrNmpVvX7SMbk9pysVh13Szbd0lxwQj+a1KfYPEq3p7
a18/H0YUm/gg2oSRBdHO0CkXnU5zNnp9cINXT6gU5uc6n4skztNtL9V0JEXtLf9C
+yk287PUNFdl1SpKw0C9FjZAeLPrM3jO21BVEuGk+f5FG3dS9eMASWk3qqFdDSQR
RKqoaoB35FObEQBTHQbIIZkOKjWP1ONUEbz65EUhycoP1Ey3lSNWNtl8mYDI/h+N
Of16LBVrnZXDI31MdGZszQJ0CG65Il1DuC0mVGWUPLFqP2fqRhDknkQoPNiIe3Vm
V1OnhHOIZaP+RPE/IVQALeShNC48iDtB98ZP5rKtHjiYEkKz05thvD7O4f6wc4Nw
2TY22KwCHY66F8NxVJbikQ6LMOZOGV/YR4q5ucet0+Sd87VJvrnf/x7nCcfpYiKx
ymfwEFI0aTktMg5l3PQMmxP45rw0Meej9/zjWdpwP8Yov8RG2v8UzzuOGKRACKrb
8YfIQEOO6jmJ0Ff1oZUh177du0tcNi2mdB3LwRxxU3fm/MXWkvAmbqEczCSbdbqf
/k4m+2EfSQ==
=KPga
-----END PGP SIGNATURE-----
--- End Message ---