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.
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
rumpkernel-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rumpkernel-users