Your message dated Tue, 20 Aug 2019 08:58:41 +0000
with message-id <e1hzzyt-0002mz...@fasolo.debian.org>
and subject line Bug#934034: fixed in monkeysphere 0.41-1+deb9u1
has caused the Debian Bug report #934034,
regarding monkeysphere: FTBFS in stretch (failing tests)
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 ow...@bugs.debian.org
immediately.)
--
934034: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=934034
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:monkeysphere
Version: 0.41-1
Severity: serious
Tags: ftbfs
Dear maintainer:
I tried to build this package in stretch but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh build-indep
dh_testdir -i
dh_update_autotools_config -i
dh_autoreconf -i
dh_auto_configure -i
dh_auto_build -i
make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gcc -o src/agent-transfer/agent-transfer -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security --pedantic -Wall -Werror -std=c99 -Wdate-time
-D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now src/agent-transfer/main.c -lassuan
-L/usr/lib/x86_64-linux-gnu -lgpg-error -lgcrypt
mkdir -p replaced/src/
sed < src/monkeysphere > replaced/src/monkeysphere \
-e 's:__SYSSHAREDIR_PREFIX__:/usr:' \
-e 's:__SYSCONFDIR_PREFIX__::' \
-e 's:__SYSDATADIR_PREFIX__:/var/lib:'
mkdir -p replaced/src/
sed < src/monkeysphere-host > replaced/src/monkeysphere-host \
-e 's:__SYSSHAREDIR_PREFIX__:/usr:' \
-e 's:__SYSCONFDIR_PREFIX__::' \
-e 's:__SYSDATADIR_PREFIX__:/var/lib:'
mkdir -p replaced/src/
sed < src/monkeysphere-authentication >
replaced/src/monkeysphere-authentication \
-e 's:__SYSSHAREDIR_PREFIX__:/usr:' \
-e 's:__SYSCONFDIR_PREFIX__::' \
-e 's:__SYSDATADIR_PREFIX__:/var/lib:'
mkdir -p replaced/src/share/
sed < src/share/defaultenv > replaced/src/share/defaultenv \
-e 's:__SYSSHAREDIR_PREFIX__:/usr:' \
-e 's:__SYSCONFDIR_PREFIX__::' \
-e 's:__SYSDATADIR_PREFIX__:/var/lib:'
mkdir -p replaced/src/transitions/
sed < src/transitions/0.23 > replaced/src/transitions/0.23 \
-e 's:__SYSSHAREDIR_PREFIX__:/usr:' \
-e 's:__SYSCONFDIR_PREFIX__::' \
-e 's:__SYSDATADIR_PREFIX__:/var/lib:'
mkdir -p replaced/src/transitions/
sed < src/transitions/0.28 > replaced/src/transitions/0.28 \
-e 's:__SYSSHAREDIR_PREFIX__:/usr:' \
-e 's:__SYSCONFDIR_PREFIX__::' \
-e 's:__SYSDATADIR_PREFIX__:/var/lib:'
mkdir -p replaced/src/transitions/
sed < src/transitions/README.txt > replaced/src/transitions/README.txt \
-e 's:__SYSSHAREDIR_PREFIX__:/usr:' \
-e 's:__SYSCONFDIR_PREFIX__::' \
-e 's:__SYSDATADIR_PREFIX__:/var/lib:'
mkdir -p replaced/man/man1/
sed < man/man1/monkeysphere.1 > replaced/man/man1/monkeysphere.1 \
-e 's:__SYSSHAREDIR_PREFIX__:/usr:' \
-e 's:__SYSCONFDIR_PREFIX__::' \
-e 's:__SYSDATADIR_PREFIX__:/var/lib:'
gzip -n replaced/man/man1/monkeysphere.1
mkdir -p replaced/man/man1/
sed < man/man1/agent-transfer.1 > replaced/man/man1/agent-transfer.1 \
-e 's:__SYSSHAREDIR_PREFIX__:/usr:' \
-e 's:__SYSCONFDIR_PREFIX__::' \
-e 's:__SYSDATADIR_PREFIX__:/var/lib:'
gzip -n replaced/man/man1/agent-transfer.1
mkdir -p replaced/man/man1/
sed < man/man1/openpgp2ssh.1 > replaced/man/man1/openpgp2ssh.1 \
-e 's:__SYSSHAREDIR_PREFIX__:/usr:' \
-e 's:__SYSCONFDIR_PREFIX__::' \
-e 's:__SYSDATADIR_PREFIX__:/var/lib:'
gzip -n replaced/man/man1/openpgp2ssh.1
mkdir -p replaced/man/man1/
sed < man/man1/pem2openpgp.1 > replaced/man/man1/pem2openpgp.1 \
-e 's:__SYSSHAREDIR_PREFIX__:/usr:' \
-e 's:__SYSCONFDIR_PREFIX__::' \
-e 's:__SYSDATADIR_PREFIX__:/var/lib:'
gzip -n replaced/man/man1/pem2openpgp.1
mkdir -p replaced/man/man8/
sed < man/man8/monkeysphere-authentication.8 >
replaced/man/man8/monkeysphere-authentication.8 \
-e 's:__SYSSHAREDIR_PREFIX__:/usr:' \
-e 's:__SYSCONFDIR_PREFIX__::' \
-e 's:__SYSDATADIR_PREFIX__:/var/lib:'
gzip -n replaced/man/man8/monkeysphere-authentication.8
mkdir -p replaced/man/man8/
sed < man/man8/monkeysphere-host.8 > replaced/man/man8/monkeysphere-host.8 \
-e 's:__SYSSHAREDIR_PREFIX__:/usr:' \
-e 's:__SYSCONFDIR_PREFIX__::' \
-e 's:__SYSDATADIR_PREFIX__:/var/lib:'
gzip -n replaced/man/man8/monkeysphere-host.8
mkdir -p replaced/man/man7/
sed < man/man7/monkeysphere.7 > replaced/man/man7/monkeysphere.7 \
-e 's:__SYSSHAREDIR_PREFIX__:/usr:' \
-e 's:__SYSCONFDIR_PREFIX__::' \
-e 's:__SYSDATADIR_PREFIX__:/var/lib:'
gzip -n replaced/man/man7/monkeysphere.7
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test -i
make -j1 test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
MONKEYSPHERE_TEST_NO_EXAMINE=true ./tests/keytrans
##################################################
### generating openpgp key...
gpg: keybox '/<<PKGBUILDDIR>>/tests/tmp/ms.5MW/pubring.kbx' created
gpg: /<<PKGBUILDDIR>>/tests/tmp/ms.5MW/trustdb.gpg: trustdb created
gpg: key A28F4C7A72BA3ACE marked as ultimately trusted
gpg: directory '/<<PKGBUILDDIR>>/tests/tmp/ms.5MW/openpgp-revocs.d' created
gpg: revocation certificate stored as
'/<<PKGBUILDDIR>>/tests/tmp/ms.5MW/openpgp-revocs.d/110B0A0392E152A667CDA1E5A28F4C7A72BA3ACE.rev'
gpg: done
##################################################
### retrieving key timestamp...
gpg: checking the trustdb
gpg: marginals needed: 3 completes needed: 1 trust model: pgp
gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
##################################################
### exporting key to ssh file...
##################################################
### reconvert key, and compare to key in gpg keyring...
conversions look good!
Now working with key A28F4C7A72BA3ACE at time 1565077733
gpg: marginals needed: 3 completes needed: 1 trust model: pgp
gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
/<<PKGBUILDDIR>>/tests/tmp/ms.5MW/pubring.kbx
-------------------------------------------------------------------------
pub rsa1024 2019-08-06 [SC]
110B0A0392E152A667CDA1E5A28F4C7A72BA3ACE
uid [ultimate] testtest
##################################################
### test User ID addition...
gpg: key A28F4C7A72BA3ACE: "monkeymonkey" 1 new user ID
gpg: key A28F4C7A72BA3ACE: "monkeymonkey" 1 new signature
gpg: Total number processed: 1
gpg: new user IDs: 1
gpg: new signatures: 1
gpg: marginals needed: 3 completes needed: 1 trust model: pgp
gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
/<<PKGBUILDDIR>>/tests/tmp/ms.5MW/pubring.kbx
-------------------------------------------------------------------------
pub rsa1024 2019-08-06 [SC]
110B0A0392E152A667CDA1E5A28F4C7A72BA3ACE
uid [ultimate] monkeymonkey
uid [ultimate] testtest
--- /<<PKGBUILDDIR>>/tests/tmp/ms.5MW/expectedout 2019-08-06
07:48:55.496906607 +0000
+++ /dev/fd/63 2019-08-06 07:48:55.496906607 +0000
@@ -1,5 +1,5 @@
pub:u:1024:1:A28F4C7A72BA3ACE:1565077733:::u:::scSC
uid:u::::1565077733::E90EC72E68C6C2A0751DADC70F54F60D27B88C3D::monkeymonkey
-sig:!::1:A28F4C7A72BA3ACE:1565077733::::monkeymonkey:13x:::::8
+sig:!::1:A28F4C7A72BA3ACE:1565077733::::monkeymonkey:13x::110B0A0392E152A667CDA1E5A28F4C7A72BA3ACE:::8
uid:u::::1565077733::8200BD0425CC70C7D698DF3FE412044EAAB83F94::testtest
-sig:!::1:A28F4C7A72BA3ACE:1565077733::::monkeymonkey:13x:::::8
+sig:!::1:A28F4C7A72BA3ACE:1565077733::::monkeymonkey:13x::110B0A0392E152A667CDA1E5A28F4C7A72BA3ACE:::8
FAILED!
### removing temp dir...
Makefile:116: recipe for target 'test-keytrans' failed
make[1]: *** [test-keytrans] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: make -j1 test returned exit code 2
debian/rules:6: recipe for target 'build-indep' failed
make: *** [build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
--------------------------------------------------------------------------------
The build was made in my autobuilder with "dpkg-buildpackage -A"
and it also fails here:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/monkeysphere.html
If this is really a bug in one of the build-depends, please use reassign and
affects,
so that this is still visible in the BTS web page for this package.
Note: This happens always and has nothing to do with #861457, which is just
random.
Thanks.
--- End Message ---
--- Begin Message ---
Source: monkeysphere
Source-Version: 0.41-1+deb9u1
We believe that the bug you reported is fixed in the latest version of
monkeysphere, 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 934...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Chris Lamb <la...@debian.org> (supplier of updated monkeysphere 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 14 Aug 2019 10:09:00 -0700
Source: monkeysphere
Binary: monkeysphere agent-transfer
Architecture: source amd64 all
Version: 0.41-1+deb9u1
Distribution: stretch
Urgency: medium
Maintainer: Jameson Rollins <jroll...@finestructure.net>
Changed-By: Chris Lamb <la...@debian.org>
Description:
agent-transfer - copy a secret key from GnuPG's gpg-agent to OpenSSH's
ssh-agent
monkeysphere - leverage the OpenPGP web of trust for SSH and TLS authentication
Closes: 934034
Changes:
monkeysphere (0.41-1+deb9u1) stretch; urgency=medium
.
* Prevent a FTBFS by updating the tests to accommodate an updated GnuPG in
stretch now producing a different output. (Closes: #934034)
Checksums-Sha1:
f964347c5b70a79460ee9e42afe505afc51968ea 2340 monkeysphere_0.41-1+deb9u1.dsc
486a096234d23ca36efdd5a45fd06b2b4c05c863 6820
monkeysphere_0.41-1+deb9u1.debian.tar.xz
87c9d2087bacebaa7663b092dc3d702402056fc3 25604
agent-transfer-dbgsym_0.41-1+deb9u1_amd64.deb
50963339408e7cac0a5e48a6a94cc0015257931a 21016
agent-transfer_0.41-1+deb9u1_amd64.deb
b81ad983e724342d14018ead09a1bbec9907da35 73430
monkeysphere_0.41-1+deb9u1_all.deb
73c2da2c7a7dd9cdbcb814f3af79b52bfa347a71 7512
monkeysphere_0.41-1+deb9u1_amd64.buildinfo
Checksums-Sha256:
924946135ea71d33de83fabb4491e06bb317002610323d7ed1e05d20740910c0 2340
monkeysphere_0.41-1+deb9u1.dsc
1f721cf79be4bb7a76208496c7970fec0dd3ac1c791f8dafcb45228674f925df 6820
monkeysphere_0.41-1+deb9u1.debian.tar.xz
38db97659c5cb68476d90efeb3d1004d72637926f8c965886c487978297d319c 25604
agent-transfer-dbgsym_0.41-1+deb9u1_amd64.deb
c600f7ac637d1239abed63d7a3c71c9999326b310be79365a4e97f8999744736 21016
agent-transfer_0.41-1+deb9u1_amd64.deb
ecad6268acd5bf0ce37f9bd50950c3b3cedd9e602053f25336f52d7938adc5e7 73430
monkeysphere_0.41-1+deb9u1_all.deb
767d7537b965245765b14ca6487d0789b089442a6fc6d70a8794d92ef3927ebd 7512
monkeysphere_0.41-1+deb9u1_amd64.buildinfo
Files:
a2e90c1511bb5cfde124ddf4e7314eb4 2340 net extra monkeysphere_0.41-1+deb9u1.dsc
a30271c08b4b38438adbf6d52fce30fa 6820 net extra
monkeysphere_0.41-1+deb9u1.debian.tar.xz
164e721f29b5d43e31efbb75b8bf4328 25604 debug extra
agent-transfer-dbgsym_0.41-1+deb9u1_amd64.deb
32122e3163028b59efc9a7a8b1856bde 21016 net extra
agent-transfer_0.41-1+deb9u1_amd64.deb
fe82ec8c185ac489dc0abd8f43802d27 73430 net extra
monkeysphere_0.41-1+deb9u1_all.deb
ee45486b4cad3df7cadd5f774e876c32 7512 net extra
monkeysphere_0.41-1+deb9u1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAl1a5ZYACgkQHpU+J9Qx
Hlhxnw/8DInon+TakQa2xmPjqEhxwhNQ1j9sK7tCSI5n0ZLtW/8m1Bvg467PzZ5m
AqhMZoxnm3NJ+dlBbNQcoRglAb416omeqyfhAf9Hzh1RHdVqpROjtzd8MUD3DIWV
K0cy4zpSWIkxwKLfbTQLFhTFBZNZE/XawzAxv66ONqEOpejtwEyp9tXJbVukxO1M
YiyffbEWnbbPt/7TBRTJkzRSfI1B1o4q+hJ/SW2Mf0N+l98AN/6TBb8NADcAqqun
HpAhtD+p9SjK1LemCXx6cYdKNE12spELBsQKNhOgfEgwjXktYkoel6Z0utc+XfkI
3/shxyXKIdGUYCOoon1Es05ec1qR23s7Z8ZX/gMwby+NMKqAdlbBztWmRWVE95xM
QD1rpg4LqyvlnGK8IogKVNPVv9lU1O1OylKqJ7TCG5B3qalRoxNmsmWVbsc/g2vg
XVH5cZEdRirSc2kGVCpaebi3P1NGdOLFsYOuoROUZGvFM7geFm68DOGwzEpYOC/z
QmpymMlt6GCJDEn6drtT9G/kd+x14c+FLCBoAT37Jgc19P+lVgTYm28T81zWzn3W
L68pktmpU9p5yCVzjac6mfclwu9YlJdUv9vgvk5+MLBEuqvZvb1uST8kGWzwnK3W
Otqokw5cR5Ujdoa7TLyPPT0rGpKiR0eN/mUMMO4QzJ+HgPb4lNc=
=Se2b
-----END PGP SIGNATURE-----
--- End Message ---