From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lo.gmane.org ([80.91.229.12]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1NUGaV-0000wu-WE for openembedded-devel@lists.openembedded.org; Mon, 11 Jan 2010 10:29:33 +0100 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NUGYR-0004NQ-DI for openembedded-devel@lists.openembedded.org; Mon, 11 Jan 2010 10:27:19 +0100 Received: from chello080108092216.22.11.tuwien.teleweb.at ([80.108.92.216]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Jan 2010 10:27:19 +0100 Received: from chris by chello080108092216.22.11.tuwien.teleweb.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Jan 2010 10:27:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: openembedded-devel@lists.openembedded.org From: Chris Veigl Date: Mon, 11 Jan 2010 09:27:00 +0000 (UTC) Message-ID: References: <20100109221158.GA1444@rhein.zuhause.netz> Mime-Version: 1.0 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 80.108.92.216 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.17) Gecko/2010010604 Ubuntu/9.04 (jaunty) Firefox/3.0.17) Sender: news X-SA-Exim-Connect-IP: 80.91.229.12 X-SA-Exim-Mail-From: gcho-openembedded-devel@m.gmane.org X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: No (on linuxtogo.org); Unknown failure Subject: Re: building classpath / ecj-initial fails X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jan 2010 09:29:33 -0000 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Dear Henning, thank you for the fast response, > jamvm 1.5 needs classpath-0.98, we don't use classpath-0.98 yet as default > because there were some issues with cacao. So add > PREFFERED_VERSION_classpath = "0.98" > to your local.conf and it should work. after my first rebuild i did not notice any effect, then i relalized the type in "PREFERRED_VERSION_classpath" ;-) after that changed, i still got the same error, because the problem happens at the config of classpath_native... i then deleted my tmp folder and gave it another try, using the settings recommended at http://wiki.openembedded.net/index.php/Java : PREFERRED_VERSION_jamvm-initial = "1.4.5" PREFERRED_VERSION_classpath-initial = "0.93" PREFERRED_VERSION_jamvm-native = "1.5.3" PREFERRED_VERSION_classpath-native = "0.98" PREFERRED_VERSION_jamvm = "1.5.2" PREFERRED_VERSION_classpath = "0.98" PREFERRED_VERSION_libecj-bootstrap = "3.4" Unfortunately, i ran into a different error using this configuration: task 1610 of 7888 (ID: 3738, /media/disk/overo-oe/org.openembedded.dev/recipes/classpath/classpath- native_0.98.bb, do_compile) ERROR: function do_compile failed /media/disk/overo-oe/tmp/staging/i686-linux/usr/bin/java-initial -classpath antlr.Tool -o ../tools/generated/gnu/classpath/tools/gjdoc/expr/ \ | ./gnu/classpath/tools/gjdoc/expr/java-expression.g | Unrecognised command line option: -o any ideas what is going wrong now ? regards, chris