public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Problems compiling ikvm
@ 2007-07-06  0:30 Martin Larsson
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Larsson @ 2007-07-06  0:30 UTC (permalink / raw
  To: gentoo-user

I'm trying to compile ikvm-0.34.0.2 but i fails with no errors. It
looks as if javac doesn't get any input and therefore spits out usage
information, much like typing javac on a shell prompt:

     [nant] /var/tmp/portage/dev-dotnet/ikvm-0.34.0.2/work/ikvm-0.34.0.2/classpath/classpath.build
            Buildfile:
file:///var/tmp/portage/dev-dotnet/ikvm-0.34.0.2/work/ikvm-0.34.0.2/classpath/classpath.build
            Target framework: Mono 1.0 Profile
            Target(s) specified: IKVM.GNU.Classpath.dll


            jars:


            classes:

                 [exec] javac: invalid source release: 1.5
                 [exec] Usage: javac <options> <source files>
                 [exec] where possible options include:
                 [exec]   -g                        Generate all debugging info
                 [exec]   -g:none                   Generate no debugging info
                 [exec]   -g:{lines,vars,source}    Generate only some
debugging info
                 [exec]   -nowarn                   Generate no warnings
                 [exec]   -verbose                  Output messages
about what the compiler is doing
                 [exec]   -deprecation              Output source
locations where deprecated APIs are used
                 [exec]   -classpath <path>         Specify where to
find user class files
                 [exec]   -sourcepath <path>        Specify where to
find input source files
                 [exec]   -bootclasspath <path>     Override location
of bootstrap class files
                 [exec]   -extdirs <dirs>           Override location
of installed extensions
                 [exec]   -d <directory>            Specify where to
place generated class files
                 [exec]   -encoding <encoding>      Specify character
encoding used by source files
                 [exec]   -source <release>         Provide source
compatibility with specified release
                 [exec]   -target <release>         Generate class
files for specific VM version
                 [exec]   -help                     Print a synopsis
of standard options

            BUILD FAILED - 0 non-fatal error(s), 18 warning(s)

            /var/tmp/portage/dev-dotnet/ikvm-0.34.0.2/work/ikvm-0.34.0.2/classpath/classpath.build(27,10):
            External Program Failed: javac (return code was 2)

            Total time: 1.2 seconds.


BUILD FAILED

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

Total time: 6.1 seconds.


!!! ERROR: dev-dotnet/ikvm-0.34.0.2 failed.
Call stack:
  ebuild.sh, line 1621:   Called dyn_compile
  ebuild.sh, line 973:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  ikvm-0.34.0.2.ebuild, line 41:   Called die

!!! ikvm build failed
!!! If you need support, post the topmost build error, and the call
stack if relevant.
!!! A complete build log is located at
'/var/tmp/portage/dev-dotnet/ikvm-0.34.0.2/temp/build.log'.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-user] Problems compiling ikvm
@ 2007-07-06 17:45 Martin Larsson
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Larsson @ 2007-07-06 17:45 UTC (permalink / raw
  To: gentoo-user

I'm trying to compile ikvm-0.34.0.2 but i fails with no errors. It
looks as if javac doesn't get any input and therefore spits out usage
information, much like typing javac on a shell prompt:

    [nant] /var/tmp/portage/dev-dotnet/ikvm-0.34.0.2/work/ikvm-0.34.0.2/classpath/classpath.build
           Buildfile:
file:///var/tmp/portage/dev-dotnet/ikvm-0.34.0.2/work/ikvm-0.34.0.2/classpath/classpath.build
           Target framework: Mono 1.0 Profile
           Target(s) specified: IKVM.GNU.Classpath.dll


           jars:


           classes:

                [exec] javac: invalid source release: 1.5
                [exec] Usage: javac <options> <source files>
                [exec] where possible options include:
                [exec]   -g                        Generate all debugging info
                [exec]   -g:none                   Generate no debugging info
                [exec]   -g:{lines,vars,source}    Generate only some
debugging info
                [exec]   -nowarn                   Generate no warnings
                [exec]   -verbose                  Output messages
about what the compiler is doing
                [exec]   -deprecation              Output source
locations where deprecated APIs are used
                [exec]   -classpath <path>         Specify where to
find user class files
                [exec]   -sourcepath <path>        Specify where to
find input source files
                [exec]   -bootclasspath <path>     Override location
of bootstrap class files
                [exec]   -extdirs <dirs>           Override location
of installed extensions
                [exec]   -d <directory>            Specify where to
place generated class files
                [exec]   -encoding <encoding>      Specify character
encoding used by source files
                [exec]   -source <release>         Provide source
compatibility with specified release
                [exec]   -target <release>         Generate class
files for specific VM version
                [exec]   -help                     Print a synopsis
of standard options

           BUILD FAILED - 0 non-fatal error(s), 18 warning(s)

           /var/tmp/portage/dev-dotnet/ikvm-0.34.0.2/work/ikvm-0.34.0.2/classpath/classpath.build(27,10):
           External Program Failed: javac (return code was 2)

           Total time: 1.2 seconds.


BUILD FAILED

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

Total time: 6.1 seconds.


!!! ERROR: dev-dotnet/ikvm-0.34.0.2 failed.
Call stack:
 ebuild.sh, line 1621:   Called dyn_compile
 ebuild.sh, line 973:   Called qa_call 'src_compile'
 ebuild.sh, line 44:   Called src_compile
 ikvm-0.34.0.2.ebuild, line 41:   Called die

!!! ikvm build failed
!!! If you need support, post the topmost build error, and the call
stack if relevant.
!!! A complete build log is located at
'/var/tmp/portage/dev-dotnet/ikvm-0.34.0.2/temp/build.log'.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-06 17:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-06  0:30 [gentoo-user] Problems compiling ikvm Martin Larsson
  -- strict thread matches above, loose matches on Subject: below --
2007-07-06 17:45 Martin Larsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox