https://bugzilla.redhat.com/show_bug.cgi?id=1399193 Bug ID: 1399193 Summary: perl-Crypt-GCrypt-1.26-3.fc26 FTBFS: cipher_encrypt: key not set Product: Fedora Version: rawhide Component: perl-Crypt-GCrypt Assignee: ppisar@xxxxxxxxxx Reporter: ppisar@xxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: jplesnik@xxxxxxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx, ppisar@xxxxxxxxxx perl-Crypt-GCrypt-1.26-3.fc26 fails to build in F26 because a test fails: + make test "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- GCrypt.bs blib/arch/auto/Crypt/GCrypt/GCrypt.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t cipher_encrypt: key not set # Failed test 20 in t/01-cipher.t at line 107 # t/01-cipher.t line 107 is: ok(eval { my $e2 = $c->encrypt('aaaaaaaaaaaaaaaa') . $c->finish; 1 }); # this should not die WARNING: the ->finish() method was not called after encryption/decryption. at t/01-cipher.t line 100. t/01-cipher.t ......... Failed 1/20 subtests This is caused by upgrading gcrypt from 1.6.6-1.fc26 to 1.7.3-1.fc26. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx