Bug 2066641

Summary: perl-ORLite-1.98-27.fc37 FTBFS: Failed test '->table_info ok' with sqlite ≥ 3.38.0
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: perl-ORLiteAssignee: Jitka Plesnikova <jplesnik>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: perl-devel
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://koschei.fedoraproject.org/package/perl-ORLite
Whiteboard:
Fixed In Version: perl-ORLite-1.98-28.fc37 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-03-24 14:52:56 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: 2045102    

Description Petr Pisar 2022-03-22 08:57:15 UTC
perl-ORLite-1.98-27.fc37 fails to build in Fedora 37 because tests fail like this:

t/01_compile.t ....... ok
#   Failed test '->table_info ok'
#   at t/02_basics.t line 60.
#     Structures begin differing at:
#          $got->[0]{type} = 'INTEGER'
#     $expected->[0]{type} = 'integer'
# Looks like you failed 1 test of 74.
t/02_basics.t ........ 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/74 subtests 

This is caused by upgrading sqlite from 3.36.0 to 3.38.0. See for a fix proposed to an upstream <https://rt.cpan.org/Public/Bug/Display.html?id=140748>.