Bug 2231896 - Class :isa attribute requires a class but "String::License::Naming" is not one at /usr/share/perl5/vendor_perl/String/License/Naming/Custom.pm line 64.
Summary: Class :isa attribute requires a class but "String::License::Naming" is not on...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: licensecheck
Version: 39
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Sandro Mani
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-08-14 14:59 UTC by Richard W.M. Jones
Modified: 2023-08-15 11:50 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2023-08-15 11:50:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Richard W.M. Jones 2023-08-14 14:59:49 UTC
The 'licensecheck' program fails to work at all in Fedora 39:

$ licensecheck --help
Class :isa attribute requires a class but "String::License::Naming" is not one at /usr/share/perl5/vendor_perl/String/License/Naming/Custom.pm line 64.
Compilation failed in require at /usr/bin/licensecheck line 60.
BEGIN failed--compilation aborted at /usr/bin/licensecheck line 60.


Reproducible: Always

Steps to Reproduce:
1. Run any 'licensecheck' command.




perl-String-License-0.0.9-1.fc39.noarch
licensecheck-3.3.8-1.fc38.noarch

Comment 1 Richard W.M. Jones 2023-08-14 15:02:32 UTC
/usr/bin/licensecheck line 60 is:

  use String::License::Naming::Custom;

/usr/share/perl5/vendor_perl/String/License/Naming/Custom.pm line 64 is:

  class String::License::Naming::Custom : isa(String::License::Naming);

/usr/share/perl5/vendor_perl/String/License/Naming.pm appears to exist
and contains a correct 'package' line, so the error is a strange one.


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