hi,

On Fri, Mar 22, 2013 at 10:02 AM, Remi Collet <r...@fedoraproject.org> wrote:
> 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 ?

It seems to be an issue at packaging (bison and co) as as far as I can
tell a checkout works just fine. can you try it too please?

Cheers,
--
Pierre

@pierrejoye

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to