[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH] tools/configure: detect $host_vendor of rumprun, not just rumpxen [and 1 more messages]



Antti Kantee writes ("Re: [rumpuserxen test] 34575: regressions - FAIL"):
> On 15/02/15 18:51, xen.org wrote:
> > flight 34575 rumpuserxen real [real]
> > http://www.chiark.greenend.org.uk/~xensrcts/logs/34575/
> >
> > Regressions :-(
> 
> This looks like a new failure:
> === snip ===
> checking for ncurses.h... no
> configure: error: Unable to find a suitable curses library
> configure: error: ./configure failed for tools

This is due to the configure host vendor rename in the rumpkernel
tree.  On Friday I pushed this patch to xen.git#staging:

Ian Jackson writes ("[PATCH] tools/configure: detect $host_vendor of rumprun, 
not just rumpxen"):
> This has been renamed by the rumpkernels upstream.
> 
> (This patch needs to be backported.)
...
>  case $host_vendor in
> -rumpxen) CONFIG_RUMP=y; rump=true ;;
> -*)       CONFIG_RUMP=n; rump=false ;;
> +rumpxen|rumprun) CONFIG_RUMP=y; rump=true ;;
> +*)               CONFIG_RUMP=n; rump=false ;;
>  esac

This passed the xen-unstable push gate this morning.  This is now
going to let the osstest rumpuser-xen push gate pass, I think.

I am about to backport this patch to the Xen 4.5 staging branch, as
this change will otherwise cause a regression there.

Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.