php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27697 errors compiling parsedate.y
Submitted: 2004-03-25 10:55 UTC Modified: 2004-03-31 02:09 UTC
From: wzaccone at optonline dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.3.4 OS: Solaris 8
Private report: No CVE-ID: None
 [2004-03-25 10:55 UTC] wzaccone at optonline dot net
Description:
------------
I successfully built php 4.3.3 on a Solaris 8 system with gcc (GCC) 3.2.2
bison 1.28
flex 2.5.4
However when we tried to build on another system with same configuration, and bison -y parsedate.y failed. Can anyone point me in the right direction as to why this error occurs.
Thank You.
Warren


Reproduce code:
---------------
/bin/sh /FREE_2.4/NMA_WEB/NMA.r140/03-25-2004/install_apache_php/php-4.3.3/libto
ol --silent --preserve-dup-deps --mode=compile gcc  -Iext/standard/ -I/FREE_2.4/
NMA_WEB/NMA.r140/03-25-2004/install_apache_php/php-4.3.3/ext/standard/ -DPHP_ATO
M_INC -I/FREE_2.4/NMA_WEB/NMA.r140/03-25-2004/install_apache_php/php-4.3.3/inclu
de -I/FREE_2.4/NMA_WEB/NMA.r140/03-25-2004/install_apache_php/php-4.3.3/main -I/
FREE_2.4/NMA_WEB/NMA.r140/03-25-2004/install_apache_php/php-4.3.3 -I/FREE_2.4/NM
A_WEB/NMA.r140/03-25-2004/install_apache_php/php-4.3.3/Zend -I/FREE_2.4/NMA_WEB/
NMA.r140/03-25-2004/install_apache_php/php-4.3.3/ext/xml/expat  -D_POSIX_PTHREAD
_SEMANTICS -I/FREE_2.4/NMA_WEB/NMA.r140/03-25-2004/install_apache_php/php-4.3.3/
TSRM  -g -O2  -prefer-pic -c /FREE_2.4/NMA_WEB/NMA.r140/03-25-2004/install_apach
e_php/php-4.3.3/ext/standard/parsedate.c -o ext/standard/parsedate.lo
/usr/local/share/bison.simple: In function `php_gd_parse':
/usr/local/share/bison.simple:219: number of arguments doesn't match prototype
/usr/local/share/bison.simple:153: prototype declaration


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-30 20:39 UTC] wzaccone at optonline dot net
I successfully compiled php with the latest snapshot.. 
thank you.
 [2004-03-31 02:09 UTC] derick@php.net
Closing then.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Oct 17 13:01:27 2024 UTC