Description of problem: Package perl-Crypt-OpenSSL-PKCS10 fails to build from source against OpenSSL 3.0 in Fedora Rawhide. + make test "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- PKCS10.bs blib/arch/auto/Crypt/OpenSSL/PKCS10/PKCS10.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 PEM_write_bio_X509_REQ at t/Mytest.t line 18. # Looks like your test exited with 255 just after 1. t/Mytest.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 5/6 subtests Test Summary Report ------------------- t/Mytest.t (Wstat: 65280 Tests: 1 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 6 tests but ran 1. Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.07 cusr 0.01 csys = 0.11 CPU) Result: FAIL Failed 1/1 test programs. 0/1 subtests failed. make: *** [Makefile:961: test_dynamic] Error 255 error: Bad exit status from /var/tmp/rpm-tmp.rj8EJ0 (%check) Version-Release number of selected component (if applicable): 0.16-17.fc35 Steps to Reproduce: koji build --scratch f36 perl-Crypt-OpenSSL-PKCS10-0.16-17.fc35.src.rpm Additional info: This package is tracked by Koschei. See: https://koschei.fedoraproject.org/package/perl-Crypt-OpenSSL-PKCS10 https://koschei.fedoraproject.org/build/11176782
*** Bug 2021948 has been marked as a duplicate of this bug. ***
*** Bug 2046803 has been marked as a duplicate of this bug. ***
This bug appears to have been reported against 'rawhide' during the Fedora 36 development cycle. Changing version to 36.
A reproducer: $ perl -Iblib/{lib,arch} -e 'use Crypt::OpenSSL::PKCS10; my $r = Crypt::OpenSSL::PKCS10->new(); print $r->get_pem_req(); print qq{Not reached\n}'; echo $? PEM_write_bio_X509_REQ at -e line 1. 2
FEDORA-2022-f1728ecc63 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-f1728ecc63
FEDORA-2022-f1728ecc63 has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-f1728ecc63` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-f1728ecc63 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2022-f1728ecc63 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report.