[ expat-Bugs-571324 ] Can't install XML::Parser via CPAN

noreply@sourceforge.net noreply@sourceforge.net
Wed Jun 19 14:00:09 2002


Bugs item #571324, was opened at 2002-06-19 13:59
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110127&aid=571324&group_id=10127

Category: XML::Parser (Perl module)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Clark Cooper (coopercc)
Summary: Can't install XML::Parser via CPAN

Initial Comment:
I just installed/updated PERL on my system from 5.00 
to 5.61 so that may (probably) has something to do with 
it, but here's the dump of errors from the install of 
XML::Parser via CPAN:

  CPAN.pm: Going to build C/CO/COOPERCL/XML-
Parser-2.31.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for XML::Parser::Expat
Writing Makefile for XML::Parser
cp Parser/Encodings/README 
blib/lib/XML/Parser/Encodings/README
cp Parser/Encodings/x-sjis-cp932.enc 
blib/lib/XML/Parser/Encodings/x-sjis-cp932.enc
cp Parser/Encodings/iso-8859-7.enc 
blib/lib/XML/Parser/Encodings/iso-8859-7.enc
cp Parser/Encodings/big5.enc 
blib/lib/XML/Parser/Encodings/big5.enc
cp Parser/Encodings/windows-1250.enc 
blib/lib/XML/Parser/Encodings/windows-1250.enc
cp Parser/Encodings/iso-8859-8.enc 
blib/lib/XML/Parser/Encodings/iso-8859-8.enc
cp Parser/Encodings/iso-8859-2.enc 
blib/lib/XML/Parser/Encodings/iso-8859-2.enc
cp Parser/Encodings/x-euc-jp-jisx0221.enc 
blib/lib/XML/Parser/Encodings/x-euc-jp-jisx0221.enc
cp Parser/Encodings/iso-8859-9.enc 
blib/lib/XML/Parser/Encodings/iso-8859-9.enc
cp Parser/Encodings/x-sjis-unicode.enc 
blib/lib/XML/Parser/Encodings/x-sjis-unicode.enc
cp Parser/Encodings/iso-8859-3.enc 
blib/lib/XML/Parser/Encodings/iso-8859-3.enc
cp Parser/Encodings/x-sjis-jdk117.enc 
blib/lib/XML/Parser/Encodings/x-sjis-jdk117.enc
cp Parser/Encodings/euc-kr.enc 
blib/lib/XML/Parser/Encodings/euc-kr.enc
cp Parser/Encodings/iso-8859-4.enc 
blib/lib/XML/Parser/Encodings/iso-8859-4.enc
cp Parser/Encodings/Japanese_Encodings.msg 
blib/lib/XML/Parser/Encodings/Japanese_Encodings.msg
cp Parser/Encodings/x-sjis-jisx0221.enc 
blib/lib/XML/Parser/Encodings/x-sjis-jisx0221.enc
cp Parser.pm blib/lib/XML/Parser.pm
cp Parser/Encodings/iso-8859-5.enc 
blib/lib/XML/Parser/Encodings/iso-8859-5.enc
cp Parser/Encodings/x-euc-jp-unicode.enc 
blib/lib/XML/Parser/Encodings/x-euc-jp-unicode.enc
cp Parser/LWPExternEnt.pl 
blib/lib/XML/Parser/LWPExternEnt.pl
cp Expat.pm ../blib/lib/XML/Parser/Expat.pm
/usr/bin/perl -I/usr/local/lib/perl5/5.6.1/i386-freebsd -
I/usr/local/lib/perl5/5.6.1 /usr/local/lib/perl
5/5.6.1/ExtUtils/xsubpp -noprototypes -
typemap /usr/local/lib/perl5/5.6.1/ExtUtils/typemap -
typemap type
map Expat.xs > Expat.xsc && mv Expat.xsc Expat.c
cc -c  -fno-strict-aliasing -I/usr/local/include -O    -
DVERSION=\2.31\  -DXS_VERSION=\2.31\ -DPIC -
fpic -I/usr/local/lib/perl5/5.6.1/i386-freebsd/CORE  
Expat.c
Expat.xs:140: warning: `ERRSV' redefined
/usr/local/lib/perl5/5.6.1/i386-freebsd/CORE/perl.h:768: 
warning: this is the location of the previous d
efinition
Expat.xs:132: conflicting types for `Perl_newSVpvn'
/usr/local/lib/perl5/5.6.1/i386-freebsd/CORE/proto.h:551: 
previous declaration of `Perl_newSVpvn'
Expat.xs: In function `nsStart':
Expat.xs:678: `sv_undef' undeclared (first use in this 
function)
Expat.xs:678: (Each undeclared identifier is reported 
only once
Expat.xs:678: for each function it appears in.)
Expat.xs: In function `nsEnd':
Expat.xs:698: `sv_undef' undeclared (first use in this 
function)
Expat.xs: In function `attributeDecl':
Expat.xs:783: `sv_yes' undeclared (first use in this 
function)
Expat.xs: In function `entityDecl':
Expat.xs:811: `sv_undef' undeclared (first use in this 
function)
Expat.xs:816: `sv_yes' undeclared (first use in this 
function)
Expat.xs: In function `doctypeStart':
Expat.xs:840: `sv_undef' undeclared (first use in this 
function)
Expat.xs:842: `sv_yes' undeclared (first use in this 
function)
Expat.xs:842: `sv_no' undeclared (first use in this 
function)
Expat.xs: In function `xmlDecl':
Expat.xs:881: `sv_undef' undeclared (first use in this 
function)
Expat.xs:885: `sv_yes' undeclared (first use in this 
function)
Expat.xs:885: `sv_no' undeclared (first use in this 
function)
Expat.xs: In function `unparsedEntityDecl':
Expat.xs:910: `sv_undef' undeclared (first use in this 
function)
Expat.xs: In function `notationDecl':
Expat.xs:940: `sv_undef' undeclared (first use in this 
function)
Expat.xs: In function `externalEntityRef':
Expat.xs:985: `sv_undef' undeclared (first use in this 
function)
Expat.xs:1024: `errgv' undeclared (first use in this 
function)
Expat.xs:1055: `na' undeclared (first use in this function)
Expat.xs: In function 
`XS_XML__Parser__Expat_ParserCreate':
Expat.xs:1281: `na' undeclared (first use in this function)
Expat.xs: In function 
`XS_XML__Parser__Expat_SetStartElementHandler':
Expat.xs:1519: `sv_undef' undeclared (first use in this 
function)
Expat.xs: In function 
`XS_XML__Parser__Expat_SetEndElementHandler':
Expat.xs:1530: `sv_undef' undeclared (first use in this 
function)
Expat.xs: In function 
`XS_XML__Parser__Expat_SetCharacterDataHandler':
Expat.xs:1543: `sv_undef' undeclared (first use in this 
function)
Expat.xs: In function 
`XS_XML__Parser__Expat_SetProcessingInstructionHan
dler':
Expat.xs:1561: `sv_undef' undeclared (first use in this 
function)
Expat.xs: In function 
`XS_XML__Parser__Expat_SetCommentHandler':
Expat.xs:1578: `sv_undef' undeclared (first use in this 
function)
Expat.xs: In function 
`XS_XML__Parser__Expat_SetDefaultHandler':
Expat.xs:1595: `sv_undef' undeclared (first use in this 
function)
Expat.xs: In function 
`XS_XML__Parser__Expat_SetUnparsedEntityDeclHandl
er':
Expat.xs:1617: `sv_undef' undeclared (first use in this 
function)
Expat.xs: In function 
`XS_XML__Parser__Expat_SetNotationDeclHandler':
Expat.xs:1634: `sv_undef' undeclared (first use in this 
function)
Expat.xs: In function 
`XS_XML__Parser__Expat_SetExternalEntityRefHandler':
Expat.xs:1652: `sv_undef' undeclared (first use in this 
function)
Expat.xs: In function 
`XS_XML__Parser__Expat_SetExtEntFinishHandler':
Expat.xs:1672: `sv_undef' undeclared (first use in this 
function)
Expat.xs: In function 
`XS_XML__Parser__Expat_SetEntityDeclHandler':
Expat.xs:1687: `sv_undef' undeclared (first use in this 
function)
Expat.xs: In function 
`XS_XML__Parser__Expat_SetElementDeclHandler':
Expat.xs:1705: `sv_undef' undeclared (first use in this 
function)
Expat.xs: In function 
`XS_XML__Parser__Expat_SetAttListDeclHandler':
Expat.xs:1723: `sv_undef' undeclared (first use in this 
function)
Expat.xs: In function 
`XS_XML__Parser__Expat_SetDoctypeHandler':
Expat.xs:1742: `sv_undef' undeclared (first use in this 
function)
Expat.xs: In function 
`XS_XML__Parser__Expat_SetEndDoctypeHandler':
Expat.xs:1760: `sv_undef' undeclared (first use in this 
function)
Expat.xs: In function 
`XS_XML__Parser__Expat_SetXMLDeclHandler':
Expat.xs:1779: `sv_undef' undeclared (first use in this 
function)
Expat.xs: In function 
`XS_XML__Parser__Expat_SetBase':
Expat.xs:1800: `na' undeclared (first use in this function)
Expat.xs: In function 
`XS_XML__Parser__Expat_GetBase':
Expat.xs:1818: `sv_undef' undeclared (first use in this 
function)
Expat.c: In function 
`XS_XML__Parser__Expat_LoadEncoding':
Expat.c:2324: `na' undeclared (first use in this function)
Expat.xs:1998: `sv_undef' undeclared (first use in this 
function)
Expat.xs: In function 
`XS_XML__Parser__Expat_SetStartCdataHandler':
Expat.xs:2113: `sv_undef' undeclared (first use in this 
function)
Expat.xs: In function 
`XS_XML__Parser__Expat_SetEndCdataHandler':
Expat.xs:2131: `sv_undef' undeclared (first use in this 
function)
Expat.c: In function `boot_XML__Parser__Expat':
Expat.c:2684: `sv_yes' undeclared (first use in this 
function)
*** Error code 1

Stop in /root/.cpan/build/XML-Parser-2.31/Expat.
*** Error code 1

Stop in /root/.cpan/build/XML-Parser-2.31.
  /usr/bin/make  -- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems 
impossible

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110127&aid=571324&group_id=10127