LibreCat / Catmandu-RDF

Catmandu modules for working with RDF data
https://metacpan.org/release/Catmandu-RDF
Other
5 stars 6 forks source link

Impossible to install #37

Open aborruso opened 6 years ago

aborruso commented 6 years ago

Hi, when I try to install I have:

#   Failed test '"geo_Point"'
#   at t/objects.t line 32.
#     Structures begin differing at:
#          $got->[0] = 'http://www.opengis.net/ont/geosparql#Point'
#     $expected->[0] = 'http://www.w3.org/2003/01/geo/wgs84_pos#Point'
# Looks like you failed 1 test of 18.
t/objects.t .............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/18 subtests
t/release-pod-syntax.t .. skipped: these tests are for release candidate testing
t/suite.t ............... ok
t/trine.t ............... ok

Test Summary Report
-------------------
t/objects.t           (Wstat: 256 Tests: 18 Failed: 1)
  Failed test:  18
  Non-zero exit status: 1
Files=11, Tests=181,  8 wallclock secs ( 0.05 usr  0.11 sys +  3.23 cusr  0.98 csys =  4.37 CPU)
Result: FAIL
-> FAIL Installing RDF::aREF failed. See /home/user/.cpanm/work/1525424145.19457/build.log for details. Retry with --force to force install it.
-> FAIL Installing the dependencies failed: Module 'RDF::aREF' is not installed
-> FAIL Bailing out the installation for Catmandu-RDF-0.32.

How can I solve this?

Thank you

jorol commented 6 years ago

Hi,

sorry for the late reply.... This is bug in one of the dependencies, RDF::aREF. It seems there is a problem with newer Perl versions: http://matrix.cpantesters.org/?dist=RDF-aREF+0.27. I will create a bug report for that module. You could try to use an older Perl version, I have no problems running this on v5.22.

Cheers

cKlee commented 6 years ago

https://github.com/nichtich/RDF-aREF/pull/22 should solve this