FS#76228 - [biber] Missing perl-clone dependency

Attached to Project: Community Packages
Opened by Mayeul C. (MayeulC) - Monday, 17 October 2022, 14:51 GMT
Last edited by Antonio Rojas (arojas) - Monday, 17 October 2022, 15:04 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

I had biber installed, but it complained that it was missing perl-clone. After installing the perl-clone package, biber works.

Output without installing it (same output with `perl /usr/share/perl5/vendor_perl/Biber.pm`):

/usr/bin/vendor_perl/biber
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 /usr/share/perl5/vendor_perl/Biber/Config.pm line 9.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Biber/Config.pm line 9.
Compilation failed in require at /usr/share/perl5/vendor_perl/Biber/LaTeX/Recode.pm line 6.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Biber/LaTeX/Recode.pm line 6.
Compilation failed in require at /usr/share/perl5/vendor_perl/Biber/Utils.pm line 19.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Biber/Utils.pm line 19.
Compilation failed in require at /usr/share/perl5/vendor_perl/Biber/Internals.pm line 8.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Biber/Internals.pm line 8.
Compilation failed in require at /usr/share/perl5/core_perl/parent.pm line 16.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Biber.pm line 5.
Compilation failed in require at /usr/bin/vendor_perl/biber line 17.
BEGIN failed--compilation aborted at /usr/bin/vendor_perl/biber line 17

Additional info:
* package version(s) : 1:2.17-2

Steps to reproduce:
- install biber without perl-clone
- run /usr/bin/vendor_perl/biber
This task depends upon

Closed by  Antonio Rojas (arojas)
Monday, 17 October 2022, 15:04 GMT
Reason for closing:  Not a bug
Comment by Doug Newgard (Scimmia) - Monday, 17 October 2022, 14:59 GMT
It's required by perl-data-compare, which is required by biber.

EDIT: also see  FS#75275 

Loading...