|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Attempt to build xen-unstable on Ubuntu 9.04 Server (Ubu
Could you please point to an exact location of setup.py to be edited. I found several files under xen-unstable.hg.
export PYTHONPATH=/usr/lib/python2.5/site-packages doesn't help.
Boris.
--- On Wed, 4/29/09, Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> wrote:
From: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> Subject: Re: [Xen-devel] Attempt to build xen-unstable on Ubuntu 9.04 Server (Ubuntu Desktop installed) To: bderzhavets@xxxxxxxxx Cc: "xen-devel" <xen-devel@xxxxxxxxxxxxxxxxxxx> Date: Wednesday, April 29, 2009, 11:59 AM
Boris Derzhavets writes ("Re: [Xen-devel] Attempt to build xen-unstable on Ubuntu 9.04 Server (Ubuntu Desktop installed)"): > Is there any way to point xen
3.4-rc3-pre source (xen-unstbale.hg) to > pick up for build phase python 2.5 , installed on the system, instead of 2.6 > used by gnome environment as default.
You need to change the default python version used by `setup.py' which calls the standard Python setup machinery. I'm no python expert but I think you might be able to get the Xen build system to do the right thing by making `python' on $PATH point to the python version you want it to use.
It seems like a bug to me that it uses `python' rather than having a variable `PYTHON' but we probably won't fix that in 3.4 now.
> I found statement :- > > The reason for this is that Xen 3.0 is bound to Python > 2.4 whereas Xen 3.2 is bound to Python 2.5.
That comment is about the Debian Xen packages and isn't relevant if you're building it yourself. When you build Xen your build version gets the python version
you used baked into it.
Ian.
|
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|