From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1I6bsR-00081Z-7p for garchives@archives.gentoo.org; Fri, 06 Jul 2007 00:40:51 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l660dVip031385; Fri, 6 Jul 2007 00:39:31 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l660Ui0V019653 for ; Fri, 6 Jul 2007 00:30:46 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 50F1265ADF for ; Fri, 6 Jul 2007 00:30:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 required=5.5 tests=[none] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w-X4bmqrS1pj for ; Fri, 6 Jul 2007 00:30:42 +0000 (UTC) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by smtp.gentoo.org (Postfix) with ESMTP id 6BAD665AB7 for ; Fri, 6 Jul 2007 00:30:39 +0000 (UTC) Received: by an-out-0708.google.com with SMTP id c8so14360ana for ; Thu, 05 Jul 2007 17:30:38 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=A3vgyTG3ZgJcZ/JC6mj1PiLZ+eGqKAT887LNH4LvMJDbIrmdrTJWWKyN758kNJ2xR6LS0LNqP+ItjlkT4t5fFCD0zEEr3vA8vwh9LMha/I2pb5izKRaM5z+WL/UzI5PQh2jkyl4k5TVLKWQah3EWy97zWHWc0APgV7pR/HgNIB0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=tsTbFREC7LT+iyOqxk/nALAaC+G4U3YtJ3qAsQ9qNe27TCEaS3jKtsuoXsA+mgoO7WbKy4auxa7IZ7M0OdXT4l3DBowVPWVM9RGiiRMJ3IvnCmTwCaM0UMyCbBvygAL0FE6JEIJB2EeT6SNP6y6Rgflh1OK4iE02bjmgIEHoywk= Received: by 10.100.14.19 with SMTP id 19mr73320ann.1183681838547; Thu, 05 Jul 2007 17:30:38 -0700 (PDT) Received: by 10.100.127.2 with HTTP; Thu, 5 Jul 2007 17:30:38 -0700 (PDT) Message-ID: Date: Fri, 6 Jul 2007 02:30:38 +0200 From: "Martin Larsson" To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Problems compiling ikvm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Archives-Salt: e98b393b-8391-4c80-bbfc-8f96cebae540 X-Archives-Hash: 07ae95ee0422e44bbf0af5de17a1dfc1 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 [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 Specify where to find user class files [exec] -sourcepath Specify where to find input source files [exec] -bootclasspath Override location of bootstrap class files [exec] -extdirs Override location of installed extensions [exec] -d Specify where to place generated class files [exec] -encoding Specify character encoding used by source files [exec] -source Provide source compatibility with specified release [exec] -target 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