FS#75326 - [perl-data-compare] Missing dependency 'perl-clone'

Attached to Project: Arch Linux
Opened by Tiago de Paula (marmis) - Friday, 15 July 2022, 00:45 GMT
Last edited by Antonio Rojas (arojas) - Friday, 15 July 2022, 06:03 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

Can't import 'Data::Compare' and the problem seems to be that 'perl-data-compare' needs 'perl-clone' to work, as can be seen in the source code (https://metacpan.org/dist/Data-Compare/source/lib/Data/Compare.pm#L15). A simple 'use Data::Compare' results in:

Can't locate Clone.pm in @INC (you may need to install the Clone module) (@INC contains: /usr/lib/perl5/5.36/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.36/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.36/core_perl /usr/share/perl5/core_perl) at /usr/share/perl5/vendor_perl/Data/Compare.pm line 15.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Data/Compare.pm line 15.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

Installing 'perl-clone' solved for me.

Additional info:
* package version(s)
- perl = 5.36.0-1
- perl-data-compare = 1.27-1

Steps to reproduce:
- Run: perl -e 'use Data::Compare'
This task depends upon

Closed by  Antonio Rojas (arojas)
Friday, 15 July 2022, 06:03 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#75275 
Comment by Tiago de Paula (marmis) - Friday, 15 July 2022, 00:52 GMT
Sorry, wrongly marked as Critical, meant to be just High severity. Also, don't know how to format links in this editor.

This problem also affects biber 1:2.17-2 as a direct dependency of that.

Loading...