Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66747 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91450 invoked from network); 22 Mar 2013 09:02:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Mar 2013 09:02:28 -0000 Authentication-Results: pb1.pair.com header.from=remi@fedoraproject.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=remi@fedoraproject.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fedoraproject.org from 209.132.183.28 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 209.132.183.28 mx1.redhat.com Received: from [209.132.183.28] ([209.132.183.28:1363] helo=mx1.redhat.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/34-35504-22E1C415 for ; Fri, 22 Mar 2013 04:02:27 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r2M92NwP006894 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 22 Mar 2013 05:02:24 -0400 Received: from laptop.rcollet.redhat.com (vpn1-5-105.ams2.redhat.com [10.36.5.105]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r2M92MFe030139 for ; Fri, 22 Mar 2013 05:02:23 -0400 Message-ID: <514C1E14.3070002@fedoraproject.org> Date: Fri, 22 Mar 2013 10:02:12 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130219 Thunderbird/17.0.3 MIME-Version: 1.0 To: internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 Subject: PHP 5.5.0beta1 ZTS broken build From: remi@fedoraproject.org (Remi Collet) While build of 5.5 snapshot works perfectly, beta1 ZTS build is broken In file included from /dev/shm/BUILD/php-5.5.0beta1/ext/tokenizer/tokenizer.c:33:0: /dev/shm/BUILD/php-5.5.0beta1/build-ztscli/Zend/zend_language_parser.h:331:5: error: conflicting types for 'zendparse' In file included from /dev/shm/BUILD/php-5.5.0beta1/Zend/zend_globals.h:28:0, from /dev/shm/BUILD/php-5.5.0beta1/Zend/zend_compile.h:418, from /dev/shm/BUILD/php-5.5.0beta1/Zend/zend_modules.h:26, from /dev/shm/BUILD/php-5.5.0beta1/Zend/zend_API.h:26, from /dev/shm/BUILD/php-5.5.0beta1/main/php.h:38, from /dev/shm/BUILD/php-5.5.0beta1/ext/tokenizer/tokenizer.c:25: /dev/shm/BUILD/php-5.5.0beta1/Zend/zend_globals_macros.h:35:5: note: previous declaration of 'zendparse' was here Comparing the 201303201430 snapshot (very closed to beta1) and beta1 archive 201303201430, in bison generated files: /* A Bison parser, made by GNU Bison 2.4.1. */ beta1: /* A Bison parser, made by GNU Bison 2.6.1. */ So, it seems snapshot script don't use the same environment than the one used to generate release. Any idea how to fix this ? Regards, Remi.