Bug 1956206 - perl-Crypt-CBC-3.03-1.fc35 FTBFS on Perl bootstrap: Can't locate object method "keysize" via package "Crypt::IDEA" at t/nopadding.t line 40.
Summary: perl-Crypt-CBC-3.03-1.fc35 FTBFS on Perl bootstrap: Can't locate object metho...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-Crypt-CBC
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Paul Howarth
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-05-03 08:11 UTC by Petr Pisar
Modified: 2021-05-03 13:07 UTC (History)
3 users (show)

Fixed In Version: perl-Crypt-CBC-3.03-2.fc35
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-05-03 13:07:02 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Petr Pisar 2021-05-03 08:11:59 UTC
perl-Crypt-CBC-3.03-1.fc35 fails to build when bootstrapping Perl because t/nopadding.t fails without perl-CryptX-0.053-19.fc35 having been installed:


$ perl -Ilib t/nopadding.t
1..2
using Crypt::IDEA for testing
ok 1
Can't locate object method "keysize" via package "Crypt::IDEA" at t/nopadding.t line 40.

Compare to an output after installing perl-CryptX:

$ perl -Ilib t/nopadding.t
1..2
using Crypt::Cipher::AES for testing
ok 1
ok 2

Comment 1 Paul Howarth 2021-05-03 13:02:24 UTC
Looks like Crypt::CBC uses Crypt::Cipher::AES as the default cipher unless you explicitly tell it to use something else, so I'll make it a hard dependency. This doesn't appear to present a bootstrapping issue.

Comment 2 Paul Howarth 2021-05-03 13:07:02 UTC
Build done:
https://koji.fedoraproject.org/koji/taskinfo?taskID=67142922


Note You need to log in before you can comment on or make changes to this bug.