[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] tools/configure: detect $host_vendor of rumprun, not just rumpxen [and 1 more messages]
On 16/02/15 14:33, Ian Jackson wrote: 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 toolsThis 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 ;; esacThis passed the xen-unstable push gate this morning. This is now going to let the osstest rumpuser-xen push gate pass, I think. Now, 1 week later, it appears things are still failing in the same place with the ncurses.h check: http://www.chiark.greenend.org.uk/~xensrcts/logs/34949/build-amd64-rumpuserxen/6.ts-xen-build.log I am about to backport this patch to the Xen 4.5 staging branch, as this change will otherwise cause a regression there. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |