I am trying to build a fresh php 4.3.0 rpm on SuSe Linux 7.2 with all updates. My build is based on the spec file for a working 4.2.3 build, which I updated for 4.3.0. It fails like this:
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.57298 + umask 022 + cd /usr/src/packages/BUILD + cd php-4.3.0 + ./buildconf using default Zend directory buildconf: checking installation... buildconf: autoconf version 2.13 (ok) buildconf: automake version 1.4 (ok) buildconf: libtool version 1.4.1 (ok) rebuilding configure autoconf: Undefined macros: ***BUG in Autoconf--please report*** AC_ADD_LIBRARY_WITH_PATH ***BUG in Autoconf--please report*** AC_ADD_INCLUDE rebuilding main/php_config.h.in + autoconf configure.in:384: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:526: warning: AC_TRY_RUN called without default to allow cross compiling ext/iconv/config.m4:55: warning: AC_TRY_RUN called without default to allow cross compiling ext/imap/config.m4:203: warning: AC_TRY_RUN called without default to allow cross compiling ext/imap/config.m4:213: warning: AC_TRY_RUN called without default to allow cross compiling ext/qtdom/config.m4:36: AC_PROG_CXXCPP was called before AC_PROG_CXX ext/xml/config.m4:5: warning: AC_TRY_RUN called without default to allow cross compiling ext/xslt/config.m4:95: warning: AC_TRY_RUN called without default to allow cross compiling autoconf: Undefined macros: ***BUG in Autoconf--please report*** AC_ADD_LIBRARY_WITH_PATH ***BUG in Autoconf--please report*** AC_ADD_INCLUDE Bad exit status from /var/tmp/rpm-tmp.57298 (%build) Do I need to update some auto-stuff, again? Or what may be the cause for the breakage? Kristian -- Kristian Köhntopp, NetUSE AG, Dr.-Hell-Straße, D-24107 Kiel Tel: +49 431 386 435 00, Fax: +49 431 386 435 99 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php