Edit report at https://bugs.php.net/bug.php?id=60172&edit=1

 ID:                 60172
 Updated by:         f...@php.net
 Reported by:        martin at psinas dot com
 Summary:            make fails
-Status:             Open
+Status:             Analyzed
 Type:               Bug
 Package:            Compile Failure
 Operating System:   Ubuntu 10.04 / Apache2
 PHP Version:        5.4SVN-2011-10-29 (snap)
 Block user comment: N
 Private report:     N

 New Comment:

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.


Previous Comments:
------------------------------------------------------------------------
[2011-10-29 22:55:35] 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


------------------------------------------------------------------------



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

Reply via email to