Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jan 2006 08:38:47 +0000
From:      Mike Sacauskis <mikejs@mbay.net>
To:        freebsd-ports-bugs@freebsd.org
Subject:   php4-xml won't build from php4-extension
Message-ID:  <1136882327.49946.3.camel@freebsd54.san.rr.com>

next in thread | raw e-mail | index | archive | help
I'm trying to install php4 on FreeBSD 5.4 build.  I've upgraded my
ports. I'm trying to install the PHP4-Extensions package.  php4-xml is
not building.  I'm  doing a make in /usr/ports/lang/php4-extensions

****************************************************************************
===>   Returning to build of php4-extensions-1.0
===>   php4-extensions-1.0 depends on
file: /usr/local/lib/php/20020429/xml.so - not found
===>    Verifying install for /usr/local/lib/php/20020429/xml.so
in /usr/ports/textproc/php4-xml
===>  Building for php4-xml-4.4.1_3
/bin/sh /usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/libtool
--mode=compile cc -DBYTEORDER=1234 -I.
-I/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml -DPHP_ATOM_INC
-I/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/include
-I/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/main
-I/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml
-I/usr/local/include/php -I/usr/local/include/php/main
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend
-I/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/expat
-DHAVE_CONFIG_H  -O -pipe
-c /usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/xml.c -o xml.lo
cc -DBYTEORDER=1234 -I.
-I/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml -DPHP_ATOM_INC
-I/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/include
-I/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/main
-I/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml
-I/usr/local/include/php -I/usr/local/include/php/main
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend
-I/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/expat
-DHAVE_CONFIG_H -O -pipe
-c /usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/xml.c  -fPIC
-DPIC -o xml.lo
/bin/sh /usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/libtool
--mode=compile cc -DBYTEORDER=1234 -I.
-I/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml -DPHP_ATOM_INC
-I/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/include
-I/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/main
-I/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml
-I/usr/local/include/php -I/usr/local/include/php/main
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend
-I/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/expat
-DHAVE_CONFIG_H  -O -pipe
-c /usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/expat/xmlparse.c
-o expat/xmlparse.lo
cc -DBYTEORDER=1234 -I.
-I/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml -DPHP_ATOM_INC
-I/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/include
-I/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/main
-I/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml
-I/usr/local/include/php -I/usr/local/include/php/main
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend
-I/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/expat
-DHAVE_CONFIG_H -O -pipe
-c /usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/expat/xmlparse.c
-fPIC -DPIC -o expat/xmlparse.lo
/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/expat/xmlparse.c: In
function `XML_SetEncoding':
/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/expat/xmlparse.c:881: error: `isParamEntity' undeclared (first use in this function)
/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/expat/xmlparse.c:881: error: (Each undeclared identifier is reported only once
/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/expat/xmlparse.c:881: error: for each function it appears in.)
/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/expat/xmlparse.c:881: error: `externalParEntInitProcessor' undeclared (first use in this function)
/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/expat/xmlparse.c: In
function `XML_SetReturnNSTriplet':
/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/expat/xmlparse.c:1103: error: `isParamEntity' undeclared (first use in this function)
/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/expat/xmlparse.c:1103: error: `externalParEntInitProcessor' undeclared (first use in this function)
/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/expat/xmlparse.c: In
function `XML_SetParamEntityParsing':
/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/expat/xmlparse.c:1355: error: `isParamEntity' undeclared (first use in this function)
/usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml/expat/xmlparse.c:1355: error: `externalParEntInitProcessor' undeclared (first use in this function)
*** Error code 1

Stop in /usr/ports/textproc/php4-xml/work/php-4.4.1/ext/xml.
*** Error code 1

Stop in /usr/ports/textproc/php4-xml.
*** Error code 1

Stop in /usr/ports/lang/php4-extensions.

Any help would be greatly appreciated.

Mike Sacauskis




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