WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Python path

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Python path
From: Sean Atkinson <sean@xxxxxxxxxxxxxx>
Date: Thu, 18 Mar 2004 13:27:08 +0100
Delivery-date: Thu, 18 Mar 2004 12:44:06 +0000
Envelope-to: steven.hand@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Organization: Netproject
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
Hello again,

I've just noticed that a recent change breaks my RPM package
installation.  The diff extract is:

--- 1.10/tools/xc/py/Makefile   Thu Mar 18 04:21:30 2004+++
1.11/tools/xc/py/Makefile       Thu Mar 18 04:21:30 2004@@ -4,15 +4,7 @@
 
 install: all
        if [ "$(prefix)" = "" ]; then python setup.py install; \
-       else python setup.py install --root "$(prefix)"; fi
+       else python setup.py install --home="$(prefix)"; fi

This seems to move files that were in /usr/lib/python-2.2/site-packages
to /lib/python, with the effect that tools such as xc_dom_control.py
fail with "ImportError: No module named Xc".  It appears there are
similar problems with the make files for xend and xentrace too.

Am I the only one suffering from this change?

Cheers,

Sean.

-- 
Sean Atkinson <sean@xxxxxxxxxxxxxx>
Netproject



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>