Your message dated Fri, 26 May 2017 18:48:43 +0000
with message-id <[email protected]>
and subject line Bug#861591: fixed in libgnupg-interface-perl 0.52-7
has caused the Debian Bug report #861591,
regarding libgnupg-interface-perl: FTBFS: Failed 10/22 test programs. 23/53
subtests failed.
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.)
--
861591: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861591
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libgnupg-interface-perl
Version: 0.52-5
Severity: serious
Justification: fails to build from source
User: [email protected]
Usertags: ftbfs
X-Debbugs-Cc: [email protected]
Dear Maintainer,
libgnupg-interface-perl fails to build from source in unstable/amd64:
[…]
dh build
dh_testdir
dh_update_autotools_config
dh_auto_configure
perl -I. Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2
-fdebug-prefix-map=«BUILDDIR»=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2"
"LD=x86_64-linux-gnu-gcc -g -O2
-fdebug-prefix-map=/home/lamby/temp/cdt.20170430222311.WuN76MAfhh.db.libgnupg-interface-perl/libgnupg-interface-perl-0.52=.
-fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro"
which gpg ... /usr/bin/gpg
Checking if your kit is complete...
Warning: the following files are missing in your kit:
test/options
Please inform the author.
Generating a Unix-style Makefile
Writing Makefile for GnuPG::Interface
Writing MYMETA.yml and MYMETA.json
dh_auto_build
make -j1
make[1]: Entering directory '«BUILDDIR»'
cp lib/GnuPG/Revoker.pm blib/lib/GnuPG/Revoker.pm
cp lib/GnuPG/PublicKey.pm blib/lib/GnuPG/PublicKey.pm
cp lib/GnuPG/SecretKey.pm blib/lib/GnuPG/SecretKey.pm
cp lib/GnuPG/Key.pm blib/lib/GnuPG/Key.pm
cp lib/GnuPG/HashInit.pm blib/lib/GnuPG/HashInit.pm
cp lib/GnuPG/Fingerprint.pm blib/lib/GnuPG/Fingerprint.pm
cp lib/GnuPG/Handles.pm blib/lib/GnuPG/Handles.pm
cp lib/GnuPG/UserAttribute.pm blib/lib/GnuPG/UserAttribute.pm
cp lib/GnuPG/Signature.pm blib/lib/GnuPG/Signature.pm
cp lib/GnuPG/SubKey.pm blib/lib/GnuPG/SubKey.pm
cp lib/GnuPG/Interface.pm blib/lib/GnuPG/Interface.pm
cp lib/GnuPG/UserId.pm blib/lib/GnuPG/UserId.pm
cp lib/GnuPG/PrimaryKey.pm blib/lib/GnuPG/PrimaryKey.pm
cp lib/GnuPG/Options.pm blib/lib/GnuPG/Options.pm
Manifying 13 pod documents
make[1]: Leaving directory '«BUILDDIR»'
debian/rules override_dh_auto_test
make[1]: Entering directory '«BUILDDIR»'
mkdir -p «BUILDDIR»/debian/build
# this chmod can be dropped once CPAN #102651 is resolved upstream
chmod a+x test/fake-pinentry.pl
HOME=«BUILDDIR»/debian/build dh_auto_test
make -j1 test TEST_VERBOSE=1
make[2]: Entering directory '«BUILDDIR»'
PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl"
"-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef
*Test::Harness::Switches; test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/000_setup.t ..............
1..1
not ok 1
Failed 1/1 subtests
t/clearsign.t ..............
1..2
not ok 1
not ok 2
Failed 2/2 subtests
t/decrypt.t ................
1..4
not ok 1
not ok 2
not ok 3
not ok 4
Failed 4/4 subtests
t/detach_sign.t ............
1..2
not ok 1
not ok 2
Failed 2/2 subtests
t/encrypt.t ................
1..4
ok 1
ok 2
ok 3
ok 4
ok
t/encrypt_symmetrically.t ..
1..2
not ok 1
not ok 2
Failed 2/2 subtests
t/export_keys.t ............
1..2
ok 1
ok 2
ok
t/Fingerprint.t ............
1..2
ok 1
ok 2
ok
t/get_public_keys.t ........
1..3
ok 1
ok 2
ok 3
ok
gpg: can't connect to the agent: File name too long
gpg: error reading key: No secret key
Can't call method "compare" on an undefined value at t/get_secret_keys.t line
116.
t/get_secret_keys.t ........
1..2
not ok 1
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
t/import_keys.t ............
1..2
ok 1
ok 2
ok
t/Interface.t ..............
1..2
ok 1
ok 2
ok
t/list_public_keys.t .......
1..3
ok 1
ok 2
ok 3
ok
t/list_secret_keys.t .......
1..4
not ok 1
not ok 2
not ok 3
not ok 4
Failed 4/4 subtests
t/list_sigs.t ..............
1..3
ok 1
ok 2
ok 3
ok
gpg: can't connect to the agent: File name too long
gpg: Warning: not using '0xF950DA9C' as default key: No secret key
gpg: all values passed to '--default-key' ignored
gpg: can't connect to the agent: File name too long
gpg: no default secret key: No secret key
gpg: signing failed: No secret key
t/passphrase_handling.t ....
1..3
not ok 1
not ok 2
not ok 3
Failed 3/3 subtests
t/sign.t ...................
1..2
not ok 1
not ok 2
Failed 2/2 subtests
t/sign_and_encrypt.t .......
1..2
not ok 1
not ok 2
Failed 2/2 subtests
t/UserId.t .................
1..2
ok 1
ok 2
ok
t/verify.t .................
1..2
ok 1
ok 2
ok
t/wrap_call.t ..............
1..4
ok 1
ok 2
ok 3
ok 4
ok
t/zzz_cleanup.t ............
1..1
ok 1
ok
Test Summary Report
-------------------
t/000_setup.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
t/clearsign.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1-2
t/decrypt.t (Wstat: 0 Tests: 4 Failed: 4)
Failed tests: 1-4
t/detach_sign.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1-2
t/encrypt_symmetrically.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1-2
t/get_secret_keys.t (Wstat: 512 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 1.
t/list_secret_keys.t (Wstat: 0 Tests: 4 Failed: 4)
Failed tests: 1-4
t/passphrase_handling.t (Wstat: 0 Tests: 3 Failed: 3)
Failed tests: 1-3
t/sign.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1-2
t/sign_and_encrypt.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1-2
Files=22, Tests=53, 176 wallclock secs ( 0.07 usr 0.02 sys + 4.49 cusr
0.50 csys = 5.08 CPU)
Result: FAIL
Failed 10/22 test programs. 23/53 subtests failed.
Makefile:829: recipe for target 'test_dynamic' failed
make[2]: *** [test_dynamic] Error 255
make[2]: Leaving directory '«BUILDDIR»'
dh_auto_test: make -j1 test TEST_VERBOSE=1 returned exit code 2
debian/rules:13: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 2
make[1]: Leaving directory '«BUILDDIR»'
debian/rules:6: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
[…]
The full build log is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
libgnupg-interface-perl.0.52-5.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message ---
Source: libgnupg-interface-perl
Source-Version: 0.52-7
We believe that the bug you reported is fixed in the latest version of
libgnupg-interface-perl, 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.
Daniel Kahn Gillmor <[email protected]> (supplier of updated
libgnupg-interface-perl 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, 26 May 2017 14:37:11 -0400
Source: libgnupg-interface-perl
Binary: libgnupg-interface-perl
Architecture: source
Version: 0.52-7
Distribution: experimental
Urgency: medium
Maintainer: Debian Perl Group <[email protected]>
Changed-By: Daniel Kahn Gillmor <[email protected]>
Description:
libgnupg-interface-perl - Perl interface to GnuPG
Closes: 861591
Changes:
libgnupg-interface-perl (0.52-7) experimental; urgency=medium
.
* Use temporary, short-path GNUPGHOME for test suites (Closes: #861591)
Checksums-Sha1:
70b10ae277dc519d6d44f0fb1000a3037f0ad15a 2347
libgnupg-interface-perl_0.52-7.dsc
0d9b5171ba825ad6bc73aaa202a9dd36ba8e7101 21948
libgnupg-interface-perl_0.52-7.debian.tar.xz
e9bad889fb8ee999ccd3bad69fc5bc3da3c85c96 11356
libgnupg-interface-perl_0.52-7_amd64.buildinfo
Checksums-Sha256:
65baf05d49aa7a9618de62e1de53446eb0afa9f7eb8a0dd80927c5a3fae4513b 2347
libgnupg-interface-perl_0.52-7.dsc
56de447a4aae6cd3b63cd7d5e67b404db52428795557c9a06529e9f77e606e07 21948
libgnupg-interface-perl_0.52-7.debian.tar.xz
c4103a8aa3d4750ab6a80783c7890bae43d2bb86e13195100e3eed6a5f4835d7 11356
libgnupg-interface-perl_0.52-7_amd64.buildinfo
Files:
d542b8c8dec87274e78f7fe87e53aaa5 2347 perl optional
libgnupg-interface-perl_0.52-7.dsc
ac9fe8c8e739e18d9f5a31b84247555b 21948 perl optional
libgnupg-interface-perl_0.52-7.debian.tar.xz
1cb45e7be91d45cb3d70c339c6f8bdaa 11356 perl optional
libgnupg-interface-perl_0.52-7_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOCdgUepHf6PklTkyFJitxsGSMjcFAlkodiwACgkQFJitxsGS
MjfvtQ//RJjv07zRlVSisKijeFw8Of2gSkc737wOEUkSCO9jxcv8bl+LgBLDVw4s
z7RfnZHJpq6flMSrWqPHWqIEmeUeHVpcYVm0schm/hHMUeGBg1JK+EYcNQlGpmew
FJlcwPLbS8acTE23ra88Jy0qKfYbjGQL9nXA8VL3+eYK9VUPqWruqeoP/tgGCONo
684Hz6VEE8QoRzyuR1Al3oPuTon+vI+FdzvlfAcqeKXiDE/BprxBW91GNG987DcN
FQ0vVw4lDVo8Wkvp4Lp8j+LJSWcTRmyVAKieeytWWZB0MSWE393DH5i8Zc+GCtP4
7H0gYE9syvClaWBIZoLmIwnKMwla5YylOZbpufsMNzklZ6sGM9ANAXQUIIqpFu/Y
FPDOhOQx2dnGo5yQwiKk1bv9TI1ChHvcM0n+kDk5HcdImc8FsZD5hfiLkgaC54w4
c+kkF5/zcEg6gT7jKb0viIVANMtV7CJqCz3m8pYSpwuJuiBToec3CqmExo4g5TbC
YukQhmZF57Hys0qe+o6mLBL9m/StBVxMx8kTUI/MyRDmhUVklOqPWyYauH/2jxSh
mt0u7kX7654ED+o0OHA8iq1U/GzlHRCOET9TuI8xCXYtHCJzPqkwO8Nbyy5F5ohh
fPs3DBzEUJBz5GMRZHSP7U/ZYNKdXVoGt2Z3c3AMqhRmLaHFpUc=
=f3jd
-----END PGP SIGNATURE-----
--- End Message ---