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 1P38rR-000369-VG for openembedded-devel@lists.openembedded.org; Tue, 05 Oct 2010 16:51:25 +0200 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P38rA-0006fO-T1 for openembedded-devel@lists.openembedded.org; Tue, 05 Oct 2010 16:51:04 +0200 Received: from d75-157-3-165.bchsia.telus.net ([75.157.3.165]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Oct 2010 16:51:04 +0200 Received: from dfoley by d75-157-3-165.bchsia.telus.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Oct 2010 16:51:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: openembedded-devel@lists.openembedded.org From: dfoley Date: Tue, 05 Oct 2010 07:50:53 -0700 Message-ID: <4CAB3B4D.9000007@telus.net> References: <20101005123257.GD3517@excalibur.local> Mime-Version: 1.0 X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: d75-157-3-165.bchsia.telus.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100915 Thunderbird/3.0.8 In-Reply-To: <20101005123257.GD3517@excalibur.local> X-SA-Exim-Connect-IP: 80.91.229.12 X-SA-Exim-Mail-From: gcho-openembedded-devel@m.gmane.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: Re: testing 2010-10-04 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: Tue, 05 Oct 2010 14:51:25 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 10-10-05 05:32 AM, Stefan Schmidt wrote: > Hello. > > On Mon, 2010-10-04 at 14:05, Cliff Brake wrote: >> Testing run from last week: >> http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=testing_2010-09-27 >> >> testing-next is updated and ready for clean builds: >> http://wiki.openembedded.net/index.php/Testing > > Openjdk-6 build fails on cacao: > http://tinderbox.openembedded.net/public/logs/task/8408323.txt > > regards > Stefan Schmidt May not be correct, but I ran into the same problem and patched. diff --git a/recipes/cacao/cacao.inc b/recipes/cacao/cacao.inc index c366b74..70bda75 100644 --- a/recipes/cacao/cacao.inc +++ b/recipes/cacao/cacao.inc @@ -23,7 +23,7 @@ EXTRA_OECONF = "\ ${@['','--enable-softfloat'][bb.data.getVar('TARGET_FPU',d,1) == 'soft']} \ --enable-debug \ --with-vm-zip=${datadir}/cacao/vm.zip \ - --with-cacaoh=${STAGING_BINDIR_NATIVE}/cacaoh-${PV} \ + --with-cacaoh=${STAGING_BINDIR_NATIVE}/cacaoh-${PV}/cacaoh \ --with-build-java-runtime-library-classes=${STAGING_DATADIR}/classpath/glibj.zip \ --with-java-runtime-library-classes=${datadir}/classpath/glibj.zip \ --with-java-runtime-library-libdir=${libdir_jni}:${libdir} \