Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46204 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3864 invoked from network); 27 Nov 2009 11:08:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2009 11:08:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@iki.fi; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jani.taskinen@iki.fi; sender-id=unknown Received-SPF: error (pb1.pair.com: domain iki.fi from 204.13.248.71 cause and error) X-PHP-List-Original-Sender: jani.taskinen@iki.fi X-Host-Fingerprint: 204.13.248.71 mho-01-ewr.mailhop.org Received: from [204.13.248.71] ([204.13.248.71:55437] helo=mho-01-ewr.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/65-50315-C33BF0B4 for ; Fri, 27 Nov 2009 06:08:45 -0500 Received: from a88-112-30-186.elisa-laajakaista.fi ([88.112.30.186] helo=localhost.localdomain) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.68) (envelope-from ) id 1NDygq-0001FG-Nf; Fri, 27 Nov 2009 11:08:40 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 88.112.30.186 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18R+5joVrDih+eFzRIVwzdM2jv2C8AKkzk= Message-ID: <4B0FB335.6060703@iki.fi> Date: Fri, 27 Nov 2009 13:08:37 +0200 Reply-To: jani.taskinen@iki.fi User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 Thunderbird/3.0b4 MIME-Version: 1.0 CC: Arvind Srinivasan , internals@lists.php.net References: <4B0F9B52.2090207@iki.fi> In-Reply-To: <4B0F9B52.2090207@iki.fi> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] autoconf version check on trunk? From: jani.taskinen@iki.fi (Jani Taskinen) Make that me. It's either my upgrade of libtool or combined changes by me and Rasmus. And it affects ALL branches.. :( I'm investigating this bug atm, stay tuned. --Jani On 11/27/2009 11:26 AM, Jani Taskinen wrote: > It works fine as soon as I find the typo Rasmus has done with his fixes > for autoconf > 2.13.. > > --Jani > > On 11/27/2009 10:56 AM, Arvind Srinivasan wrote: >> There was some discussion on the version (2.13 vs newer) of autoconf >> to use for trunk but I'm not sure whether there was any consensus. >> >> It looks like autoconf2.13 can't be used with trunk and therefore the >> autoconf version check inside build/buildcheck.sh needs to be updated. >> >> I get the following error when I try to configure trunk with autoconf >> 2.13 (this is on Ubuntu [Hardy]). autoconf2.61 works fine. >> >> >> Checked out revision 291346. >> % ./buildconf >> buildconf: checking installation... >> buildconf: autoconf version 2.13 (ok) >> rebuilding aclocal.m4 >> rebuilding configure >> rebuilding acconfig.h >> rebuilding main/php_config.h.in >> >> % ./configure --prefix=/home/arvi/php-src-build --enable-debug >> >> (stuff deleted) >> >> checking whether to enable UCD SNMP hack... no >> checking whether to enable SOAP support... no >> checking whether to enable sockets support... no >> checking whether zend_object_value is packed... yes >> checking for sqlite support... yes >> checking whether to disable UTF-8 support in libsqlite (charset >> changes to ISO-8859-1)... yes >> checking for PDO includes... (cached) /home/arvi/php-scratch/ext >> checking for lemon... no >> configure: warning: lemon versions supported for regeneration of >> libsqlite parsers: 1.0 (found: none). >> checking size of char *... 4 >> checking for usleep... (cached) yes >> checking for nanosleep... (cached) yes >> checking for time.h... (cached) yes >> /configure: line 81214: syntax error at line 81217: `fi' unexpected >> >> -- >> > >