Skip Menu |

This queue is for tickets about the App-SD CPAN distribution.

Report information
The Basics
Id: 60361
Status: open
Priority: 0/
Queue: App-SD

People
Owner: Nobody in particular
Requestors: olivier.berger [...] it-sudparis.eu
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: curl fsck.com/sd|perl fails building cpan-XML-Parser
Trying to follow instructions provided by Jesse in his talk @ RMLL, I tried to : $ curl fsck.com/sd|perl But it fails on : Building cpan-XML-Parser build cpan-XML-Parser make part failed. at bin/shipwright-builder line 549 main::_install('cpan-XML-Parser', 'GLOB(0x8c0b950)') called at bin/shipwright-builder line 404 main::install() called at bin/shipwright-builder line 267 Thanks in advance.
From: Olivier Berger <olivier.berger [...] it-sudparis.eu>
On Sun Aug 15 04:48:00 2010, http://www-public.it-sudparis.eu/~berger_o/ wrote: Show quoted text
> Trying to follow instructions provided by Jesse in his talk @ RMLL, I > tried to : > $ curl fsck.com/sd|perl > > But it fails on : > Building cpan-XML-Parser > build cpan-XML-Parser make part failed. > at bin/shipwright-builder line 549 > main::_install('cpan-XML-Parser', 'GLOB(0x8c0b950)') called at > bin/shipwright-builder line 404 > main::install() called at bin/shipwright-builder line 267 > > Thanks in advance.
Actually, there seems to be a missing lib expat on my system (looked at the buid log in the created dir)... but too bad it wasn't detected :-( make[1]: entrant dans le répertoire « /home/olivier/SD/sdex-15850/dists/cpan-XML-Parser/Expat » cp Expat.pm ../blib/lib/XML/Parser/Expat.pm /usr/bin/perl /usr/share/perl/5.10.1/ExtUtils/xsubpp -noprototypes -typemap /usr/share/perl/5.10/ExtUtils/typemap -typemap typemap Expat.xs > Expat.xsc && mv Expat.xsc Expat.c cc -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"2.36\" -DXS_VERSION=\"2.36\" -fPIC "-I/usr/lib/perl/5.10/CORE" Expat.c Expat.xs:12:19: error: expat.h: Aucun fichier ou dossier de ce type
From: Olivier Berger <olivier.berger [...] it-sudparis.eu>
On Sun Aug 15 04:55:54 2010, http://www-public.it-sudparis.eu Show quoted text
> > Actually, there seems to be a missing lib expat on my system (looked at > the buid log in the created dir)... but too bad it wasn't detected :-( >
Just a quick message to confirm that adding the libexpat C library development package on my Debian system helped go through the installation process of that SD package.