Re: [Xen-devel] Can't read bios file

2017-04-05 Thread Duncan X. Simpson
Anthony PERARD wrote: > On Wed, Apr 05, 2017 at 01:39:13AM +, Duncan X. Simpson wrote: > > Does anybody have advice as to what to do? Am I in the wrong place? Am I > > missing something obvious? > > Could you send email in plain text only (no html)? > > Have you bui

Re: [Xen-devel] Can't read bios file

2017-04-04 Thread Duncan X. Simpson
Does anybody have advice as to what to do? Am I in the wrong place? Am I missing something obvious? On Tue, Apr 4, 2017 at 11:03 AM Duncan X. Simpson wrote: > Update: I still have the same problem when I compile from git master. > > On Mon, Apr 3, 2017 at 7:05 PM Duncan X. Simpson

Re: [Xen-devel] Can't read bios file

2017-04-04 Thread Duncan X. Simpson
Update: I still have the same problem when I compile from git master. On Mon, Apr 3, 2017 at 7:05 PM Duncan X. Simpson wrote: > I apologize, I should probably include this information: > OS: Arch Linux > xl info: > host : k7dxs-laptop-r500 > release

Re: [Xen-devel] Can't ./configure latest git

2017-04-04 Thread Duncan X. Simpson
I just realized I misread the error message. I fixed the environment and got it working. On Tue, Apr 4, 2017 at 8:30 AM Anthony PERARD wrote: On Tue, Apr 04, 2017 at 03:09:48PM +, Duncan X. Simpson wrote: > Ah, that makes more sense. Another problem I had when trying to compile was >

Re: [Xen-devel] Can't ./configure latest git

2017-04-04 Thread Duncan X. Simpson
:25:06AM +0000, Duncan X. Simpson wrote: > > Worked around with the following: > > > > ~git/xen   master ± git diff > > diff --git a/tools/configure b/tools/configure > > index 7a57e6562d..874498ad80 100755 > > --- a/tools/configure > > +++ b/tool

Re: [Xen-devel] Can't ./configure latest git

2017-04-03 Thread Duncan X. Simpson
In addition, I had to grep -r -l '$(PYTHON)' * | xargs sed -i 's!$(PYTHON)!/usr/bin/python2!g' because I couldn't figure out where $(PYTHON) was set. At first I thought it was tools/get-fields.sh but setting it there didn't fix it. On Mon, Apr 3, 2017 at 7:

Re: [Xen-devel] Can't ./configure latest git

2017-04-03 Thread Duncan X. Simpson
basename $PYTHONPATH` elif test -z "$PYTHON"; then : - PYTHON="python" + PYTHON="python2" else as_fn_error $? "PYTHON specified, but is not an absolute path" "$LINENO" 5 fi Not sure if this is ideal. On Mon, Apr 3, 2017 at 7:18 PM Duncan X. Simps

[Xen-devel] Can't ./configure latest git

2017-04-03 Thread Duncan X. Simpson
checking for Python.h... yes How do I fix this? -- Duncan X. Simpson, K7DXS ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

Re: [Xen-devel] Can't read bios file

2017-04-03 Thread Duncan X. Simpson
: duncan cc_compile_domain : cc_compile_date: Tue Mar 28 15:11:08 MST 2017 build_id : 8b7628e151ee56a26b2f83b21160ee1168263b64 xend_config_format : 4 On Mon, Apr 3, 2017 at 6:25 PM Duncan X. Simpson wrote: I'm trying to set up an HVM CentOS guest, and

[Xen-devel] Can't read bios file

2017-04-03 Thread Duncan X. Simpson
My configuration is as listed on the Stack Exchange question and does not contain the word yes anywhere in it. What should I do next? -- Duncan X. Simpson, K7DXS ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel