Your message dated Wed, 13 Mar 2024 23:26:09 +0000
with message-id <[email protected]>
and subject line Bug#1066049: fixed in stunnel4 3:5.72-2
has caused the Debian Bug report #1066049,
regarding stunnel4: please consider temporarily disabling tests on arm to 
unblock the t64 transition
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.)


-- 
1066049: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066049
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: stunnel4
Version: 3:5.72-1
Severity: wishlist
Tags: patch

Hello Peter,

In #-devel a couple of us (not related to the people working on the t64
transition) thought it would be a good idea if stunnel4 could
temporarily disable tests on the involved architectures (all 32 bits
archs except i386).

rebuilds of stunnel4 are blocked being rebootstrapping rustc and cargo,
and stunnel is itself blocking libssl3 and everything under it from
progressing.
It feels like detaching stunnel from the rust world is an easy enough
pick to let everything else progress while somebody works on rust/cargo.


I'm attaching a patch that should do what I explained above, please
consider uploading it?

-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540      .''`.
More about me:  https://mapreri.org                             : :'  :
Launchpad user: https://launchpad.net/~mapreri                  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-
diff --git a/debian/control b/debian/control
index f32dc6f..f34acbd 100644
--- a/debian/control
+++ b/debian/control
@@ -10,13 +10,13 @@ Build-Depends:
  libssl-dev,
  libsystemd-dev [linux-any],
  libwrap0-dev,
- net-tools <!nocheck>,
- netcat-openbsd <!nocheck>,
+ net-tools [!armel !armhf !hppa !m68k !powerpc !sh4] <!nocheck>,
+ netcat-openbsd [!armel !armhf !hppa !m68k !powerpc !sh4] <!nocheck>,
  openssl,
  pkgconf,
- procps <!nocheck>,
- python3 <!nocheck>,
- python3-cryptography <!nocheck>,
+ procps [!armel !armhf !hppa !m68k !powerpc !sh4] <!nocheck>,
+ python3 [!armel !armhf !hppa !m68k !powerpc !sh4] <!nocheck>,
+ python3-cryptography [!armel !armhf !hppa !m68k !powerpc !sh4] <!nocheck>,
 Maintainer: Peter Pentchev <[email protected]>
 Uploaders: Laszlo Boszormenyi (GCS) <[email protected]>
 Standards-Version: 4.6.2
diff --git a/debian/rules b/debian/rules
index 8801c88..0507219 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,18 +30,22 @@ override_dh_auto_configure:
 	sleep 1
 	touch src/dhparam.c
 
+ifeq ($(DEB_HOST_ARCH_BITS)$(filter i386,$(DEB_HOST_ARCH_CPU)),32)
 execute_before_dh_auto_test:
 	env PYTHONPATH='$(CURDIR)/debian/tests/python' \
 		python3 -B -u -m struntime \
 		--certdir='$(CURDIR)/debian/tests/certs' \
 		--program='$(CURDIR)/src/stunnel'
+endif
 
+ifeq ($(DEB_HOST_ARCH_BITS)$(filter i386,$(DEB_HOST_ARCH_CPU)),32)
 override_dh_auto_test:
 	dh_auto_test || { \
 		printf '\n\n=== Some tests failed; here are all the logs...\n\n' 1>&2; \
 		find tests/logs/ -type f -name '*.log' -exec grep -EHe '^' -- '{}' + 1>&2; \
 		false; \
 	}
+endif
 
 override_dh_auto_install:
 	dh_auto_install -- -C src

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: stunnel4
Source-Version: 3:5.72-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: Wed, 13 Mar 2024 23:37:43 +0200
Source: stunnel4
Architecture: source
Version: 3:5.72-2
Distribution: unstable
Urgency: medium
Maintainer: Peter Pentchev <[email protected]>
Changed-By: Peter Pentchev <[email protected]>
Closes: 1059014 1066049
Changes:
 stunnel4 (3:5.72-2) unstable; urgency=medium
 .
   [ Simon McVittie ]
   * Don't run build-time tests on the 32-bit non-i386 architectures.
     This allows libcurl to be rebuilt on the architectures affected by the
     64-bit time_t transition, which unblocks rebuilding of a lot of the
     C/C++ ecosystem without having to wait for rustc/cargo to be
     re-bootstrapped (#1065787).
     Thanks to Mattia Rizzolo.  Closes: #1066049
 .
   [ Peter Pentchev ]
   * Minor improvements to the autopkgtest Python harness:
     - the test suite for the testing program itself:
       - use Ruff 0.3.2, no changes
       - make the Ruff config simpler
     - let Ruff also validate the docstrings
     - use Ruff for source code formatting, too
     - let Ruff insist on trailing commas
     - enable Ruff preview mode, disable some checks
     - fix the forgotten f- prefix on two f-strings
     - use a hierarchy of exceptions
   * Add the 07-reproducible-build patch to use the Debian changelog's date
     instead of the current one. Closes: #1059014
Checksums-Sha1:
 798b27dba1a361515d21dd81268233138a8c2879 2843 stunnel4_5.72-2.dsc
 864c2c10bc103fa5eabe0c39238d35b2d308bf13 54176 stunnel4_5.72-2.debian.tar.xz
Checksums-Sha256:
 e18ed8f96160d08236c011eb25c5347c7e6c36d36123418b87ba3fc4e89fb4ac 2843 
stunnel4_5.72-2.dsc
 ec9f7d86987714b0ab80476076c0fcdef075750ee97618b044fb5a66ace8b99e 54176 
stunnel4_5.72-2.debian.tar.xz
Files:
 a80c5529e40e807b9098e368fd233087 2843 net optional stunnel4_5.72-2.dsc
 e7b29e3d84383b1f6009a74eb698df0a 54176 net optional 
stunnel4_5.72-2.debian.tar.xz

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

iQJEBAEBCgAuFiEELuenpRf8EkzxFcNUZR7vsCUn3xMFAmXyHWkQHHJvYW1AZGVi
aWFuLm9yZwAKCRBlHu+wJSffE6HKD/0ch9L5fpyYdi+iHV84MUTyMf8KVR3/qIY5
2B53N/zSRT4V1ClHO7PJDfS6UOowPOzZj36yBjr1d3elUdmYxGUshwQh+d7YCiBW
0wfCmH2PXj+6HlalgJRnLYOptK8TlKpFaC+FwSviEUIZuhXG87xZKbT03h3fgux3
suBRuNkfjratl//3ZycM8ZWo19OdKtWJxWoMYS5auU/CXeodhf+L3RKk0Deg77F/
mffY8aDqf+UkbfeOAHEDT6NFmGfdg5XFso5R6CSdARrVMq+FDi27PUxIDZ4H19Z3
O7cndZFEFggzNZPt6+oyH+Vo9YgUHUJHzpuKRRjnjNsuzlLayc53Q+MMrvg1WlOP
TLVOXrpzLvOjO0u18zDnPZ9pyX8KM7d7TkNbyhugeLRIU9hrkMp73NWdvXhrR3Qe
NmpyAQ/DBSTAEvLeoHZlsD5F95uanKEOSCIng41qPk4txD2JMhWHlRcK5x/dqF9s
LEhTIyGKEZtjx8tMrtvtwdy/Ai6Jf0J77ivuQPK/YvEESKUfLmuAthi0qoEbNOXZ
pXmptBAdqcXVJKd7f8rADNfmeqyz5QAWvXmSODzH9MW3GpL6mabs6qxQ2nPTE762
u2E1RcnqHnucOA1l4iq2oj3EDdZj0RJq9/2IMRJ5UaLtCF01QgUvZgrl5M5D8kM9
Pdqj9geitQ==
=u7/u
-----END PGP SIGNATURE-----

Attachment: pgpDKIn7GA1yN.pgp
Description: PGP signature


--- End Message ---

Reply via email to