Re: [PHP-DEV] autoconf troubles with 4.3.0

2002-12-28 Thread Derick Rethans
On Sat, 28 Dec 2002, Kristian Koehntopp wrote:

 
 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:

Looks like a bug in your build tools installation. Can you try upgrading 
to automake 1.5 and libtool to 1.4.2?

Derick

 
 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
 

-- 

-
 Derick Rethans http://derickrethans.nl/ 
 PHP Magazine - PHP Magazine for Professionals   http://php-mag.net/
-


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] autoconf troubles with 4.3.0

2002-12-28 Thread Sascha Schumann
 ***BUG in Autoconf--please report*** AC_ADD_LIBRARY_WITH_PATH
 ***BUG in Autoconf--please report*** AC_ADD_INCLUDE

Install m4 1.4 rather than 1.4o.

- Sascha

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] autoconf troubles with 4.3.0

2002-12-28 Thread Kristian Koehntopp
On Sat, Dec 28, 2002 at 12:33:06PM +0100, Sascha Schumann wrote:
  ***BUG in Autoconf--please report*** AC_ADD_LIBRARY_WITH_PATH
  ***BUG in Autoconf--please report*** AC_ADD_INCLUDE
 
 Install m4 1.4 rather than 1.4o.

p15104972:/usr/src/packages/SPECS # rpm -qi m4
Name: m4   Relocations: (not relocateable)
Version : 1.4   Vendor: (none)
Release : 37Build Date: Sat Dec 28 23:27:02 2002
Install date: Sat Dec 28 23:27:40 2002  Build Host: p15104972.pureserver.info
...


Building mod_php4.3.0 now gives:

Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.4356
+ 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
NONE:0: /usr/bin/m4: `syncoutput' from frozen file not found in builtin table!
NONE:0: /usr/bin/m4: `changesyntax' from frozen file not found in builtin table!
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
NONE:0: /usr/bin/m4: `syncoutput' from frozen file not found in builtin table!
NONE:0: /usr/bin/m4: `changesyntax' from frozen file not found in builtin table!
+ autoconf
NONE:0: /usr/bin/m4: `syncoutput' from frozen file not found in builtin table!
NONE:0: /usr/bin/m4: `changesyntax' from frozen file not found in builtin table!
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.4356 (%build)

-- 
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




Re: [PHP-DEV] autoconf troubles with 4.3.0

2002-12-28 Thread Kristian Koehntopp
On Sat, Dec 28, 2002 at 12:28:16PM +0100, Derick Rethans wrote:
 Looks like a bug in your build tools installation. Can you try upgrading 
 to automake 1.5 and libtool to 1.4.2?

Will try.

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




Re: [PHP-DEV] autoconf troubles with 4.3.0

2002-12-28 Thread Sascha Schumann
 p15104972:/usr/src/packages/SPECS # rpm -qi m4

Try m4 --version.  The package version is likely to be
wrong.

- Sascha


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] autoconf troubles with 4.3.0

2002-12-28 Thread Sascha Schumann
 ***BUG in Autoconf--please report*** AC_ADD_LIBRARY_WITH_PATH
 ***BUG in Autoconf--please report*** AC_ADD_INCLUDE

Ah, sorry, I did not really look at the output.

The undefined macros should not be referenced by any of PHP's
config.m4 scripts anymore.  If you e.g. copied an old
external extension into the PHP source tree, you are likely
to see these messages.

- Sascha


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] autoconf troubles with 4.3.0

2002-12-28 Thread Joerg Behrens
- Original Message -
From: Sascha Schumann [EMAIL PROTECTED]
To: Kristian Koehntopp [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Saturday, December 28, 2002 11:46 PM
Subject: Re: [PHP-DEV] autoconf troubles with 4.3.0


  ***BUG in Autoconf--please report*** AC_ADD_LIBRARY_WITH_PATH
  ***BUG in Autoconf--please report*** AC_ADD_INCLUDE

 Ah, sorry, I did not really look at the output.

 The undefined macros should not be referenced by any of PHP's
 config.m4 scripts anymore.  If you e.g. copied an old
 external extension into the PHP source tree, you are likely
 to see these messages.


for example when using the extension imlib without modification befor you
use buildconf

regards
Joerg Behrens


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] autoconf troubles with 4.3.0

2002-12-27 Thread Kristian Koehntopp

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