#24971 [NEW]: Compilation process fail under TRU64 v5.1

2003-08-14 Thread kis_an at mail dot ru
From: kis_an at mail dot ru
Operating system: Compaq TRU64 v5.1
PHP version:  4.3.2
PHP Bug Type: Compile Failure
Bug description:  Compilation process fail under TRU64 v5.1

Description:

Compilation process fail with next error (compilation was made with
root):



yacc  /home/admin/tmp/php-4.3.2/ext/standard/parsedate.y

 fatal error: invalid escape, or illegal reserved word: expect, line 154
*** Exit 1
Stop.



configure was made (without any errors): ./configure
--with-oci8=$ORACLE_HOME --with-apxs=/usr/local/apache/bin/apxs  
--enable-sigchild

Any suggestions?

Reproduce code:
---
Code from parsedate.y:



153:/* This grammar has 14 shift/reduce conflicts. */
154:%expect 14
155:%pure_parser
156:
157:%token  tAGO tDAY tDAY_UNIT tDAYZONE tDST tHOUR_UNIT tID
158:%token  tMERIDIAN tMINUTE_UNIT tMONTH tMONTH_UNIT
159:%token  tSEC_UNIT tSNUMBER tUNUMBER tYEAR_UNIT tZONE




-- 
Edit bug report at http://bugs.php.net/?id=24971&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=24971&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=24971&r=trysnapshot5
Fixed in CVS:   http://bugs.php.net/fix.php?id=24971&r=fixedcvs
Fixed in release:   http://bugs.php.net/fix.php?id=24971&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=24971&r=needtrace
Try newer version:  http://bugs.php.net/fix.php?id=24971&r=oldversion
Not developer issue:http://bugs.php.net/fix.php?id=24971&r=support
Expected behavior:  http://bugs.php.net/fix.php?id=24971&r=notwrong
Not enough info:http://bugs.php.net/fix.php?id=24971&r=notenoughinfo
Submitted twice:http://bugs.php.net/fix.php?id=24971&r=submittedtwice
register_globals:   http://bugs.php.net/fix.php?id=24971&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24971&r=php3
Daylight Savings:   http://bugs.php.net/fix.php?id=24971&r=dst
IIS Stability:  http://bugs.php.net/fix.php?id=24971&r=isapi
Install GNU Sed:http://bugs.php.net/fix.php?id=24971&r=gnused



#24971 [Opn->Csd]: Compilation process fail under TRU64 v5.1

2003-08-14 Thread kis_an at mail dot ru
 ID:   24971
 User updated by:  kis_an at mail dot ru
 Reported By:  kis_an at mail dot ru
-Status:   Open
+Status:   Closed
 Bug Type: Compile Failure
 Operating System: Compaq TRU64 v5.1
 PHP Version:  4.3.2
 New Comment:

Sorry! I'm forget to close this bug!


Previous Comments:


[2003-08-08 00:15:39] kis_an at mail dot ru

I do install bison 1.35 and flex 2.5.4 after this build PHP 4.3.2 ended
successfull!
Great thanx and regards!



[2003-08-07 07:46:29] [EMAIL PROTECTED]

And make sure you're using working GNU versions of bison and flex too.

# bison --version
GNU Bison version 1.28
# flex --version
flex version 2.5.4




[2003-08-07 07:45:00] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



[2003-08-07 03:20:47] kis_an at mail dot ru

Description:

Compilation process fail with next error (compilation was made with
root):



yacc  /home/admin/tmp/php-4.3.2/ext/standard/parsedate.y

 fatal error: invalid escape, or illegal reserved word: expect, line
154
*** Exit 1
Stop.



configure was made (without any errors): ./configure
--with-oci8=$ORACLE_HOME --with-apxs=/usr/local/apache/bin/apxs
  --enable-sigchild

Any suggestions?

Reproduce code:
---
Code from parsedate.y:



153:/* This grammar has 14 shift/reduce conflicts. */
154:%expect 14
155:%pure_parser
156:
157:%token  tAGO tDAY tDAY_UNIT tDAYZONE tDST tHOUR_UNIT tID
158:%token  tMERIDIAN tMINUTE_UNIT tMONTH tMONTH_UNIT
159:%token  tSEC_UNIT tSNUMBER tUNUMBER tYEAR_UNIT tZONE








-- 
Edit this bug report at http://bugs.php.net/?id=24971&edit=1



#24971 [Bgs]: Compilation process fail under TRU64 v5.1

2003-08-08 Thread kis_an at mail dot ru
 ID:   24971
 User updated by:  kis_an at mail dot ru
 Reported By:  kis_an at mail dot ru
 Status:   Bogus
 Bug Type: Compile Failure
 Operating System: Compaq TRU64 v5.1
 PHP Version:  4.3.2
 New Comment:

Yes of course BOGUS !!!


Previous Comments:


[2003-08-08 03:29:38] [EMAIL PROTECTED]

Not exactly PHP bug -> bogus.




[2003-08-08 00:18:05] kis_an at mail dot ru

Sorry! I'm forget to close this bug!



[2003-08-08 00:15:39] kis_an at mail dot ru

I do install bison 1.35 and flex 2.5.4 after this build PHP 4.3.2 ended
successfull!
Great thanx and regards!



[2003-08-07 07:46:29] [EMAIL PROTECTED]

And make sure you're using working GNU versions of bison and flex too.

# bison --version
GNU Bison version 1.28
# flex --version
flex version 2.5.4




[2003-08-07 07:45:00] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/24971

-- 
Edit this bug report at http://bugs.php.net/?id=24971&edit=1



#24971 [Fbk->Opn]: Compilation process fail under TRU64 v5.1

2003-08-08 Thread kis_an at mail dot ru
 ID:   24971
 User updated by:  kis_an at mail dot ru
 Reported By:  kis_an at mail dot ru
-Status:   Feedback
+Status:   Open
 Bug Type: Compile Failure
 Operating System: Compaq TRU64 v5.1
 PHP Version:  4.3.2
 New Comment:

I do install bison 1.35 and flex 2.5.4 after this build PHP 4.3.2 ended
successfull!
Great thanx and regards!


Previous Comments:


[2003-08-07 07:46:29] [EMAIL PROTECTED]

And make sure you're using working GNU versions of bison and flex too.

# bison --version
GNU Bison version 1.28
# flex --version
flex version 2.5.4




[2003-08-07 07:45:00] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



[2003-08-07 03:20:47] kis_an at mail dot ru

Description:

Compilation process fail with next error (compilation was made with
root):



yacc  /home/admin/tmp/php-4.3.2/ext/standard/parsedate.y

 fatal error: invalid escape, or illegal reserved word: expect, line
154
*** Exit 1
Stop.



configure was made (without any errors): ./configure
--with-oci8=$ORACLE_HOME --with-apxs=/usr/local/apache/bin/apxs
  --enable-sigchild

Any suggestions?

Reproduce code:
---
Code from parsedate.y:



153:/* This grammar has 14 shift/reduce conflicts. */
154:%expect 14
155:%pure_parser
156:
157:%token  tAGO tDAY tDAY_UNIT tDAYZONE tDST tHOUR_UNIT tID
158:%token  tMERIDIAN tMINUTE_UNIT tMONTH tMONTH_UNIT
159:%token  tSEC_UNIT tSNUMBER tUNUMBER tYEAR_UNIT tZONE








-- 
Edit this bug report at http://bugs.php.net/?id=24971&edit=1