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

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] build glitches
From: David Becker <becker@xxxxxxxxxxx>
Date: Tue, 9 Dec 2003 10:47:01 -0500
Delivery-date: Wed, 10 Dec 2003 08:16:18 +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>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.4i
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;):
        incompatible type on stack
           at _Jv_BytecodeVerifier.verify_fail(byte, int)
        (/usr/lib/libgcj.so.4.0.0)
           at _Jv_BytecodeVerifier.verify_instructions_0()
        (/usr/lib/libgcj.so.4.0.0)
           at _Jv_VerifyMethod(_Jv_InterpMethod) (/usr/lib/libgcj.so.4.0.0)
           at _Jv_PrepareClass(java.lang.Class) (/usr/lib/libgcj.so.4.0.0)
           at java.lang.ClassLoader.linkClass0(java.lang.Class)
        (/usr/lib/libgcj.so.4.0.0)
           at java.lang.ClassLoader.resolveClass0(java.lang.Class)
        (/usr/lib/libgcj.so.4.0.0)
           at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.4.0.0)
           at java.lang.Class.forName(java.lang.String, boolean,
        java.lang.ClassLoader) (/usr/lib/libgcj.so.4.0.0)
           at java.lang.Class.forName(java.lang.String)
        (/usr/lib/libgcj.so.4.0.0)
           at org.apache.tools.ant.Project.init() (Unknown Source)
           at org.apache.tools.ant.Main.runBuild(java.lang.ClassLoader) (Unknown
        Source)
           at org.apache.tools.ant.Main.start(java.lang.String[],
        java.util.Properties, java.lang.ClassLoader) (Unknown Source)
           at org.apache.tools.ant.Main.main(java.lang.String[]) (Unknown
        Source)

        Total time: 0 seconds


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


Any suggestions?

David Becker
becker@xxxxxxxxxxx


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