R.A. Epigonos et al.

[perl] aptitudeでlibexpat1-dev、cpanでXML::Perserをインストール

cpanでXML::Parserのインストールに失敗という話を聞くけど、結局のところ、エラーメッセージに答えは書いてある。libexpatの開発ヘッダファイルをaptitudeでインストールすれば解決。

まずは単純にcpanからインストールしてみるが、libxpactのライブラリが見つからないといわれてインストール失敗。

# yes '' | cpan -i XML::Parser
CPAN: Storable loaded ok (v2.25)
Going to read '/root/.cpan/Metadata'
  Database was generated on Sat, 07 May 2011 19:33:52 GMT
Running install for module 'XML::Parser'
Running make for C/CH/CHORNY/XML-Parser-2.40.tar.gz
CPAN: Digest::SHA loaded ok (v5.61)
CPAN: Compress::Zlib loaded ok (v2.035)
Checksum for /root/.cpan/sources/authors/id/C/CH/CHORNY/XML-Parser-2.40.tar.gz ok
CPAN: Archive::Tar loaded ok (v1.76)
XML-Parser-2.40
XML-Parser-2.40/Changes
XML-Parser-2.40/Makefile.PL
XML-Parser-2.40/MANIFEST
XML-Parser-2.40/META.yml
XML-Parser-2.40/Parser.pm
XML-Parser-2.40/README
XML-Parser-2.40/Expat
XML-Parser-2.40/Expat/encoding.h
XML-Parser-2.40/Expat/Expat.pm
XML-Parser-2.40/Expat/Expat.xs
XML-Parser-2.40/Expat/Makefile.PL
XML-Parser-2.40/Expat/typemap
XML-Parser-2.40/inc
XML-Parser-2.40/inc/Devel
XML-Parser-2.40/inc/Devel/CheckLib.pm
XML-Parser-2.40/Parser
XML-Parser-2.40/Parser/LWPExternEnt.pl
XML-Parser-2.40/Parser/Encodings
XML-Parser-2.40/Parser/Encodings/big5.enc
XML-Parser-2.40/Parser/Encodings/euc-kr.enc
XML-Parser-2.40/Parser/Encodings/ibm866.enc
XML-Parser-2.40/Parser/Encodings/iso-8859-2.enc
XML-Parser-2.40/Parser/Encodings/iso-8859-3.enc
XML-Parser-2.40/Parser/Encodings/iso-8859-4.enc
XML-Parser-2.40/Parser/Encodings/iso-8859-5.enc
XML-Parser-2.40/Parser/Encodings/iso-8859-7.enc
XML-Parser-2.40/Parser/Encodings/iso-8859-8.enc
XML-Parser-2.40/Parser/Encodings/iso-8859-9.enc
XML-Parser-2.40/Parser/Encodings/Japanese_Encodings.msg
XML-Parser-2.40/Parser/Encodings/koi8-r.enc
XML-Parser-2.40/Parser/Encodings/README
XML-Parser-2.40/Parser/Encodings/windows-1250.enc
XML-Parser-2.40/Parser/Encodings/windows-1251.enc
XML-Parser-2.40/Parser/Encodings/windows-1252.enc
XML-Parser-2.40/Parser/Encodings/windows-1255.enc
XML-Parser-2.40/Parser/Encodings/x-euc-jp-jisx0221.enc
XML-Parser-2.40/Parser/Encodings/x-euc-jp-unicode.enc
XML-Parser-2.40/Parser/Encodings/x-sjis-cp932.enc
XML-Parser-2.40/Parser/Encodings/x-sjis-jdk117.enc
XML-Parser-2.40/Parser/Encodings/x-sjis-jisx0221.enc
XML-Parser-2.40/Parser/Encodings/x-sjis-unicode.enc
XML-Parser-2.40/Parser/Style
XML-Parser-2.40/Parser/Style/Debug.pm
XML-Parser-2.40/Parser/Style/Objects.pm
XML-Parser-2.40/Parser/Style/Stream.pm
XML-Parser-2.40/Parser/Style/Subs.pm
XML-Parser-2.40/Parser/Style/Tree.pm
XML-Parser-2.40/samples
XML-Parser-2.40/samples/canonical
XML-Parser-2.40/samples/canontst.xml
XML-Parser-2.40/samples/ctest.dtd
XML-Parser-2.40/samples/REC-xml-19980210.xml
XML-Parser-2.40/samples/xmlcomments
XML-Parser-2.40/samples/xmlfilter
XML-Parser-2.40/samples/xmlstats
XML-Parser-2.40/t
XML-Parser-2.40/t/astress.t
XML-Parser-2.40/t/cdata.t
XML-Parser-2.40/t/decl.t
XML-Parser-2.40/t/defaulted.t
XML-Parser-2.40/t/encoding.t
XML-Parser-2.40/t/ext.ent
XML-Parser-2.40/t/ext2.ent
XML-Parser-2.40/t/external_ent.t
XML-Parser-2.40/t/file.t
XML-Parser-2.40/t/finish.t
XML-Parser-2.40/t/foo.dtd
XML-Parser-2.40/t/namespaces.t
XML-Parser-2.40/t/parament.t
XML-Parser-2.40/t/partial.t
XML-Parser-2.40/t/skip.t
XML-Parser-2.40/t/stream.t
XML-Parser-2.40/t/styles.t
CPAN: File::Temp loaded ok (v0.22)
CPAN: Parse::CPAN::Meta loaded ok (v1.4401)
CPAN: CPAN::Meta loaded ok (v2.110930)
CPAN: Module::CoreList loaded ok (v2.46)

  CPAN.pm: Going to build C/CH/CHORNY/XML-Parser-2.40.tar.gz


Expat must be installed prior to building XML::Parser and I can't find
it in the standard library directories. Install 'expat-devel' package with your
OS package manager.

Or you can download expat from:

http://sourceforge.net/projects/expat/

If expat is installed, but in a non-standard directory, then use the
following options to Makefile.PL:

    EXPATLIBPATH=...  To set the directory in which to find libexpat

    EXPATINCPATH=...  To set the directory in which to find expat.h

For example:

    perl Makefile.PL EXPATLIBPATH=/home/me/lib EXPATINCPATH=/home/me/include

Note that if you build against a shareable library in a non-standard location
you may (on some platforms) also have to set your LD_LIBRARY_PATH environment
variable at run time for perl to find the library.

Checking if your kit is complete...
Looks good
Writing Makefile for XML::Parser::Expat
Writing Makefile for XML::Parser
Could not read metadata file. Falling back to other methods to determine prerequisites
cp Parser/Encodings/x-sjis-cp932.enc blib/lib/XML/Parser/Encodings/x-sjis-cp932.enc
cp Parser/Encodings/koi8-r.enc blib/lib/XML/Parser/Encodings/koi8-r.enc
cp Parser/Encodings/iso-8859-7.enc blib/lib/XML/Parser/Encodings/iso-8859-7.enc
cp Parser/Encodings/ibm866.enc blib/lib/XML/Parser/Encodings/ibm866.enc
cp Parser/Style/Tree.pm blib/lib/XML/Parser/Style/Tree.pm
cp Parser/Encodings/iso-8859-9.enc blib/lib/XML/Parser/Encodings/iso-8859-9.enc
cp Parser/Encodings/x-euc-jp-unicode.enc blib/lib/XML/Parser/Encodings/x-euc-jp-unicode.enc
cp Parser/Encodings/README blib/lib/XML/Parser/Encodings/README
cp Parser/Encodings/euc-kr.enc blib/lib/XML/Parser/Encodings/euc-kr.enc
cp Parser/Encodings/windows-1250.enc blib/lib/XML/Parser/Encodings/windows-1250.enc
cp Parser/Encodings/windows-1252.enc blib/lib/XML/Parser/Encodings/windows-1252.enc
cp Parser/Encodings/big5.enc blib/lib/XML/Parser/Encodings/big5.enc
cp Parser/Encodings/Japanese_Encodings.msg blib/lib/XML/Parser/Encodings/Japanese_Encodings.msg
cp Parser/Encodings/iso-8859-3.enc blib/lib/XML/Parser/Encodings/iso-8859-3.enc
cp Parser/Encodings/windows-1255.enc blib/lib/XML/Parser/Encodings/windows-1255.enc
cp Parser/Encodings/iso-8859-8.enc blib/lib/XML/Parser/Encodings/iso-8859-8.enc
cp Parser/Style/Subs.pm blib/lib/XML/Parser/Style/Subs.pm
cp Parser/Encodings/iso-8859-4.enc blib/lib/XML/Parser/Encodings/iso-8859-4.enc
cp Parser/Encodings/x-euc-jp-jisx0221.enc blib/lib/XML/Parser/Encodings/x-euc-jp-jisx0221.enc
cp Parser/Encodings/iso-8859-2.enc blib/lib/XML/Parser/Encodings/iso-8859-2.enc
cp Parser/Encodings/x-sjis-jdk117.enc blib/lib/XML/Parser/Encodings/x-sjis-jdk117.enc
cp Parser/Encodings/x-sjis-unicode.enc blib/lib/XML/Parser/Encodings/x-sjis-unicode.enc
cp Parser/LWPExternEnt.pl blib/lib/XML/Parser/LWPExternEnt.pl
cp Parser/Style/Objects.pm blib/lib/XML/Parser/Style/Objects.pm
cp Parser.pm blib/lib/XML/Parser.pm
cp Parser/Style/Debug.pm blib/lib/XML/Parser/Style/Debug.pm
cp Parser/Encodings/windows-1251.enc blib/lib/XML/Parser/Encodings/windows-1251.enc
cp Parser/Encodings/x-sjis-jisx0221.enc blib/lib/XML/Parser/Encodings/x-sjis-jisx0221.enc
cp Parser/Style/Stream.pm blib/lib/XML/Parser/Style/Stream.pm
cp Parser/Encodings/iso-8859-5.enc blib/lib/XML/Parser/Encodings/iso-8859-5.enc
make[1]: Entering directory `/root/.cpan/build/XML-Parser-2.40-NV7Bax/Expat'
cp Expat.pm ../blib/lib/XML/Parser/Expat.pm
/usr/bin/perl /usr/local/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.40\" -DXS_VERSION=\"2.40\" -fPIC "-I/usr/lib/perl/5.10/CORE"   Expat.c
Expat.xs:12:19: error: expat.h: No such file or directory
Expat.xs:60: error: expected specifier-qualifier-list before ‘XML_Parser’
Expat.xs:111: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘nsdelim’
Expat.xs:194: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ms’
Expat.xs:197: error: expected ‘)’ before ‘parser’
Expat.xs:249: error: expected ‘)’ before ‘*’ token
Expat.xs:286: error: expected ‘)’ before ‘parser’
Expat.xs: In function ‘characterData’:
Expat.xs:470: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs: In function ‘startElement’:
Expat.xs:482: error: ‘CallbackVector’ has no member named ‘ns’
Expat.xs:488: error: ‘CallbackVector’ has no member named ‘st_serial’
Expat.xs:490: error: ‘CallbackVector’ has no member named ‘skip_until’
Expat.xs:491: error: ‘CallbackVector’ has no member named ‘st_serial’
Expat.xs:491: error: ‘CallbackVector’ has no member named ‘skip_until’
Expat.xs:494: error: ‘CallbackVector’ has no member named ‘skip_until’
Expat.xs:498: error: ‘CallbackVector’ has no member named ‘st_serial_stackptr’
Expat.xs:498: error: ‘CallbackVector’ has no member named ‘st_serial_stacksize’
Expat.xs:499: error: ‘CallbackVector’ has no member named ‘st_serial_stacksize’
Expat.xs:501: error: ‘CallbackVector’ has no member named ‘st_serial_stack’
Expat.xs:501: error: ‘CallbackVector’ has no member named ‘st_serial_stack’
Expat.xs:502: error: ‘CallbackVector’ has no member named ‘st_serial_stacksize’
Expat.xs:505: error: ‘CallbackVector’ has no member named ‘st_serial_stack’
Expat.xs:505: error: ‘CallbackVector’ has no member named ‘st_serial_stackptr’
Expat.xs:505: error: ‘CallbackVector’ has no member named ‘st_serial’
Expat.xs:508: error: ‘CallbackVector’ has no member named ‘nstab’
Expat.xs:508: error: ‘CallbackVector’ has no member named ‘nslst’
Expat.xs:512: error: ‘CallbackVector’ has no member named ‘start_sv’
Expat.xs:512: error: ‘CallbackVector’ has no member named ‘start_sv’
Expat.xs:512: error: ‘CallbackVector’ has no member named ‘start_sv’
Expat.xs:512: error: ‘CallbackVector’ has no member named ‘start_sv’
Expat.xs:512: error: ‘CallbackVector’ has no member named ‘start_sv’
Expat.xs:512: error: ‘CallbackVector’ has no member named ‘start_sv’
Expat.xs:512: error: ‘CallbackVector’ has no member named ‘start_sv’
Expat.xs:512: error: ‘CallbackVector’ has no member named ‘start_sv’
Expat.xs:512: error: ‘CallbackVector’ has no member named ‘start_sv’
Expat.xs:530: error: ‘CallbackVector’ has no member named ‘nstab’
Expat.xs:530: error: ‘CallbackVector’ has no member named ‘nslst’
Expat.xs:539: error: ‘CallbackVector’ has no member named ‘start_sv’
Expat.xs:545: error: ‘CallbackVector’ has no member named ‘context’
Expat.xs:547: error: ‘CallbackVector’ has no member named ‘ns’
Expat.xs:548: error: ‘CallbackVector’ has no member named ‘new_prefix_list’
Expat.xs: In function ‘endElement’:
Expat.xs:559: error: ‘CallbackVector’ has no member named ‘context’
Expat.xs:561: error: ‘CallbackVector’ has no member named ‘st_serial_stackptr’
Expat.xs:565: error: ‘CallbackVector’ has no member named ‘skip_until’
Expat.xs:565: error: ‘CallbackVector’ has no member named ‘end_sv’
Expat.xs:565: error: ‘CallbackVector’ has no member named ‘end_sv’
Expat.xs:565: error: ‘CallbackVector’ has no member named ‘end_sv’
Expat.xs:565: error: ‘CallbackVector’ has no member named ‘end_sv’
Expat.xs:565: error: ‘CallbackVector’ has no member named ‘end_sv’
Expat.xs:565: error: ‘CallbackVector’ has no member named ‘end_sv’
Expat.xs:565: error: ‘CallbackVector’ has no member named ‘end_sv’
Expat.xs:565: error: ‘CallbackVector’ has no member named ‘end_sv’
Expat.xs:565: error: ‘CallbackVector’ has no member named ‘end_sv’
Expat.xs:575: error: ‘CallbackVector’ has no member named ‘end_sv’
Expat.xs:581: error: ‘CallbackVector’ has no member named ‘st_serial_stackptr’
Expat.xs: In function ‘processingInstruction’:
Expat.xs:601: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs: In function ‘commenthandle’:
Expat.xs:621: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs: In function ‘startCdata’:
Expat.xs:633: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:640: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs: In function ‘endCdata’:
Expat.xs:653: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:660: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs: At top level:
Expat.xs:668: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
Expat.xs:688: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
Expat.xs: In function ‘defaulthandle’:
Expat.xs:720: error: ‘CallbackVector’ has no member named ‘dflt_sv’
Expat.xs: At top level:
Expat.xs:729: error: expected declaration specifiers or ‘...’ before ‘XML_Content’
Expat.xs: In function ‘elementDecl’:
Expat.xs:738: error: ‘model’ undeclared (first use in this function)
Expat.xs:738: error: (Each undeclared identifier is reported only once
Expat.xs:738: error: for each function it appears in.)
Expat.xs:747: error: ‘CallbackVector’ has no member named ‘eledcl_sv’
Expat.xs: In function ‘attributeDecl’:
Expat.xs:785: error: ‘CallbackVector’ has no member named ‘attdcl_sv’
Expat.xs: In function ‘entityDecl’:
Expat.xs:818: error: ‘CallbackVector’ has no member named ‘entdcl_sv’
Expat.xs: In function ‘doctypeStart’:
Expat.xs:844: error: ‘CallbackVector’ has no member named ‘doctyp_sv’
Expat.xs: In function ‘doctypeEnd’:
Expat.xs:861: error: ‘CallbackVector’ has no member named ‘doctypfin_sv’
Expat.xs: In function ‘xmlDecl’:
Expat.xs:887: error: ‘CallbackVector’ has no member named ‘xmldec_sv’
Expat.xs: In function ‘unparsedEntityDecl’:
Expat.xs:915: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs: In function ‘notationDecl’:
Expat.xs:956: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs: At top level:
Expat.xs:960: error: expected ‘)’ before ‘parser’
Expat.xs:1115: error: expected declaration specifiers or ‘...’ before ‘XML_Encoding’
Expat.xs: In function ‘unknownEncoding’:
Expat.xs:1167: error: ‘info’ undeclared (first use in this function)
Expat.xs: In function ‘recString’:
Expat.xs:1187: error: ‘CallbackVector’ has no member named ‘recstring’
Expat.xs:1188: error: ‘CallbackVector’ has no member named ‘recstring’
Expat.xs:1191: error: ‘CallbackVector’ has no member named ‘recstring’
Expat.xs: In function ‘suspend_callbacks’:
Expat.xs:1197: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1197: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1197: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1197: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1197: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1197: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1197: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1197: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1197: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1198: error: ‘CallbackVector’ has no member named ‘p’
Expat.xs:1199: error: ‘XML_CharacterDataHandler’ undeclared (first use in this function)
Expat.xs:1199: error: expected ‘)’ before numeric constant
Expat.xs:1202: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1202: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1202: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1202: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1202: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1202: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1202: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1202: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1202: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1203: error: ‘CallbackVector’ has no member named ‘p’
Expat.xs:1204: error: ‘XML_ProcessingInstructionHandler’ undeclared (first use in this function)
Expat.xs:1204: error: expected ‘)’ before numeric constant
Expat.xs:1207: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1207: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1207: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1207: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1207: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1207: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1207: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1207: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1207: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1208: error: ‘CallbackVector’ has no member named ‘p’
Expat.xs:1209: error: ‘XML_CommentHandler’ undeclared (first use in this function)
Expat.xs:1209: error: expected ‘)’ before numeric constant
Expat.xs:1212: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:1212: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:1212: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:1212: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:1212: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:1212: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:1212: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:1212: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:1212: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:1213: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:1213: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:1213: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:1213: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:1213: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:1213: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:1213: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:1213: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:1213: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:1214: error: ‘CallbackVector’ has no member named ‘p’
Expat.xs:1215: error: ‘XML_StartCdataSectionHandler’ undeclared (first use in this function)
Expat.xs:1215: error: expected ‘)’ before numeric constant
Expat.xs:1219: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1219: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1219: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1219: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1219: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1219: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1219: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1219: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1219: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1220: error: ‘CallbackVector’ has no member named ‘p’
Expat.xs:1221: error: ‘XML_UnparsedEntityDeclHandler’ undeclared (first use in this function)
Expat.xs:1221: error: expected ‘)’ before numeric constant
Expat.xs:1224: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1224: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1224: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1224: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1224: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1224: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1224: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1224: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1224: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1225: error: ‘CallbackVector’ has no member named ‘p’
Expat.xs:1226: error: ‘XML_NotationDeclHandler’ undeclared (first use in this function)
Expat.xs:1226: error: expected ‘)’ before numeric constant
Expat.xs:1229: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1229: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1229: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1229: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1229: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1229: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1229: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1229: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1229: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1230: error: ‘CallbackVector’ has no member named ‘p’
Expat.xs:1231: error: ‘XML_ExternalEntityRefHandler’ undeclared (first use in this function)
Expat.xs:1231: error: expected ‘)’ before numeric constant
Expat.xs: In function ‘resume_callbacks’:
Expat.xs:1238: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1238: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1238: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1238: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1238: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1238: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1238: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1238: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1238: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1239: error: ‘CallbackVector’ has no member named ‘p’
Expat.xs:1242: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1242: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1242: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1242: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1242: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1242: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1242: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1242: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1242: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1243: error: ‘CallbackVector’ has no member named ‘p’
Expat.xs:1246: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1246: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1246: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1246: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1246: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1246: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1246: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1246: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1246: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1247: error: ‘CallbackVector’ has no member named ‘p’
Expat.xs:1250: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:1250: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:1250: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:1250: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:1250: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:1250: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:1250: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:1250: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:1250: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:1251: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:1251: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:1251: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:1251: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:1251: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:1251: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:1251: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:1251: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:1251: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:1252: error: ‘CallbackVector’ has no member named ‘p’
Expat.xs:1255: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1255: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1255: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1255: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1255: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1255: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1255: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1255: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1255: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1256: error: ‘CallbackVector’ has no member named ‘p’
Expat.xs:1259: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1259: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1259: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1259: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1259: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1259: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1259: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1259: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1259: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1260: error: ‘CallbackVector’ has no member named ‘p’
Expat.xs:1263: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1263: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1263: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1263: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1263: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1263: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1263: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1263: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1263: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1264: error: ‘CallbackVector’ has no member named ‘p’
Expat.xs:1264: error: ‘externalEntityRef’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_ParserCreate’:
Expat.c:1347: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1347: error: expected ‘;’ before ‘RETVAL’
Expat.xs:1280: error: variable ‘pep’ has initializer but incomplete type
Expat.xs:1280: error: ‘XML_PARAM_ENTITY_PARSING_NEVER’ undeclared (first use in this function)
Expat.xs:1280: error: storage size of ‘pep’ isn’t known
Expat.xs:1286: error: ‘CallbackVector’ has no member named ‘st_serial_stack’
Expat.xs:1289: error: ‘CallbackVector’ has no member named ‘no_expand’
Expat.xs:1295: error: ‘CallbackVector’ has no member named ‘context’
Expat.xs:1297: error: ‘CallbackVector’ has no member named ‘ns’
Expat.xs:1304: error: ‘CallbackVector’ has no member named ‘new_prefix_list’
Expat.xs:1311: error: ‘CallbackVector’ has no member named ‘nstab’
Expat.xs:1318: error: ‘CallbackVector’ has no member named ‘nslst’
Expat.xs:1320: error: ‘RETVAL’ undeclared (first use in this function)
Expat.xs:1320: error: ‘ms’ undeclared (first use in this function)
Expat.xs:1320: error: ‘nsdelim’ undeclared (first use in this function)
Expat.xs:1321: error: ‘nsStart’ undeclared (first use in this function)
Expat.xs:1321: error: ‘nsEnd’ undeclared (first use in this function)
Expat.xs:1328: error: ‘CallbackVector’ has no member named ‘p’
Expat.xs:1337: error: ‘XML_PARAM_ENTITY_PARSING_UNLESS_STANDALONE’ undeclared (first use in this function)
Expat.xs:1338: error: ‘CallbackVector’ has no member named ‘parseparam’
Expat.c: In function ‘XS_XML__Parser__Expat_ParserRelease’:
Expat.c:1433: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1433: error: expected ‘;’ before ‘parser’
Expat.xs:1351: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_ParserFree’:
Expat.c:1457: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1457: error: expected ‘;’ before ‘parser’
Expat.xs:1361: error: ‘parser’ undeclared (first use in this function)
Expat.xs:1363: error: ‘CallbackVector’ has no member named ‘st_serial_stack’
Expat.xs:1370: error: ‘CallbackVector’ has no member named ‘recstring’
Expat.xs:1371: error: ‘CallbackVector’ has no member named ‘recstring’
Expat.xs:1373: error: ‘CallbackVector’ has no member named ‘start_sv’
Expat.xs:1374: error: ‘CallbackVector’ has no member named ‘start_sv’
Expat.xs:1376: error: ‘CallbackVector’ has no member named ‘end_sv’
Expat.xs:1377: error: ‘CallbackVector’ has no member named ‘end_sv’
Expat.xs:1379: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1380: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1382: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1383: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1385: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1386: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1388: error: ‘CallbackVector’ has no member named ‘dflt_sv’
Expat.xs:1389: error: ‘CallbackVector’ has no member named ‘dflt_sv’
Expat.xs:1391: error: ‘CallbackVector’ has no member named ‘entdcl_sv’
Expat.xs:1392: error: ‘CallbackVector’ has no member named ‘entdcl_sv’
Expat.xs:1394: error: ‘CallbackVector’ has no member named ‘eledcl_sv’
Expat.xs:1395: error: ‘CallbackVector’ has no member named ‘eledcl_sv’
Expat.xs:1397: error: ‘CallbackVector’ has no member named ‘attdcl_sv’
Expat.xs:1398: error: ‘CallbackVector’ has no member named ‘attdcl_sv’
Expat.xs:1400: error: ‘CallbackVector’ has no member named ‘doctyp_sv’
Expat.xs:1401: error: ‘CallbackVector’ has no member named ‘doctyp_sv’
Expat.xs:1403: error: ‘CallbackVector’ has no member named ‘doctypfin_sv’
Expat.xs:1404: error: ‘CallbackVector’ has no member named ‘doctypfin_sv’
Expat.xs:1406: error: ‘CallbackVector’ has no member named ‘xmldec_sv’
Expat.xs:1407: error: ‘CallbackVector’ has no member named ‘xmldec_sv’
Expat.xs:1409: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1410: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1412: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1413: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1415: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1416: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1418: error: ‘CallbackVector’ has no member named ‘extfin_sv’
Expat.xs:1419: error: ‘CallbackVector’ has no member named ‘extfin_sv’
Expat.xs:1421: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:1422: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:1424: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:1425: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.c: In function ‘XS_XML__Parser__Expat_ParseString’:
Expat.c:1548: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1548: error: expected ‘;’ before ‘parser’
Expat.xs:1443: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_ParseStream’:
Expat.c:1585: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1585: error: expected ‘;’ before ‘parser’
Expat.xs:1465: error: ‘parser’ undeclared (first use in this function)
Expat.xs:1467: error: ‘CallbackVector’ has no member named ‘delim’
Expat.xs:1467: error: ‘CallbackVector’ has no member named ‘delimlen’
Expat.xs:1467: error: ‘CallbackVector’ has no member named ‘delimlen’
Expat.xs:1470: error: ‘CallbackVector’ has no member named ‘delim’
Expat.c: In function ‘XS_XML__Parser__Expat_ParsePartial’:
Expat.c:1625: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1625: error: expected ‘;’ before ‘parser’
Expat.xs:1488: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_ParseDone’:
Expat.c:1658: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1658: error: expected ‘;’ before ‘parser’
Expat.xs:1504: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetStartElementHandler’:
Expat.c:1686: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1686: error: expected ‘;’ before ‘parser’
Expat.xs:1518: error: ‘parser’ undeclared (first use in this function)
Expat.xs:1519: error: ‘CallbackVector’ has no member named ‘start_sv’
Expat.xs:1519: error: ‘CallbackVector’ has no member named ‘start_sv’
Expat.xs:1519: error: ‘CallbackVector’ has no member named ‘start_sv’
Expat.xs:1519: error: ‘CallbackVector’ has no member named ‘start_sv’
Expat.xs:1519: error: ‘CallbackVector’ has no member named ‘start_sv’
Expat.xs:1519: error: ‘CallbackVector’ has no member named ‘start_sv’
Expat.c: In function ‘XS_XML__Parser__Expat_SetEndElementHandler’:
Expat.c:1712: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1712: error: expected ‘;’ before ‘parser’
Expat.xs:1529: error: ‘parser’ undeclared (first use in this function)
Expat.xs:1530: error: ‘CallbackVector’ has no member named ‘end_sv’
Expat.xs:1530: error: ‘CallbackVector’ has no member named ‘end_sv’
Expat.xs:1530: error: ‘CallbackVector’ has no member named ‘end_sv’
Expat.xs:1530: error: ‘CallbackVector’ has no member named ‘end_sv’
Expat.xs:1530: error: ‘CallbackVector’ has no member named ‘end_sv’
Expat.xs:1530: error: ‘CallbackVector’ has no member named ‘end_sv’
Expat.c: In function ‘XS_XML__Parser__Expat_SetCharacterDataHandler’:
Expat.c:1738: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1738: error: expected ‘;’ before ‘parser’
Expat.xs:1540: error: ‘XML_CharacterDataHandler’ undeclared (first use in this function)
Expat.xs:1540: error: expected ‘;’ before ‘charhndl’
Expat.xs:1541: error: ‘parser’ undeclared (first use in this function)
Expat.xs:1543: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1543: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1543: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1543: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1543: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1543: error: ‘CallbackVector’ has no member named ‘char_sv’
Expat.xs:1545: error: ‘charhndl’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetProcessingInstructionHandler’:
Expat.c:1770: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1770: error: expected ‘;’ before ‘parser’
Expat.xs:1557: error: ‘XML_ProcessingInstructionHandler’ undeclared (first use in this function)
Expat.xs:1557: error: expected ‘;’ before ‘prochndl’
Expat.xs:1559: error: ‘parser’ undeclared (first use in this function)
Expat.xs:1561: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1561: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1561: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1561: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1561: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1561: error: ‘CallbackVector’ has no member named ‘proc_sv’
Expat.xs:1563: error: ‘prochndl’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetCommentHandler’:
Expat.c:1803: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1803: error: expected ‘;’ before ‘parser’
Expat.xs:1575: error: ‘XML_CommentHandler’ undeclared (first use in this function)
Expat.xs:1575: error: expected ‘;’ before ‘cmnthndl’
Expat.xs:1576: error: ‘parser’ undeclared (first use in this function)
Expat.xs:1578: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1578: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1578: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1578: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1578: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1578: error: ‘CallbackVector’ has no member named ‘cmnt_sv’
Expat.xs:1580: error: ‘cmnthndl’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetDefaultHandler’:
Expat.c:1835: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1835: error: expected ‘;’ before ‘parser’
Expat.xs:1592: error: ‘XML_DefaultHandler’ undeclared (first use in this function)
Expat.xs:1592: error: expected ‘;’ before ‘dflthndl’
Expat.xs:1593: error: ‘parser’ undeclared (first use in this function)
Expat.xs:1595: error: ‘CallbackVector’ has no member named ‘dflt_sv’
Expat.xs:1595: error: ‘CallbackVector’ has no member named ‘dflt_sv’
Expat.xs:1595: error: ‘CallbackVector’ has no member named ‘dflt_sv’
Expat.xs:1595: error: ‘CallbackVector’ has no member named ‘dflt_sv’
Expat.xs:1595: error: ‘CallbackVector’ has no member named ‘dflt_sv’
Expat.xs:1595: error: ‘CallbackVector’ has no member named ‘dflt_sv’
Expat.xs:1597: error: ‘dflthndl’ undeclared (first use in this function)
Expat.xs:1599: error: ‘CallbackVector’ has no member named ‘no_expand’
Expat.c: In function ‘XS_XML__Parser__Expat_SetUnparsedEntityDeclHandler’:
Expat.c:1871: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1871: error: expected ‘;’ before ‘parser’
Expat.xs:1613: error: ‘XML_UnparsedEntityDeclHandler’ undeclared (first use in this function)
Expat.xs:1613: error: expected ‘;’ before ‘unprsdhndl’
Expat.xs:1615: error: ‘parser’ undeclared (first use in this function)
Expat.xs:1617: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1617: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1617: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1617: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1617: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1617: error: ‘CallbackVector’ has no member named ‘unprsd_sv’
Expat.xs:1619: error: ‘unprsdhndl’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetNotationDeclHandler’:
Expat.c:1904: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1904: error: expected ‘;’ before ‘parser’
Expat.xs:1631: error: ‘XML_NotationDeclHandler’ undeclared (first use in this function)
Expat.xs:1631: error: expected ‘;’ before ‘nothndlr’
Expat.xs:1632: error: ‘parser’ undeclared (first use in this function)
Expat.xs:1634: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1634: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1634: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1634: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1634: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1634: error: ‘CallbackVector’ has no member named ‘notation_sv’
Expat.xs:1636: error: ‘nothndlr’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetExternalEntityRefHandler’:
Expat.c:1936: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1936: error: expected ‘;’ before ‘parser’
Expat.xs:1648: error: ‘XML_ExternalEntityRefHandler’ undeclared (first use in this function)
Expat.xs:1648: error: expected ‘;’ before ‘exthndlr’
Expat.xs:1650: error: ‘parser’ undeclared (first use in this function)
Expat.xs:1652: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1652: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1652: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1652: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1652: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1652: error: ‘CallbackVector’ has no member named ‘extent_sv’
Expat.xs:1654: error: ‘exthndlr’ undeclared (first use in this function)
Expat.xs:1654: error: ‘externalEntityRef’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetExtEntFinishHandler’:
Expat.c:1969: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1969: error: expected ‘;’ before ‘parser’
Expat.xs:1666: error: ‘parser’ undeclared (first use in this function)
Expat.xs:1672: error: ‘CallbackVector’ has no member named ‘extfin_sv’
Expat.xs:1672: error: ‘CallbackVector’ has no member named ‘extfin_sv’
Expat.xs:1672: error: ‘CallbackVector’ has no member named ‘extfin_sv’
Expat.xs:1672: error: ‘CallbackVector’ has no member named ‘extfin_sv’
Expat.xs:1672: error: ‘CallbackVector’ has no member named ‘extfin_sv’
Expat.xs:1672: error: ‘CallbackVector’ has no member named ‘extfin_sv’
Expat.c: In function ‘XS_XML__Parser__Expat_SetEntityDeclHandler’:
Expat.c:2000: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2000: error: expected ‘;’ before ‘parser’
Expat.xs:1683: error: ‘XML_EntityDeclHandler’ undeclared (first use in this function)
Expat.xs:1683: error: expected ‘;’ before ‘enthndlr’
Expat.xs:1685: error: ‘parser’ undeclared (first use in this function)
Expat.xs:1687: error: ‘CallbackVector’ has no member named ‘entdcl_sv’
Expat.xs:1687: error: ‘CallbackVector’ has no member named ‘entdcl_sv’
Expat.xs:1687: error: ‘CallbackVector’ has no member named ‘entdcl_sv’
Expat.xs:1687: error: ‘CallbackVector’ has no member named ‘entdcl_sv’
Expat.xs:1687: error: ‘CallbackVector’ has no member named ‘entdcl_sv’
Expat.xs:1687: error: ‘CallbackVector’ has no member named ‘entdcl_sv’
Expat.xs:1689: error: ‘enthndlr’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetElementDeclHandler’:
Expat.c:2033: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2033: error: expected ‘;’ before ‘parser’
Expat.xs:1701: error: ‘XML_ElementDeclHandler’ undeclared (first use in this function)
Expat.xs:1701: error: expected ‘;’ before ‘eldeclhndlr’
Expat.xs:1703: error: ‘parser’ undeclared (first use in this function)
Expat.xs:1705: error: ‘CallbackVector’ has no member named ‘eledcl_sv’
Expat.xs:1705: error: ‘CallbackVector’ has no member named ‘eledcl_sv’
Expat.xs:1705: error: ‘CallbackVector’ has no member named ‘eledcl_sv’
Expat.xs:1705: error: ‘CallbackVector’ has no member named ‘eledcl_sv’
Expat.xs:1705: error: ‘CallbackVector’ has no member named ‘eledcl_sv’
Expat.xs:1705: error: ‘CallbackVector’ has no member named ‘eledcl_sv’
Expat.xs:1707: error: ‘eldeclhndlr’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetAttListDeclHandler’:
Expat.c:2066: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2066: error: expected ‘;’ before ‘parser’
Expat.xs:1719: error: ‘XML_AttlistDeclHandler’ undeclared (first use in this function)
Expat.xs:1719: error: expected ‘;’ before ‘attdeclhndlr’
Expat.xs:1721: error: ‘parser’ undeclared (first use in this function)
Expat.xs:1723: error: ‘CallbackVector’ has no member named ‘attdcl_sv’
Expat.xs:1723: error: ‘CallbackVector’ has no member named ‘attdcl_sv’
Expat.xs:1723: error: ‘CallbackVector’ has no member named ‘attdcl_sv’
Expat.xs:1723: error: ‘CallbackVector’ has no member named ‘attdcl_sv’
Expat.xs:1723: error: ‘CallbackVector’ has no member named ‘attdcl_sv’
Expat.xs:1723: error: ‘CallbackVector’ has no member named ‘attdcl_sv’
Expat.xs:1725: error: ‘attdeclhndlr’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetDoctypeHandler’:
Expat.c:2099: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2099: error: expected ‘;’ before ‘parser’
Expat.xs:1737: error: ‘XML_StartDoctypeDeclHandler’ undeclared (first use in this function)
Expat.xs:1737: error: expected ‘;’ before ‘dtsthndlr’
Expat.xs:1739: error: ‘parser’ undeclared (first use in this function)
Expat.xs:1742: error: ‘CallbackVector’ has no member named ‘doctyp_sv’
Expat.xs:1742: error: ‘CallbackVector’ has no member named ‘doctyp_sv’
Expat.xs:1742: error: ‘CallbackVector’ has no member named ‘doctyp_sv’
Expat.xs:1742: error: ‘CallbackVector’ has no member named ‘doctyp_sv’
Expat.xs:1742: error: ‘CallbackVector’ has no member named ‘doctyp_sv’
Expat.xs:1742: error: ‘CallbackVector’ has no member named ‘doctyp_sv’
Expat.xs:1744: error: ‘dtsthndlr’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetEndDoctypeHandler’:
Expat.c:2133: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2133: error: expected ‘;’ before ‘parser’
Expat.xs:1756: error: ‘XML_EndDoctypeDeclHandler’ undeclared (first use in this function)
Expat.xs:1756: error: expected ‘;’ before ‘dtendhndlr’
Expat.xs:1758: error: ‘parser’ undeclared (first use in this function)
Expat.xs:1760: error: ‘CallbackVector’ has no member named ‘doctypfin_sv’
Expat.xs:1760: error: ‘CallbackVector’ has no member named ‘doctypfin_sv’
Expat.xs:1760: error: ‘CallbackVector’ has no member named ‘doctypfin_sv’
Expat.xs:1760: error: ‘CallbackVector’ has no member named ‘doctypfin_sv’
Expat.xs:1760: error: ‘CallbackVector’ has no member named ‘doctypfin_sv’
Expat.xs:1760: error: ‘CallbackVector’ has no member named ‘doctypfin_sv’
Expat.xs:1762: error: ‘dtendhndlr’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetXMLDeclHandler’:
Expat.c:2166: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2166: error: expected ‘;’ before ‘parser’
Expat.xs:1775: error: ‘XML_XmlDeclHandler’ undeclared (first use in this function)
Expat.xs:1775: error: expected ‘;’ before ‘xmldechndlr’
Expat.xs:1777: error: ‘parser’ undeclared (first use in this function)
Expat.xs:1779: error: ‘CallbackVector’ has no member named ‘xmldec_sv’
Expat.xs:1779: error: ‘CallbackVector’ has no member named ‘xmldec_sv’
Expat.xs:1779: error: ‘CallbackVector’ has no member named ‘xmldec_sv’
Expat.xs:1779: error: ‘CallbackVector’ has no member named ‘xmldec_sv’
Expat.xs:1779: error: ‘CallbackVector’ has no member named ‘xmldec_sv’
Expat.xs:1779: error: ‘CallbackVector’ has no member named ‘xmldec_sv’
Expat.xs:1781: error: ‘xmldechndlr’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetBase’:
Expat.c:2199: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2199: error: expected ‘;’ before ‘parser’
Expat.xs:1803: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_GetBase’:
Expat.c:2231: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2231: error: expected ‘;’ before ‘parser’
Expat.xs:1812: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_PositionContext’:
Expat.c:2263: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2263: error: expected ‘;’ before ‘parser’
Expat.xs:1829: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_DefaultCurrent’:
Expat.c:2387: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2387: error: expected ‘;’ before ‘parser’
Expat.xs:1920: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_RecognizedString’:
Expat.c:2411: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2411: error: expected ‘;’ before ‘parser’
Expat.xs:1930: error: ‘XML_DefaultHandler’ undeclared (first use in this function)
Expat.xs:1930: error: expected ‘;’ before ‘dflthndl’
Expat.xs:1931: error: ‘parser’ undeclared (first use in this function)
Expat.xs:1933: error: ‘CallbackVector’ has no member named ‘dflt_sv’
Expat.xs:1934: error: ‘dflthndl’ undeclared (first use in this function)
Expat.xs:1937: error: ‘CallbackVector’ has no member named ‘recstring’
Expat.xs:1938: error: ‘CallbackVector’ has no member named ‘recstring’
Expat.xs:1941: error: ‘CallbackVector’ has no member named ‘no_expand’
Expat.xs:1948: error: ‘CallbackVector’ has no member named ‘no_expand’
Expat.xs:1953: error: ‘CallbackVector’ has no member named ‘recstring’
Expat.c: In function ‘XS_XML__Parser__Expat_GetErrorCode’:
Expat.c:2459: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2459: error: expected ‘;’ before ‘parser’
Expat.c:2463: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_GetCurrentLineNumber’:
Expat.c:2481: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2481: error: expected ‘;’ before ‘parser’
Expat.c:2485: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_GetCurrentColumnNumber’:
Expat.c:2503: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2503: error: expected ‘;’ before ‘parser’
Expat.c:2507: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_GetCurrentByteIndex’:
Expat.c:2525: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2525: error: expected ‘;’ before ‘parser’
Expat.c:2529: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_GetSpecifiedAttributeCount’:
Expat.c:2547: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2547: error: expected ‘;’ before ‘parser’
Expat.c:2551: error: ‘parser’ undeclared (first use in this function)
Expat.xs: In function ‘XS_XML__Parser__Expat_ErrorString’:
Expat.xs:1983: warning: initialization makes pointer from integer without a cast
Expat.c: In function ‘XS_XML__Parser__Expat_OriginalString’:
Expat.c:2727: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2727: error: expected ‘;’ before ‘parser’
Expat.xs:2091: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetStartCdataHandler’:
Expat.c:2760: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2760: error: expected ‘;’ before ‘parser’
Expat.xs:2109: error: ‘parser’ undeclared (first use in this function)
Expat.xs:2110: error: ‘XML_StartCdataSectionHandler’ undeclared (first use in this function)
Expat.xs:2110: error: expected ‘;’ before ‘scdhndl’
Expat.xs:2113: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:2113: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:2113: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:2113: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:2113: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:2113: error: ‘CallbackVector’ has no member named ‘startcd_sv’
Expat.xs:2115: error: ‘scdhndl’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetEndCdataHandler’:
Expat.c:2793: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2793: error: expected ‘;’ before ‘parser’
Expat.xs:2127: error: ‘parser’ undeclared (first use in this function)
Expat.xs:2128: error: ‘XML_EndCdataSectionHandler’ undeclared (first use in this function)
Expat.xs:2128: error: expected ‘;’ before ‘ecdhndl’
Expat.xs:2131: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:2131: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:2131: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:2131: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:2131: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:2131: error: ‘CallbackVector’ has no member named ‘endcd_sv’
Expat.xs:2133: error: ‘ecdhndl’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_UnsetAllHandlers’:
Expat.c:2826: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2826: error: expected ‘;’ before ‘parser’
Expat.xs:2144: error: ‘parser’ undeclared (first use in this function)
Expat.xs:2147: error: ‘CallbackVector’ has no member named ‘ns’
Expat.xs:2148: error: ‘CallbackVector’ has no member named ‘p’
Expat.xs:2149: error: ‘XML_StartNamespaceDeclHandler’ undeclared (first use in this function)
Expat.xs:2149: error: expected ‘)’ before numeric constant
Expat.xs:2154: error: ‘XML_StartElementHandler’ undeclared (first use in this function)
Expat.xs:2154: error: expected ‘)’ before numeric constant
Expat.xs:2158: error: ‘XML_UnknownEncodingHandler’ undeclared (first use in this function)
Expat.xs:2158: error: expected ‘)’ before numeric constant
Expat.c: In function ‘XS_XML__Parser__Expat_ElementIndex’:
Expat.c:2863: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2863: error: expected ‘;’ before ‘parser’
Expat.xs:2167: error: ‘parser’ undeclared (first use in this function)
Expat.xs:2168: error: ‘CallbackVector’ has no member named ‘st_serial_stack’
Expat.xs:2168: error: ‘CallbackVector’ has no member named ‘st_serial_stackptr’
Expat.c: In function ‘XS_XML__Parser__Expat_SkipUntil’:
Expat.c:2889: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2889: error: expected ‘;’ before ‘parser’
Expat.xs:2179: error: ‘parser’ undeclared (first use in this function)
Expat.xs:2180: error: ‘CallbackVector’ has no member named ‘st_serial’
Expat.xs:2182: error: ‘CallbackVector’ has no member named ‘skip_until’
Expat.c: In function ‘XS_XML__Parser__Expat_Do_External_Parse’:
Expat.c:2916: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2916: error: expected ‘;’ before ‘parser’
Expat.xs:2194: error: ‘parser’ undeclared (first use in this function)
make[1]: *** [Expat.o] Error 1
make[1]: Leaving directory `/root/.cpan/build/XML-Parser-2.40-NV7Bax/Expat'
make: *** [subdirs] Error 2
  CHORNY/XML-Parser-2.40.tar.gz
  /usr/bin/make -- NOT OK
CPAN: YAML loaded ok (v0.73)
Running make test
  Can't test without successful make
Running make install
  Make had returned bad status, install seems impossible

ライブラリの開発ファイルがインストールされているかどうかaptitudeでチェックすると、ライブラリはインストールされていたもののライブラリのヘッダはインストールされていなかったので、これをインストール。る。

# aptitude search libexpat
v   libexpat-dev             -
p   libexpat-ocaml           - OCaml expat bindings
v   libexpat-ocaml-14p41     -
p   libexpat-ocaml-dev       - OCaml expat bindings
v   libexpat-ocaml-dev-14p41 -
i A libexpat1                - XML parsing C library - runtime library
p   libexpat1-dev            - XML parsing C library - development kit
# aptitude install libexpat1-dev
The following NEW packages will be installed:
  libexpat1-dev
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 214 kB of archives. After unpacking 684 kB will be used.
Get:1 http://ftp.jp.debian.org/debian/ squeeze/main libexpat1-dev i386 2.0.1-7 [214 kB]
Fetched 214 kB in 5s (41.0 kB/s)
Selecting previously deselected package libexpat1-dev.
(Reading database ... 33364 files and directories currently installed.)
Unpacking libexpat1-dev (from .../libexpat1-dev_2.0.1-7_i386.deb) ...
Setting up libexpat1-dev (2.0.1-7) ...

再度cpan経由でXML::Parserをインストール。成功。

# yes '' | cpan -i XML::Parser
CPAN: Storable loaded ok (v2.25)
Going to read '/root/.cpan/Metadata'
  Database was generated on Sat, 07 May 2011 19:33:52 GMT
Running install for module 'XML::Parser'
Running make for C/CH/CHORNY/XML-Parser-2.40.tar.gz
CPAN: Digest::SHA loaded ok (v5.61)
CPAN: Compress::Zlib loaded ok (v2.035)
Checksum for /root/.cpan/sources/authors/id/C/CH/CHORNY/XML-Parser-2.40.tar.gz ok
CPAN: Archive::Tar loaded ok (v1.76)
XML-Parser-2.40
XML-Parser-2.40/Changes
XML-Parser-2.40/Makefile.PL
XML-Parser-2.40/MANIFEST
XML-Parser-2.40/META.yml
XML-Parser-2.40/Parser.pm
XML-Parser-2.40/README
XML-Parser-2.40/Expat
XML-Parser-2.40/Expat/encoding.h
XML-Parser-2.40/Expat/Expat.pm
XML-Parser-2.40/Expat/Expat.xs
XML-Parser-2.40/Expat/Makefile.PL
XML-Parser-2.40/Expat/typemap
XML-Parser-2.40/inc
XML-Parser-2.40/inc/Devel
XML-Parser-2.40/inc/Devel/CheckLib.pm
XML-Parser-2.40/Parser
XML-Parser-2.40/Parser/LWPExternEnt.pl
XML-Parser-2.40/Parser/Encodings
XML-Parser-2.40/Parser/Encodings/big5.enc
XML-Parser-2.40/Parser/Encodings/euc-kr.enc
XML-Parser-2.40/Parser/Encodings/ibm866.enc
XML-Parser-2.40/Parser/Encodings/iso-8859-2.enc
XML-Parser-2.40/Parser/Encodings/iso-8859-3.enc
XML-Parser-2.40/Parser/Encodings/iso-8859-4.enc
XML-Parser-2.40/Parser/Encodings/iso-8859-5.enc
XML-Parser-2.40/Parser/Encodings/iso-8859-7.enc
XML-Parser-2.40/Parser/Encodings/iso-8859-8.enc
XML-Parser-2.40/Parser/Encodings/iso-8859-9.enc
XML-Parser-2.40/Parser/Encodings/Japanese_Encodings.msg
XML-Parser-2.40/Parser/Encodings/koi8-r.enc
XML-Parser-2.40/Parser/Encodings/README
XML-Parser-2.40/Parser/Encodings/windows-1250.enc
XML-Parser-2.40/Parser/Encodings/windows-1251.enc
XML-Parser-2.40/Parser/Encodings/windows-1252.enc
XML-Parser-2.40/Parser/Encodings/windows-1255.enc
XML-Parser-2.40/Parser/Encodings/x-euc-jp-jisx0221.enc
XML-Parser-2.40/Parser/Encodings/x-euc-jp-unicode.enc
XML-Parser-2.40/Parser/Encodings/x-sjis-cp932.enc
XML-Parser-2.40/Parser/Encodings/x-sjis-jdk117.enc
XML-Parser-2.40/Parser/Encodings/x-sjis-jisx0221.enc
XML-Parser-2.40/Parser/Encodings/x-sjis-unicode.enc
XML-Parser-2.40/Parser/Style
XML-Parser-2.40/Parser/Style/Debug.pm
XML-Parser-2.40/Parser/Style/Objects.pm
XML-Parser-2.40/Parser/Style/Stream.pm
XML-Parser-2.40/Parser/Style/Subs.pm
XML-Parser-2.40/Parser/Style/Tree.pm
XML-Parser-2.40/samples
XML-Parser-2.40/samples/canonical
XML-Parser-2.40/samples/canontst.xml
XML-Parser-2.40/samples/ctest.dtd
XML-Parser-2.40/samples/REC-xml-19980210.xml
XML-Parser-2.40/samples/xmlcomments
XML-Parser-2.40/samples/xmlfilter
XML-Parser-2.40/samples/xmlstats
XML-Parser-2.40/t
XML-Parser-2.40/t/astress.t
XML-Parser-2.40/t/cdata.t
XML-Parser-2.40/t/decl.t
XML-Parser-2.40/t/defaulted.t
XML-Parser-2.40/t/encoding.t
XML-Parser-2.40/t/ext.ent
XML-Parser-2.40/t/ext2.ent
XML-Parser-2.40/t/external_ent.t
XML-Parser-2.40/t/file.t
XML-Parser-2.40/t/finish.t
XML-Parser-2.40/t/foo.dtd
XML-Parser-2.40/t/namespaces.t
XML-Parser-2.40/t/parament.t
XML-Parser-2.40/t/partial.t
XML-Parser-2.40/t/skip.t
XML-Parser-2.40/t/stream.t
XML-Parser-2.40/t/styles.t
CPAN: File::Temp loaded ok (v0.22)
CPAN: Parse::CPAN::Meta loaded ok (v1.4401)
CPAN: CPAN::Meta loaded ok (v2.110930)
CPAN: Module::CoreList loaded ok (v2.46)

  CPAN.pm: Going to build C/CH/CHORNY/XML-Parser-2.40.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for XML::Parser::Expat
Writing Makefile for XML::Parser
Could not read metadata file. Falling back to other methods to determine prerequisites
cp Parser/Encodings/x-sjis-cp932.enc blib/lib/XML/Parser/Encodings/x-sjis-cp932.enc
cp Parser/Encodings/koi8-r.enc blib/lib/XML/Parser/Encodings/koi8-r.enc
cp Parser/Encodings/iso-8859-7.enc blib/lib/XML/Parser/Encodings/iso-8859-7.enc
cp Parser/Encodings/ibm866.enc blib/lib/XML/Parser/Encodings/ibm866.enc
cp Parser/Style/Tree.pm blib/lib/XML/Parser/Style/Tree.pm
cp Parser/Encodings/iso-8859-9.enc blib/lib/XML/Parser/Encodings/iso-8859-9.enc
cp Parser/Encodings/x-euc-jp-unicode.enc blib/lib/XML/Parser/Encodings/x-euc-jp-unicode.enc
cp Parser/Encodings/README blib/lib/XML/Parser/Encodings/README
cp Parser/Encodings/euc-kr.enc blib/lib/XML/Parser/Encodings/euc-kr.enc
cp Parser/Encodings/windows-1250.enc blib/lib/XML/Parser/Encodings/windows-1250.enc
cp Parser/Encodings/windows-1252.enc blib/lib/XML/Parser/Encodings/windows-1252.enc
cp Parser/Encodings/big5.enc blib/lib/XML/Parser/Encodings/big5.enc
cp Parser/Encodings/Japanese_Encodings.msg blib/lib/XML/Parser/Encodings/Japanese_Encodings.msg
cp Parser/Encodings/iso-8859-3.enc blib/lib/XML/Parser/Encodings/iso-8859-3.enc
cp Parser/Encodings/windows-1255.enc blib/lib/XML/Parser/Encodings/windows-1255.enc
cp Parser/Encodings/iso-8859-8.enc blib/lib/XML/Parser/Encodings/iso-8859-8.enc
cp Parser/Style/Subs.pm blib/lib/XML/Parser/Style/Subs.pm
cp Parser/Encodings/iso-8859-4.enc blib/lib/XML/Parser/Encodings/iso-8859-4.enc
cp Parser/Encodings/x-euc-jp-jisx0221.enc blib/lib/XML/Parser/Encodings/x-euc-jp-jisx0221.enc
cp Parser/Encodings/iso-8859-2.enc blib/lib/XML/Parser/Encodings/iso-8859-2.enc
cp Parser/Encodings/x-sjis-jdk117.enc blib/lib/XML/Parser/Encodings/x-sjis-jdk117.enc
cp Parser/Encodings/x-sjis-unicode.enc blib/lib/XML/Parser/Encodings/x-sjis-unicode.enc
cp Parser/LWPExternEnt.pl blib/lib/XML/Parser/LWPExternEnt.pl
cp Parser/Style/Objects.pm blib/lib/XML/Parser/Style/Objects.pm
cp Parser.pm blib/lib/XML/Parser.pm
cp Parser/Style/Debug.pm blib/lib/XML/Parser/Style/Debug.pm
cp Parser/Encodings/windows-1251.enc blib/lib/XML/Parser/Encodings/windows-1251.enc
cp Parser/Encodings/x-sjis-jisx0221.enc blib/lib/XML/Parser/Encodings/x-sjis-jisx0221.enc
cp Parser/Style/Stream.pm blib/lib/XML/Parser/Style/Stream.pm
cp Parser/Encodings/iso-8859-5.enc blib/lib/XML/Parser/Encodings/iso-8859-5.enc
make[1]: Entering directory `/root/.cpan/build/XML-Parser-2.40-vsSGuZ/Expat'
cp Expat.pm ../blib/lib/XML/Parser/Expat.pm
/usr/bin/perl /usr/local/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.40\" -DXS_VERSION=\"2.40\" -fPIC "-I/usr/lib/perl/5.10/CORE"   Expat.c
Running Mkbootstrap for XML::Parser::Expat ()
chmod 644 Expat.bs
rm -f ../blib/arch/auto/XML/Parser/Expat/Expat.so
LD_RUN_PATH="/usr/lib" cc  -shared -O2 -g -L/usr/local/lib -fstack-protector Expat.o  -o ../blib/arch/auto/XML/Parser/Expat/Expat.so    \
           -lexpat      \

chmod 755 ../blib/arch/auto/XML/Parser/Expat/Expat.so
cp Expat.bs ../blib/arch/auto/XML/Parser/Expat/Expat.bs
chmod 644 ../blib/arch/auto/XML/Parser/Expat/Expat.bs
Manifying ../blib/man3/XML::Parser::Expat.3pm
make[1]: Leaving directory `/root/.cpan/build/XML-Parser-2.40-vsSGuZ/Expat'
Manifying blib/man3/XML::Parser::Style::Objects.3pm
Manifying blib/man3/XML::Parser::Style::Debug.3pm
Manifying blib/man3/XML::Parser.3pm
Manifying blib/man3/XML::Parser::Style::Subs.3pm
Manifying blib/man3/XML::Parser::Style::Tree.3pm
Manifying blib/man3/XML::Parser::Style::Stream.3pm
  CHORNY/XML-Parser-2.40.tar.gz
  /usr/bin/make -- OK
CPAN: YAML loaded ok (v0.73)
Running make test
make[1]: Entering directory `/root/.cpan/build/XML-Parser-2.40-vsSGuZ/Expat'
make[1]: Leaving directory `/root/.cpan/build/XML-Parser-2.40-vsSGuZ/Expat'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/astress.t ....... ok
t/cdata.t ......... ok
t/decl.t .......... ok
t/defaulted.t ..... ok
t/encoding.t ...... ok
t/external_ent.t .. ok
t/file.t .......... ok
t/finish.t ........ ok
t/namespaces.t .... ok
t/parament.t ...... ok
t/partial.t ....... ok
t/skip.t .......... ok
t/stream.t ........ ok
t/styles.t ........ ok
All tests successful.
Files=14, Tests=130,  1 wallclock secs ( 0.07 usr  0.01 sys +  0.47 cusr  0.08 csys =  0.63 CPU)
Result: PASS
  CHORNY/XML-Parser-2.40.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /root/.cpan/build/XML-Parser-2.40-vsSGuZ/blib/arch /root/.cpan/build/XML-Parser-2.40-vsSGuZ/blib/lib to PERL5LIB for 'install'
make[1]: Entering directory `/root/.cpan/build/XML-Parser-2.40-vsSGuZ/Expat'
make[1]: Leaving directory `/root/.cpan/build/XML-Parser-2.40-vsSGuZ/Expat'
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /usr/local/lib/perl/5.10.1/auto/XML/Parser/Expat/Expat.so
Installing /usr/local/lib/perl/5.10.1/auto/XML/Parser/Expat/Expat.bs
Installing /usr/local/lib/perl/5.10.1/XML/Parser.pm
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Expat.pm
Installing /usr/local/lib/perl/5.10.1/XML/Parser/LWPExternEnt.pl
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Style/Subs.pm
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Style/Debug.pm
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Style/Stream.pm
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Style/Tree.pm
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Style/Objects.pm
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/iso-8859-2.enc
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/x-sjis-cp932.enc
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/big5.enc
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/x-sjis-jisx0221.enc
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/windows-1250.enc
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/iso-8859-8.enc
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/ibm866.enc
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/iso-8859-3.enc
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/windows-1255.enc
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/koi8-r.enc
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/iso-8859-4.enc
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/windows-1252.enc
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/euc-kr.enc
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/x-sjis-jdk117.enc
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/iso-8859-9.enc
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/x-euc-jp-jisx0221.enc
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/x-euc-jp-unicode.enc
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/Japanese_Encodings.msg
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/windows-1251.enc
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/iso-8859-7.enc
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/README
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/x-sjis-unicode.enc
Installing /usr/local/lib/perl/5.10.1/XML/Parser/Encodings/iso-8859-5.enc
Installing /usr/local/man/man3/XML::Parser::Style::Debug.3pm
Installing /usr/local/man/man3/XML::Parser::Style::Stream.3pm
Installing /usr/local/man/man3/XML::Parser::Style::Subs.3pm
Installing /usr/local/man/man3/XML::Parser::Expat.3pm
Installing /usr/local/man/man3/XML::Parser.3pm
Installing /usr/local/man/man3/XML::Parser::Style::Tree.3pm
Installing /usr/local/man/man3/XML::Parser::Style::Objects.3pm
Appending installation info to /usr/lib/perl/5.10/perllocal.pod
  CHORNY/XML-Parser-2.40.tar.gz
  /usr/bin/make install  -- OK

リファレンス

  1. XML::Parser - Google 検索
  2. Side-B - XML::Parser インストール失敗とその解決
  3. "XML::Parser" aptitude cpan libexpat1-dev - Google 検索
  4. UbuntuでXML::ParserをCPANでインストールする » PERSONLINK
  5. [memo][perl][linux] XML::Parser のインストールに失敗する件 « いわぶろ(ろてん)

ソーシャルブックマーク

  1. はてなブックマーク
  2. Google Bookmarks
  3. del.icio.us

ChangeLog

  1. Posted: 2009-12-05T23:33:06+09:00
  2. Modified: 2009-12-05T23:33:06+09:00
  3. Generated: 2023-08-27T23:09:15+09:00