Date: Mon, 15 Dec 2003 10:28:33 -0800 From: "Kevin Oberman" <oberman@es.net> To: gnome@freebsd.org Subject: Trying to update from Gnome 2.2 to 2.4 Message-ID: <20031215182833.47B8A5D04@ptavv.es.net>
next in thread | raw e-mail | index | archive | help
I have a system that I want to update to Gnome 2.4. The system is running CURRENT as of 12/12. Unfortunately, it all falls apart rather early since I can't re-install intltool and LOTS of stuff depends on it. The install failure is REALLY the failure to build p5-XML-Parser. I followed the instructions in the FAQ for upgrading and found that I also had to manually update gail. But I have been unable to figure out what is going on with p5-XML-Parser. Any ideas on what is wrong would be greatly appreciated. Here is the build log: ---> Installing 'p5-XML-Parser-2.34' from a port (textproc/p5-XML-Parser) ---> Building '/usr/ports/textproc/p5-XML-Parser' ===> Cleaning for libtool-1.3.5_1 ===> Cleaning for perl-5.6.1_15 ===> Cleaning for expat-1.95.6_1 ===> Cleaning for p5-XML-Parser-2.34 ===> Extracting for p5-XML-Parser-2.34 >> Checksum OK for XML-Parser-2.34.tar.gz. ===> Patching for p5-XML-Parser-2.34 ===> p5-XML-Parser-2.34 depends on file: /usr/local/bin/perl5.6.1 - found ===> p5-XML-Parser-2.34 depends on shared library: expat.4 - found ===> Configuring for p5-XML-Parser-2.34 Checking if your kit is complete... Looks good Writing Makefile for XML::Parser::Expat Writing Makefile for XML::Parser ===> Building for p5-XML-Parser-2.34 cp Parser/Encodings/README blib/lib/XML/Parser/Encodings/README cp Parser/Style/Debug.pm blib/lib/XML/Parser/Style/Debug.pm cp Parser/Encodings/iso-8859-7.enc blib/lib/XML/Parser/Encodings/iso-8859-7.enc cp Parser/Encodings/x-sjis-cp932.enc blib/lib/XML/Parser/Encodings/x-sjis-cp932.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/Style/Subs.pm blib/lib/XML/Parser/Style/Subs.pm cp Parser/Style/Objects.pm blib/lib/XML/Parser/Style/Objects.pm 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/Style/Stream.pm blib/lib/XML/Parser/Style/Stream.pm cp Parser/Encodings/windows-1252.enc blib/lib/XML/Parser/Encodings/windows-1252.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/Style/Tree.pm blib/lib/XML/Parser/Style/Tree.pm 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/local/bin/perl5.6.1 -I/usr/local/lib/perl5/5.6.1/mach -I/usr/local/lib/perl5/5.6.1/BSDPAN /usr/local/lib/perl5/5.6.1/ExtUtils/xsubpp -noprototypes -typemap /usr/local/lib/perl5/5.6.1/ExtUtils/typemap -typemap typemap Expat.xs > Expat.xsc && mv Expat.xsc Expat.c cc -c -I/usr/local/include -O -pipe -mcpu=pentiumpro -O -pipe -mcpu=pentiumpro -DVERSION=\"2.34\" -DXS_VERSION=\"2.34\" -DPIC -fPIC -I/usr/local/lib/perl5/5.6.1/mach/CORE Expat.c Expat.xs:132: error: conflicting types for `Perl_newSVpvn' /usr/local/lib/perl5/5.6.1/mach/CORE/proto.h:551: error: previous declaration of `Perl_newSVpvn' Expat.xs:140:1: warning: "ERRSV" redefined In file included from Expat.xs:15: /usr/local/lib/perl5/5.6.1/mach/CORE/perl.h:777:1: warning: this is the location of the previous definition Expat.xs: In function `nsStart': Expat.xs:678: error: `sv_undef' undeclared (first use in this function) Expat.xs:678: error: (Each undeclared identifier is reported only once Expat.xs:678: error: for each function it appears in.) Expat.xs: In function `nsEnd': Expat.xs:698: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `attributeDecl': Expat.xs:783: error: `sv_yes' undeclared (first use in this function) Expat.xs: In function `entityDecl': Expat.xs:811: error: `sv_undef' undeclared (first use in this function) Expat.xs:816: error: `sv_yes' undeclared (first use in this function) Expat.xs: In function `doctypeStart': Expat.xs:840: error: `sv_undef' undeclared (first use in this function) Expat.xs:842: error: `sv_yes' undeclared (first use in this function) Expat.xs:842: error: `sv_no' undeclared (first use in this function) Expat.xs: In function `xmlDecl': Expat.xs:880: error: `sv_undef' undeclared (first use in this function) Expat.xs:884: error: `sv_yes' undeclared (first use in this function) Expat.xs:884: error: `sv_no' undeclared (first use in this function) Expat.xs: In function `unparsedEntityDecl': Expat.xs:910: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `notationDecl': Expat.xs:940: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `externalEntityRef': Expat.xs:985: error: `sv_undef' undeclared (first use in this function) Expat.xs:1024: error: `errgv' undeclared (first use in this function) Expat.xs:1055: error: `na' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_ParserCreate': Expat.xs:1281: error: `na' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetStartElementHandler': Expat.xs:1519: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetEndElementHandler': Expat.xs:1530: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetCharacterDataHandler': Expat.xs:1543: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetProcessingInstructionHandler': Expat.xs:1561: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetCommentHandler': Expat.xs:1578: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetDefaultHandler': Expat.xs:1595: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetUnparsedEntityDeclHandler': Expat.xs:1617: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetNotationDeclHandler': Expat.xs:1634: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetExternalEntityRefHandler': Expat.xs:1652: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetExtEntFinishHandler': Expat.xs:1672: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetEntityDeclHandler': Expat.xs:1687: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetElementDeclHandler': Expat.xs:1705: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetAttListDeclHandler': Expat.xs:1723: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetDoctypeHandler': Expat.xs:1742: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetEndDoctypeHandler': Expat.xs:1760: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetXMLDeclHandler': Expat.xs:1779: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetBase': Expat.xs:1800: error: `na' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_GetBase': Expat.xs:1818: error: `sv_undef' undeclared (first use in this function) Expat.c: In function `XS_XML__Parser__Expat_LoadEncoding': Expat.c:2324: error: `na' undeclared (first use in this function) Expat.xs:1998: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetStartCdataHandler': Expat.xs:2113: error: `sv_undef' undeclared (first use in this function) Expat.xs: In function `XS_XML__Parser__Expat_SetEndCdataHandler': Expat.xs:2131: error: `sv_undef' undeclared (first use in this function) Expat.c: In function `boot_XML__Parser__Expat': Expat.c:2684: error: `sv_yes' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/textproc/p5-XML-Parser/work/XML-Parser-2.34/Expat. *** Error code 1 Stop in /usr/ports/textproc/p5-XML-Parser/work/XML-Parser-2.34. *** Error code 1 Stop in /usr/ports/textproc/p5-XML-Parser. *** Error code 1 Stop in /usr/ports/textproc/p5-XML-Parser. *** Error code 1 -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031215182833.47B8A5D04>