Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5931 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69077 invoked by uid 1010); 1 Dec 2003 18:56:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 69050 invoked from network); 1 Dec 2003 18:56:55 -0000 Received: from unknown (HELO smtp3.pp.htv.fi) (213.243.153.173) by pb1.pair.com with SMTP; 1 Dec 2003 18:56:55 -0000 Received: from localhost.localdomain (cs181008.pp.htv.fi [213.243.181.8]) by smtp3.pp.htv.fi (Postfix) with ESMTP id 6911727B55F; Mon, 1 Dec 2003 20:56:54 +0200 (EET) Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.10/8.12.10) with ESMTP id hB1IurZK010951; Mon, 1 Dec 2003 20:56:53 +0200 Date: Mon, 1 Dec 2003 20:56:53 +0200 (EET) Reply-To: Jani Taskinen To: Antony Dovgal Cc: internals@lists.php.net In-Reply-To: <20031201191610.1b751810.tony2001@phpclub.net> Message-ID: References: <20031201172641.15c2508b.tony2001@phpclub.net> <20031201145155.715.qmail@pb1.pair.com> <20031201181429.20626923.tony2001@phpclub.net> <20031201155522.9900.qmail@pb1.pair.com> <20031201191610.1b751810.tony2001@phpclub.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Re: HEAD eats all memory From: sniper@iki.fi (Jani Taskinen) On Mon, 1 Dec 2003, Antony Dovgal wrote: >BTW, I've already asked about this message: >---- >buildconf: autoconf version 2.50 (ok) >buildconf: Your version of autoconf likely contains buggy cache code. > Running cvsclean for you. > To avoid this, install autoconf-2.13 and automake-1.5. >---- Don't use autoconf > 2.13, it's really SLOW and also buggy. >and nobody answered. > the problem: if I install autoconf-2.13, ./buildconf >fails, because it *requires* autoconf >= 2.50. Eh..if that was true, I would never ever run this every day: # ./cvsclean && ./buildconf buildconf: checking installation... buildconf: autoconf version 2.13 (ok) buildconf: libtool version 1.4.3 (ok) . . Or would I? :) >so, at this moment I don't know which version of autoconf should I use to >build PHP from sources in the right way, but autoconf 2.50 worked fine till >now (except this message). I has never worked perfectly, please don't claim that. As I doubt you have the correct bison, libtool, etc. either, I recommend that you stick with snapshots. --Jani