Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40455 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24263 invoked from network); 11 Sep 2008 07:34:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2008 07:34:19 -0000 Authentication-Results: pb1.pair.com header.from=softvirus@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=softvirus@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.170.185 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: softvirus@gmail.com X-Host-Fingerprint: 64.233.170.185 rn-out-0910.google.com Received: from [64.233.170.185] ([64.233.170.185:39625] helo=rn-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 41/80-30769-BF9C8C84 for ; Thu, 11 Sep 2008 03:34:19 -0400 Received: by rn-out-0910.google.com with SMTP id k40so176255rnd.0 for ; Thu, 11 Sep 2008 00:34:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=KDd87o521NOeu9ogld8booFUvhBx9woNuugEdQr4RA0=; b=cQWTuPtBp7imCAnu+R9RwXBhz2naLN3e9DMoQs3zhQk/4f3wVuifXp7eiJuGt9AoV4 2voxqOuGSxpUdvLqH4C6ARk1Can17wdTd3cycLS80TELt0YlFTDLbKO1r6lAyHFnzETj 8A+WGXE9Mwnj9BRTLnqcOCMui9TALF0JseGUo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=SlquL4qrDyxd+xaZbvDCfED1IkZ8WjsZbxzeaH1qwgFI4Z731rv3pu66kMrycvl/sQ G6LncbDFNh1NagGB8m74woxRUaIKduM/CFQk4LtKd5/NI9U0t3x9cFukyvMKIwRAddnZ A+/7Pjm51GnW76EHHHVYtKfsat4J5awZsq7QA= Received: by 10.151.12.1 with SMTP id p1mr3584316ybi.1.1221118456471; Thu, 11 Sep 2008 00:34:16 -0700 (PDT) Received: by 10.150.196.17 with HTTP; Thu, 11 Sep 2008 00:34:16 -0700 (PDT) Message-ID: <5e2913440809110034k74f90d92n91808268b74d889c@mail.gmail.com> Date: Thu, 11 Sep 2008 13:04:16 +0530 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_83857_28680173.1221118456462" Subject: buildconf fails on current HEAD From: softvirus@gmail.com (Raghubansh) ------=_Part_83857_28680173.1221118456462 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi All, I am trying to build PHP6 (checked out a while from CVS - HEAD) and found that ./buildconf fails. Following are the failure messages : [kraghuba@localhost php6]$ ./buildconf using default Zend directory buildconf: checking installation... buildconf: autoconf version 2.59 (ok) buildconf: Your version of autoconf likely contains buggy cache code. Running cvsclean for you. To avoid this, install autoconf-2.13. rebuilding configure Zend/acinclude.m4:1095: error: m4_defn: undefined macro: _m4_divert_diversion aclocal.m4:1102: PHP_CHECK_SIZEOF is expanded from... autom4te: /usr/bin/m4 failed with exit status: 1 rebuilding main/php_config.h.in autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' autoheader: WARNING: and `config.h.top', to define templates for ` config.h.in' autoheader: WARNING: is deprecated and discouraged. autoheader: autoheader: WARNING: Using the third argument of `AC_DEFINE' and autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without autoheader: WARNING: `acconfig.h': autoheader: autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1, autoheader: [Define if a function `main' is needed.]) autoheader: autoheader: WARNING: More sophisticated templates can also be produced, see the autoheader: WARNING: documentation. Zend/acinclude.m4:1095: error: m4_defn: undefined macro: _m4_divert_diversion aclocal.m4:1102: PHP_CHECK_SIZEOF is expanded from... autom4te: /usr/bin/m4 failed with exit status: 1 autoheader: /usr/bin/autom4te failed with exit status: 1 Am i doing something wrong ? or something is broken ? Thanks In advance! -- with Regards, Raghubansh ------=_Part_83857_28680173.1221118456462--