Search Criteria
Package Details: perl-rpc-xml 0.80-3
Git Clone URL: | https://aur.archlinux.org/perl-rpc-xml.git (read-only, click to copy) |
---|---|
Package Base: | perl-rpc-xml |
Description: | A set of classes for core data, message and XML handling |
Upstream URL: | https://metacpan.org/release/RPC-XML |
Licenses: | |
Submitter: | None |
Maintainer: | vanyasem |
Last Packager: | vanyasem |
Votes: | 77 |
Popularity: | 0.000000 |
First Submitted: | 2007-04-16 06:52 |
Last Updated: | 2018-09-18 11:36 |
Dependencies (6)
- perl-libwww
- perl-xml-parser>=2.31
- perl>=5.8.8 (perl-git)
- perl-datetime-format-iso8601 (optional) – DateTime::Format::ISO8601 support
- perl-net-server (optional) – Net::Server support
- perl-xml-libxml (optional) – XML::LibXML support
Latest Comments
1 2 3 4 5 Next › Last »
vanyasem commented on 2018-09-18 11:26
Oh, I apologize, I removed
40_server.t
, but left40_server_xmllibxml.t
there, because it was not run for me (I don't haveperl-xml-libxml
installed)vguarnaccia commented on 2018-09-18 04:30
Even with the patch, test 40 fails on my machine.
https://asciinema.org/a/2MW62zTTdIxCHU2SkZPLjO7lJ
vanyasem commented on 2018-09-17 16:08
Patched the package to remove the broken test, as it seems to be abandoned upstream
jnbek commented on 2018-09-17 14:50
I apologize for not getting to this, I just started a new job and I just don't have the time necessary to maintain this right now. Setting loose to the wild so someone else can get it updated.
vanyasem commented on 2018-09-17 11:11
add
rm t/40_server.t
to check() aftercd
to remove the broken test.Also opt depends on
perl-xml-libxml
.sabbath commented on 2018-07-31 15:48
I got the Checksum error.
Basxto commented on 2018-05-10 09:13
Workaround:
Comment out
::1
in/etc/hosts
, since the tests have trouble with IPv6kevinkjt2000 commented on 2017-12-20 21:14
I reported https://github.com/rjray/rpc-xml/issues/14 since I see the same problem as Skynet. I would recommend to anyone, to NOT comment out make test. Make test is very important to verifying installation of perl packages.
mannp commented on 2017-12-12 14:13
Tried again today and it built fine ..... perhaps upstream changes, not sure, but it built.
mannp commented on 2017-12-10 22:14
i have the same error as @skynet and have seen others report the workaround causes further problems down the line.
Is there a fix for the problem at all? :)
Thanks