php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25528 make: *** [ext/bcmath/bcmath.lo] Error 1
Submitted: 2003-09-13 19:01 UTC Modified: 2003-09-13 21:19 UTC
From: thomas dot hebinck at digionline dot de Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5CVS-2003-09-13 (dev) OS: Linux Debian Woody
Private report: No CVE-ID: None
 [2003-09-13 19:01 UTC] thomas dot hebinck at digionline dot de
Description:
------------
I think, there is not much to say ;-)

Bye,
Thomas.

Reproduce code:
---------------
./configure \
        --with-apxs2=/usr/local/apache/bin/apxs \
        --prefix=/usr/local/apache/php \
        --with-config-file-path=/usr/local/apache/php \
        --with-ldap \
        --with-pgsql=/usr/local/pgsql \
        --with-imap=/usr/src/imap-2002d/c-client \
        --with-imap-ssl=/usr/local/ssl \
        --enable-bcmath

make


Actual result:
--------------
w23:/usr/src/php5-200309132130# make
/bin/sh /usr/src/php5-200309132130/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/src/php5-200309132130/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/src/php5-200309132130/ext/bcmath/ -DPHP_ATOM_INC -I/usr/src/php5-200309132130/include -I/usr/src/php5-200309132130/main -I/usr/src/php5-200309132130 -I/usr/src/php5-200309132130/Zend -I/usr/local/include/libxml2 -I/usr/src/imap-2002d/c-client -I/usr/local/include -I/usr/local/pgsql/include  -I/usr/src/php5-200309132130/TSRM  -g -O2  -prefer-pic -c /usr/src/php5-200309132130/ext/bcmath/bcmath.c -o ext/bcmath/bcmath.lo
In file included from /usr/src/php5-200309132130/main/php.h:34,
                 from /usr/src/php5-200309132130/ext/bcmath/bcmath.c:25:
/usr/src/php5-200309132130/Zend/zend.h:357: argument format specified for non-function `error_function'
/usr/src/php5-200309132130/Zend/zend.h:358: argument format specified for non-function `printf_function'
/usr/src/php5-200309132130/Zend/zend.h:496: argument format specified for non-function `zend_printf'
/usr/src/php5-200309132130/Zend/zend.h:502: argument format specified for non-function `zend_error_cb'
make: *** [ext/bcmath/bcmath.lo] Error 1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-09-13 20:53 UTC] abies@php.net
Could you post the output of gcc --version ?

 [2003-09-13 21:19 UTC] helly@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, 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/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Dec 24 05:00:01 2025 UTC