Search Criteria
Package Details: perl-travel-status-de-deutschebahn 3.01-1
Git Clone URL: | https://aur.archlinux.org/perl-travel-status-de-deutschebahn.git (read-only, click to copy) |
---|---|
Package Base: | perl-travel-status-de-deutschebahn |
Description: | Interface to the DeutscheBahn online departure monitor |
Upstream URL: | http://finalrewind.org/projects/Travel-Status-DE-DeutscheBahn/ |
Licenses: | |
Submitter: | byte |
Maintainer: | em0lar |
Last Packager: | em0lar |
Votes: | 2 |
Popularity: | 0.024242 |
First Submitted: | 2011-09-14 21:01 |
Last Updated: | 2020-10-15 18:37 |
Latest Comments
dreieck commented on 2017-08-01 12:19
I made aqn updated package, 'perl-travel-status-de-deutschebahn-git':
https://aur.archlinux.org/packages/perl-travel-status-de-deutschebahn-git/
byte commented on 2012-09-18 16:43
No problem here (using packer).
You fail all compilation tests.
Seen this one? -> "Error: Perl API version v5.14.0 of XML::LibXML does not match v5.16.0 at /usr/lib/perl5/core_perl/DynaLoader.pm line 213."
Is your system up-to-date?
dreieck commented on 2012-09-18 14:58
build fails in check():
===>
==> Starting check()...
t/00-compile-pm.t .... 1/2
# Failed test 'Compile test for blib/lib/Travel/Status/DE/DeutscheBahn.pm'
# at /usr/share/perl5/vendor_perl/Test/Compile.pm line 71.
# blib/lib/Travel/Status/DE/DeutscheBahn.pm does not compile
# Looks like you failed 1 test of 2.
t/00-compile-pm.t .... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
t/01-compile-pl.t .... 1/1
# Failed test 'Compile test for bin/db-ris'
# at /usr/share/perl5/vendor_perl/Test/Compile.pm line 82.
# bin/db-ris does not compile
# Looks like you failed 1 test of 1.
t/01-compile-pl.t .... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/10-pod-coverage.t .. ok
t/20-db.t ............ 1/98
# Failed test 'use Travel::Status::DE::DeutscheBahn;'
# at t/20-db.t line 10.
# Tried to use 'Travel::Status::DE::DeutscheBahn'.
# Error: Perl API version v5.14.0 of XML::LibXML does not match v5.16.0 at /usr/lib/perl5/core_perl/DynaLoader.pm line 213.
# BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/XML/LibXML.pm line 154.
# Compilation failed in require at /var/tmp/yaourt-tmp-root/aur-perl-travel-status-de-deutschebahn/src/Travel-Status-DE-DeutscheBahn-1.01/blib/lib/Travel/Status/DE/DeutscheBahn.pm line 11.
# BEGIN failed--compilation aborted at /var/tmp/yaourt-tmp-root/aur-perl-travel-status-de-deutschebahn/src/Travel-Status-DE-DeutscheBahn-1.01/blib/lib/Travel/Status/DE/DeutscheBahn.pm line 11.
# Compilation failed in require at (eval 6) line 2.
# BEGIN failed--compilation aborted at (eval 6) line 2.
# Failed test 'require Travel::Status::DE::DeutscheBahn;'
# at t/20-db.t line 12.
# Tried to require 'Travel::Status::DE::DeutscheBahn'.
# Error: Attempt to reload Travel/Status/DE/DeutscheBahn.pm aborted.
# Compilation failed in require at (eval 14) line 2.
Can't locate object method "new_from_html" via package "Travel::Status::DE::DeutscheBahn" at t/20-db.t line 16.
# Looks like you planned 98 tests but ran 2.
# Looks like you failed 2 tests of 2 run.
# Looks like your test exited with 255 just after 2.
t/20-db.t ............ Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 98/98 subtests
Test Summary Report
-------------------
t/00-compile-pm.t (Wstat: 256 Tests: 2 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/01-compile-pl.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/20-db.t (Wstat: 65280 Tests: 2 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 255
Parse errors: Bad plan. You planned 98 tests but ran 2.
Files=4, Tests=8, 0 wallclock secs ( 0.05 usr 0.00 sys + 0.67 cusr 0.00 csys = 0.72 CPU)
Result: FAIL
Failed 3/4 test programs. 4/8 subtests failed.
<===
I am not familiar with perl. So, what to do?