Bug 2222570

Summary: perl-SDL-2.548-18.fc39 FTBFS with Perl 5.38: undefined symbol: sv_nv
Product: [Fedora] Fedora Reporter: Jitka Plesnikova <jplesnik>
Component: perl-SDLAssignee: Petr Pisar <ppisar>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: hdegoede, perl-devel, ppisar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: perl-SDL-2.548-19.fc39 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-07-13 09:23:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jitka Plesnikova 2023-07-13 06:23:46 UTC
perl-SDL-2.548-18.fc39 fails to build with Perl 5.38 because a build fails:

#   Failed test 'use SDLx::App;'
#   at t/00-load.t line 88.
#     Tried to use 'SDLx::App'.
#     Error:  Can't load '/home/cpansand/.cpan/build/2022100913/SDL-2.548-0/blib/arch/auto/SDLx/Controller/Interface/Interface.so' for module SDLx::Controller::Interface: /home/cpansand/.cpan/build/2022100913/SDL-2.548-0/blib/arch/auto/SDLx/Controller/Interface/Interface.so: undefined symbol: sv_nv at /opt/perl-5.37.4/lib/5.37.4/x86_64-linux/DynaLoader.pm line 206.
#  at /home/cpansand/.cpan/build/2022100913/SDL-2.548-0/blib/lib/SDLx/Controller.pm line 10.
# Compilation failed in require at /home/cpansand/.cpan/build/2022100913/SDL-2.548-0/blib/lib/SDLx/Controller.pm line 10.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2022100913/SDL-2.548-0/blib/lib/SDLx/Controller.pm line 10.
# Compilation failed in require at /opt/perl-5.37.4/lib/5.37.4/base.pm line 137.
# 	...propagated at /opt/perl-5.37.4/lib/5.37.4/base.pm line 159.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2022100913/SDL-2.548-0/blib/lib/SDLx/App.pm line 23.
# Compilation failed in require at t/00-load.t line 88.
# BEGIN failed--compilation aborted at t/00-load.t line 88.
Bailout called.  Further testing stopped:  Test failed.  BAIL OUT!.
t/00-load.t ..................... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/43 subtests 

Reproducible: Always