Subject: | bugs to compile XML::LibXML::Simple |
Date: | Wed, 30 Oct 2013 00:49:10 +0100 |
To: | bug-XML-LibXML-Simple [...] rt.cpan.org |
From: | Jacques van Helden <Jacques.van-Helden [...] univ-amu.fr> |
Hi
I am trying to compile XML::LibXML::Simple on a Mac OSX since >1h, without success.
I report hereafter the detailed error report.
In short: this is what I tried
- from cpan
- from cpan, using "force install"
- download manually and make
Could you please indicate me if I missed some point for the installation ?
Best regards
Jacques van Helden
Université d'Aix-Marseille (AMU).
Lab. Technologies Avancées pour la Génomique et la Clinique (TAGC)
Unité INSERM U1090, 163, Avenue de Luminy, 13288 MARSEILLE cedex 09. France
Bureau: Bâtiment INSERM, bloc 5, rez-de chaussée, locaux 011 / 012A
Tel: +33 4 91 82 87 49
Fax: +33 4 91 82 87 01
Web: http://jacques.van-helden.perso.luminy.univmed.fr/
Courriel: Jacques.van-Helden@univ-amu.fr
cpan[1]> install XML::LibXML::Simple
Going to read '/Users/jvanheld/.cpan/Metadata'
Database was generated on Mon, 28 Oct 2013 23:17:04 GMT
Running install for module 'XML::LibXML::Simple'
Running make for M/MA/MARKOV/XML-LibXML-Simple-0.93.tar.gz
Checksum for /Users/jvanheld/.cpan/sources/authors/id/M/MA/MARKOV/XML-LibXML-Simple-0.93.tar.gz ok
Scanning cache /Users/jvanheld/.cpan/build for sizes
............................................................................DONE
Package seems to come without Makefile.PL.
(The test -f "/Users/jvanheld/.cpan/build/MARKOV-8QzL09/Makefile.PL" returned false.)
Writing one on our own (setting NAME to XMLLibXMLSimple)
CPAN.pm: Going to build M/MA/MARKOV/XML-LibXML-Simple-0.93.tar.gz
Checking if your kit is complete...
Looks good
Bareword found where operator expected at ./Makefile.PL line 1, near "30 mtime"
(Missing operator before mtime?)
Number found where operator expected at ./Makefile.PL line 2, near "30"
(Missing semicolon on previous line?)
Bareword found where operator expected at ./Makefile.PL line 2, near "30 atime"
(Missing operator before atime?)
Number found where operator expected at ./Makefile.PL line 3, near "30"
(Missing semicolon on previous line?)
Bareword found where operator expected at ./Makefile.PL line 3, near "30 ctime"
(Missing operator before ctime?)
ERROR from evaluation of /Users/jvanheld/.cpan/build/MARKOV-8QzL09/XML-LibXML-Simple-0.93/Makefile.PL: ERROR from evaluation of /Users/jvanheld/.cpan/build/MARKOV-8QzL09/XML-LibXML-Simple-0.93/PaxHeaders.12265/Makefile.PL: syntax error at ./Makefile.PL line 1, near "30 mtime"
Warning: No success on command[/usr/bin/perl Makefile.PL]
MARKOV/XML-LibXML-Simple-0.93.tar.gz
/usr/bin/perl Makefile.PL -- NOT OK
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
Failed during this command:
MARKOV/XML-LibXML-Simple-0.93.tar.gz : writemakefile NO '/usr/bin/perl Makefile.PL' returned status 65280
cpan[3]> force install XML::LibXML::Simple
Running install for module 'XML::LibXML::Simple'
Running make for M/MA/MARKOV/XML-LibXML-Simple-0.93.tar.gz
Has already been unwrapped into directory /Users/jvanheld/.cpan/build/MARKOV-8QzL09
'/usr/bin/perl Makefile.PL' returned status 65280, won't make
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
When I try to compile the code from the downloaded archive
Show quoted text
> make make: *** No targets specified and no makefile found. Stop.
Show quoted text> make -f Makefile.PL
Makefile.PL:3: *** missing separator. Stop.
Message body is not shown because it is too large.