Re: [oe] State of bitbake world, Failed tasks 2017-08-09

2017-08-11 Thread Khem Raj
On Fri, Aug 11, 2017 at 1:03 AM, Martin Jansa wrote: > It got significantly worse again. > > http://www.openembedded.org/wiki/Bitbake_World_Status > Lot of linking issues seems unique to gold ( firefox, qtbase, mariadb ) Kodi patch to use std::string was sent. mongodb

Re: [oe] [meta-oe] [PATCH] json-spirit: Add -latomic to LDFLAGS

2017-08-11 Thread Khem Raj
On Fri, Aug 11, 2017 at 8:52 AM, Randy MacLeod wrote: > On 2017-08-10 11:58 AM, Khem Raj wrote: >> >> On Thu, Aug 10, 2017 at 8:36 AM, Ming Liu wrote: >>> >>> Hi, Khem: >>> >>> I added that since I observed the error only on a armv5e machine,

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2017-08-09

2017-08-11 Thread Martin Jansa
On Fri, Aug 11, 2017 at 07:58:36PM +0200, Andreas Müller wrote: > On Fri, Aug 11, 2017 at 6:45 PM, Martin Jansa wrote: > > > > firefox and mariadb fail like this only since > > conf/distro/include/security_flags.inc was included > > > > qtbase fails because of ptest

Re: [oe] State of bitbake world, Failed tasks 2017-08-09

2017-08-11 Thread Martin Jansa
On Fri, Aug 11, 2017 at 08:59:48AM -0700, Khem Raj wrote: > On Fri, Aug 11, 2017 at 1:03 AM, Martin Jansa wrote: > > It got significantly worse again. > > > > http://www.openembedded.org/wiki/Bitbake_World_Status > > > > Lot of linking issues seems unique to gold (

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2017-08-09

2017-08-11 Thread Andreas Müller
On Fri, Aug 11, 2017 at 6:45 PM, Martin Jansa wrote: > > firefox and mariadb fail like this only since > conf/distro/include/security_flags.inc was included > > qtbase fails because of ptest addition as reported on ML > >> Kodi patch to use std::string was sent. mongodb

[oe] State of bitbake world, Failed tasks 2017-08-09

2017-08-11 Thread Martin Jansa
It got significantly worse again. http://www.openembedded.org/wiki/Bitbake_World_Status == Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!|Signatures !!colspan='14'|QA !!Comment |- || ||qemuarm

Re: [oe] [meta-openwrt] Issues adding layer using readme instructions

2017-08-11 Thread Diana Thayer
> 600-shared-libext.patch does not apply any more. It is part of meta-openwrt [1]. Have no idea what this patch is trying to fix/enhance - Khem? This is still blocking efforts to build with meta-openwrt. Any ideas? On Fri, Aug 4, 2017 at 5:04 PM, Andreas Müller

Re: [oe] [meta-openwrt] Issues adding layer using readme instructions

2017-08-11 Thread Khem Raj
On Fri, Aug 11, 2017 at 1:13 PM, Diana Thayer wrote: >> 600-shared-libext.patch does not apply any more. It is part of > meta-openwrt [1]. Have no idea what this patch is trying to > fix/enhance - Khem? > > This is still blocking efforts to build with meta-openwrt. Any ideas?

[oe] [meta-qt5] Minimum required Yocto version for 5.9 branch?

2017-08-11 Thread Matt Hoosier
Hi, I observe that qtbase-native from jansa/master-5.9 fails on releases versions of Yocto prior to 2.2 with a message like: | + > /home/hoosier/projects/consumer/tools/yocto/build/tmp/work/x86_64-linux/qtbase-native/5.9.1+gitAUTOINC+160533328c-r0/build/bin/qmake >

[oe] [meta-qt5][PATCH v2] gstreamer1.0-plugins-bad: add qt5 packageconfig

2017-08-11 Thread Carlos Rafael Giani
This adds a new command line switch to the configure script to make sure the right paths to moc, uic, rcc are used. It also makes sure OpenGL is enabled if the qt5 packageconfig is in use. Note that the moc/uic/rcc path configure switches were introduced in GStreamer 1.12.2, so this version is a

Re: [oe] [meta-qt5] Minimum required Yocto version for 5.9 branch?

2017-08-11 Thread Matt Hoosier
On Fri, Aug 11, 2017 at 3:11 PM, Matt Hoosier wrote: > Hi, > > I observe that qtbase-native from jansa/master-5.9 fails on releases > versions of Yocto prior to 2.2 with a message like: > > | + /home/hoosier/projects/consumer/tools/yocto/build/ >>

Re: [oe] [PATCH] imagemagick: upgrade from 7.0.6p4 to 7.0.6p5

2017-08-11 Thread Randy MacLeod
On 2017-08-11 10:41 AM, Martin Jansa wrote: I've squashed this into previous imagemagick upgrade, but it's gone already again: http://errors.yoctoproject.org/Errors/Details/150328/ There is only 7.0.6-6 now. Sigh... Please drop the 7.0.6* upgrades. Let's stay with 7.0.5 until 7.0.6

Re: [oe] [meta-oe] [PATCH] json-spirit: Add -latomic to LDFLAGS

2017-08-11 Thread Randy MacLeod
On 2017-08-10 11:58 AM, Khem Raj wrote: On Thu, Aug 10, 2017 at 8:36 AM, Ming Liu wrote: Hi, Khem: I added that since I observed the error only on a armv5e machine, error did not show up on cortexa8/x86_64 machines, so I attempted to guess that option would not be always

Re: [oe] [PATCH] imagemagick: upgrade from 7.0.6p4 to 7.0.6p5

2017-08-11 Thread Martin Jansa
I've squashed this into previous imagemagick upgrade, but it's gone already again: http://errors.yoctoproject.org/Errors/Details/150328/ There is only 7.0.6-6 now. On Wed, Aug 9, 2017 at 11:12 PM, Randy MacLeod wrote: > Signed-off-by: Randy MacLeod