php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #60172 make fails
Submitted: 2011-10-29 22:55 UTC Modified: 2011-11-04 12:22 UTC
From: martin at psinas dot com Assigned: derick (profile)
Status: Closed Package: Compile Failure
PHP Version: 5.4SVN-2011-10-29 (snap) OS: Ubuntu 10.04 / Apache2
Private report: No CVE-ID: None
 [2011-10-29 22:55 UTC] martin at psinas dot com
Description:
------------
I already have PHP installed, trying to upgrade to latest development version. 
I'm using Ubuntu 10.04 w/ Apache2.

Test script:
---------------
worm@worm-desktop:~$ wget http://snaps.php.net/php5.4-201110292230.tar.gz
worm@worm-desktop:~$ tar -xvzf php5.4-201110292230.tar.gz
worm@worm-desktop:~$ cd php5.4-201110292230
worm@worm-desktop:~/php5.4-201110292230$ ./configure
worm@worm-desktop:~/php5.4-201110292230$ sudo make

Actual result:
--------------
/php5.4-201110292230/ext/sqlite3/libsqlite -I/home/worm/php5.4-201110292230/TSRM 
-I/home/worm/php5.4-201110292230/Zend    -I/usr/include -g -O2 -
fvisibility=hidden -DZEND_SIGNALS  -c /home/worm/php5.4-
201110292230/Zend/zend_ini_parser.c -o Zend/zend_ini_parser.lo 
cc: /home/worm/php5.4-201110292230/Zend/zend_ini_parser.c: No such file or 
directory
cc: no input files
make: *** [Zend/zend_ini_parser.lo] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-10-31 10:03 UTC] fa@php.net
-Status: Open +Status: Analyzed
 [2011-10-31 10:03 UTC] fa@php.net
I could just reproduce that on Debian testing.

It seems the configure script in snaps fails to mention that you don't have bison/re2c installed.

So the configure says everything ok, but due to a missing (generated) zend_ini_parser.c you can't compile.

The check works for 5.4-HEAD.
 [2011-11-04 09:31 UTC] derick@php.net
-Status: Analyzed +Status: Assigned -Assigned To: +Assigned To: derick
 [2011-11-04 10:25 UTC] derick@php.net
-Status: Assigned +Status: Closed
 [2011-11-04 10:25 UTC] derick@php.net
This bug has been fixed in SVN.

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/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

Please wait until the next snapshot has been generated though.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 13 09:01:27 2025 UTC