Hello,
I recently checked-out an ovs tree (using: git clone git://
openvswitch.org/openvswitch).
I am hitting a few autoconf errors while trying to run the 'boot.sh' script.
The console logs are pasted below. Any ideas what could be possibly going
wrong? I am not familiar with autoconf, so appreciate any
pointers/suggestions.
Thanks for your help and time.
Regards,
-Madhav
+++++++++++++ Console output ++++++++++
[openvswitch]$
[openvswitch]$./boot.sh
configure.ac:15: error: Autoconf version 2.64 or higher is required
configure.ac:15: the top level
autom4te: /auto/andatcd/sibyte_broadcom/6.0/bin/gm4 failed with exit status:
63
aclocal: autom4te failed with exit status: 63
autoreconf: aclocal failed with exit status: 63
[openvswitch]$
*<< After this I downloaded and installed newer
versions of autoconf, automake and m4 (logs not shown here).
<< On trying again I hit next set of errors (shown
below), which I am not able to get past.*
[openvswitch]$
[openvswitch]$rm -rf autom4te.cache/ aclocal.m4 configure
[openvswitch]$./boot.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: <...>/autoconf --force
*configure.ac:35: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure:5169: error: possibly undefined macro: PKG_CHECK_MODULES
configure:5173: error: possibly undefined macro: AC_MSG_WARN
autoreconf: /users/mapuri/sbin/bin/autoconf failed with exit status: 1*
[openvswitch]$
[openvswitch]$
[openvswitch]$autoconf --version
autoconf (GNU Autoconf) 2.67
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html
>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by David J. MacKenzie and Akim Demaille.
[openvswitch]$automake --version
automake (GNU automake) 1.11.1
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <
http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Tom Tromey <[email protected]>
and Alexandre Duret-Lutz <[email protected]>.
[openvswitch]$
[openvswitch]$m4 --version
m4 (GNU M4) 1.4.14
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html
>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Rene' Seindal.
[openvswitch]$
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev