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

Re: [Xen-devel] Python path

To: Sean Atkinson <sean@xxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] Python path
From: Ian Pratt <Ian.Pratt@xxxxxxxxxxxx>
Date: Thu, 18 Mar 2004 12:45:00 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx, Ian.Pratt@xxxxxxxxxxxx, doogie@xxxxxxxxxxxxx
Delivery-date: Thu, 18 Mar 2004 13:04:28 +0000
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: Your message of "Thu, 18 Mar 2004 13:27:08 +0100." <1079612827.1568.78.camel@xxxxxxxxxxxxxxxxxxxxxxxx>
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>
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

Looking at the web interface, it appears the change was
contributed by Adam Heath, as part of his helpful effort to make
Xen/Xenolinux Debian complient:

http://xen.bkbits.net:8080/xeno-1.2.bk/diffs/tools/xc/py/Makefile@xxx?nav=index.html|src/.|src/tools|src/tools/xc|src/tools/xc/py|hist/tools/xc/py/Makefile

Can you guys duke it out to figure out what the correct runes
should be, and we'll apply the patch.  Makefiles and installation
scripts are not our strong point...

Thanks,
Ian

 
> 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



-------------------------------------------------------
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>