ID: 26175 Comment by: simon dot boulet at divahost dot net Reported By: l_faillie at yahoo dot com Status: Bogus Bug Type: Compile Failure Operating System: Solaris 8 PHP Version: 4.3.4 New Comment:
Bug #26105 addresses this issue. http://bugs.php.net/bug.php?id=26105 Previous Comments: ------------------------------------------------------------------------ [2003-11-08 12:44:16] l_faillie at yahoo dot com Which one ? I've looking in the database and found nothing :-( ------------------------------------------------------------------------ [2003-11-08 12:35:45] [EMAIL PROTECTED] Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Thank you for your interest in PHP. This is a duplicate of the other bugs on this issue. Latest CVS snapshot fixes the problem. ------------------------------------------------------------------------ [2003-11-08 05:47:21] l_faillie at yahoo dot com Description: ------------ Hi all, the compilation fails at the 1st file w/ following error : /bin/sh /export/home/laurent/bidon/php-4.3.4/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/zlib/ -I/export/home/laurent/bidon/php-4.3.4/ext/zlib/ -DPHP_ATOM_INC -I/export/home/laurent/bidon/php-4.3.4/include -I/export/home/laurent/bidon/php-4.3.4/main -I/export/home/laurent/bidon/php-4.3.4 -I/export/home/laurent/bidon/php-4.3.4/Zend -I/usr/local/include -I/usr/local/pgsql/include -I/export/home/laurent/bidon/php-4.3.4/ext/xml/expat -D_POSIX_PTHREAD_SEMANTICS -I/export/home/laurent/bidon/php-4.3.4/TSRM -g -O2 -prefer-pic -c /export/home/laurent/bidon/php-4.3.4/ext/zlib/zlib.c -o ext/zlib/zlib.lo In file included from /export/home/laurent/bidon/php-4.3.4/main/php.h:34, from /export/home/laurent/bidon/php-4.3.4/ext/zlib/zlib.c:28: /export/home/laurent/bidon/php-4.3.4/Zend/zend.h:311: argument format specified for non-function `error_function' /export/home/laurent/bidon/php-4.3.4/Zend/zend.h:312: argument format specified for non-function `printf_function' /export/home/laurent/bidon/php-4.3.4/Zend/zend.h:444: argument format specified for non-function `zend_printf' /export/home/laurent/bidon/php-4.3.4/Zend/zend.h:451: argument format specified for non-function `zend_error_cb' make: *** [ext/zlib/zlib.lo] Error 1 My system is : [1109]/export/home/laurent $uname -a SunOS zeus 5.8 Generic_108528-03 sun4u sparc SUNW,Ultra-5_10 [1121]/export/home/laurent $gcc -v Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/specs Configured with: ../configure --with-as=/usr/local/bin/as --with-ld=/usr/local/bin/ld --enable-libgcj Thread model: posix gcc version 3.0.1 I think it's a Solaris related problem because I can't reproduce it on my SunServer5/NetBSD 1.6 system. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=26175&edit=1
