php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34097 configure failed to initize RE2C="exit 0;" when re2c is not found
Submitted: 2005-08-12 15:10 UTC Modified: 2005-08-12 15:53 UTC
From: xuefer at 21cn dot com Assigned: sniper (profile)
Status: Closed Package: Compile Failure
PHP Version: 5CVS-2005-08-12 (dev) OS: *
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: xuefer at 21cn dot com
New email:
PHP Version: OS:

 

 [2005-08-12 15:10 UTC] xuefer at 21cn dot com
Description:
------------
[snip]
    php_cv_re2c_version=none ### if re2c is not found
  fi
  case $php_cv_re2c_version in
    ""|invalid[)]    ### no "none" here
      AC_MSG_WARN([You will need re2c 0.98 or later if you want to regenerate PHP parsers.])
      RE2C="exit 0;"
[/snip]
make
b /usr/src/php6/ext/standard/url_scanner_ex.re > /usr/src/php6/ext/standard/url_scanner_ex.c
/bin/sh: line 1: b: command not found

url_scanner_ex.c is truncate to 0 byte

---------
FYI, flex checking code is:
[snip]
    flex_version=none
  fi
  
  case $php_cv_flex_version in
    ""|invalid[)]
[/snip]



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-08-12 15:29 UTC] tony2001@php.net
Jani, could you check it plz?
 [2005-08-12 15:53 UTC] sniper@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 15:01:38 2025 UTC