|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] 4.4.0-rc3 tagged
On 02/10/14 13:59, Roger Pau Monnà wrote: On 10/02/14 19:48, Don Slutz wrote:On 02/10/14 05:59, Roger Pau Monnà wrote:On 10/02/14 10:55, Ian Campbell wrote:On Fri, 2014-02-07 at 16:29 +0000, Andrew Cooper wrote:On 07/02/14 16:22, Don Slutz wrote:On 02/07/14 05:05, Ian Campbell wrote:On Thu, 2014-02-06 at 19:15 -0500, Don Slutz wrote: [snip] Which, according to google, was introduced in 3.09.4 I think the ./configure script needs a min version check.Yes, I think so too. Rob, could you advise on a suitable minimum and perhaps patch tools/configure.ac and/or m4/ocaml.m4 as necessary. Also CCing Roger who added the ocaml autoconf stuff.The Ocaml autoconf stuff was picked from http://forge.ocamlcore.org/. Here is an untested patch for our configure script to check for the minimum required OCaml version (3.09.3): (remember to re-generate the configure script after applying)
The CentOS 5.10 system has a too old autoconf to do the rebuild, So I went to a
Fedora 17 system.
It does have autoconf-archive package, nut that make no difference:
Installed:
autoconf-archive.noarch 0:2012.09.08-1.fc17
Complete!
dcs-xen-54:~/xen/tools>autoconf configure.ac >configure
configure.ac:14: error: possibly undefined macro: AS_IF
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:162: error: possibly undefined macro: AC_MSG_ERROR
And the same bad code is still generated:
if test "x$OCAMLC" = "xno" || test "x$OCAMLFIND" = "xno"; then :
if test "x$enable_ocamltools" = "xyes"; then :
as_fn_error $? "Ocaml tools enabled, but unable to find Ocaml"
"$LINENO" 5
fi
ocamltools="n"
else
AX_COMPARE_VERSION($OCAMLVERSION, lt, 3.09.4,
AS_IF([test "x$enable_ocamltools" = "xyes"], [
AC_MSG_ERROR([Your version of OCaml: $OCAMLVERSION is not
supported])])
ocamltools="n"
)
fi
-Don Slutz
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |