Gentoo Archives: gentoo-user

From: Martin Larsson <martin.larsson@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Problems compiling ikvm
Date: Fri, 06 Jul 2007 00:40:51
Message-Id: e1c2899a0707051730m1ed631derdc3a06798807fdcc@mail.gmail.com
1 I'm trying to compile ikvm-0.34.0.2 but i fails with no errors. It
2 looks as if javac doesn't get any input and therefore spits out usage
3 information, much like typing javac on a shell prompt:
4
5 [nant] /var/tmp/portage/dev-dotnet/ikvm-0.34.0.2/work/ikvm-0.34.0.2/classpath/classpath.build
6 Buildfile:
7 file:///var/tmp/portage/dev-dotnet/ikvm-0.34.0.2/work/ikvm-0.34.0.2/classpath/classpath.build
8 Target framework: Mono 1.0 Profile
9 Target(s) specified: IKVM.GNU.Classpath.dll
10
11
12 jars:
13
14
15 classes:
16
17 [exec] javac: invalid source release: 1.5
18 [exec] Usage: javac <options> <source files>
19 [exec] where possible options include:
20 [exec] -g Generate all debugging info
21 [exec] -g:none Generate no debugging info
22 [exec] -g:{lines,vars,source} Generate only some
23 debugging info
24 [exec] -nowarn Generate no warnings
25 [exec] -verbose Output messages
26 about what the compiler is doing
27 [exec] -deprecation Output source
28 locations where deprecated APIs are used
29 [exec] -classpath <path> Specify where to
30 find user class files
31 [exec] -sourcepath <path> Specify where to
32 find input source files
33 [exec] -bootclasspath <path> Override location
34 of bootstrap class files
35 [exec] -extdirs <dirs> Override location
36 of installed extensions
37 [exec] -d <directory> Specify where to
38 place generated class files
39 [exec] -encoding <encoding> Specify character
40 encoding used by source files
41 [exec] -source <release> Provide source
42 compatibility with specified release
43 [exec] -target <release> Generate class
44 files for specific VM version
45 [exec] -help Print a synopsis
46 of standard options
47
48 BUILD FAILED - 0 non-fatal error(s), 18 warning(s)
49
50 /var/tmp/portage/dev-dotnet/ikvm-0.34.0.2/work/ikvm-0.34.0.2/classpath/classpath.build(27,10):
51 External Program Failed: javac (return code was 2)
52
53 Total time: 1.2 seconds.
54
55
56 BUILD FAILED
57
58 Nested build failed. Refer to build log for exact reason.
59
60 Total time: 6.1 seconds.
61
62
63 !!! ERROR: dev-dotnet/ikvm-0.34.0.2 failed.
64 Call stack:
65 ebuild.sh, line 1621: Called dyn_compile
66 ebuild.sh, line 973: Called qa_call 'src_compile'
67 ebuild.sh, line 44: Called src_compile
68 ikvm-0.34.0.2.ebuild, line 41: Called die
69
70 !!! ikvm build failed
71 !!! If you need support, post the topmost build error, and the call
72 stack if relevant.
73 !!! A complete build log is located at
74 '/var/tmp/portage/dev-dotnet/ikvm-0.34.0.2/temp/build.log'.
75 --
76 gentoo-user@g.o mailing list