Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 May 2001 08:46:17 -0500 (CDT)
From:      mdharnois@home.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27708: p5-XML-Parser doesn't build
Message-ID:  <20010528134617.D9D8D14A0D@c1030098-a.wtrlo1.ia.home.com>

next in thread | raw e-mail | index | archive | help

>Number:         27708
>Category:       ports
>Synopsis:       p5-XML-Parser doesn't build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 28 06:50:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Michael Harnois
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD mharnois.workgroup.net 5.0-CURRENT FreeBSD 5.0-CURRENT #6: Sun May 27 16:29:15 CDT 2001 toor@mharnois.workgroup.net:/usr/src/sys/compile/MYKERNEL i386


	
>Description:
===>  Building for p5-XML-Parser-2.30
cc -c -I/usr/local/include -O -pipe -march=pentiumpro       -DVERSION=\"2.30\"  -DXS_VERSION=\"2.30\" -DPIC -fpic -I/usr/libdata/perl/5.6.0/mach/CORE  Expat.c
Expat.xs:140: warning: `ERRSV' redefined
/usr/libdata/perl/5.6.0/mach/CORE/perl.h:743: warning: this is the location of the previous definition
Expat.xs:132: conflicting types for `Perl_newSVpvn'
/usr/libdata/perl/5.6.0/mach/CORE/proto.h:547: 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.c: In function `XS_XML__Parser__Expat_ParseString':
Expat.c:1473: `na' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_ParsePartial':
Expat.c:1536: `na' undeclared (first use in this function)
Expat.xs: In function `XS_XML__Parser__Expat_SetStartElementHandler':
Expat.xs:1516: `sv_undef' undeclared (first use in this function)
Expat.xs: In function `XS_XML__Parser__Expat_SetEndElementHandler':
Expat.xs:1527: `sv_undef' undeclared (first use in this function)
Expat.xs: In function `XS_XML__Parser__Expat_SetCharacterDataHandler':
Expat.xs:1540: `sv_undef' undeclared (first use in this function)
Expat.xs: In function `XS_XML__Parser__Expat_SetProcessingInstructionHandler':
Expat.xs:1558: `sv_undef' undeclared (first use in this function)
Expat.xs: In function `XS_XML__Parser__Expat_SetCommentHandler':
Expat.xs:1575: `sv_undef' undeclared (first use in this function)
Expat.xs: In function `XS_XML__Parser__Expat_SetDefaultHandler':
Expat.xs:1592: `sv_undef' undeclared (first use in this function)
Expat.xs: In function `XS_XML__Parser__Expat_SetUnparsedEntityDeclHandler':
Expat.xs:1614: `sv_undef' undeclared (first use in this function)
Expat.xs: In function `XS_XML__Parser__Expat_SetNotationDeclHandler':
Expat.xs:1631: `sv_undef' undeclared (first use in this function)
Expat.xs: In function `XS_XML__Parser__Expat_SetExternalEntityRefHandler':
Expat.xs:1649: `sv_undef' undeclared (first use in this function)
Expat.xs: In function `XS_XML__Parser__Expat_SetExtEntFinishHandler':
Expat.xs:1669: `sv_undef' undeclared (first use in this function)
Expat.xs: In function `XS_XML__Parser__Expat_SetEntityDeclHandler':
Expat.xs:1684: `sv_undef' undeclared (first use in this function)
Expat.xs: In function `XS_XML__Parser__Expat_SetElementDeclHandler':
Expat.xs:1702: `sv_undef' undeclared (first use in this function)
Expat.xs: In function `XS_XML__Parser__Expat_SetAttListDeclHandler':
Expat.xs:1720: `sv_undef' undeclared (first use in this function)
Expat.xs: In function `XS_XML__Parser__Expat_SetDoctypeHandler':
Expat.xs:1739: `sv_undef' undeclared (first use in this function)
Expat.xs: In function `XS_XML__Parser__Expat_SetEndDoctypeHandler':
Expat.xs:1757: `sv_undef' undeclared (first use in this function)
Expat.xs: In function `XS_XML__Parser__Expat_SetXMLDeclHandler':
Expat.xs:1776: `sv_undef' undeclared (first use in this function)
Expat.xs: In function `XS_XML__Parser__Expat_SetBase':
Expat.xs:1797: `na' undeclared (first use in this function)
Expat.xs: In function `XS_XML__Parser__Expat_GetBase':
Expat.xs:1815: `sv_undef' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_LoadEncoding':
Expat.c:2321: `na' undeclared (first use in this function)
Expat.xs:1995: `sv_undef' undeclared (first use in this function)
Expat.xs: In function `XS_XML__Parser__Expat_SetStartCdataHandler':
Expat.xs:2110: `sv_undef' undeclared (first use in this function)
Expat.xs: In function `XS_XML__Parser__Expat_SetEndCdataHandler':
Expat.xs:2128: `sv_undef' undeclared (first use in this function)
Expat.c: In function `boot_XML__Parser__Expat':
Expat.c:2681: `sv_yes' undeclared (first use in this function)
*** Error code 1

Stop in /usr/ports/textproc/p5-XML-Parser/work/XML-Parser-2.30/Expat.
*** Error code 1

Stop in /usr/ports/textproc/p5-XML-Parser/work/XML-Parser-2.30.
*** 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

Stop in /usr/ports/textproc/p5-XML-Parser.



>How-To-Repeat:
	
>Fix:

	
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010528134617.D9D8D14A0D>