LibreCat / Catmandu-OAI

Catmandu modules for working with OAI repositories
https://metacpan.org/release/Catmandu-OAI
3 stars 2 forks source link

Problems installing Catmandu::OAI 0.20 #30

Closed TobiasNx closed 9 months ago

TobiasNx commented 1 year ago
$ sudo cpanm  Catmandu::OAI
--> Working on Catmandu::OAI
Fetching http://www.cpan.org/authors/id/H/HO/HOCHSTEN/Catmandu-OAI-0.20.tar.gz ... OK
Configuring Catmandu-OAI-0.20 ... OK
==> Found dependencies: Test::Pod, HTTP::OAI
--> Working on Test::Pod
Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Test-Pod-1.52.tar.gz ... OK
Configuring Test-Pod-1.52 ... OK
Building and testing Test-Pod-1.52 ... FAIL
! Installing Test::Pod failed. See /root/.cpanm/work/1696447710.20213/build.log for details. Retry with --force to force install it.
--> Working on HTTP::OAI
Fetching http://www.cpan.org/authors/id/H/HO/HOCHSTEN/HTTP-OAI-4.13.tar.gz ... OK
Configuring HTTP-OAI-4.13 ... OK
==> Found dependencies: Test::Pod
! Installing the dependencies failed: Module 'Test::Pod' is not installed
! Bailing out the installation for HTTP-OAI-4.13.
! Installing the dependencies failed: Module 'Test::Pod' is not installed, Module 'HTTP::OAI' is not installed
! Bailing out the installation for Catmandu-OAI-0.20.
michal-josef-spacek commented 9 months ago

@TobiasNx This is not issue of Catmandu::OAI, but of Test::Pod. You could try cpanm Test::Pod or install it as a system package. And cpanm reports the log file with an error.

phochste commented 9 months ago

Indeed, this seems indeed to be an issue with the Test::Pod package and not of Catmandu::OAI. Other CPAN testers don't seem to have an issue with the installation.