Package Details: perl-webservice-musicbrainz 1.0.7-1

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: 37
Popularity: 0.001569
First Submitted: 2011-02-18 20:01 (UTC)
Last Updated: 2024-08-19 21:10 (UTC)

Latest Comments

1 2 Next › Last »

FabioLolix commented on 2024-09-29 09:46 (UTC)

@unphysicalix that is happening with every major perl update and all users get that info

unphysicalix commented on 2024-09-29 09:45 (UTC)

(3/7) Warn about old perl modules WARNING: '/usr/lib/perl5/5.38' contains data from at least 3 packages which will NOT be used by the installed perl interpreter. -> Run the following command to get a list of affected packages: pacman -Qqo '/usr/lib/perl5/5.38'

you might want to recompile the packages perl-mojolicious perl-webservice-musicbrainz abcde-musicbrainz-meta

if the perl-version is > 5.38 on your system (5.40 ATM)

starfry commented on 2024-07-25 16:34 (UTC)

This failing test is still a problem. How about commenting out the "make test" in the PKGBUILD until this issue is fixed?

starfry commented on 2024-03-27 08:49 (UTC)

A temporary workaround is to do "makepkg -s" and let it fail. Then edit src/WebService-MusicBrainz-1.0.6/t/Artist.t and comment out the block of code at lines 56-61. All other tests pass and doing this allows a successful build with "makepkg -e -s".

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.