Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 462878 - dev-lang/php-5.5.0_beta1-r2: compile error 'zendparse'
Summary: dev-lang/php-5.5.0_beta1-r2: compile error 'zendparse'
Status: RESOLVED DUPLICATE of bug 462652
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-23 21:06 UTC by Toralf Förster
Modified: 2013-03-24 22:31 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (dev-lang:php-5.5.0_beta1-r2:20130323-205251.log.gz,51.38 KB, application/x-gzip)
2013-03-23 21:06 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2013-03-23 21:06:04 UTC
at an unstable 32 bit :

In file included from /var/tmp/portage/dev-lang/php-5.5.0_beta1-r2/work/sapis-build/cli/ext/tokenizer/tokenizer.c:33:0:
/var/tmp/portage/dev-lang/php-5.5.0_beta1-r2/work/sapis-build/cli/Zend/zend_language_parser.h:331:5: error: conflicting types for 'zendparse'
In file included from /var/tmp/portage/dev-lang/php-5.5.0_beta1-r2/work/sapis-build/cli/Zend/zend_globals.h:28:0,
                 from /var/tmp/portage/dev-lang/php-5.5.0_beta1-r2/work/sapis-build/cli/Zend/zend_compile.h:418,
                 from /var/tmp/portage/dev-lang/php-5.5.0_beta1-r2/work/sapis-build/cli/Zend/zend_modules.h:26,
                 from /var/tmp/portage/dev-lang/php-5.5.0_beta1-r2/work/sapis-build/cli/Zend/zend_API.h:26,
                 from /var/tmp/portage/dev-lang/php-5.5.0_beta1-r2/work/sapis-build/cli/main/php.h:38,
                 from /var/tmp/portage/dev-lang/php-5.5.0_beta1-r2/work/sapis-build/cli/ext/tokenizer/tokenizer.c:25:
/var/tmp/portage/dev-lang/php-5.5.0_beta1-r2/work/sapis-build/cli/Zend/zend_globals_macros.h:35:5: note: previous declaration of 'zendparse' was here
make: *** [ext/tokenizer/tokenizer.lo] Error 1
make: *** Waiting for unfinished jobs....
In file included from /var/tmp/portage/dev-lang/php-5.5.0_beta1-r2/work/sapis-build/cli/ext/tokenizer/tokenizer_data.c:28:0:
/var/tmp/portage/dev-lang/php-5.5.0_beta1-r2/work/sapis-build/cli/Zend/zend_language_parser.h:331:5: error: conflicting types for 'zendparse'
In file included from /var/tmp/portage/dev-lang/php-5.5.0_beta1-r2/work/sapis-build/cli/Zend/zend_globals.h:28:0,
                 from /var/tmp/portage/dev-lang/php-5.5.0_beta1-r2/work/sapis-build/cli/Zend/zend_compile.h:418,
                 from /var/tmp/portage/dev-lang/php-5.5.0_beta1-r2/work/sapis-build/cli/Zend/zend_modules.h:26,
                 from /var/tmp/portage/dev-lang/php-5.5.0_beta1-r2/work/sapis-build/cli/Zend/zend_API.h:26,
                 from /var/tmp/portage/dev-lang/php-5.5.0_beta1-r2/work/sapis-build/cli/main/php.h:38,
                 from /var/tmp/portage/dev-lang/php-5.5.0_beta1-r2/work/sapis-build/cli/ext/tokenizer/tokenizer_data.c:26:
/var/tmp/portage/dev-lang/php-5.5.0_beta1-r2/work/sapis-build/cli/Zend/zend_globals_macros.h:35:5: note: previous declaration of 'zendparse' was here
make: *** [ext/tokenizer/tokenizer_data.lo] Error 1
 * ERROR: dev-lang/php-5.5.0_beta1-r2 failed (compile phase):
 *   emake failed
Comment 1 Toralf Förster gentoo-dev 2013-03-23 21:06:35 UTC
Created attachment 343032 [details]
build log
Comment 2 Geoff Madden 2013-03-24 02:54:41 UTC
Comment on attachment 343032 [details]
build log

Getting the same problem here on my x2 laptop
Comment 3 Kjell Claesson 2013-03-24 12:25:37 UTC
Known problem.
Depend on bison version used.

se bugg:
https://bugs.php.net/bug.php?id=64461
Comment 4 Ole Markus With (RETIRED) gentoo-dev 2013-03-24 22:31:02 UTC

*** This bug has been marked as a duplicate of bug 462652 ***