php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26175 Yet Another Solaris compilation problem :-((
Submitted: 2003-11-08 05:47 UTC Modified: 2003-11-08 12:44 UTC
From: l_faillie at yahoo dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.4 OS: Solaris 8
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: l_faillie at yahoo dot com
New email:
PHP Version: OS:

 

 [2003-11-08 05:47 UTC] 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.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-08 12:35 UTC] iliaa@php.net
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 12:44 UTC] l_faillie at yahoo dot com
Which one ? I've looking in the database and found nothing :-(
 [2003-11-09 15:55 UTC] simon dot boulet at divahost dot net
Bug #26105 addresses this issue.

http://bugs.php.net/bug.php?id=26105
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 05:01:31 2024 UTC