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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 10:01:26 2024 UTC