From owner-freebsd-questions@FreeBSD.ORG Wed May 5 13:27:53 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CAE5D1065677 for ; Wed, 5 May 2010 13:27:53 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-bw0-f227.google.com (mail-bw0-f227.google.com [209.85.218.227]) by mx1.freebsd.org (Postfix) with ESMTP id 21C8F8FC14 for ; Wed, 5 May 2010 13:27:52 +0000 (UTC) Received: by bwz27 with SMTP id 27so3257767bwz.13 for ; Wed, 05 May 2010 06:27:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=V3HHj1z4wsJ5ckgNi5p2g+IAfFK+gLrmVojgu1kxLpw=; b=H6+Id9aaOKHRkUASyj6U1q0AjoICXZE5oVG4onM0EyQFdlMbFhU+oSmFAycDSntYg2 KM7nXTGWA343muOf8afr9p3zHUb8DnRNL1vGRlojZcCw0q3TgLFe64hNVE7eSZ82zKpb g/kxEQbtWd1zptr7QHPWFu9J6Cu5fKovicMTk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ngiaypmNU0kg5HUCbFov5R8+eLj5st3Xdx5k81aV1c5AeyLiJOuGMw/HITh10OMGNR RQgZtnBac0UWVffGwv1wXhAOvOJimOxGdGL++1Yyw5RCxXlLQZz0n+UQkmEINu401JO1 g/l1fegvLGgH6UmQLbgFSOKiGBCJKmbH7zgv0= MIME-Version: 1.0 Received: by 10.204.136.156 with SMTP id r28mr2655080bkt.112.1273066066731; Wed, 05 May 2010 06:27:46 -0700 (PDT) Received: by 10.204.48.66 with HTTP; Wed, 5 May 2010 06:27:46 -0700 (PDT) Date: Wed, 5 May 2010 15:27:46 +0200 Message-ID: From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: php52-spl doesn't compile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2010 13:27:53 -0000 (FreeBSD 8.0 amd64) As part of # cd /usr/ports/lang/php52-extensions # make install clean I get teh error below.. What's wrong and how to remedy? ... ===> Building for php52-spl-5.2.13 /bin/sh /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/libtool --mode=compil e cc -I. -I/usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl -DPHP_ATOM_INC -I /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/include -I/usr/ports/devel/ph p52-spl/work/php-5.2.13/ext/spl/main -I/usr/ports/devel/php52-spl/work/php-5.2.1 3/ext/spl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/in clude/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr /local/include/php/ext/date/lib -I/usr/local/include/libxml2 -I/usr/local/includ e -DHAVE_CONFIG_H -O2 -pipe -fno-strict-aliasing -c /usr/ports/devel/php52-s pl/work/php-5.2.13/ext/spl/php_spl.c -o php_spl.lo ... In file included from /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_arr ay.h:26, from /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_eng ine.c:32: /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.h:27:31: error: ext/pcre/php_pcre.h: No such file or directory In file included from /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_arr ay.h:26, from /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_eng ine.c:32: /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.h:147: error: e xpected specifier-qualifier-list before 'pcre_cache_entry' *** Error code 1 In file included from /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_arr ay.c:34: /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.h:27:31: error: ext/pcre/php_pcre.h: No such file or directory In file included from /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_arr ay.c:34: /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.h:147: error: e xpected specifier-qualifier-list before 'pcre_cache_entry' In file included from /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_ite rators.c:34: /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.h:27:31: error: ext/pcre/php_pcre.h: No such file or directory In file included from /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_ite rators.c:34: /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.h:147: error: e xpected specifier-qualifier-list before 'pcre_cache_entry' *** Error code 1 In file included from /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_arr ay.h:26, from /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/php_spl .c:32: /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.h:27:31: error: ext/pcre/php_pcre.h: No such file or directory In file included from /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_arr ay.h:26, from /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/php_spl .c:32: /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.h:147: error: e xpected specifier-qualifier-list before 'pcre_cache_entry' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c: In function 'spl_dual_it_construct': /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1022: error: 'struct ' has no member named 'regex' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1023: error: 'struct ' has no member named 'pce' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1024: error: 'struct ' has no member named 'pce' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1029: error: 'struct ' has no member named 'pce' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c: In function 'zim_spl_RegexIterator_accept': /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1397: error: 'struct ' has no member named 'pce' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1397: error: 'struct ' has no member named 'pce' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1409: error: 'struct ' has no member named 'pce' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1422: error: 'struct ' has no member named 'pce' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1429: error: 'struct ' has no member named 'pce' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1429: warning : assignment makes pointer from integer without a cast /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c: In function 'zim_spl_RecursiveRegexIterator_getChildren': /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1552: error: 'struct ' has no member named 'regex' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c: In function 'spl_dual_it_free_storage': /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1594: error: 'struct ' has no member named 'pce' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1595: error: 'struct ' has no member named 'pce' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1597: error: 'struct ' has no member named 'regex' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1598: error: 'struct ' has no member named 'regex' *** Error code 1 In file included from /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_arr ay.h:26, from /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/php_spl .c:32: /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.h:147: error: e xpected specifier-qualifier-list before 'pcre_cache_entry' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c: In function 'spl_dual_it_construct': /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1022: error: 'struct ' has no member named 'regex' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1023: error: 'struct ' has no member named 'pce' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1024: error: 'struct ' has no member named 'pce' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1029: error: 'struct ' has no member named 'pce' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c: In function 'zim_spl_RegexIterator_accept': /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1397: error: 'struct ' has no member named 'pce' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1397: error: 'struct ' has no member named 'pce' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1409: error: 'struct ' has no member named 'pce' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1422: error: 'struct ' has no member named 'pce' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1429: error: 'struct ' has no member named 'pce' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1429: warning : assignment makes pointer from integer without a cast /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c: In function 'zim_spl_RecursiveRegexIterator_getChildren': /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1552: error: 'struct ' has no member named 'regex' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c: In function 'spl_dual_it_free_storage': /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1594: error: 'struct ' has no member named 'pce' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1595: error: 'struct ' has no member named 'pce' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1597: error: 'struct ' has no member named 'regex' /usr/ports/devel/php52-spl/work/php-5.2.13/ext/spl/spl_iterators.c:1598: error: 'struct ' has no member named 'regex' *** Error code 1 *** Error code 1 4 errors *** Error code 1 Stop in /usr/ports/devel/php52-spl. *** Error code 1 Stop in /usr/ports/textproc/php52-dom. *** Error code 1 Stop in /usr/ports/lang/php52-extensions. *** Error code 1 Stop in /usr/ports/lang/php52-extensions.