Re: [OE-core] Sumo webkitgtk fails to compile

2018-06-29 Thread Michael Gloff
I'm not sure either why I am seeing this and thought that this would have been also seen on the autobuilder. Is there some configuration on the AB that does not trigger the clash? Can anyone else validate the clash with a fresh checkout of Sumo? Michael On Thu, Jun 28, 2018 at 6:14 AM, Alexander

Re: [OE-core] Sumo webkitgtk fails to compile

2018-06-28 Thread Alexander Kanavin
TBH, I'm not sure why Michael is seeing this failure either. Sumo does get built on the AB against several qemu targets, and the failure does not happen there. Alex 2018-06-28 4:28 GMT+02:00 Carlos Alberto Lopez Perez : > On 27/06/18 19:27, Michael Gloff wrote: >> # GL/GLES header clash: both

Re: [OE-core] Sumo webkitgtk fails to compile

2018-06-27 Thread Carlos Alberto Lopez Perez
On 27/06/18 19:27, Michael Gloff wrote: > # GL/GLES header clash: both define the same thing, differently, on 32 bit > x86 > EXTRA_OECMAKE_append_x86 = " -DUSE_GSTREAMER_GL=OFF " > EXTRA_OECMAKE_append_x86-x32 = " -DUSE_GSTREAMER_GL=OFF " > > I think the best thing to do it to turn off

Re: [OE-core] Sumo webkitgtk fails to compile

2018-06-27 Thread Alexander Kanavin
Sure, yes. Remember the [sumo] prefix. Alex 2018-06-27 19:27 GMT+02:00 Michael Gloff : > Alex, > Thanks. I looked into the patch [1], but it does not apply to gstreamer > 1.12.x. After refreshing the patch, gstreamer1.0-plugins-bad does not build > because of the move of some header files to

Re: [OE-core] Sumo webkitgtk fails to compile

2018-06-27 Thread Michael Gloff
Alex, Thanks. I looked into the patch [1], but it does not apply to gstreamer 1.12.x. After refreshing the patch, gstreamer1.0-plugins-bad does not build because of the move of some header files to plugins-base in 1.13. I noticed in the recipe: # GL/GLES header clash: both define the same thing,

Re: [OE-core] Sumo webkitgtk fails to compile

2018-06-26 Thread Alexander Kanavin
The bug refers to a gstreamer bug with patches, which you should probably apply: https://bugzilla.gnome.org/show_bug.cgi?id=784779 Alex 2018-06-26 20:55 GMT+02:00 Michael Gloff : > I'm seeing the below errors when trying to build webkitgtk. I am using base > poky distro on sumo branch without

[OE-core] Sumo webkitgtk fails to compile

2018-06-26 Thread Michael Gloff
I'm seeing the below errors when trying to build webkitgtk. I am using base poky distro on sumo branch without any extra layers with qemuarm machine. It looks similar to: https://bugs.webkit.org/show_bug.cgi?id=175127 which reports that this was fixed upstream, but obviously not in 2.18.6. Does