From: Antti Kantee <pooka@iki.fi>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>, Jan Beulich <JBeulich@suse.com>
Cc: rumpkernel-users@lists.sourceforge.net,
Ian Campbell <Ian.Campbell@eu.citrix.com>,
rumpkernel-builds@lists.sourceforge.net,
xen-devel@lists.xensource.com, xen-devel@lists.xen.project.org
Subject: Re: [PATCH] tools/configure: detect $host_vendor of rumprun, not just rumpxen [and 1 more messages]
Date: Mon, 23 Feb 2015 17:34:36 +0000 [thread overview]
Message-ID: <54EB64AC.2010705@iki.fi> (raw)
In-Reply-To: <21729.65481.748682.344974@mariner.uk.xensource.com>
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 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.
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.
------------------------------------------------------------------------------
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
prev parent reply other threads:[~2015-02-23 17:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-15 18:51 [rumpuserxen test] 34575: regressions - FAIL xen.org
[not found] ` <21726.8783.192616.315050@mariner.uk.xensource.com>
[not found] ` <1423843967-9608-1-git-send-email-ian.jackson@eu.citrix.com>
2015-02-03 13:47 ` [PATCH v2] rump kernels: use new platform macro Wei Liu
2015-02-04 14:51 ` Ian Jackson
2015-02-04 15:00 ` Ian Jackson
2015-02-16 13:19 ` [rumpuserxen test] 34575: regressions - FAIL Antti Kantee
2015-02-16 14:33 ` [PATCH] tools/configure: detect $host_vendor of rumprun, not just rumpxen [and 1 more messages] Ian Jackson
2015-02-16 14:48 ` [PATCH v2] rump kernels: use new platform macro " Ian Jackson
2015-02-23 17:34 ` Antti Kantee [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54EB64AC.2010705@iki.fi \
--to=pooka@iki.fi \
--cc=Ian.Campbell@eu.citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=JBeulich@suse.com \
--cc=rumpkernel-builds@lists.sourceforge.net \
--cc=rumpkernel-users@lists.sourceforge.net \
--cc=xen-devel@lists.xen.project.org \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.