[oe] testing 2010-10-04

dfoley dfoley at telus.net
Tue Oct 5 14:50:53 UTC 2010


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} \






More information about the Openembedded-devel mailing list