On Thu, Jan 09, 2014 at 05:37:24PM +0100, Andreas Müller wrote: > 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
e.g. http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20140109_011732.log/bitbake.log has that, but if you're looking at it in browser you need to wait quite a long time for it to fetch completely and at least in chromium it sometimes fail to search in bigger text files for me. | In file included from /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/x86_64-oe-linux/qtwayland/5.1.0+gitAUTOINC+87dba733ac-r0/git/src/compositor/wayland_wrapper/qwlinputdevice.cpp:41:0: | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/x86_64-oe-linux/qtwayland/5.1.0+gitAUTOINC+87dba733ac-r0/git/src/compositor/wayland_wrapper/qwlinputdevice_p.h:128:22: error: field 'pointer' has incomplete type | ::wl_pointer pointer; | ^ ... and a lot more like this > '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. It's probably different error than what I have, but with latest mesa I had problem that I need to define MESA_EGL_NO_X11_HEADERS in qtbase and qtwebkit again to prevent using xorg includes, maybe that's where your 2nd GLdouble is leaking in? http://lists.openembedded.org/pipermail/openembedded-core/2014-January/088072.html -- Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com
signature.asc
Description: Digital signature
_______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core