Failing to build with OpenJDK

View: New views
2 Messages — Rating Filter:   Alert me  

Failing to build with OpenJDK

by R. Tyler Ballance :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm running openSUSE 11.1/i386 and I figured I'd at least ping the list
pointing out that IKVM doesn't properly build alongside OpenJDK (which I
had installed at one point instead of the Sun packages).

I'll be installing the Sun JDK for now, but I wanted to post to the list
for posterity/notification purposes.


Output (jump to the bottom for the error)

        NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007)
        Copyright (C) 2001-2007 Gerry Shaw
        http://nant.sourceforge.net

        Buildfile: file:///home/tyler/slave/workspace/IKVM.NET/ikvm.build
        Target framework: Mono 2.0 Profile
        Target(s) specified: all


        all:

                 [nant] /home/tyler/slave/workspace/IKVM.NET/tools/tools.build
                                Buildfile: file:///home/tyler/slave/workspace/IKVM.NET/tools/tools.build
                                Target framework: Mono 2.0 Profile
                                Target(s) specified: tools
                               
                               
                                tools:
                               
                                          [csc] Compiling 1 files to '/home/tyler/slave/workspace/IKVM.NET/tools/asmref.exe'.
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/tools/asmref.cs(43,24): warning CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete
                                          [csc] Compilation succeeded - 1 warning(s)
                                          [csc] Compiling 1 files to '/home/tyler/slave/workspace/IKVM.NET/tools/updbaseaddresses.exe'.
                                          [csc] Compiling 1 files to '/home/tyler/slave/workspace/IKVM.NET/tools/depcheck.exe'.
                                          [csc] Compiling 1 files to '/home/tyler/slave/workspace/IKVM.NET/tools/pubkey.exe'.
                                         [exec] /home/tyler/slave/workspace/IKVM.NET/tools/tools.build(31,10): Attribute 'useruntimeengine' for <exec ... /> is deprecated.  Use the managed attribute and Managed property instead.
                               
                                BUILD SUCCEEDED - 0 non-fatal error(s), 2 warning(s)
                               
                                Total time: 3.4 seconds.
                               
                 [nant] /home/tyler/slave/workspace/IKVM.NET/runtime/runtime.build first-pass
                                Buildfile: file:///home/tyler/slave/workspace/IKVM.NET/runtime/runtime.build
                                Target framework: Mono 2.0 Profile
                                Target(s) specified: first-pass
                               
                               
                                first-pass:
                               
                               
                                IKVM.Runtime:
                               
                                         [copy] Copying 1 file to '/home/tyler/slave/workspace/IKVM.NET/runtime/AssemblyInfo.cs'.
                                          [csc] Compiling 33 files to '/home/tyler/slave/workspace/IKVM.NET/runtime/IKVM.Runtime.dll'.
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/ClassLoaderWrapper.cs(1018,37): warning CS0169: The private method `IKVM.Internal.ClassLoaderWrapper.SetClassLoadWrapperHack<T>(ref T, IKVM.Internal.ClassLoaderWrapper)' is never used
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/AssemblyClassLoader.cs(44,32): warning CS0414: The private field `IKVM.Internal.AssemblyClassLoader.initializerThread' is assigned but its value is never used
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/AssemblyClassLoader.cs(45,29): warning CS0169: The private field `IKVM.Internal.AssemblyClassLoader.initializerRecursion' is never used
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/AssemblyClassLoader.cs(46,41): warning CS0169: The private field `IKVM.Internal.AssemblyClassLoader.protectionDomain' is never used
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/AssemblyClassLoader.cs(47,59): warning CS0169: The private field `IKVM.Internal.AssemblyClassLoader.customClassLoaderRedirects' is never used
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/AssemblyClassLoader.cs(48,30): warning CS0649: Field `IKVM.Internal.AssemblyClassLoader.hasCustomClassLoader' is never assigned to, and will always have its default value `false'
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/ByteCodeHelper.cs(586,37): warning CS0169: The private method `IKVM.Runtime.ByteCodeHelper.IsPrimitiveArrayType(System.Type)' is never used
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/DotNetTypeWrapper.cs(349,47): warning CS0649: Field `IKVM.Internal.DotNetTypeWrapper.DelegateInnerClassTypeWrapper.fakeType' is never assigned to, and will always have its default value `null'
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/MemberWrapper.cs(871,34): warning CS0169: The private method `IKVM.Internal.MethodWrapper.UnboxArgs(object[])' is never used
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/DotNetTypeWrapper.cs(457,47): warning CS0649: Field `IKVM.Internal.DotNetTypeWrapper.EnumEnumTypeWrapper.fakeType' is never assigned to, and will always have its default value `null'
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/DotNetTypeWrapper.cs(679,47): warning CS0649: Field `IKVM.Internal.DotNetTypeWrapper.AttributeAnnotationTypeWrapper.fakeType' is never assigned to, and will always have its default value `null'
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/DotNetTypeWrapper.cs(946,55): warning CS0649: Field `IKVM.Internal.DotNetTypeWrapper.AttributeAnnotationTypeWrapper.ReturnValueAnnotationTypeWrapper.fakeType' is never assigned to, and will always have its default value `null'
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/DotNetTypeWrapper.cs(1088,55): warning CS0649: Field `IKVM.Internal.DotNetTypeWrapper.AttributeAnnotationTypeWrapper.MultipleAnnotationTypeWrapper.fakeType' is never assigned to, and will always have its default value `null'
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/DotNetTypeWrapper.cs(1654,40): warning CS0414: The private field `IKVM.Internal.DotNetTypeWrapper.ByRefMethodWrapper.byrefs' is assigned but its value is never used
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/DynamicTypeWrapper.cs(364,30): warning CS0169: The private property `IKVM.Internal.DynamicTypeWrapper.IsSerializable' is never used
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/RuntimeHelperTypes.cs(37,37): warning CS0649: Field `IKVM.Internal.RuntimeHelperTypes.classLiteralType' is never assigned to, and will always have its default value `null'
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/TypeWrapper.cs(4316,44): warning CS0414: The private field `IKVM.Internal.CompiledTypeWrapper.CompiledRemappedMethodWrapper.mbNonvirtualHelper' is assigned but its value is never used
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/intrinsics.cs(261,37): warning CS0169: The private method `IKVM.Internal.Intrinsics.String_toCharArray(IKVM.Internal.DynamicTypeWrapper.FinishContext, IKVM.Internal.CodeEmitter, IKVM.Internal.MethodWrapper, MethodAnalyzer, int, IKVM.Internal.MethodWrapper, IKVM.Internal.ClassFile, IKVM.Internal.ClassFile.Method.Instruction[])' is never used
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/openjdk.cs(227,36): warning CS0169: The private method `IKVM.Runtime.Assertions.Count(IKVM.Runtime.Assertions.OptionNode)' is never used
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/openjdk.cs(348,54): warning CS0169: The private method `IKVM.NativeCode.java.io.Console.GetStdHandle(int)' is never used
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/openjdk.cs(351,51): warning CS0169: The private method `IKVM.NativeCode.java.io.Console.GetConsoleMode(System.IntPtr, out int)' is never used
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/openjdk.cs(354,51): warning CS0169: The private method `IKVM.NativeCode.java.io.Console.SetConsoleMode(System.IntPtr, int)' is never used
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/openjdk.cs(650,45): warning CS0649: Field `IKVM.NativeCode.java.io.ObjectStreamClass.runClassInit' is never assigned to, and will always have its default value `false'
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/openjdk.cs(3083,59): warning CS0649: Field `IKVM.NativeCode.java.lang.SecurityManager.jniAssembly' is never assigned to, and will always have its default value `null'
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/openjdk.cs(3327,56): warning CS0649: Field `IKVM.NativeCode.java.lang.Thread.mainThreadGroup' is never assigned to, and will always have its default value `null'
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/openjdk.cs(4974,30): warning CS0169: The private method `IKVM.NativeCode.sun.awt.shell.Win32ShellFolder2.memcpy(System.IntPtr, System.IntPtr, int)' is never used
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/openjdk.cs(4996,30): warning CS0169: The private method `IKVM.NativeCode.sun.awt.shell.Win32ShellFolder2.CreateCompatibleBitmap(System.IntPtr, int, int)' is never used
                                          [csc] Compilation succeeded - 27 warning(s)
                                         [copy] Copying 1 file to '/home/tyler/slave/workspace/IKVM.NET/bin'.
                               
                                BUILD SUCCEEDED - 0 non-fatal error(s), 27 warning(s)
                               
                                Total time: 6 seconds.
                               
                 [nant] /home/tyler/slave/workspace/IKVM.NET/native/native.build
                                Buildfile: file:///home/tyler/slave/workspace/IKVM.NET/native/native.build
                                Target framework: Mono 2.0 Profile
                                Target(s) specified: ikvm-native
                               
                               
                                ikvm-native:
                               
                               
                                ikvm-native-unix:
                               
                                         [copy] Copying 1 file to '/home/tyler/slave/workspace/IKVM.NET/bin'.
                               
                                BUILD SUCCEEDED
                               
                                Total time: 2.5 seconds.
                               
                 [nant] /home/tyler/slave/workspace/IKVM.NET/refemit/refemit.build
                                Buildfile: file:///home/tyler/slave/workspace/IKVM.NET/refemit/refemit.build
                                Target framework: Mono 2.0 Profile
                                Target(s) specified: IKVM.Reflection.Emit
                               
                               
                                IKVM.Reflection.Emit:
                               
                                          [csc] Compiling 30 files to '/home/tyler/slave/workspace/IKVM.NET/bin/IKVM.Reflection.Emit.dll'.
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/refemit/SignatureHelp                  
                                                        IKVM.PdbWriter:
                                                       
                                                                  [csc] Compiling 3 files to '/home/tyler/slave/workspace/IKVM.NET/bin/IKVM.Reflection.Emit.PdbWriter.dll'.
                                                       
                                                        BUILD SUCCEEDED
                                                       
                                                        Total time: 0.9 seconds.
                                                       
                                         [nant] /home/tyler/slave/workspace/IKVM.NET/refemit/IKVM.MdbWriter/mdbwriter.build
                                                        Buildfile: file:///home/tyler/slave/workspace/IKVM.NET/refemit/IKVM.MdbWriter/mdbwriter.build
                                                        Target framework: Mono 2.0 Profile
                                                        Target(s) specified: IKVM.MdbWriter
                                                       
                                                       
                                                        IKVM.MdbWriter:
                                                       
                                                                  [csc] Compiling 3 files to '/home/tyler/slave/workspace/IKVM.NET/bin/IKVM.Reflection.Emit.MdbWriter.dll'.
                                                       
                                                        BUILD SUCCEEDED
                                                       
                                                        Total time: 0.9 seconds.
                                                       
                               
                                BUILD SUCCEEDED - 0 non-fatal error(s), 1 warning(s)
                               
                                Total time: 3.8 seconds.
                               
                 [nant] /home/tyler/slave/workspace/IKVM.NET/ikvmc/ikvmc.build
                                Buildfile: file:///home/tyler/slave/workspace/IKVM.NET/ikvmc/ikvmc.build
                                Target framework: Mono 2.0 Profile
                                Target(s) specified: ikvmc
                               
                               
                                ikvmc:
                               
                                          [csc] Compiling 32 files to '/home/tyler/slave/workspace/IKVM.NET/bin/ikvmc.exe'.
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/DynamicTypeWrapper.cs(3718,81): warning CS0162: Unreachable code detected
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/ikvmc/Compiler.cs(414,72): warning CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete
                                          [csc] /home/tyler/slave/workspace/IKVM.NET/runtime/ReflectUtil.cs(36,46): warning CS0414: The private field `IKVM.Internal.ReflectUtil.clr_v4' is assigned but its value is never used
                                          [csc] Compilation succeeded - 3 warning(s)
                               
                                BUILD SUCCEEDED - 0 non-fatal error(s), 3 warning(s)
                               
                                Total time: 3.4 seconds.
                               
                 [nant] /home/tyler/slave/workspace/IKVM.NET/openjdk/openjdk.build
                                Buildfile: file:///home/tyler/slave/workspace/IKVM.NET/openjdk/openjdk.build
                                Target framework: Mono 2.0 Profile
                                Target(s) specified: all
                               
                               
                                version:
                               
                               
                                classes:
                               
                                         [copy] Copying 1 file to '/home/tyler/slave/workspace/IKVM.NET/openjdk/AssemblyInfo.java'.
                                         [copy] Copying 1 file to '/home/tyler/slave/workspace/IKVM.NET/openjdk/java/lang/PropertyConstants.java'.
                                         [exec] /home/tyler/slave/workspace/IKVM.NET/openjdk/openjdk.build(55,10): Attribute 'useruntimeengine' for <exec ... /> is deprecated.  Use the managed attribute and Managed property instead.
                                         [exec] javac: file not found: ../../openjdk6-b16/build/linux-amd64/gensrc/com/sun/accessibility/internal/resources/accessibility.java
                                         [exec] Usage: javac <options> <source files>
                                         [exec] use -help for a list of possible options
                               
                                BUILD FAILED - 0 non-fatal error(s), 4 warning(s)
                               
                                /home/tyler/slave/workspace/IKVM.NET/openjdk/openjdk.build(55,10):
                                External Program Failed: javac (return code was 2)
                               
                                Total time: 1.5 seconds.
                               

        BUILD FAILED

        Nested build failed.  Refer to build log for exact reason.


Cheers,
-R. Tyler Ballance


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Ikvm-developers mailing list
Ikvm-developers@...
https://lists.sourceforge.net/lists/listinfo/ikvm-developers

attachment0 (204 bytes) Download Attachment

Re: Failing to build with OpenJDK

by Jeroen Frijters :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Tyler,

I think you didn't download the built OpenJDK files that go with IKVM. Without lots of effort you cannot use a stock OpenJDK, unless the OpenJDK version and your Linux machine happens to match exactly with the configuration I used.

You can download the current version here:
http://www.frijters.net/openjdk6-b16-stripped.zip

Regards,
Jeroen

> -----Original Message-----
> From: tyler@... [mailto:tyler@...]
> Sent: Wednesday, September 30, 2009 6:25 AM
> To: ikvm-developers@...
> Subject: [Ikvm-developers] Failing to build with OpenJDK
>
> I'm running openSUSE 11.1/i386 and I figured I'd at least ping the list
> pointing out that IKVM doesn't properly build alongside OpenJDK (which
> I had installed at one point instead of the Sun packages).
>
> I'll be installing the Sun JDK for now, but I wanted to post to the
> list for posterity/notification purposes.
>
>
> Output (jump to the bottom for the error)
>
> NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007)
> Copyright (C) 2001-2007 Gerry Shaw
> http://nant.sourceforge.net
>
> Buildfile: file:///home/tyler/slave/workspace/IKVM.NET/ikvm.build
> Target framework: Mono 2.0 Profile
> Target(s) specified: all
>
>
> all:
>
> [nant]
> /home/tyler/slave/workspace/IKVM.NET/tools/tools.build
> Buildfile:
> file:///home/tyler/slave/workspace/IKVM.NET/tools/tools.build
> Target framework: Mono 2.0 Profile
> Target(s) specified: tools
>
>
> tools:
>
>  [csc] Compiling 1 files to
> '/home/tyler/slave/workspace/IKVM.NET/tools/asmref.exe'.
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/tools/asmref.cs(43,24): warning
> CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is
> obsolete
>  [csc] Compilation succeeded - 1
> warning(s)
>  [csc] Compiling 1 files to
> '/home/tyler/slave/workspace/IKVM.NET/tools/updbaseaddresses.exe'.
>  [csc] Compiling 1 files to
> '/home/tyler/slave/workspace/IKVM.NET/tools/depcheck.exe'.
>  [csc] Compiling 1 files to
> '/home/tyler/slave/workspace/IKVM.NET/tools/pubkey.exe'.
> [exec]
> /home/tyler/slave/workspace/IKVM.NET/tools/tools.build(31,10):
> Attribute 'useruntimeengine' for <exec ... /> is deprecated.  Use the
> managed attribute and Managed property instead.
>
> BUILD SUCCEEDED - 0 non-fatal error(s), 2
> warning(s)
>
> Total time: 3.4 seconds.
>
> [nant]
> /home/tyler/slave/workspace/IKVM.NET/runtime/runtime.build first-pass
> Buildfile:
> file:///home/tyler/slave/workspace/IKVM.NET/runtime/runtime.build
> Target framework: Mono 2.0 Profile
> Target(s) specified: first-pass
>
>
> first-pass:
>
>
> IKVM.Runtime:
>
> [copy] Copying 1 file to
> '/home/tyler/slave/workspace/IKVM.NET/runtime/AssemblyInfo.cs'.
>  [csc] Compiling 33 files to
> '/home/tyler/slave/workspace/IKVM.NET/runtime/IKVM.Runtime.dll'.
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/ClassLoaderWrapper.cs(1018
> ,37): warning CS0169: The private method
> `IKVM.Internal.ClassLoaderWrapper.SetClassLoadWrapperHack<T>(ref T,
> IKVM.Internal.ClassLoaderWrapper)' is never used
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/AssemblyClassLoader.cs(44,
> 32): warning CS0414: The private field
> `IKVM.Internal.AssemblyClassLoader.initializerThread' is assigned but
> its value is never used
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/AssemblyClassLoader.cs(45,
> 29): warning CS0169: The private field
> `IKVM.Internal.AssemblyClassLoader.initializerRecursion' is never used
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/AssemblyClassLoader.cs(46,
> 41): warning CS0169: The private field
> `IKVM.Internal.AssemblyClassLoader.protectionDomain' is never used
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/AssemblyClassLoader.cs(47,
> 59): warning CS0169: The private field
> `IKVM.Internal.AssemblyClassLoader.customClassLoaderRedirects' is never
> used
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/AssemblyClassLoader.cs(48,
> 30): warning CS0649: Field
> `IKVM.Internal.AssemblyClassLoader.hasCustomClassLoader' is never
> assigned to, and will always have its default value `false'
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/ByteCodeHelper.cs(586,37):
> warning CS0169: The private method
> `IKVM.Runtime.ByteCodeHelper.IsPrimitiveArrayType(System.Type)' is
> never used
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/DotNetTypeWrapper.cs(349,4
> 7): warning CS0649: Field
> `IKVM.Internal.DotNetTypeWrapper.DelegateInnerClassTypeWrapper.fakeType
> ' is never assigned to, and will always have its default value `null'
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/MemberWrapper.cs(871,34):
> warning CS0169: The private method
> `IKVM.Internal.MethodWrapper.UnboxArgs(object[])' is never used
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/DotNetTypeWrapper.cs(457,4
> 7): warning CS0649: Field
> `IKVM.Internal.DotNetTypeWrapper.EnumEnumTypeWrapper.fakeType' is never
> assigned to, and will always have its default value `null'
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/DotNetTypeWrapper.cs(679,4
> 7): warning CS0649: Field
> `IKVM.Internal.DotNetTypeWrapper.AttributeAnnotationTypeWrapper.fakeTyp
> e' is never assigned to, and will always have its default value `null'
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/DotNetTypeWrapper.cs(946,5
> 5): warning CS0649: Field
> `IKVM.Internal.DotNetTypeWrapper.AttributeAnnotationTypeWrapper.ReturnV
> alueAnnotationTypeWrapper.fakeType' is never assigned to, and will
> always have its default value `null'
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/DotNetTypeWrapper.cs(1088,
> 55): warning CS0649: Field
> `IKVM.Internal.DotNetTypeWrapper.AttributeAnnotationTypeWrapper.Multipl
> eAnnotationTypeWrapper.fakeType' is never assigned to, and will always
> have its default value `null'
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/DotNetTypeWrapper.cs(1654,
> 40): warning CS0414: The private field
> `IKVM.Internal.DotNetTypeWrapper.ByRefMethodWrapper.byrefs' is assigned
> but its value is never used
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/DynamicTypeWrapper.cs(364,
> 30): warning CS0169: The private property
> `IKVM.Internal.DynamicTypeWrapper.IsSerializable' is never used
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/RuntimeHelperTypes.cs(37,3
> 7): warning CS0649: Field
> `IKVM.Internal.RuntimeHelperTypes.classLiteralType' is never assigned
> to, and will always have its default value `null'
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/TypeWrapper.cs(4316,44):
> warning CS0414: The private field
> `IKVM.Internal.CompiledTypeWrapper.CompiledRemappedMethodWrapper.mbNonv
> irtualHelper' is assigned but its value is never used
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/intrinsics.cs(261,37):
> warning CS0169: The private method
> `IKVM.Internal.Intrinsics.String_toCharArray(IKVM.Internal.DynamicTypeW
> rapper.FinishContext, IKVM.Internal.CodeEmitter,
> IKVM.Internal.MethodWrapper, MethodAnalyzer, int,
> IKVM.Internal.MethodWrapper, IKVM.Internal.ClassFile,
> IKVM.Internal.ClassFile.Method.Instruction[])' is never used
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/openjdk.cs(227,36):
> warning CS0169: The private method
> `IKVM.Runtime.Assertions.Count(IKVM.Runtime.Assertions.OptionNode)' is
> never used
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/openjdk.cs(348,54):
> warning CS0169: The private method
> `IKVM.NativeCode.java.io.Console.GetStdHandle(int)' is never used
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/openjdk.cs(351,51):
> warning CS0169: The private method
> `IKVM.NativeCode.java.io.Console.GetConsoleMode(System.IntPtr, out
> int)' is never used
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/openjdk.cs(354,51):
> warning CS0169: The private method
> `IKVM.NativeCode.java.io.Console.SetConsoleMode(System.IntPtr, int)' is
> never used
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/openjdk.cs(650,45):
> warning CS0649: Field
> `IKVM.NativeCode.java.io.ObjectStreamClass.runClassInit' is never
> assigned to, and will always have its default value `false'
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/openjdk.cs(3083,59):
> warning CS0649: Field
> `IKVM.NativeCode.java.lang.SecurityManager.jniAssembly' is never
> assigned to, and will always have its default value `null'
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/openjdk.cs(3327,56):
> warning CS0649: Field
> `IKVM.NativeCode.java.lang.Thread.mainThreadGroup' is never assigned
> to, and will always have its default value `null'
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/openjdk.cs(4974,30):
> warning CS0169: The private method
> `IKVM.NativeCode.sun.awt.shell.Win32ShellFolder2.memcpy(System.IntPtr,
> System.IntPtr, int)' is never used
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/openjdk.cs(4996,30):
> warning CS0169: The private method
> `IKVM.NativeCode.sun.awt.shell.Win32ShellFolder2.CreateCompatibleBitmap
> (System.IntPtr, int, int)' is never used
>  [csc] Compilation succeeded - 27
> warning(s)
> [copy] Copying 1 file to
> '/home/tyler/slave/workspace/IKVM.NET/bin'.
>
> BUILD SUCCEEDED - 0 non-fatal error(s), 27
> warning(s)
>
> Total time: 6 seconds.
>
> [nant]
> /home/tyler/slave/workspace/IKVM.NET/native/native.build
> Buildfile:
> file:///home/tyler/slave/workspace/IKVM.NET/native/native.build
> Target framework: Mono 2.0 Profile
> Target(s) specified: ikvm-native
>
>
> ikvm-native:
>
>
> ikvm-native-unix:
>
> [copy] Copying 1 file to
> '/home/tyler/slave/workspace/IKVM.NET/bin'.
>
> BUILD SUCCEEDED
>
> Total time: 2.5 seconds.
>
> [nant]
> /home/tyler/slave/workspace/IKVM.NET/refemit/refemit.build
> Buildfile:
> file:///home/tyler/slave/workspace/IKVM.NET/refemit/refemit.build
> Target framework: Mono 2.0 Profile
> Target(s) specified: IKVM.Reflection.Emit
>
>
> IKVM.Reflection.Emit:
>
>  [csc] Compiling 30 files to
> '/home/tyler/slave/workspace/IKVM.NET/bin/IKVM.Reflection.Emit.dll'.
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/refemit/SignatureHelp
> IKVM.PdbWriter:
>
>  [csc] Compiling 3
> files to
> '/home/tyler/slave/workspace/IKVM.NET/bin/IKVM.Reflection.Emit.PdbWrite
> r.dll'.
>
> BUILD SUCCEEDED
>
> Total time: 0.9 seconds.
>
> [nant]
> /home/tyler/slave/workspace/IKVM.NET/refemit/IKVM.MdbWriter/mdbwriter.b
> uild
> Buildfile:
> file:///home/tyler/slave/workspace/IKVM.NET/refemit/IKVM.MdbWriter/mdbw
> riter.build
> Target framework: Mono 2.0
> Profile
> Target(s) specified:
> IKVM.MdbWriter
>
>
> IKVM.MdbWriter:
>
>  [csc] Compiling 3
> files to
> '/home/tyler/slave/workspace/IKVM.NET/bin/IKVM.Reflection.Emit.MdbWrite
> r.dll'.
>
> BUILD SUCCEEDED
>
> Total time: 0.9 seconds.
>
>
> BUILD SUCCEEDED - 0 non-fatal error(s), 1
> warning(s)
>
> Total time: 3.8 seconds.
>
> [nant]
> /home/tyler/slave/workspace/IKVM.NET/ikvmc/ikvmc.build
> Buildfile:
> file:///home/tyler/slave/workspace/IKVM.NET/ikvmc/ikvmc.build
> Target framework: Mono 2.0 Profile
> Target(s) specified: ikvmc
>
>
> ikvmc:
>
>  [csc] Compiling 32 files to
> '/home/tyler/slave/workspace/IKVM.NET/bin/ikvmc.exe'.
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/DynamicTypeWrapper.cs(3718
> ,81): warning CS0162: Unreachable code detected
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/ikvmc/Compiler.cs(414,72): warning
> CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is
> obsolete
>  [csc]
> /home/tyler/slave/workspace/IKVM.NET/runtime/ReflectUtil.cs(36,46):
> warning CS0414: The private field `IKVM.Internal.ReflectUtil.clr_v4' is
> assigned but its value is never used
>  [csc] Compilation succeeded - 3
> warning(s)
>
> BUILD SUCCEEDED - 0 non-fatal error(s), 3
> warning(s)
>
> Total time: 3.4 seconds.
>
> [nant]
> /home/tyler/slave/workspace/IKVM.NET/openjdk/openjdk.build
> Buildfile:
> file:///home/tyler/slave/workspace/IKVM.NET/openjdk/openjdk.build
> Target framework: Mono 2.0 Profile
> Target(s) specified: all
>
>
> version:
>
>
> classes:
>
> [copy] Copying 1 file to
> '/home/tyler/slave/workspace/IKVM.NET/openjdk/AssemblyInfo.java'.
> [copy] Copying 1 file to
> '/home/tyler/slave/workspace/IKVM.NET/openjdk/java/lang/PropertyConstan
> ts.java'.
> [exec]
> /home/tyler/slave/workspace/IKVM.NET/openjdk/openjdk.build(55,10):
> Attribute 'useruntimeengine' for <exec ... /> is deprecated.  Use the
> managed attribute and Managed property instead.
> [exec] javac: file not found:
> ../../openjdk6-b16/build/linux-
> amd64/gensrc/com/sun/accessibility/internal/resources/accessibility.jav
> a
> [exec] Usage: javac <options> <source
> files>
> [exec] use -help for a list of possible
> options
>
> BUILD FAILED - 0 non-fatal error(s), 4
> warning(s)
>
>
> /home/tyler/slave/workspace/IKVM.NET/openjdk/openjdk.build(55,10)
> :
> External Program Failed: javac (return code was
> 2)
>
> Total time: 1.5 seconds.
>
>
> BUILD FAILED
>
> Nested build failed.  Refer to build log for exact reason.
>
>
> Cheers,
> -R. Tyler Ballance

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Ikvm-developers mailing list
Ikvm-developers@...
https://lists.sourceforge.net/lists/listinfo/ikvm-developers