On Mon, 2011-10-03 at 20:45 +0200, Andreas Müller wrote: > On Monday, October 03, 2011 05:29:52 PM Gary Thomas wrote: > > >> NOTE: package webkit-gtk-1.5.1+svnr90727-r0: task do_compile: Failed > > >> ERROR: Task 7 > > >> (/home/Superandy/data/oe-core/sources/openembedded-core/meta/recipes-sato/webkit/webkit-gtk_svn.bb, > > >> do_compile) failed with exit code '1' > > >> > > >> ideas what causes this? > > > > > > no idea, but I get the same error > > > > > > > It builds in Yocto/Poky so you might compare with those recipes. > Dit you pull [1] and rebuild webkit-gtk? > > > > > some investigation later: by diff'ing log files created by working > environment with the current environment I fell over log.do_configure: > > --disable-dependency-tracking > > was added in [1]. Tried manual bisecting by > > git reset --hard 288343e30604b944dc18fd82172febd314d9c520 > > é voilà: webkit-gtk builds again. Will send a patch with > --enable-dependency-tracking after testing... > > Andreas
I'm planning to add this commit: http://cgit.openembedded.org/cgit.cgi/openembedded-core/commit/?h=master-next&id=d53a0282be132a4ced507c0277925ae4a0f2f40d which means you should just be able to set: CONFIGUREOPT_DEPTRACK = "" for this recipe rather than having multiple configure options and hoping the right one wins. I'd also note this means there is a bug somewhere in the webkit makefiles... Cheers, Richard _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
