You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ben Laurie <be...@algroup.co.uk> on 2001/08/19 22:29:17 UTC

What did I do wrong?

Recently updated tree...

ben@scuzzy:~/work/httpd-2.0$ ./buildconf 
rebuilding srclib/apr/configure
buildconf: checking installation...
buildconf: autoconf version 2.13 (ok)
buildconf: libtool version 1.3.4 (ok)
Copying libtool helper files ...
Creating include/arch/unix/apr_private.h.in ...
Creating configure ...
rebuilding srclib/apr-util/configure
Creating include/private/apu_config.h ...
build/apu-conf.m4:120: m4: Warning: Excess arguments to built-in
`define' ignored
build/apu-conf.m4:143: m4: Warning: Excess arguments to built-in
`define' ignored
build/apu-conf.m4:148: m4: Warning: Excess arguments to built-in
`define' ignored
Creating configure ...
build/apu-conf.m4:120: m4: Warning: Excess arguments to built-in
`define' ignored
build/apu-conf.m4:143: m4: Warning: Excess arguments to built-in
`define' ignored
build/apu-conf.m4:148: m4: Warning: Excess arguments to built-in
`define' ignored
autoconf: Undefined macros:
***BUG in Autoconf--please report*** AC_ARG_WITH
***BUG in Autoconf--please report*** AC_MSG_ERROR
***BUG in Autoconf--please report*** AC_MSG_CHECKING
***BUG in Autoconf--please report*** AC_MSG_RESULT
***BUG in Autoconf--please report*** AC_MSG_RESULT
***BUG in Autoconf--please report*** AC_MSG_ERROR
***BUG in Autoconf--please report*** AC_MSG_ERROR
***BUG in Autoconf--please report*** AC_CHECK_LIB
***BUG in Autoconf--please report*** AC_CACHE_SAVE
***BUG in Autoconf--please report*** AC_CACHE_LOAD
***BUG in Autoconf--please report*** AC_ARG_WITH
***BUG in Autoconf--please report*** AC_MSG_ERROR
***BUG in Autoconf--please report*** AC_MSG_ERROR
***BUG in Autoconf--please report*** AC_MSG_ERROR
***BUG in Autoconf--please report*** AC_MSG_ERROR
***BUG in Autoconf--please report*** AC_DEFINE
configure.in:34:AC_SUBST(top_builddir)
configure.in:35:AC_SUBST(abs_srcdir)
configure.in:60:AC_SUBST(so_ext)
configure.in:61:AC_SUBST(lib_target)
configure.in:77:AC_SUBST(EXPAT_LINK)
configure.in:85:AC_SUBST(APRUTIL_EXPORT_LIBS)
configure.in:86:AC_SUBST(LDFLAGS)
configure.in:99:AC_SUBST(INCLUDE_RULES)
autoconf failed
./buildconf failed for apr-util

--
http://www.apache-ssl.org/ben.html

"There is no limit to what a man can do or how far he can go if he
doesn't mind who gets the credit." - Robert Woodruff

Re: What did I do wrong?

Posted by Ian Holsman <ia...@cnet.com>.
Ben Laurie wrote:

>Recently updated tree...
>
remove aclocal.m4 from apr-util and try again

>
>ben@scuzzy:~/work/httpd-2.0$ ./buildconf 
>rebuilding srclib/apr/configure
>buildconf: checking installation...
>buildconf: autoconf version 2.13 (ok)
>buildconf: libtool version 1.3.4 (ok)
>Copying libtool helper files ...
>Creating include/arch/unix/apr_private.h.in ...
>Creating configure ...
>rebuilding srclib/apr-util/configure
>Creating include/private/apu_config.h ...
>build/apu-conf.m4:120: m4: Warning: Excess arguments to built-in
>`define' ignored
>build/apu-conf.m4:143: m4: Warning: Excess arguments to built-in
>`define' ignored
>build/apu-conf.m4:148: m4: Warning: Excess arguments to built-in
>`define' ignored
>Creating configure ...
>build/apu-conf.m4:120: m4: Warning: Excess arguments to built-in
>`define' ignored
>build/apu-conf.m4:143: m4: Warning: Excess arguments to built-in
>`define' ignored
>build/apu-conf.m4:148: m4: Warning: Excess arguments to built-in
>`define' ignored
>autoconf: Undefined macros:
>***BUG in Autoconf--please report*** AC_ARG_WITH
>***BUG in Autoconf--please report*** AC_MSG_ERROR
>***BUG in Autoconf--please report*** AC_MSG_CHECKING
>***BUG in Autoconf--please report*** AC_MSG_RESULT
>***BUG in Autoconf--please report*** AC_MSG_RESULT
>***BUG in Autoconf--please report*** AC_MSG_ERROR
>***BUG in Autoconf--please report*** AC_MSG_ERROR
>***BUG in Autoconf--please report*** AC_CHECK_LIB
>***BUG in Autoconf--please report*** AC_CACHE_SAVE
>***BUG in Autoconf--please report*** AC_CACHE_LOAD
>***BUG in Autoconf--please report*** AC_ARG_WITH
>***BUG in Autoconf--please report*** AC_MSG_ERROR
>***BUG in Autoconf--please report*** AC_MSG_ERROR
>***BUG in Autoconf--please report*** AC_MSG_ERROR
>***BUG in Autoconf--please report*** AC_MSG_ERROR
>***BUG in Autoconf--please report*** AC_DEFINE
>configure.in:34:AC_SUBST(top_builddir)
>configure.in:35:AC_SUBST(abs_srcdir)
>configure.in:60:AC_SUBST(so_ext)
>configure.in:61:AC_SUBST(lib_target)
>configure.in:77:AC_SUBST(EXPAT_LINK)
>configure.in:85:AC_SUBST(APRUTIL_EXPORT_LIBS)
>configure.in:86:AC_SUBST(LDFLAGS)
>configure.in:99:AC_SUBST(INCLUDE_RULES)
>autoconf failed
>./buildconf failed for apr-util
>
>--
>http://www.apache-ssl.org/ben.html
>
>"There is no limit to what a man can do or how far he can go if he
>doesn't mind who gets the credit." - Robert Woodruff
>




Re: What did I do wrong?

Posted by Ben Laurie <be...@algroup.co.uk>.
Ryan Bloom wrote:
> 
> You haven't updated your tree recently.  :-)  Remove the apr-util/aclocal.m4
> file.  That file used to be generated when buildconf was run, but it is no
> longer necessary.  Since it wasn't in CVS, the update didn't remove it,
> and now it is getting in the way.

That was it.

Cheers,

Ben.

--
http://www.apache-ssl.org/ben.html

"There is no limit to what a man can do or how far he can go if he
doesn't mind who gets the credit." - Robert Woodruff

Re: What did I do wrong?

Posted by Ryan Bloom <rb...@covalent.net>.
You haven't updated your tree recently.  :-)  Remove the apr-util/aclocal.m4
file.  That file used to be generated when buildconf was run, but it is no
longer necessary.  Since it wasn't in CVS, the update didn't remove it,
and now it is getting in the way.

Ryan

On Sunday 19 August 2001 13:29, Ben Laurie wrote:
> Recently updated tree...
>
> ben@scuzzy:~/work/httpd-2.0$ ./buildconf
> rebuilding srclib/apr/configure
> buildconf: checking installation...
> buildconf: autoconf version 2.13 (ok)
> buildconf: libtool version 1.3.4 (ok)
> Copying libtool helper files ...
> Creating include/arch/unix/apr_private.h.in ...
> Creating configure ...
> rebuilding srclib/apr-util/configure
> Creating include/private/apu_config.h ...
> build/apu-conf.m4:120: m4: Warning: Excess arguments to built-in
> `define' ignored
> build/apu-conf.m4:143: m4: Warning: Excess arguments to built-in
> `define' ignored
> build/apu-conf.m4:148: m4: Warning: Excess arguments to built-in
> `define' ignored
> Creating configure ...
> build/apu-conf.m4:120: m4: Warning: Excess arguments to built-in
> `define' ignored
> build/apu-conf.m4:143: m4: Warning: Excess arguments to built-in
> `define' ignored
> build/apu-conf.m4:148: m4: Warning: Excess arguments to built-in
> `define' ignored
> autoconf: Undefined macros:
> ***BUG in Autoconf--please report*** AC_ARG_WITH
> ***BUG in Autoconf--please report*** AC_MSG_ERROR
> ***BUG in Autoconf--please report*** AC_MSG_CHECKING
> ***BUG in Autoconf--please report*** AC_MSG_RESULT
> ***BUG in Autoconf--please report*** AC_MSG_RESULT
> ***BUG in Autoconf--please report*** AC_MSG_ERROR
> ***BUG in Autoconf--please report*** AC_MSG_ERROR
> ***BUG in Autoconf--please report*** AC_CHECK_LIB
> ***BUG in Autoconf--please report*** AC_CACHE_SAVE
> ***BUG in Autoconf--please report*** AC_CACHE_LOAD
> ***BUG in Autoconf--please report*** AC_ARG_WITH
> ***BUG in Autoconf--please report*** AC_MSG_ERROR
> ***BUG in Autoconf--please report*** AC_MSG_ERROR
> ***BUG in Autoconf--please report*** AC_MSG_ERROR
> ***BUG in Autoconf--please report*** AC_MSG_ERROR
> ***BUG in Autoconf--please report*** AC_DEFINE
> configure.in:34:AC_SUBST(top_builddir)
> configure.in:35:AC_SUBST(abs_srcdir)
> configure.in:60:AC_SUBST(so_ext)
> configure.in:61:AC_SUBST(lib_target)
> configure.in:77:AC_SUBST(EXPAT_LINK)
> configure.in:85:AC_SUBST(APRUTIL_EXPORT_LIBS)
> configure.in:86:AC_SUBST(LDFLAGS)
> configure.in:99:AC_SUBST(INCLUDE_RULES)
> autoconf failed
> ./buildconf failed for apr-util
>
> --
> http://www.apache-ssl.org/ben.html
>
> "There is no limit to what a man can do or how far he can go if he
> doesn't mind who gets the credit." - Robert Woodruff

-- 

______________________________________________________________
Ryan Bloom                        	rbb@apache.org
Covalent Technologies			rbb@covalent.net
--------------------------------------------------------------