https://bugzilla.redhat.com/show_bug.cgi?id=1956206
Bug ID: 1956206 Summary: 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. Product: Fedora Version: rawhide Status: NEW Component: perl-Crypt-CBC Assignee: andreas@bawue.net Reporter: ppisar@redhat.com QA Contact: extras-qa@fedoraproject.org CC: andreas@bawue.net, perl-devel@lists.fedoraproject.org Target Milestone: --- Classification: Fedora
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
https://bugzilla.redhat.com/show_bug.cgi?id=1956206
Paul Howarth paul@city-fan.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul@city-fan.org Assignee|andreas@bawue.net |paul@city-fan.org
--- Comment #1 from Paul Howarth paul@city-fan.org --- 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.
https://bugzilla.redhat.com/show_bug.cgi?id=1956206
Paul Howarth paul@city-fan.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Fixed In Version| |perl-Crypt-CBC-3.03-2.fc35 Resolution|--- |RAWHIDE Last Closed| |2021-05-03 13:07:02
--- Comment #2 from Paul Howarth paul@city-fan.org --- Build done: https://koji.fedoraproject.org/koji/taskinfo?taskID=67142922
perl-devel@lists.fedoraproject.org