FS#58046 - [abcde] Requires Mojo::base Perl module
Attached to Project:
Community Packages
Opened by Jorispilot (Jorispilot) - Saturday, 31 March 2018, 08:59 GMT
Last edited by Jakob Gruber (schuay) - Tuesday, 03 April 2018, 16:12 GMT
Opened by Jorispilot (Jorispilot) - Saturday, 31 March 2018, 08:59 GMT
Last edited by Jakob Gruber (schuay) - Tuesday, 03 April 2018, 16:12 GMT
|
Details
Description: abcde seems to require the perl module:
Mojo::Base. This aborts the program. The only module I have
found is perl-mojo-base-xs (in the AUR), which does not make
abcde to work.
Additional info: * package version(s): 2.9.1-2 Steps to reproduce: $ abcde Can't locate Mojo/Base.pm in @INC (you may need to install the Mojo::Base module) (@INC contains: /usr/lib/perl5/5.26/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.26/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.26/core_perl /usr/share/perl5/core_perl) at /usr/share/perl5/vendor_perl/WebService/MusicBrainz.pm line 4. BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/WebService/MusicBrainz.pm line 4. Compilation failed in require at /usr/bin/abcde-musicbrainz-tool line 19. BEGIN failed--compilation aborted at /usr/bin/abcde-musicbrainz-tool line 19. [ERROR] abcde: abcde-musicbrainz-tool failed to run; ABORT |
This task depends upon
Closed by Jakob Gruber (schuay)
Tuesday, 03 April 2018, 16:12 GMT
Reason for closing: Fixed
Additional comments about closing: Switched to cddb as the default CDDBMETHOD in 2.9.1-3.
Tuesday, 03 April 2018, 16:12 GMT
Reason for closing: Fixed
Additional comments about closing: Switched to cddb as the default CDDBMETHOD in 2.9.1-3.
> cpan
> install Mojo::Base
> install WebService::MusicBrainz
However this seems not ideal for a package not to work out of the box…
Looks like perl-webservice-musicbrainz and perl-musicbrainz-discid (currently in the AUR) are now hard dependencies.