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] build glitches

To: David Becker <becker@xxxxxxxxxxx>
Subject: Re: [Xen-devel] build glitches
From: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Date: Wed, 10 Dec 2003 08:48:01 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 10 Dec 2003 08:49:14 +0000
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: Your message of "Tue, 09 Dec 2003 10:47:01 EST." <20031209154701.GH22907@xxxxxxxxxxx>
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
> 
> I hit problems building the tools for both xen-1.1 and xen-1.2-devel.
> 
> For xen-1.1, the vmm and linux built fine, but the tools failed with something
> called 'ant'.  ant -v says 'Apache Ant version 1.5.3 compiled on April 9 2003'
> 
>       ant -buildfile build-cmdline.xml dist
>       Buildfile: build-cmdline.xml
> 
>       BUILD FAILED
>       java.lang.VerifyError: verification failed at PC 612 in
>       
> org.apache.tools.ant.taskdefs.Zip:getResourcesToAdd(([Lorg.apache.tools.ant.types.FileSet;Ljava.io.File;Z)Lorg.apache.tools.ant.taskdefs.Zip$ArchiveState;):

Hmmm.... very odd. This should work if ant is on your execution path.

> For the unstable xen, a python job failed.  I'm a perl person and am not
> familiar at all with python.  python -V says 'Python 2.3.2'.
> 
>       /usr/bin/make -C py
>       make[3]: Entering directory
>       `/usr/research/playground/becker/xen/xeno-unstable.bk/tools/xc/py'
>       python setup.py build
>       Traceback (most recent call last):
>         File "setup.py", line 2, in ?
>           from distutils.core import setup, Extension
>       ImportError: No module named distutils.core

This also should work. 'distutils' is a standard Python package.
Indeed, I have built those tools using Python 2.3.2 with no problems
whatsoever --- that is, using a Python 2.3.2 that I built and
installed myself to a private install directory, and then added the
'bin' directory to my PATH.

> Any suggestions?

How did you install Ant and Python? Are they just standard site
installs? It looks like they might have been broken by separating the
binaries from certain accompanying libraries and modules. I'm almost
certain this must be the case for your Python install.

 -- Keir


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

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