Your message dated Thu, 23 Aug 2018 02:59:30 +0300
with message-id <20180822235930.GC3214@localhost>
and subject line Already fixed in unstable
has caused the Debian Bug report #889630,
regarding stunnel4: Please add test dependency on net-tools
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.)
--
889630: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889630
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: stunnel4
Version: 3:5.44-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu bionic ubuntu-patch autopkgtest
Dear Peter,
The autopkgtest in the latest version of the stunnel package is failing in
Ubuntu, specifically on armhf, because the test environment for this
architecture does not have net-tools pre-installed and one of the tests
expects the ifconfig command:
autopkgtest [09:18:43]: test command2: [-----------------------
Thu Dec 21 09:18:44 UTC 2017
stunnel 5.44 on arm-unknown-linux-gnueabihf platform
Compiled/running with OpenSSL 1.0.2g 1 Mar 2016
Threading:PTHREAD Sockets:POLL,IPv6,SYSTEMD TLS:ENGINE,FIPS,OCSP,PSK,SNI Auth:LI
BWRAP
test 010_require_cert ok
test 011_verify_peer ok
test 012_verify_chain ok
test 013_CRL_file ok
test 014_PSK_secrets ok
test 015_p12_cert ok
/tmp/autopkgtest.BKAEia/build.7kf/stunnel4-5.44/tests/recipes/020_IPv6: 24: /tmp
/autopkgtest.BKAEia/build.7kf/stunnel4-5.44/tests/recipes/020_IPv6: ifconfig: no
t found
test 020_IPv6 skipped
[...]
autopkgtest [09:19:11]: test command2: -----------------------]
autopkgtest [09:19:14]: test command2: - - - - - - - - - - results - - - - - -
- - - -
command2 FAIL stderr:
/tmp/autopkgtest.BKAEia/build.7kf/stunnel4-5.44/tests/recipes/020_IPv6: 24:
/tmp/autopkgtest.BKAEia/build.7kf/stunnel4-5.44/tests/recipes/020_IPv6:
ifconfig: not found
autopkgtest [09:19:14]: test command2: - - - - - - - - - - stderr - - - - - -
- - - -
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-bionic/bionic/armhf/s/stunnel4/20171221_091933_bcd85@/log.gz
The net-tools package is not essential, so should be depended on by packages
which require it.
I have uploaded the attached patch to Ubuntu which fixes this test failure.
Please consider applying it in Debian as well.
Thanks,
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer http://www.debian.org/
[email protected] [email protected]
diff -Nru stunnel4-5.44/debian/tests/control stunnel4-5.44/debian/tests/control
--- stunnel4-5.44/debian/tests/control 2017-11-15 02:02:20.000000000 -0800
+++ stunnel4-5.44/debian/tests/control 2018-02-04 23:19:59.000000000 -0800
@@ -3,4 +3,4 @@
Restrictions: allow-stderr
Test-Command: debian/tests/upstream
-Depends: @, netcat-traditional
+Depends: @, netcat-traditional, net-tools
--- End Message ---
--- Begin Message ---
Version: 3:5.47-1
stunnel4 (3:5.47-1) unstable; urgency=high
...
add a build and test dependency on net-tools now needed for
the upstream test suite.
-- Peter Pentchev <[email protected]> Mon, 25 Jun 2018 11:28:17 +0300
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
--- End Message ---