On Thu, Jan 9, 2014 at 4:23 PM, Martin Jansa <martin.ja...@gmail.com> wrote: > On Thu, Jan 09, 2014 at 04:12:52PM +0100, Andreas Müller wrote: >> On Thu, Jan 9, 2014 at 3:46 PM, Martin Jansa <martin.ja...@gmail.com> wrote: >> > http://www.openembedded.org/wiki/Bitbake_World_Status >> > >> > == Failed tasks 2014-01-09 == >> > >> > === common (6) === >> > * meta-openembedded/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb, >> > do_configure >> > * >> > meta-openembedded/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb, >> > do_fetch >> > * meta-openembedded/meta-oe/recipes-devtools/tcltk/tk_8.6.0.bb, >> > do_compile >> > * meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot_4.4.4.bb, >> > do_compile >> > * meta-openembedded/meta-oe/recipes-navigation/monav/monav_0.3.bb, >> > do_compile >> > * meta-qt5/recipes-qt/qt5/qtwayland_git.bb, do_compile >> >> I have problems with qtwayland too and think that I am close to >> understand what's going on (on 5.2 branch). Where do I find logs for >> this error? > > Links for each machine are on the bottom of the e-mail: > > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/... > > qtwayland builds for me fine with oe-core only and also in qt5-5.2.0 + > webos-ports, so I haven't looked much into it yet. OK - I can't find that in the logs - but anyway: I am working also on 5.2.0 and my error for qtwayland showed up as tons of multiple defined GL data types as
'error: 'GLdouble' has a previous declaration as 'typedef GLfloat GLdouble'' Reason was that I had GL-headers in my sysroot but qtwayland was configured without wayland-egl / egl (it took me long to find out that that wayland-egl is supplied by mesa..). So qtwayland tried to build glx-compositor which does not work with GL/GLES headers in sysroot. After building egl and wayland-egl, qtwayland configured fine and the errors disappeared. Andreas _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel