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/
>> tmp/work/x86_64-linux/qtbase-native/5.9.1+gitAUTOINC+160533328c-r0/build/bin/qmake
>> /home/hoosier/projects/consumer/tools/yocto/build/
>> tmp/work/x86_64-linux/qtbase-native/5.9.1+gitAUTOINC+160533328c-r0/git
>> -- -opensource -confirm-license -sysroot /home/hoosier/projects/
>> consumer/tools/yocto/build/tmp/sysroots/x86_64-linux -no-gcc-sysroot
>> -system-zlib -no-libjpeg -no-libpng -no-gif -no-accessibility -no-cups
>> -no-gui -no-qml-debug -no-sql-mysql -no-sql-sqlite -no-opengl -no-openssl
>> -no-xcb -no-icu -verbose -release -prefix /home/hoosier/projects/
>> consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr -hostprefix
>> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr
>> -bindir /home/hoosier/projects/consumer/tools/yocto/build/
>> tmp/sysroots/x86_64-linux/usr/bin/qt5 -hostbindir /home/hoosier/projects/
>> consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/bin/qt5 -libdir
>> /home/hoosier/projects/consumer/tools/yocto/build/
>> tmp/sysroots/x86_64-linux/usr/lib -hostlibdir /home/hoosier/projects/
>> consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/lib -headerdir
>> /home/hoosier/projects/consumer/tools/yocto/build/
>> tmp/sysroots/x86_64-linux/usr/include/qt5 -archdatadir
>> /home/hoosier/projects/consumer/tools/yocto/build/
>> tmp/sysroots/x86_64-linux/usr/lib/qt5 -datadir /home/hoosier/projects/
>> consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/share/qt5
>> -hostdatadir /home/hoosier/projects/consumer/tools/yocto/build/
>> tmp/sysroots/x86_64-linux/usr/lib/qt5 -docdir /home/hoosier/projects/
>> consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/share/doc/qt5
>> -sysconfdir /home/hoosier/projects/consumer/tools/yocto/build/
>> tmp/sysroots/x86_64-linux/etc/qt5 -no-glib -no-iconv -silent -nomake
>> examples -nomake tests -no-rpath -platform linux-oe-g++
>> | Command line: -opensource -confirm-license -sysroot
>> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux
>> -no-gcc-sysroot -system-zlib -no-libjpeg -no-libpng -no-gif
>> -no-accessibility -no-cups -no-gui -no-qml-debug -no-sql-mysql
>> -no-sql-sqlite -no-opengl -no-openssl -no-xcb -no-icu -verbose -release
>> -prefix 
>> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr
>> -hostprefix 
>> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr
>> -bindir /home/hoosier/projects/consumer/tools/yocto/build/
>> tmp/sysroots/x86_64-linux/usr/bin/qt5 -hostbindir /home/hoosier/projects/
>> consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/bin/qt5 -libdir
>> /home/hoosier/projects/consumer/tools/yocto/build/
>> tmp/sysroots/x86_64-linux/usr/lib -hostlibdir /home/hoosier/projects/
>> consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/lib -headerdir
>> /home/hoosier/projects/consumer/tools/yocto/build/
>> tmp/sysroots/x86_64-linux/usr/include/qt5 -archdatadir
>> /home/hoosier/projects/consumer/tools/yocto/build/
>> tmp/sysroots/x86_64-linux/usr/lib/qt5 -datadir /home/hoosier/projects/
>> consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/share/qt5
>> -hostdatadir /home/hoosier/projects/consumer/tools/yocto/build/
>> tmp/sysroots/x86_64-linux/usr/lib/qt5 -docdir /home/hoosier/projects/
>> consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/share/doc/qt5
>> -sysconfdir /home/hoosier/projects/consumer/tools/yocto/build/
>> tmp/sysroots/x86_64-linux/etc/qt5 -no-glib -no-iconv -silent -nomake
>> examples -nomake tests -no-rpath -platform linux-oe-g++
>> | Cannot read /home/hoosier/projects/consumer/tools/yocto/build/
>> tmp/sysroots/x86_64-linux/usr/lib/qt5/mkspecs/linux-oe-g++/qmake.conf:
>> No such file or directory
>
>
> Does anybody know what might be going on with this error?
>
>

After a bit of digging, I find that the following commit in poky is the one
that's required to let the 5.9 branch of meta-qt5 build correctly with
Yocto <= 2.1:

Author: Ross Burton   2016-07-14 13:56:22
> Committer: Richard Purdie 
>  2016-07-19 02:56:50
> Parent: faa726824dfb5bc0141919bb16c0d0069a3da69e (bitbake:
> lib/bb/build.py: decode the command as UTF-8)
> Branches: remotes/origin/morty, remotes/origin/pyro
> Follows: 2.2_M1
> Precedes: 2.2_M2
> bitbake: build: don't use $B as the default cwd for functions
>
> When bitbake executes a shell or Python function it can cd/chdir()
> into a
> directory before executing the task. If no directory is specified then
> the
> default of $B is used.  However $B is an OpenEmbedded variable and
> BitBake
> shouldn't be aware of it.
>
> To solve this change the semantics slightly so that if no directory is
>

[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 requirement.

Signed-off-by: Carlos Rafael Giani 
---
 .../gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 15 +++
 1 file changed, 15 insertions(+)
 create mode 100644 
recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend

diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend 
b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
new file mode 100644
index 000..b186677
--- /dev/null
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
@@ -0,0 +1,15 @@
+inherit qmake5_paths
+
+PACKAGECONFIG[qt5] = '--enable-qt \
+  --with-moc="${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/moc" \
+  --with-uic="${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/uic" \
+  --with-rcc="${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/rcc" \
+ ,--disable-qt,qtbase qtdeclarative qtbase-native'
+
+# The GStreamer Qt5 plugin needs desktop OpenGL or OpenGL ES to work, so make 
sure it is enabled
+python() {
+cur_packageconfig = d.getVar('PACKAGECONFIG').split()
+if 'qt5' in cur_packageconfig and not (('opengl' in cur_packageconfig) or 
('gles2' in cur_packageconfig)):
+gl_packageconfig = d.getVar('PACKAGECONFIG_GL')
+d.appendVar('PACKAGECONFIG', ' ' + gl_packageconfig)
+}
-- 
2.7.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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?
>

you can disable it for now. It will need forward porting to current
version of iptables
which is preferred solution

> On Fri, Aug 4, 2017 at 5:04 PM, Andreas Müller
>  wrote:
>>
>> On Sat, Aug 5, 2017 at 1:12 AM, Diana Thayer  wrote:
>> > Great! Here's the PR .
>> >
>> > Attempting to run `TCLIBC=musl MACHINE=qemux86 bitbake core-image-sato`
>> > still fails with this error:
>> >
>> > ```
>> > ERROR: iptables-1.6.1-r0 do_patch: Command Error: 'quilt --quiltrc
>> >
>> > /home/garbados/openembedded-core/build/tmp-musl/work/i586-oe-linux-musl/iptables/1.6.1-r0/recipe-sysroot-native/etc/quiltrc
>> > push' exited with 0  Output:
>> > Applying patch 600-shared-libext.patch
>> > patching file extensions/GNUmakefile.in
>> > Hunk #1 succeeded at 50 (offset 1 line).
>> > Hunk #2 succeeded at 87 (offset 1 line).
>> > Hunk #3 succeeded at 114 (offset 1 line).
>> > Hunk #4 succeeded at 123 (offset 1 line).
>> > Hunk #5 succeeded at 146 (offset 1 line).
>> > patching file iptables/Makefile.am
>> > Hunk #1 succeeded at 8 (offset 2 lines).
>> > Hunk #2 FAILED at 15.
>> > Hunk #3 FAILED at 42.
>> > 2 out of 3 hunks FAILED -- rejects in file iptables/Makefile.am
>> > Patch 600-shared-libext.patch does not apply (enforce with -f)
>> 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?
>>
>> [1]
>> https://github.com/kraj/meta-openwrt/blob/master/recipes-tweaks/iptables/iptables/600-shared-libext.patch
>>
>> Andreas
>
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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  wrote:

> On Sat, Aug 5, 2017 at 1:12 AM, Diana Thayer  wrote:
> > Great! Here's the PR .
> >
> > Attempting to run `TCLIBC=musl MACHINE=qemux86 bitbake core-image-sato`
> > still fails with this error:
> >
> > ```
> > ERROR: iptables-1.6.1-r0 do_patch: Command Error: 'quilt --quiltrc
> > /home/garbados/openembedded-core/build/tmp-musl/work/i586-
> oe-linux-musl/iptables/1.6.1-r0/recipe-sysroot-native/etc/quiltrc
> > push' exited with 0  Output:
> > Applying patch 600-shared-libext.patch
> > patching file extensions/GNUmakefile.in
> > Hunk #1 succeeded at 50 (offset 1 line).
> > Hunk #2 succeeded at 87 (offset 1 line).
> > Hunk #3 succeeded at 114 (offset 1 line).
> > Hunk #4 succeeded at 123 (offset 1 line).
> > Hunk #5 succeeded at 146 (offset 1 line).
> > patching file iptables/Makefile.am
> > Hunk #1 succeeded at 8 (offset 2 lines).
> > Hunk #2 FAILED at 15.
> > Hunk #3 FAILED at 42.
> > 2 out of 3 hunks FAILED -- rejects in file iptables/Makefile.am
> > Patch 600-shared-libext.patch does not apply (enforce with -f)
> 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?
>
> [1] https://github.com/kraj/meta-openwrt/blob/master/recipes-
> tweaks/iptables/iptables/600-shared-libext.patch
>
> Andreas
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[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
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/work/x86_64-linux/qtbase-native/5.9.1+gitAUTOINC+160533328c-r0/git
> -- -opensource -confirm-license -sysroot
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux
> -no-gcc-sysroot -system-zlib -no-libjpeg -no-libpng -no-gif
> -no-accessibility -no-cups -no-gui -no-qml-debug -no-sql-mysql
> -no-sql-sqlite -no-opengl -no-openssl -no-xcb -no-icu -verbose -release
> -prefix
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr
> -hostprefix
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr
> -bindir
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/bin/qt5
> -hostbindir
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/bin/qt5
> -libdir
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/lib
> -hostlibdir
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/lib
> -headerdir
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/include/qt5
> -archdatadir
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/lib/qt5
> -datadir
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/share/qt5
> -hostdatadir
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/lib/qt5
> -docdir
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/share/doc/qt5
> -sysconfdir
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/etc/qt5
> -no-glib -no-iconv -silent -nomake examples -nomake tests -no-rpath
> -platform linux-oe-g++
> | Command line: -opensource -confirm-license -sysroot
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux
> -no-gcc-sysroot -system-zlib -no-libjpeg -no-libpng -no-gif
> -no-accessibility -no-cups -no-gui -no-qml-debug -no-sql-mysql
> -no-sql-sqlite -no-opengl -no-openssl -no-xcb -no-icu -verbose -release
> -prefix
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr
> -hostprefix
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr
> -bindir
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/bin/qt5
> -hostbindir
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/bin/qt5
> -libdir
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/lib
> -hostlibdir
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/lib
> -headerdir
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/include/qt5
> -archdatadir
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/lib/qt5
> -datadir
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/share/qt5
> -hostdatadir
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/lib/qt5
> -docdir
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/share/doc/qt5
> -sysconfdir
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/etc/qt5
> -no-glib -no-iconv -silent -nomake examples -nomake tests -no-rpath
> -platform linux-oe-g++
> | Cannot read
> /home/hoosier/projects/consumer/tools/yocto/build/tmp/sysroots/x86_64-linux/usr/lib/qt5/mkspecs/linux-oe-g++/qmake.conf:
> No such file or directory


Does anybody know what might be going on with this error?
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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 addition as reported on ML
> >
> >> Kodi patch to use std::string was sent. mongodb needs something similar.
> >
> > The kodi patch from Andreas was already included in this build. Yours
> > kodi patch looks similar, but not backported from upstream.
> >
> > see:
> >> > 3a03560 kodi: fix build with latest gcc
> I checked the log and don't understand what happened: kodi on qemux86
> failed exactly with the error message I saw before fixing. Since the
> other qemus did not fail: are you sure my patch did not come in while
> build was already running?

Yes, that's possible (like for squid, maybe qtbase as well).

The problem is that qemux86 and qemux86-64 run on one builder, qemuarm
on another. Each build takes around 25-26 hours (depending on kind of
changes which were introduced since last time, almost any oe-core
upgrade means build from scratch, if I update just pending patches in
meta-oe/master-next, then it's 2-5 hours).

And this report is generated based on the state of qemuarm build.

So quite often I start all 3 at the same time, then some interesting
changes came in later, so qemux86-64 build picks them and because I know
it will take quite long time I re-trigger the qemuarm build to finish in
parallel (so qemux86 usually ends being the "oldest"). But to provide at
least some feedback I don't re-trigger another qemux86 build, because
that would add another day till the report is complete.

No of course another round is already running, hopefully I'll ignore the
temptation to add more changes to it while it's running and do something
better with my life - more consitent report should be available
tomorrow.

Regards,

> >
> >
> >> imagemagick issue is also taken care of
> >
> > is it? where? Notice that this includes also the 2nd imagemagick upgrade
> > which also already disappeared from the site.
> Randy suggested to skip imagemagick update until upstream stabilizes.
> >
> >> I have sent a patch for squid issue
> >
> > You mean this one?
> >> > e435561 squid: Add missing dependencies on openssl expat and libxml2
> >
> > it's already included (might be missing in qemux86 build which was
> > started first).
> >
> -> kodi?
> 
> Regards
> 
> Andreas

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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 needs something similar.
>
> The kodi patch from Andreas was already included in this build. Yours
> kodi patch looks similar, but not backported from upstream.
>
> see:
>> > 3a03560 kodi: fix build with latest gcc
I checked the log and don't understand what happened: kodi on qemux86
failed exactly with the error message I saw before fixing. Since the
other qemus did not fail: are you sure my patch did not come in while
build was already running?
>
>
>> imagemagick issue is also taken care of
>
> is it? where? Notice that this includes also the 2nd imagemagick upgrade
> which also already disappeared from the site.
Randy suggested to skip imagemagick update until upstream stabilizes.
>
>> I have sent a patch for squid issue
>
> You mean this one?
>> > e435561 squid: Add missing dependencies on openssl expat and libxml2
>
> it's already included (might be missing in qemux86 build which was
> started first).
>
-> kodi?

Regards

Andreas
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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 ( firefox, qtbase, mariadb )

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 needs something similar.

The kodi patch from Andreas was already included in this build. Yours
kodi patch looks similar, but not backported from upstream.

see:
> > 3a03560 kodi: fix build with latest gcc


> imagemagick issue is also taken care of

is it? where? Notice that this includes also the 2nd imagemagick upgrade
which also already disappeared from the site.

> I have sent a patch for squid issue

You mean this one?
> > e435561 squid: Add missing dependencies on openssl expat and libxml2

it's already included (might be missing in qemux86 build which was
started first).

> 
> > == Number of issues - stats ==
> > {| class='wikitable'
> > !|Date   !!colspan='3'|Failed tasks 
> > !!|Signatures !!colspan='14'|QA !!Comment
> > |-
> > ||  ||qemuarm   ||qemux86   ||qemux86_64||all   
> > ||already-stripped  ||libdir||textrel   ||build-deps
> > ||file-rdeps||version-going-backwards   ||host-user-contaminated
> > ||installed-vs-shipped  ||unknown-configure-option  
> > ||symlink-to-sysroot||invalid-pkgconfig ||pkgname   ||ldflags   
> > ||compile-host-path ||
> > |-
> > ||2017-08-09||4 ||9 ||7 ||1 ||0 ||0 
> > ||5 ||0 ||0 ||5 ||0 
> > ||0 ||0 ||0 ||0 ||0 
> > ||0 ||0 ||
> > |}
> >
> > == Failed tasks 2017-08-09 ==
> >
> > INFO: jenkins-job.sh-1.8.25 Complete log available at 
> > http://logs.nslu2-linux.org/buildlogs/oe/world/rocko/log.report.20170810_215947.log
> >
> > === common (2) ===
> > * 
> > meta-openembedded/meta-oe/recipes-extended/vlock/vlock_2.2.3.bb:do_configure
> > * 
> > meta-openembedded/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb:do_fetch
> >
> > === common-x86 (3) ===
> > * meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb:do_compile
> > * 
> > meta-openembedded/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb:do_configure
> > * 
> > meta-openembedded/meta-oe/recipes-extended/polkit/polkit-gnome_0.105.bb:do_configure
> >
> > === qemuarm (2) ===
> > * 
> > meta-openembedded/meta-oe/recipes-support/mysql/mariadb_5.5.55.bb:do_compile
> > * openembedded-core/meta/recipes-devtools/llvm/llvm_git.bb:do_compile
> >
> > === qemux86 (4) ===
> > * 
> > meta-openembedded/meta-multimedia/recipes-mediacenter/kodi/kodi_17.bb:do_compile
> > * 
> > meta-openembedded/meta-networking/recipes-daemons/squid/squid_3.5.26.bb:do_configure
> > * 
> > meta-openembedded/meta-oe/recipes-support/mongodb/mongodb_git.bb:do_compile
> > * meta-qt5/recipes-qt/qt5/qtbase_git.bb:do_compile
> >
> > === qemux86_64 (2) ===
> > * meta-qt5/recipes-qt/qt5/qtwebengine_git.bb:do_compile
> > * meta-qt5/recipes-qt/qt5/qtwebkit_git.bb:do_compile
> >
> > === Number of failed tasks (20) ===
> > {| class=wikitable
> > |-
> > || qemuarm  || 4 || 
> > http://logs.nslu2-linux.org/buildlogs/oe/world/rocko/log.world.qemuarm.20170809_054937.log/
> >  || http://errors.yoctoproject.org/Errors/Build/43306/
> > |-
> > || qemux86  || 9 || 
> > http://logs.nslu2-linux.org/buildlogs/oe/world/rocko/log.world.qemux86.20170808_120058.log/
> >  || http://errors.yoctoproject.org/Errors/Build/43271/
> > |-
> > || qemux86_64   || 7 || 
> > http://logs.nslu2-linux.org/buildlogs/oe/world/rocko/log.world.qemux86-64.20170809_132802.log/
> >  ||
> > |}
> >
> > === PNBLACKLISTs (1) ===
> >
> > === QA issues (10) ===
> > {| class=wikitable
> > !| Count||Issue
> > |-
> > ||0 ||already-stripped
> > |-
> > ||0 ||build-deps
> > |-
> > ||0 ||compile-host-path
> > |-
> > ||0 ||file-rdeps
> > |-
> > ||0 ||host-user-contaminated
> > |-
> > ||0 ||installed-vs-shipped
> > |-
> > ||0 ||invalid-pkgconfig
> > |-
> > ||0 ||ldflags
> > |-
> > ||0 ||libdir
> > |-
> > ||0 ||pkgname
> > |-
> > ||0 ||symlink-to-sysroot
> > |-
> > ||0 ||unknown-configure-option
> > |-
> > ||5 ||textrel
> > |-
> > ||5 ||version-going-backwards
> > |}
> >
> >
> >
> > === Incorrect PACKAGE_ARCH or sstate signatures (1) ===
> >
> > Complete log: 
> > http://logs.nslu2-linux.org/buildlogs/oe/world/rocko/log.signatures.20170810_022613.log/
> > * ERROR: 1 issues were found in these recipes: gnome-common

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, error
>>> did
>>> not show up on cortexa8/x86_64 machines, so I attempted to guess that
>>> option
>>> would not be always needed, for instance, if some ARCH support atomic
>>> instructions.
>>
>>
>> We should add it for armv5 alone then, for other arches, gcc does provide
>> needed atomics.
>
>
> Is that a design decision for the armv5 BSP or gcc or is it a bug?

Its just missing implementation and applications should have detected that
in configure and taken actions accordingly.

> A pointer to what code determines that would be nice if easy.
>
> ../Randy
>
>>
>>>
>>> //Ming Liu
>>>
>>> 2017-08-10 17:19 GMT+02:00 Khem Raj :


 On 8/10/17 8:12 AM, liu.min...@gmail.com wrote:
>
> From: Ming Liu 
>
> This fixes following errors when compiling with clang:
> | ../json_spirit/libjson_spirit.so.4.0.8: error: undefined reference to
> '__atomic_load_4'
> | ../json_spirit/libjson_spirit.so.4.0.8: error: undefined reference to
> '__atomic_compare_exchange_4'
> | ../json_spirit/libjson_spirit.so.4.0.8: error: undefined reference to
> '__atomic_fetch_sub_4'
> | ../json_spirit/libjson_spirit.so.4.0.8: error: undefined reference to
> '__atomic_fetch_add_4'
>
> Signed-off-by: Ming Liu 
> ---
>   meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb
> b/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb
> index 53bbf7e..2f456bf 100644
> --- a/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb
> +++ b/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb
> @@ -17,6 +17,8 @@ S = "${WORKDIR}/json_spirit_v${PV}"
>
>   DEPENDS = "boost"
>
> +LDFLAGS += "-Wl,--as-needed -latomic -Wl,--no-as-needed"


 Do we need --as-needed

> +
>   inherit cmake
>
>   FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibJsonSpirit.cmake"
>


>>>
>
>
> --
> # Randy MacLeod. SMTS, Linux, Wind River
> Direct: 613.963.1350 | 350 Terry Fox Drive, Suite 200, Ottawa, ON, Canada,
> K2K 2W5
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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 needs something similar.
imagemagick issue is also taken care of
I have sent a patch for squid issue

> == Number of issues - stats ==
> {| class='wikitable'
> !|Date   !!colspan='3'|Failed tasks 
> !!|Signatures !!colspan='14'|QA !!Comment
> |-
> ||  ||qemuarm   ||qemux86   ||qemux86_64||all   
> ||already-stripped  ||libdir||textrel   ||build-deps
> ||file-rdeps||version-going-backwards   ||host-user-contaminated  
>   ||installed-vs-shipped  ||unknown-configure-option  
> ||symlink-to-sysroot||invalid-pkgconfig ||pkgname   ||ldflags 
>   ||compile-host-path ||
> |-
> ||2017-08-09||4 ||9 ||7 ||1 ||0 ||0   
>   ||5 ||0 ||0 ||5 ||0 
> ||0 ||0 ||0 ||0 ||0   
>   ||0 ||0 ||
> |}
>
> == Failed tasks 2017-08-09 ==
>
> INFO: jenkins-job.sh-1.8.25 Complete log available at 
> http://logs.nslu2-linux.org/buildlogs/oe/world/rocko/log.report.20170810_215947.log
>
> === common (2) ===
> * 
> meta-openembedded/meta-oe/recipes-extended/vlock/vlock_2.2.3.bb:do_configure
> * 
> meta-openembedded/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb:do_fetch
>
> === common-x86 (3) ===
> * meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb:do_compile
> * 
> meta-openembedded/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb:do_configure
> * 
> meta-openembedded/meta-oe/recipes-extended/polkit/polkit-gnome_0.105.bb:do_configure
>
> === qemuarm (2) ===
> * 
> meta-openembedded/meta-oe/recipes-support/mysql/mariadb_5.5.55.bb:do_compile
> * openembedded-core/meta/recipes-devtools/llvm/llvm_git.bb:do_compile
>
> === qemux86 (4) ===
> * 
> meta-openembedded/meta-multimedia/recipes-mediacenter/kodi/kodi_17.bb:do_compile
> * 
> meta-openembedded/meta-networking/recipes-daemons/squid/squid_3.5.26.bb:do_configure
> * 
> meta-openembedded/meta-oe/recipes-support/mongodb/mongodb_git.bb:do_compile
> * meta-qt5/recipes-qt/qt5/qtbase_git.bb:do_compile
>
> === qemux86_64 (2) ===
> * meta-qt5/recipes-qt/qt5/qtwebengine_git.bb:do_compile
> * meta-qt5/recipes-qt/qt5/qtwebkit_git.bb:do_compile
>
> === Number of failed tasks (20) ===
> {| class=wikitable
> |-
> || qemuarm  || 4 || 
> http://logs.nslu2-linux.org/buildlogs/oe/world/rocko/log.world.qemuarm.20170809_054937.log/
>  || http://errors.yoctoproject.org/Errors/Build/43306/
> |-
> || qemux86  || 9 || 
> http://logs.nslu2-linux.org/buildlogs/oe/world/rocko/log.world.qemux86.20170808_120058.log/
>  || http://errors.yoctoproject.org/Errors/Build/43271/
> |-
> || qemux86_64   || 7 || 
> http://logs.nslu2-linux.org/buildlogs/oe/world/rocko/log.world.qemux86-64.20170809_132802.log/
>  ||
> |}
>
> === PNBLACKLISTs (1) ===
>
> === QA issues (10) ===
> {| class=wikitable
> !| Count||Issue
> |-
> ||0 ||already-stripped
> |-
> ||0 ||build-deps
> |-
> ||0 ||compile-host-path
> |-
> ||0 ||file-rdeps
> |-
> ||0 ||host-user-contaminated
> |-
> ||0 ||installed-vs-shipped
> |-
> ||0 ||invalid-pkgconfig
> |-
> ||0 ||ldflags
> |-
> ||0 ||libdir
> |-
> ||0 ||pkgname
> |-
> ||0 ||symlink-to-sysroot
> |-
> ||0 ||unknown-configure-option
> |-
> ||5 ||textrel
> |-
> ||5 ||version-going-backwards
> |}
>
>
>
> === Incorrect PACKAGE_ARCH or sstate signatures (1) ===
>
> Complete log: 
> http://logs.nslu2-linux.org/buildlogs/oe/world/rocko/log.signatures.20170810_022613.log/
> * ERROR: 1 issues were found in these recipes: gnome-common
>
> * ERROR: 1 errors found in 
> signatures.qemuarm.do_package_write_ipk.sigdata.log
>
> * ERROR: gnome-common different signature for task 
> do_package_write_ipk.sigdata between qemux86copy and qemuarm
> * ERROR: 1 errors found in 
> /home/jenkins/oe/world/shr-core/tmp-glibc/sstate-diff/1502367973/signatures.qemuarm.do_package_write_ipk.sigdata.log
> * ERROR: 1 issues were found in these recipes: gnome-common
>
>
> PNBLACKLISTs:
> openembedded-core/:
> meta-browser:
> meta-openembedded:
> meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.17.bb:PNBLACKLIST[lksctp-tools]
>  ?= "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', "BROKEN: fails to 
> link against sctp_connectx symbol", '', d)}"
> meta-qt5:
> meta-smartphone:
> meta-webos-ports:
> PNBLACKLIST[android-system] = "depends on lxc from meta-virtualiazation which 
> isn't included in my world builds"
> PNBLACKLIST[bigbuckbunny-1080p] = "big 

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 needed, for instance, if some ARCH support atomic
instructions.


We should add it for armv5 alone then, for other arches, gcc does provide
needed atomics.


Is that a design decision for the armv5 BSP or gcc or is it a bug?
A pointer to what code determines that would be nice if easy.

../Randy




//Ming Liu

2017-08-10 17:19 GMT+02:00 Khem Raj :


On 8/10/17 8:12 AM, liu.min...@gmail.com wrote:

From: Ming Liu 

This fixes following errors when compiling with clang:
| ../json_spirit/libjson_spirit.so.4.0.8: error: undefined reference to
'__atomic_load_4'
| ../json_spirit/libjson_spirit.so.4.0.8: error: undefined reference to
'__atomic_compare_exchange_4'
| ../json_spirit/libjson_spirit.so.4.0.8: error: undefined reference to
'__atomic_fetch_sub_4'
| ../json_spirit/libjson_spirit.so.4.0.8: error: undefined reference to
'__atomic_fetch_add_4'

Signed-off-by: Ming Liu 
---
  meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb
b/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb
index 53bbf7e..2f456bf 100644
--- a/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb
+++ b/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb
@@ -17,6 +17,8 @@ S = "${WORKDIR}/json_spirit_v${PV}"

  DEPENDS = "boost"

+LDFLAGS += "-Wl,--as-needed -latomic -Wl,--no-as-needed"


Do we need --as-needed


+
  inherit cmake

  FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibJsonSpirit.cmake"









--
# Randy MacLeod. SMTS, Linux, Wind River
Direct: 613.963.1350 | 350 Terry Fox Drive, Suite 200, Ottawa, ON, 
Canada, K2K 2W5

--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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 stabilizes.

I'll check with upstream to see if 7.0.6 is intended only for
developers/testers. If it is not, I'll explain how we'd
like to support the latest version but their archiving policy
coupled with GitHub's flaky tarball checksum bug makes it
impractical.

Thanks for your patience,

../Randy



On Wed, Aug 9, 2017 at 11:12 PM, Randy MacLeod 
> wrote:


Signed-off-by: Randy MacLeod >
---
  meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb
 | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

diff --git
a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb

b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb

index 6f967c3..810df03 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb

+++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb

@@ -8,11 +8,11 @@ DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff
zlib fftw freetype"
  # Important note: tarballs for all patchsets within a version are
deleted when
  # a new pachset is created. To avoid multiple patches for each
patchset, try to
  # update to the last pachset of a version
-PATCHSET = "4"
+PATCHSET = "5"
  SRC_URI =

"http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.xz


\
  "
-SRC_URI[md5sum] = "079a857268536862148b00efcf3ad75a"
-SRC_URI[sha256sum] =
"5fe1ce7d78befb5c8aa7f8ae69710d0f78063d2e3a35c656521a3ce468ea733b"
+SRC_URI[md5sum] = "15aad6a92d62770f476fcb97c7ad0d0c"
+SRC_URI[sha256sum] =
"5dbcd45b67514fe1981703759d008f9aa2c6b6201917679dfd35776c904e51b2"

  S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}"

--
2.7.4

--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org

http://lists.openembedded.org/mailman/listinfo/openembedded-devel






--
# Randy MacLeod. SMTS, Linux, Wind River
Direct: 613.963.1350 | 350 Terry Fox Drive, Suite 200, Ottawa, ON, 
Canada, K2K 2W5

--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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 
> ---
>  meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb
> b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb
> index 6f967c3..810df03 100644
> --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb
> +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb
> @@ -8,11 +8,11 @@ DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib fftw
> freetype"
>  # Important note: tarballs for all patchsets within a version are deleted
> when
>  # a new pachset is created. To avoid multiple patches for each patchset,
> try to
>  # update to the last pachset of a version
> -PATCHSET = "4"
> +PATCHSET = "5"
>  SRC_URI = "http://www.imagemagick.org/download/releases/ImageMagick-
> ${PV}-${PATCHSET}.tar.xz \
>  "
> -SRC_URI[md5sum] = "079a857268536862148b00efcf3ad75a"
> -SRC_URI[sha256sum] = "5fe1ce7d78befb5c8aa7f8ae69710d
> 0f78063d2e3a35c656521a3ce468ea733b"
> +SRC_URI[md5sum] = "15aad6a92d62770f476fcb97c7ad0d0c"
> +SRC_URI[sha256sum] = "5dbcd45b67514fe1981703759d008f
> 9aa2c6b6201917679dfd35776c904e51b2"
>
>  S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}"
>
> --
> 2.7.4
>
> --
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[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   ||qemux86   ||qemux86_64||all   
||already-stripped  ||libdir||textrel   ||build-deps
||file-rdeps||version-going-backwards   ||host-user-contaminated
||installed-vs-shipped  ||unknown-configure-option  ||symlink-to-sysroot
||invalid-pkgconfig ||pkgname   ||ldflags   ||compile-host-path 
||  
|-
||2017-08-09||4 ||9 ||7 ||1 ||0 ||0 
||5 ||0 ||0 ||5 ||0 
||0 ||0 ||0 ||0 ||0 
||0 ||0 ||  
|}

== Failed tasks 2017-08-09 ==

INFO: jenkins-job.sh-1.8.25 Complete log available at 
http://logs.nslu2-linux.org/buildlogs/oe/world/rocko/log.report.20170810_215947.log

=== common (2) ===
* 
meta-openembedded/meta-oe/recipes-extended/vlock/vlock_2.2.3.bb:do_configure
* 
meta-openembedded/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb:do_fetch

=== common-x86 (3) ===
* meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb:do_compile
* 
meta-openembedded/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb:do_configure
* 
meta-openembedded/meta-oe/recipes-extended/polkit/polkit-gnome_0.105.bb:do_configure

=== qemuarm (2) ===
* 
meta-openembedded/meta-oe/recipes-support/mysql/mariadb_5.5.55.bb:do_compile
* openembedded-core/meta/recipes-devtools/llvm/llvm_git.bb:do_compile

=== qemux86 (4) ===
* 
meta-openembedded/meta-multimedia/recipes-mediacenter/kodi/kodi_17.bb:do_compile
* 
meta-openembedded/meta-networking/recipes-daemons/squid/squid_3.5.26.bb:do_configure
* 
meta-openembedded/meta-oe/recipes-support/mongodb/mongodb_git.bb:do_compile
* meta-qt5/recipes-qt/qt5/qtbase_git.bb:do_compile

=== qemux86_64 (2) ===
* meta-qt5/recipes-qt/qt5/qtwebengine_git.bb:do_compile
* meta-qt5/recipes-qt/qt5/qtwebkit_git.bb:do_compile

=== Number of failed tasks (20) ===
{| class=wikitable
|-
|| qemuarm  || 4 || 
http://logs.nslu2-linux.org/buildlogs/oe/world/rocko/log.world.qemuarm.20170809_054937.log/
 || http://errors.yoctoproject.org/Errors/Build/43306/
|-
|| qemux86  || 9 || 
http://logs.nslu2-linux.org/buildlogs/oe/world/rocko/log.world.qemux86.20170808_120058.log/
 || http://errors.yoctoproject.org/Errors/Build/43271/
|-
|| qemux86_64   || 7 || 
http://logs.nslu2-linux.org/buildlogs/oe/world/rocko/log.world.qemux86-64.20170809_132802.log/
 || 
|}

=== PNBLACKLISTs (1) ===

=== QA issues (10) ===
{| class=wikitable
!| Count||Issue
|-
||0 ||already-stripped
|-
||0 ||build-deps
|-
||0 ||compile-host-path
|-
||0 ||file-rdeps
|-
||0 ||host-user-contaminated
|-
||0 ||installed-vs-shipped
|-
||0 ||invalid-pkgconfig
|-
||0 ||ldflags
|-
||0 ||libdir
|-
||0 ||pkgname
|-
||0 ||symlink-to-sysroot
|-
||0 ||unknown-configure-option
|-
||5 ||textrel
|-
||5 ||version-going-backwards
|}



=== Incorrect PACKAGE_ARCH or sstate signatures (1) ===

Complete log: 
http://logs.nslu2-linux.org/buildlogs/oe/world/rocko/log.signatures.20170810_022613.log/
* ERROR: 1 issues were found in these recipes: gnome-common

* ERROR: 1 errors found in 
signatures.qemuarm.do_package_write_ipk.sigdata.log

* ERROR: gnome-common different signature for task 
do_package_write_ipk.sigdata between qemux86copy and qemuarm
* ERROR: 1 errors found in 
/home/jenkins/oe/world/shr-core/tmp-glibc/sstate-diff/1502367973/signatures.qemuarm.do_package_write_ipk.sigdata.log
* ERROR: 1 issues were found in these recipes: gnome-common


PNBLACKLISTs:
openembedded-core/:
meta-browser:
meta-openembedded:
meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.17.bb:PNBLACKLIST[lksctp-tools]
 ?= "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', "BROKEN: fails to 
link against sctp_connectx symbol", '', d)}"
meta-qt5:
meta-smartphone:
meta-webos-ports:
PNBLACKLIST[android-system] = "depends on lxc from meta-virtualiazation which 
isn't included in my world builds"
PNBLACKLIST[bigbuckbunny-1080p] = "big and doesn't really need to be tested so 
much"
PNBLACKLIST[bigbuckbunny-480p] = "big and doesn't really need to be tested so 
much"
PNBLACKLIST[bigbuckbunny-720p] = "big and doesn't really need to be tested so 
much"
PNBLACKLIST[bigbuckbunny-720p] = "big and doesn't really need to be tested so 
much"
PNBLACKLIST[tearsofsteel-1080p] = "big and doesn't really need to be tested so 
much"
PNBLACKLIST[build-appliance-image] = "tries to include whole downloads 
directory in /home/builder/poky :/"


QA issues by type:
count: 0issue: