Package Details: perl-webservice-musicbrainz 1.0.6-2

Git Clone URL: https://aur.archlinux.org/perl-webservice-musicbrainz.git (read-only, click to copy)
Package Base: perl-webservice-musicbrainz
Description: Web service API to MusicBrainz database
Upstream URL: https://metacpan.org/release/WebService-MusicBrainz
Licenses: PerlArtistic
Submitter: None
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 38
Popularity: 0.24
First Submitted: 2011-02-18 20:01 (UTC)
Last Updated: 2023-10-03 05:34 (UTC)

Latest Comments

1 2 Next › Last »

FabioLolix commented on 2024-03-02 09:28 (UTC)

I can confirm the test fail, I'll report upstream soon

keithspg commented on 2024-02-18 18:13 (UTC) (edited on 2024-02-18 18:14 (UTC) by keithspg)

tried to build this today and get a failed test:

Failed test at t/Artist.t line 58.

t/Artist.t ..... 25/? # Looks like you failed 1 test of 25. t/Artist.t ..... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/25 subtests Test Summary Report


t/Artist.t (Wstat: 256 (exited 1) Tests: 25 Failed: 1) Failed test: 16 Non-zero exit status: 1 Files=5, Tests=79, 45 wallclock secs ( 0.04 usr 0.00 sys + 2.07 cusr 0.17 csys = 2.28 CPU) Result: FAIL Failed 1/5 test programs. 1/79 subtests failed. make: *** [Makefile:846: test_dynamic] Error 255

plenaerts commented on 2023-08-31 07:05 (UTC)

I get the same error without perl-io-socket-ssl

FabioLolix commented on 2023-08-26 14:12 (UTC)

I'm away for a couple of days, got a similar feedback privately, I worked on a couple of things but wasn't able to push before leaving

snakeroot commented on 2023-08-23 02:02 (UTC) (edited on 2023-08-23 02:02 (UTC) by snakeroot)

You may need to add perl-io-socket-ssl as a dependency. abcde threw the following error:

IO::Socket::SSL 2.009+ required for TLS support at /usr/share/perl5/vendor_perl/WebService/MusicBrainz/Request.pm line 69.

Installing perl-io-socket-ssl fixed it.

dmjordan commented on 2020-04-28 01:55 (UTC)

+1 to willf's comment.

willf commented on 2020-04-19 09:19 (UTC)

The package conflicts with itself! pacaur is unable to install this package.

Looks like this has been fixed in @FabioLolix's GitHub repo of PKGBUILDs: https://github.com/FabioLolix/PKGBUILD/blob/master/perl-webservice-musicbrainz/PKGBUILD - can this be merged into the aur.archlinux.org repo?

FoPref commented on 2019-04-04 19:51 (UTC)

The package conflicts with itself! pacaur is unable to install this package.

Note that plenaerts' comment is outdated, abcde expects version 1.0.4.

plenaerts commented on 2017-08-20 09:08 (UTC)

Install of version 0.93-1 worked for me and I've succesfully upgraded to 0.94 as well. Version 1.0 is a rewrite though and not compatible with pre-1.0. abcde requires the modules pre-1.0. I've created another package perl-webservice-musicbrainz0 so this one can upgrade to 1.0 versions. Proposition for upgrading this package to 1.0.2 at https://gist.github.com/plenaerts/e7d4949c3ef7c08ebbb671296d05110f

FMB commented on 2017-05-18 21:53 (UTC) (edited on 2017-05-18 21:54 (UTC) by FMB)

No longer works, I get errors like: \C no longer supported in regex; marked by <-- HERE in m/(\ <-- HERE C)/ at /usr/share/perl5/site_perl/URI/Escape.pm line 205. Compilation failed in require at /usr/share/perl5/site_perl/URI.pm line 22. BEGIN failed--compilation aborted at /usr/share/perl5/site_perl/URI.pm line 22. Compilation failed in require at (eval 3) line 2. Compilation failed in require at /usr/share/perl5/core_perl/base.pm line 100. ...propagated at /usr/share/perl5/core_perl/base.pm line 109. BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/HTTP/Request.pm line 6. Compilation failed in require at /usr/share/perl5/vendor_perl/LWP/UserAgent.pm line 8. BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/LWP/UserAgent.pm line 8. Compilation failed in require at /usr/share/perl5/site_perl/WebService/MusicBrainz/Query.pm line 4. BEGIN failed--compilation aborted at /usr/share/perl5/site_perl/WebService/MusicBrainz/Query.pm line 4. Compilation failed in require at /usr/share/perl5/site_perl/WebService/MusicBrainz/Release.pm line 4. BEGIN failed--compilation aborted at /usr/share/perl5/site_perl/WebService/MusicBrainz/Release.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. Querying the CD for audio tracks... I tried to fiddle with the PKGBUILD file, and to manually install WebService::MusicBrainz with cpan, to no avail. abcde is unable to retrieve track info without it.