Bug 2069748

Summary: Fix functionality of Crypt::OpenSSL::Guess in Makefile.PL
Product: [Fedora] Fedora Reporter: Michal Josef Spacek <mspacek>
Component: perl-Crypt-OpenSSL-PKCS10Assignee: Michal Josef Spacek <mspacek>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jplesnik, perl-devel, wjhns174
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: perl-Crypt-OpenSSL-PKCS10-0.19-2.fc367 perl-Crypt-OpenSSL-PKCS10-0.19-2.fc36 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-05-07 04:13:18 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michal Josef Spacek 2022-03-29 15:40:53 UTC
Description of problem:
Bad OpenSSL library detection via Crypt::OpenSSL::Guess in Makefile.PL
Main issue is missing openssl tool which is required for guess

Version-Release number of selected component (if applicable):
perl-Crypt-OpenSSL-PKCS10-0.19-1.fc37
perl-Crypt-OpenSSL-PKCS10-0.19-1.fc36

How reproducible:
Build package and look to build.log

Actual results:
+ perl Makefile.PL INSTALLDIRS=vendor
Checking if your kit is complete...
Looks good
Warning: NAME must be a package name
Warning: Guessing NAME [Crypt-OpenSSL-PKCS10] from current directory name.
Use of uninitialized value in subroutine entry at /usr/share/perl5/vendor_perl/Crypt/OpenSSL/Guess.pm line 167.
Use of uninitialized value in subroutine entry at /usr/share/perl5/vendor_perl/Crypt/OpenSSL/Guess.pm line 167.
Use of uninitialized value in subroutine entry at /usr/share/perl5/vendor_perl/Crypt/OpenSSL/Guess.pm line 167.
Use of uninitialized value in subroutine entry at /usr/share/perl5/vendor_perl/Crypt/OpenSSL/Guess.pm line 167.
Use of uninitialized value in subroutine entry at /usr/share/perl5/vendor_perl/Crypt/OpenSSL/Guess.pm line 167.
Use of uninitialized value $exec in -x at /usr/share/perl5/vendor_perl/Crypt/OpenSSL/Guess.pm line 47.
Use of uninitialized value in subroutine entry at /usr/share/perl5/vendor_perl/Crypt/OpenSSL/Guess.pm line 167.
Use of uninitialized value in subroutine entry at /usr/share/perl5/vendor_perl/Crypt/OpenSSL/Guess.pm line 167.
Use of uninitialized value in subroutine entry at /usr/share/perl5/vendor_perl/Crypt/OpenSSL/Guess.pm line 167.
Use of uninitialized value in subroutine entry at /usr/share/perl5/vendor_perl/Crypt/OpenSSL/Guess.pm line 167.
Use of uninitialized value in subroutine entry at /usr/share/perl5/vendor_perl/Crypt/OpenSSL/Guess.pm line 167.
Use of uninitialized value $exec in -x at /usr/share/perl5/vendor_perl/Crypt/OpenSSL/Guess.pm line 21.
Checking if your kit is complete...

Expected results:
Without warnings and with right detection of openssl library.

Comment 1 Fedora Update System 2022-03-30 11:50:17 UTC
FEDORA-2022-e3cee53228 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-e3cee53228

Comment 2 Fedora Update System 2022-03-31 18:24:47 UTC
FEDORA-2022-e3cee53228 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-e3cee53228`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-e3cee53228

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 3 Fedora Update System 2022-05-07 04:13:18 UTC
FEDORA-2022-e3cee53228 has been pushed to the Fedora 36 stable repository.
If problem still persists, please make note of it in this bug report.