php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34899 make fails: missing template file "lempar.c"
Submitted: 2005-10-18 01:02 UTC Modified: 2005-10-18 16:34 UTC
From: akorthaus at web dot de Assigned:
Status: Closed Package: SQLite related
PHP Version: 5CVS-2005-10-18 (CVS) OS: Linux 2.4.31 (gentoo)
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: akorthaus at web dot de
New email:
PHP Version: OS:

 

 [2005-10-18 01:02 UTC] akorthaus at web dot de
Description:
------------
I tried to compile PHP 5.1.0 RC3 with sqlite extension, but it failed.



Reproduce code:
---------------
./configure --with-sqlite
make

Expected result:
----------------
should compile PHP 5.1.0 RC3 with sqlite, as it has worked with RC1.

Actual result:
--------------
/bin/sh /home/akorthaus/src/php-5.1.0RC3/libtool --silent
--preserve-dup-deps --mode=compile gcc 
-Iext/sqlite/libsqlite/src 
-I/home/akorthaus/src/php-5.1.0RC3/ext -Iext/sqlite/ 
-I/home/akorthaus/src/php-5.1.0RC3/ext/sqlite/ 
-DPHP_ATOM_INC -I/home/akorthaus/src/php-5.1.0RC3/include 
-I/home/akorthaus/src/php-5.1.0RC3/main 
-I/home/akorthaus/src/php-5.1.0RC3 -I/usr/include/libxml2 
-I/home/akorthaus/src/php-5.1.0RC3/ext/date/lib 
-I/home/akorthaus/src/php-5.1.0RC3/TSRM
-I/home/akorthaus/src/php-5.1.0RC3/Zend    -g -O2  -c
/home/akorthaus/src/php-5.1.0RC3/ext/sqlite/libsqlite/src/opcodes.c
-o ext/sqlite/libsqlite/src/opcodes.lo
Can't open the template file "lempar.c".

make: *** [/home/akorthaus/src/php-5.1.0RC3/ext/sqlite/libsqlite/src/parse.c] 
Error 1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-10-18 01:14 UTC] akorthaus at web dot de
I can't find where "lempar.c" is included there, but I can find the file itself only under

ext/pdo_sqlite/sqlite/tool/lempar.c

btw.: I used 
--prefix=/home/akorthaus/src/php-5.1.0RC3

to get empty include/... directories for the test.
 [2005-10-18 16:34 UTC] iliaa@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: Sat Dec 21 18:01:29 2024 UTC