LibreCat / Catmandu

Catmandu - a data processing toolkit
https://librecat.org
177 stars 31 forks source link

Installation fails on macOS 10.12 #302

Closed jasloe closed 7 years ago

jasloe commented 7 years ago

Following instructions here: https://github.com/LibreCat/Catmandu/wiki/Installation

Installation fails at:

--> Working on MARC::File::MARCMaker
Fetching http://www.cpan.org/authors/id/E/EI/EIJABB/MARC-File-MARCMaker-0.05.tar.gz ... OK
Configuring MARC-File-MARCMaker-0.05 ... OK
Building and testing MARC-File-MARCMaker-0.05 ... OK
Successfully installed MARC-File-MARCMaker-0.05
! Installing the dependencies failed: Module 'Catmandu' is not installed, Module 'MARC::Spec' is not installed, Installed version (0.98) of Test::Simple is not in range '1.001003', Installed version (0.98) of Test::More is not in range '1.001003'
! Bailing out the installation for Catmandu-MARC-1.09.
79 distributions installed
phochste commented 7 years ago

Did you try the OSX install instructions? https://github.com/LibreCat/Catmandu/wiki/Installation#osx

If not can you give some information on the Perl version used and availability of libxml++ libxml2 xml2 libxsl on the system?

jasloe commented 7 years ago

Yes, followed the instructions through:

cpanm Catmandu Catmandu::MARC

I am away from my desk but will follow up this evening.

jasloe commented 7 years ago

Whoops! Sorry, brand new machine and I simply forgot to install XCode first. All is well.

phochste commented 7 years ago

I'll add it to our wiki ;)