Bug 2007247

Summary: perl-Crypt-SSLeay-0.72-32.fc36 FTBFS with OpenSSL 3: SSLeay.so: undefined symbol: SSLv3_client_method
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: perl-Crypt-SSLeayAssignee: Jitka Plesnikova <jplesnik>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 36CC: caillon+fedoraproject, caolanm, jplesnik, kasal, mspacek, perl-devel, rhughes, rstrode, sahana, sandmann, tvignaud
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://koschei.fedoraproject.org/package/perl-Crypt-SSLeay?collection=f36
Whiteboard:
Fixed In Version: perl-Crypt-SSLeay-0.72-34.fc37 perl-Crypt-SSLeay-0.72-35.fc36 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-03-27 00:15:51 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:
Bug Depends On:    
Bug Blocks: 1992484, 2045102    

Description Petr Pisar 2021-09-23 12:00:26 UTC
perl-Crypt-SSLeay-0.72-32.fc36 fails to build in Fedora 36 with the new OpenSSL 3.0.0 because the tests fail like this:

+ make test
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Crypt/SSLeay/SSLeay.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
#   Failed test 'use Crypt::SSLeay;'
#   at t/00-basic.t line 6.
#     Tried to use 'Crypt::SSLeay'.
#     Error:  Can't load '/builddir/build/BUILD/Crypt-SSLeay-0.72/blib/arch/auto/Crypt/SSLeay/SSLeay.so' for module Crypt::SSLeay: /builddir/build/BUILD/Crypt-SSLeay-0.72/blib/arch/auto/Crypt/SSLeay/SSLeay.so: undefined symbol: SSLv3_client_method at /usr/lib64/perl5/DynaLoader.pm line 193.
# � at t/00-basic.t line 6.
# Compilation failed in require at t/00-basic.t line 6.
# BEGIN failed--compilation aborted at t/00-basic.t line 6.

Comment 1 Petr Pisar 2021-11-11 11:36:20 UTC
*** Bug 2021942 has been marked as a duplicate of this bug. ***

Comment 2 Petr Pisar 2021-11-26 12:53:14 UTC
The build fails because SSLv3 is not available in Fedora's OpenSSL 3.

While it should be trivial to add support for TLS, this package is long unmaintained by its upstream. There are only two reverse dependencies in Fedora:

edg-mkgridmap-0:4.0.4-11.fc35.src
perl-WWW-Google-Contacts-0:0.39-18.fc35.src

I've just removed the bogus dependency from edg-mkgridmap-4.0.4-12.fc36.
perl-WWW-Google-Contacts is long (7 years) upstream dead and it probably does not work either (CPAN RT#113292). I proposed its removal (bug #2026907).

I think we should remove perl-Crypt-SSLeay once perl-WWW-Google-Contacts removal is resolved.

Comment 3 Ben Cotton 2022-02-08 21:25:04 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 36 development cycle.
Changing version to 36.

Comment 4 Thierry Vignaud 2022-03-18 13:53:22 UTC
Replacing Crypt-SSLeay-0.72-Do-not-use-SSLv2_client_method-with-OpenSSL-1.1.0.patch by https://rt.cpan.org/Ticket/Attachment/1895646/1016322/Use_TLS_client_method-with-OpenSSL-1.1.1.patch just fixes the build of this package…

Comment 5 Fedora Update System 2022-03-22 14:54:33 UTC
FEDORA-2022-c2203f1964 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-c2203f1964

Comment 6 Fedora Update System 2022-03-22 17:55:37 UTC
FEDORA-2022-c2203f1964 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-c2203f1964`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-c2203f1964

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

Comment 7 Fedora Update System 2022-03-23 16:51:30 UTC
FEDORA-2022-c2203f1964 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-c2203f1964`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-c2203f1964

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

Comment 8 Fedora Update System 2022-03-27 00:15:51 UTC
FEDORA-2022-c2203f1964 has been pushed to the Fedora 36 stable repository.
If problem still persists, please make note of it in this bug report.