Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46205 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10372 invoked from network); 27 Nov 2009 11:32:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2009 11:32:14 -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.72 cause and error) X-PHP-List-Original-Sender: jani.taskinen@iki.fi X-Host-Fingerprint: 204.13.248.72 mho-02-ewr.mailhop.org Received: from [204.13.248.72] ([204.13.248.72:55408] helo=mho-02-ewr.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 14/D5-50315-DB8BF0B4 for ; Fri, 27 Nov 2009 06:32:14 -0500 Received: from a88-112-30-186.elisa-laajakaista.fi ([88.112.30.186] helo=localhost.localdomain) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.68) (envelope-from ) id 1NDz3a-000CU0-Qs; Fri, 27 Nov 2009 11:32:11 +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: U2FsdGVkX19YmBJuYQhIj2trqX0HzgkwXcJoOruB6IM= Message-ID: <4B0FB8B8.1040600@iki.fi> Date: Fri, 27 Nov 2009 13:32:08 +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> <4B0FB335.6060703@iki.fi> In-Reply-To: <4B0FB335.6060703@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) This is caused by the divert() patch Rasmus committed. Nice work. I'll try figure out how to do it properly. --Jani On 11/27/2009 01:08 PM, Jani Taskinen wrote: > 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 >>> >>> -- >>> >> >> > >