php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59890 Compile Error when buidling latest on RHEL 5.5
Submitted: 2011-08-11 13:28 UTC Modified: 2012-06-11 14:04 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: diilbert dot atlantis at gmail dot com Assigned: felipe (profile)
Status: Closed Package: *General Issues
PHP Version: 5.1.6 OS: RedHat EL 5.5
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: diilbert dot atlantis at gmail dot com
New email:
PHP Version: OS:

 

 [2011-08-11 13:28 UTC] diilbert dot atlantis at gmail dot com
Description:
------------
I am building 0.6 (latest) on RHEL 5.5 and the build process is outputting an error.

Reproduce code:
---------------
phpize
./configure
make

Expected result:
----------------
Build to complete.

Actual result:
--------------
/bin/sh /home/rhills/sqlite3-0.6/libtool --mode=compile gcc -I/home/rhills/sqlite3-0.6/libsqlite -I./libsqlite -DSQLITE_ENABLE_FTS3=1 -DSQLITE_CORE=1 -DSQLITE_THREADSAFE=0  -I. -I/home/rhills/sqlite3-0.6 -DPHP_ATOM_INC -I/home/rhills/sqlite3-0.6/include -I/home/rhills/sqlite3-0.6/main -I/home/rhills/sqlite3-0.6 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext  -DHAVE_CONFIG_H  -g -O2   -c /home/rhills/sqlite3-0.6/sqlite3.c -o sqlite3.lo
 gcc -I/home/rhills/sqlite3-0.6/libsqlite -I./libsqlite -DSQLITE_ENABLE_FTS3=1 -DSQLITE_CORE=1 -DSQLITE_THREADSAFE=0 -I. -I/home/rhills/sqlite3-0.6 -DPHP_ATOM_INC -I/home/rhills/sqlite3-0.6/include -I/home/rhills/sqlite3-0.6/main -I/home/rhills/sqlite3-0.6 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -DHAVE_CONFIG_H -g -O2 -c /home/rhills/sqlite3-0.6/sqlite3.c  -fPIC -DPIC -o .libs/sqlite3.o
/home/rhills/sqlite3-0.6/sqlite3.c:1944: error: parameter 1 has incomplete type
/home/rhills/sqlite3-0.6/sqlite3.c: In function 'PHP_GINIT_FUNCTION':
/home/rhills/sqlite3-0.6/sqlite3.c:1944: error: parameter name omitted
/home/rhills/sqlite3-0.6/sqlite3.c:1946: error: invalid type argument of 'unary *'
/home/rhills/sqlite3-0.6/sqlite3.c:1946: error: incompatible type for argument 1 of 'memset'
make: *** [sqlite3.lo] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-06-11 14:04 UTC] felipe@php.net
-Status: Open +Status: Closed -Package: sqlite3 +Package: *General Issues -Assigned To: +Assigned To: felipe
 [2012-06-11 14:04 UTC] felipe@php.net
Still you having problem with this?
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 10 04:01:34 2025 UTC