Re: [oe] [meta-oe][PATCH 8/8] loop-aes: Add recipe

2016-12-09 Thread Khem Raj
On Fri, Dec 9, 2016 at 1:40 PM, Martin Jansa  wrote:
> On Fri, Dec 02, 2016 at 07:04:22PM -0800, Khem Raj wrote:
>> Signed-off-by: Khem Raj 
>> ---
>>  meta-oe/recipes-support/loop-aes/loop-aes_v3.7j.bb | 22 
>> ++
>>  1 file changed, 22 insertions(+)
>>  create mode 100644 meta-oe/recipes-support/loop-aes/loop-aes_v3.7j.bb
>>
>> diff --git a/meta-oe/recipes-support/loop-aes/loop-aes_v3.7j.bb 
>> b/meta-oe/recipes-support/loop-aes/loop-aes_v3.7j.bb
>> new file mode 100644
>> index 000..fa60c7b
>> --- /dev/null
>> +++ b/meta-oe/recipes-support/loop-aes/loop-aes_v3.7j.bb
>> @@ -0,0 +1,22 @@
>> +SUMMARY = "Loop-aes - replacement for loop driver that can do aes 
>> encryption"
>> +DESCRIPTION = "Fast and transparent file system and swap encryption package 
>> for \
>> +   linux. No source code changes to linux kernel. Works with 
>> 3.x,\
>> +   2.6, 2.4, 2.2 and 2.0 kernels."
>> +HOMEPAGE = "http://sourceforge.net/projects/loop-aes/";
>> +LICENSE = "GPL-2.0"
>> +
>> +LIC_FILES_CHKSUM = 
>> "file://aes-GPL.diff;md5=bf349af3486306c2e4d85de5b6fa3bb4"
>> +
>> +SRC_URI = "http://loop-aes.sourceforge.net/loop-AES/loop-AES-${PV}.tar.bz2";
>> +SRC_URI[md5sum] = "335238a7cfd45f157935c59156533a05"
>> +SRC_URI[sha256sum] = 
>> "67ede839d4cac657359c39b05eac46f6991054768a7e1096bef5b92edb3b8aba"
>> +
>> +inherit module
>> +
>> +S = "${WORKDIR}/loop-AES-${PV}"
>> +
>> +EXTRA_OEMAKE += "LINUX_SOURCE=${STAGING_KERNEL_DIR} INSTALL_MOD_PATH=${D} 
>> MODINST=n"
>> +
>> +do_install () {
>> + install -D -m 0655 loop.ko 
>> ${D}${base_libdir}/modules/${KERNEL_VERSION}/misc/loop.ko
>
> Please use 4 spaces when updating.
>

hmm ok

>> +}
>
> It conflicts with linux-yocto:
> http://errors.yoctoproject.org/Errors/Details/112197/

it is supposed to conflict with kernels enabling loop device.

>
>> --
>> 2.10.2
>>
>> --
>> ___
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com
>
> --
> ___
> 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


Re: [oe] [meta-oe][PATCH 4/8] libmng: Add recipe

2016-12-09 Thread Martin Jansa
On Fri, Dec 02, 2016 at 07:04:18PM -0800, Khem Raj wrote:
> Signed-off-by: Khem Raj 
> ---
>  meta-oe/recipes-graphics/libmng/libmng_2.0.3.bb | 22 ++
>  1 file changed, 22 insertions(+)
>  create mode 100644 meta-oe/recipes-graphics/libmng/libmng_2.0.3.bb

gimp-2.8.18: gimp rdepends on libmng, but it isn't a build dependency,
missing libmng in DEPENDS or PACKAGECONFIG? [build-deps]

> 
> diff --git a/meta-oe/recipes-graphics/libmng/libmng_2.0.3.bb 
> b/meta-oe/recipes-graphics/libmng/libmng_2.0.3.bb
> new file mode 100644
> index 000..b176d09
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/libmng/libmng_2.0.3.bb
> @@ -0,0 +1,22 @@
> +# Copyright (C) 2016 Khem Raj 
> +# Released under the MIT license (see COPYING.MIT for the terms)
> +
> +DESCRIPTION = "Development files for the Multiple-image Network Graphics 
> library"
> +HOMEPAGE = "http://www.libmng.com/";
> +LICENSE = "Zlib"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=32becdb8930f90eab219a8021130ec09"
> +SECTION = "devel"
> +DEPENDS = "zlib lcms"
> +
> +SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${P}.tar.gz"
> +
> +SRC_URI[md5sum] = "7e9a12ba2a99dff7e736902ea07383d4"
> +SRC_URI[sha256sum] = 
> "cf112a1fb02f5b1c0fce5cab11ea8243852c139e669c44014125874b14b7dfaa"
> +
> +inherit autotools-brokensep pkgconfig
> +
> +PACKAGECONFIG ??= "jpeg"
> +
> +PACKAGECONFIG[jpeg] = "--with-jpeg,--without-jpeg,libjpeg-turbo"
> +PACKAGECONFIG[lcms] = "---with-lcms2,--without-lcms2,lcms"
> +
> -- 
> 2.10.2
> 
> -- 
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
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] [meta-oe][PATCH 5/7] liboop: Add recipe

2016-12-09 Thread Martin Jansa
On Mon, Dec 05, 2016 at 06:36:23PM -0800, Khem Raj wrote:
> liboop is needed by ruli

liboop-1.0: liboop rdepends on readline, but it isn't a build dependency, 
missing readline in DEPENDS or PACKAGECONFIG? [build-deps]
liboop-1.0: liboop rdepends on libpcre, but it isn't a build dependency, 
missing libpcre in DEPENDS or PACKAGECONFIG? [build-deps]
liboop-1.0: liboop rdepends on glib-2.0, but it isn't a build dependency, 
missing glib-2.0 in DEPENDS or PACKAGECONFIG? [build-deps]

> 
> Signed-off-by: Khem Raj 
> ---
>  meta-oe/recipes-support/liboop/liboop_1.0.bb | 11 +++
>  1 file changed, 11 insertions(+)
>  create mode 100644 meta-oe/recipes-support/liboop/liboop_1.0.bb
> 
> diff --git a/meta-oe/recipes-support/liboop/liboop_1.0.bb 
> b/meta-oe/recipes-support/liboop/liboop_1.0.bb
> new file mode 100644
> index 000..1af228e
> --- /dev/null
> +++ b/meta-oe/recipes-support/liboop/liboop_1.0.bb
> @@ -0,0 +1,11 @@
> +DESCRIPTION = "Liboop is a low-level event loop management library for 
> POSIX-based operating systems"
> +HOMEPAGE = "http://liboop.org/";
> +LICENSE = "GPL-2.0"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=8b54f38ccbd44feb80ab90e01af8b700"
> +
> +SRC_URI = 
> "http://ftp.debian.org/debian/pool/main/libo/liboop/liboop_${PV}.orig.tar.gz";
> +
> +SRC_URI[md5sum] = "36cb971047d3af02369446f5e0b315a2"
> +SRC_URI[sha256sum] = 
> "34d83c6e0f09ee15cb2bc3131e219747c3b612bb57cf7d25318ab90da9a2d97c"
> +
> +inherit autotools pkgconfig
> -- 
> 2.10.2
> 
> -- 
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
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] [meta-oe][PATCH 5/8] zbar: Add recipe

2016-12-09 Thread Martin Jansa
On Fri, Dec 02, 2016 at 07:04:19PM -0800, Khem Raj wrote:
> Signed-off-by: Khem Raj 
> ---
>  .../zbar/0001-make-relies-GNU-extentions.patch | 32 ++
>  .../zbar/zbar/0001-undefine-__va_arg_pack.patch| 51 
> ++
>  meta-oe/recipes-support/zbar/zbar_0.10.bb  | 25 +++
>  3 files changed, 108 insertions(+)
>  create mode 100644 
> meta-oe/recipes-support/zbar/zbar/0001-make-relies-GNU-extentions.patch
>  create mode 100644 
> meta-oe/recipes-support/zbar/zbar/0001-undefine-__va_arg_pack.patch
>  create mode 100644 meta-oe/recipes-support/zbar/zbar_0.10.bb

zbar-0.10: zbar rdepends on libxcb, but it isn't a build dependency,
missing libxcb in DEPENDS or PACKAGECONFIG? [build-deps]
zbar-0.10: zbar rdepends on libx11, but it isn't a build dependency,
missing libx11 in DEPENDS or PACKAGECONFIG? [build-deps]
zbar-0.10: zbar rdepends on libsm, but it isn't a build dependency,
missing libsm in DEPENDS or PACKAGECONFIG? [build-deps]
zbar-0.10: zbar rdepends on libxau, but it isn't a build dependency,
missing libxau in DEPENDS or PACKAGECONFIG? [build-deps]
zbar-0.10: zbar rdepends on libxext, but it isn't a build dependency,
missing libxext in DEPENDS or PACKAGECONFIG? [build-deps]
zbar-0.10: zbar rdepends on libxv, but it isn't a build dependency,
missing libxv in DEPENDS or PACKAGECONFIG? [build-deps]
zbar-0.10: zbar rdepends on libice, but it isn't a build dependency,
missing libice in DEPENDS or PACKAGECONFIG? [build-deps]
zbar-0.10: zbar rdepends on libxdmcp, but it isn't a build dependency,
missing libxdmcp in DEPENDS or PACKAGECONFIG? [build-deps]

> 
> diff --git 
> a/meta-oe/recipes-support/zbar/zbar/0001-make-relies-GNU-extentions.patch 
> b/meta-oe/recipes-support/zbar/zbar/0001-make-relies-GNU-extentions.patch
> new file mode 100644
> index 000..04239ba
> --- /dev/null
> +++ b/meta-oe/recipes-support/zbar/zbar/0001-make-relies-GNU-extentions.patch
> @@ -0,0 +1,32 @@
> +From 224507bc4b6e58f7a6e445bfebfb59d6b8d78bd6 Mon Sep 17 00:00:00 2001
> +From: Khem Raj 
> +Date: Fri, 2 Dec 2016 17:38:51 -0800
> +Subject: [PATCH] make relies GNU extentions
> +
> +We get errors like
> +`%'-style pattern rules are a GNU make extension
> +
> +Disable this warning, since we use gmake with OE
> +anyway
> +
> +Signed-off-by: Khem Raj 
> +---
> + configure.ac | 2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +diff --git a/configure.ac b/configure.ac
> +index 56d3dd0..9f85fd7 100644
> +--- a/configure.ac
>  b/configure.ac
> +@@ -3,7 +3,7 @@ AC_PREREQ([2.61])
> + AC_INIT([zbar], [0.10], [spa...@users.sourceforge.net])
> + AC_CONFIG_AUX_DIR(config)
> + AC_CONFIG_MACRO_DIR(config)
> +-AM_INIT_AUTOMAKE([1.10 -Wall -Werror foreign subdir-objects std-options 
> dist-bzip2])
> ++AM_INIT_AUTOMAKE([1.10 -Wall -Werror -Wno-portability foreign 
> subdir-objects std-options dist-bzip2])
> + AC_CONFIG_HEADERS([include/config.h])
> + AC_CONFIG_SRCDIR(zbar/scanner.c)
> + LT_PREREQ([2.2])
> +-- 
> +2.10.2
> +
> diff --git 
> a/meta-oe/recipes-support/zbar/zbar/0001-undefine-__va_arg_pack.patch 
> b/meta-oe/recipes-support/zbar/zbar/0001-undefine-__va_arg_pack.patch
> new file mode 100644
> index 000..f7d8ba1
> --- /dev/null
> +++ b/meta-oe/recipes-support/zbar/zbar/0001-undefine-__va_arg_pack.patch
> @@ -0,0 +1,51 @@
> +From f842872244219d9881fbec77054702412b1e16f8 Mon Sep 17 00:00:00 2001
> +From: Khem Raj 
> +Date: Fri, 2 Dec 2016 16:41:27 -0800
> +Subject: [PATCH] undefine __va_arg_pack
> +
> +dprintf() is also a libc function. This fixes
> +the compile errors
> +
> +/usr/include/bits/stdio2.h:140:1: error: expected identifier or '(' before 
> '{' token
> +|  {
> +
> +Signed-off-by: Khem Raj 
> +---
> + zbar/debug.h | 10 +-
> + 1 file changed, 5 insertions(+), 5 deletions(-)
> +
> +diff --git a/zbar/debug.h b/zbar/debug.h
> +index 482ca8d..68948f6 100644
> +--- a/zbar/debug.h
>  b/zbar/debug.h
> +@@ -23,6 +23,7 @@
> + 
> + /* varargs variations on compile time debug spew */
> + 
> ++#undef __va_arg_pack
> + #ifndef DEBUG_LEVEL
> + 
> + # ifdef __GNUC__
> +@@ -36,15 +37,14 @@
> + #else
> + 
> + # include 
> +-
> + # ifdef __GNUC__
> +-#  define dprintf(level, args...) \
> ++#  define dprintf(level, format, args...) \
> + if((level) <= DEBUG_LEVEL)\
> +-fprintf(stderr, args)
> ++fprintf(stderr, format, args)
> + # else
> +-#  define dprintf(level, ...) \
> ++#  define dprintf(level, format, ...) \
> + if((level) <= DEBUG_LEVEL)\
> +-fprintf(stderr, __VA_ARGS__)
> ++fprintf(stderr, format, __VA_ARGS__)
> + # endif
> + 
> + #endif /* DEBUG_LEVEL */
> +-- 
> +2.10.2
> +
> diff --git a/meta-oe/recipes-support/zbar/zbar_0.10.bb 
> b/meta-oe/recipes-support/zbar/zbar_0.10.bb
> new file mode 100644
> index 000..adaa8dd
> --- /dev/null
> +++ b/meta-oe/recipes-support/zbar/zbar_0.10.bb
> @@ -0,0 +1,25 @@
> +DESRIPTION = "2D barcode scanner toolkit."
> +SECTION = "graphics"
> +LICENSE = "LGPL-2.1"
> +
>

Re: [oe] [meta-oe][PATCH 8/8] loop-aes: Add recipe

2016-12-09 Thread Martin Jansa
On Fri, Dec 02, 2016 at 07:04:22PM -0800, Khem Raj wrote:
> Signed-off-by: Khem Raj 
> ---
>  meta-oe/recipes-support/loop-aes/loop-aes_v3.7j.bb | 22 
> ++
>  1 file changed, 22 insertions(+)
>  create mode 100644 meta-oe/recipes-support/loop-aes/loop-aes_v3.7j.bb
> 
> diff --git a/meta-oe/recipes-support/loop-aes/loop-aes_v3.7j.bb 
> b/meta-oe/recipes-support/loop-aes/loop-aes_v3.7j.bb
> new file mode 100644
> index 000..fa60c7b
> --- /dev/null
> +++ b/meta-oe/recipes-support/loop-aes/loop-aes_v3.7j.bb
> @@ -0,0 +1,22 @@
> +SUMMARY = "Loop-aes - replacement for loop driver that can do aes encryption"
> +DESCRIPTION = "Fast and transparent file system and swap encryption package 
> for \
> +   linux. No source code changes to linux kernel. Works with 
> 3.x,\
> +   2.6, 2.4, 2.2 and 2.0 kernels."
> +HOMEPAGE = "http://sourceforge.net/projects/loop-aes/";
> +LICENSE = "GPL-2.0"
> +
> +LIC_FILES_CHKSUM = "file://aes-GPL.diff;md5=bf349af3486306c2e4d85de5b6fa3bb4"
> +
> +SRC_URI = "http://loop-aes.sourceforge.net/loop-AES/loop-AES-${PV}.tar.bz2";
> +SRC_URI[md5sum] = "335238a7cfd45f157935c59156533a05"
> +SRC_URI[sha256sum] = 
> "67ede839d4cac657359c39b05eac46f6991054768a7e1096bef5b92edb3b8aba"
> +
> +inherit module
> +
> +S = "${WORKDIR}/loop-AES-${PV}"
> +
> +EXTRA_OEMAKE += "LINUX_SOURCE=${STAGING_KERNEL_DIR} INSTALL_MOD_PATH=${D} 
> MODINST=n"
> +
> +do_install () {
> + install -D -m 0655 loop.ko 
> ${D}${base_libdir}/modules/${KERNEL_VERSION}/misc/loop.ko

Please use 4 spaces when updating.

> +}

It conflicts with linux-yocto:
http://errors.yoctoproject.org/Errors/Details/112197/

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

-- 
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 2016-12-06

2016-12-09 Thread Andreas Müller
On Fri, Dec 9, 2016 at 1:44 PM, Martin Jansa  wrote:
> == Number of issues - stats ==
> {| class='wikitable'
> !|Date   !!colspan='3'|Failed tasks 
> !!colspan='6'|Failed depencencies!!|Signatures
> !!colspan='12'|QA !!Comment
> |-
> ||  ||qemuarm   ||qemux86   ||qemux86_64
> ||qemuarm||max||min ||qemux86||max||min ||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   ||
> |-
> ||2016-12-06||6 ||7 ||6 ||13||6 ||6 ||15||7   
>   ||7 ||0 ||0 ||0 ||1 ||6 
> ||3 ||0 ||0 ||0 ||0   
>   ||0 ||0 ||0 ||
> |}
>
> http://www.openembedded.org/wiki/Bitbake_World_Status
>
> == Failed tasks 2016-12-06 ==
>
> INFO: jenkins-job.sh-1.8.12 Complete log available at 
> http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.report.20161209_001246.log
>
> === common (5) ===
> * 
> meta-openembedded/meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.10.1.bb:do_configure
> * 
> meta-openembedded/meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb:do_configure
> * 
> meta-openembedded/meta-gnome/recipes-gnome/libwnck/libwnck3_3.20.1.bb:do_configure
^^ These three should be fixed with the patches you just applied to master-next
> * 
> meta-openembedded/meta-multimedia/recipes-mediacenter/kodi/kodi_16.bb:do_configure
> * meta-openembedded/meta-xfce/recipes-xfce/exo/exo_0.11.1.bb:do_configure
^^ This one should be fixed by oe-core's pending patch 'liburi-perl:
update to 1.71
>
> === common-x86 (0) ===
>
> === qemuarm (1) ===
> * 
> openembedded-core/meta/recipes-sato/webkit/webkitgtk_2.14.2.bb:do_compile
>
> === qemux86 (2) ===
> * 
> meta-browser/recipes-browser/chromium/chromium_52.0.2743.76.bb:do_compile
> * meta-qt5/recipes-qt/qt5/qtwebengine_git.bb:do_compile
>
> === qemux86_64 (1) ===
> * 
> meta-openembedded/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb:do_compile
>
> === Number of failed tasks (19) ===
> {| class=wikitable
> |-
> || qemuarm  || 6 || 
> http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.world.qemuarm.20161206_030245.log/
>  || http://errors.yoctoproject.org/Errors/Build/25556/
> |-
> || qemux86  || 7 || 
> http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.world.qemux86.20161206_052857.log/
>  || http://errors.yoctoproject.org/Errors/Build/25561/
> |-
> || qemux86_64   || 6 || 
> http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.world.qemux86-64.20161206_072352.log/
>  || http://errors.yoctoproject.org/Errors/Build/25797/
> |}
Andreas
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] State of bitbake world, Failed tasks 2016-12-06

2016-12-09 Thread Martin Jansa
== Number of issues - stats ==
{| class='wikitable'
!|Date   !!colspan='3'|Failed tasks 
!!colspan='6'|Failed depencencies!!|Signatures
!!colspan='12'|QA !!Comment
|-
||  ||qemuarm   ||qemux86   ||qemux86_64
||qemuarm||max||min ||qemux86||max||min ||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   ||  
|-
||2016-12-06||6 ||7 ||6 ||13||6 ||6 ||15||7 
||7 ||0 ||0 ||0 ||1 ||6 
||3 ||0 ||0 ||0 ||0 
||0 ||0 ||0 ||  
|}

http://www.openembedded.org/wiki/Bitbake_World_Status

== Failed tasks 2016-12-06 ==

INFO: jenkins-job.sh-1.8.12 Complete log available at 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.report.20161209_001246.log

=== common (5) ===
* 
meta-openembedded/meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.10.1.bb:do_configure
* 
meta-openembedded/meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb:do_configure
* 
meta-openembedded/meta-gnome/recipes-gnome/libwnck/libwnck3_3.20.1.bb:do_configure
* 
meta-openembedded/meta-multimedia/recipes-mediacenter/kodi/kodi_16.bb:do_configure
* meta-openembedded/meta-xfce/recipes-xfce/exo/exo_0.11.1.bb:do_configure

=== common-x86 (0) ===

=== qemuarm (1) ===
* openembedded-core/meta/recipes-sato/webkit/webkitgtk_2.14.2.bb:do_compile

=== qemux86 (2) ===
* meta-browser/recipes-browser/chromium/chromium_52.0.2743.76.bb:do_compile
* meta-qt5/recipes-qt/qt5/qtwebengine_git.bb:do_compile

=== qemux86_64 (1) ===
* 
meta-openembedded/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb:do_compile

=== Number of failed tasks (19) ===
{| class=wikitable
|-
|| qemuarm  || 6 || 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.world.qemuarm.20161206_030245.log/
 || http://errors.yoctoproject.org/Errors/Build/25556/
|-
|| qemux86  || 7 || 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.world.qemux86.20161206_052857.log/
 || http://errors.yoctoproject.org/Errors/Build/25561/
|-
|| qemux86_64   || 6 || 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.world.qemux86-64.20161206_072352.log/
 || http://errors.yoctoproject.org/Errors/Build/25797/
|}
=== PNBLACKLISTs (115) ===

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



=== Failed dependencies for qemuarm (13) ===

Complete log: 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.dependencies.qemuarm.20161206_053217.log/
Found differences: 
Found errors: 
* ERROR: 13 issues were found in these recipes: exo gnome-menus3 gthumb 
kodi libwnck3 webkitgtk

=== Recipes failing with maximal dependencies for qemuarm (6) ===
* exo -- 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.dependencies.qemuarm.20161206_053217.log//2_max/failed/exo.log
* gnome-menus3 -- 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.dependencies.qemuarm.20161206_053217.log//2_max/failed/gnome-menus3.log
* gthumb -- 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.dependencies.qemuarm.20161206_053217.log//2_max/failed/gthumb.log
* kodi -- 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.dependencies.qemuarm.20161206_053217.log//2_max/failed/kodi.log
* libwnck3 -- 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.dependencies.qemuarm.20161206_053217.log//2_max/failed/libwnck3.log
* webkitgtk -- 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.dependencies.qemuarm.20161206_053217.log//2_max/failed/webkitgtk.log

=== Recipes failing with minimal dependencies for qemuarm (6) ===
* exo -- 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.dependencies.qemuarm.20161206_053217.log//3_min/failed/exo.log
* gnome-menus3 -- 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.dependencies.qemuarm.20161206_053217.log//3_min/failed/gnome-menus3.log
* gthumb -- 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.dependencies.qemuarm.20161206_053217.log//3_min/failed/gthumb.log
* kodi -- 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.dependencies.qemuarm.20161206_053217.log//3_min/failed/kodi.log
* libwnck3 -- 
http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.d

Re: [oe] meta-openembedded patchwork git hook

2016-12-09 Thread Martin Jansa
On Fri, Dec 02, 2016 at 09:45:22AM -0600, Jose Lamego wrote:
> I'm looking into this right now. I've filed a bug for tracking:
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=10759

This bug is already closed, but it still doesn't work, where is that
separate ticket?

It still doesn't work for meta-oe and for some reason it's also much
slower than it used to.

Took couple minutes to push just a few changes today and no patch was
updated on patchwork by the git hook, it used to take less than 1 minute.

OE @ ~/meta-openembedded $ git push origin master
Counting objects: 190, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (163/163), done.
Writing objects: 100% (190/190), 23.37 KiB | 0 bytes/s, done.
Total 190 (delta 122), reused 11 (delta 7)
remote: E: failed to find patch for rev 
5f85256b46ba2d89bf27f9d3edd607c4b59cf389.
remote: E: failed to find patch for rev 
142faee1734300a041fe16265cb63cd17fb742ae.
remote: E: failed to find patch for rev 
3237c650e79c9046d0e1b94568a45d5c6876dbd2.
remote: E: failed to find patch for rev 
9aace0c5667ab910078cfdd1e388e386f106c074.
remote: E: failed to find patch for rev 
a1bdd5f40e15312bb4891cfa2e0d67d590051d00.
remote: E: failed to find patch for rev 
3d998f3745b90c6b4db5eaa739e4f976b5d5eef2.
remote: E: failed to find patch for rev 
9cd05c16510cb0b6a09f72e5c7488d021a55440b.
remote: E: failed to find patch for rev 
4fc06fd23709e77a5ee05b1f0fde57d410fcaba6.
remote: E: failed to find patch for rev 
cfde74c9dbe8eed65f430334b071aeba6620882d.
remote: E: failed to find patch for rev 
6e0c24e9b3f9d430dec57f61f8c12c74bca5375d.
remote: E: failed to find patch for rev 
9d40291916136ed3c4480102708e75d81cc77ef1.
remote: E: failed to find patch for rev 
336692f24b5ac6c39b65ff3cb971d7bd353ea4e5.
remote: E: failed to find patch for rev 
58ff22a356f8003720ca9fe13749744a2bd02d98.
remote: E: failed to find patch for rev 
f44e54116e0c1240aa3d1f1ac0ec098a342764f5.
remote: E: failed to find patch for rev 
00f04936eb6d4eb3ae9b0102f87ca3265ce80bf1.
remote: E: failed to find patch for rev 
a838527ccfb33716ce7ff2c4b97c0beb13d4e654.
remote: E: failed to find patch for rev 
a749fbc3732f469ee0ec3e36275fb7e8fe6ebd19.
remote: E: failed to find patch for rev 
84597e39c734032a3b84f2ab46c35ba88b06cdf3.
remote: E: failed to find patch for rev 
a541eb88e4dabf506ff2b6c07e7ca19d34a316d7.
remote: E: failed to find patch for rev 
4bb23bc4c444c79052ca6e79e5799d4c5db1e6da.
remote: E: failed to find patch for rev 
6a8d57c0b7e243a22730f637295d620d08b975e0.
remote: E: failed to find patch for rev 
39a71692eb686f6bf694969d2d068f55294846fa.
remote: E: failed to find patch for rev 
13611ae96c9b2fab928eb794415f5bec6331abb2.
remote: E: failed to find patch for rev 
d356e03ced0873a0fe1a7a69cb05ee803e363888.
remote: E: failed to find patch for rev 
1b73d2c713938f10931749ece3a703ad9004376a.
remote: E: failed to find patch for rev 
f5a5a84d5c551a3b1daa2c8092279fbed9abe54f.
remote: E: failed to find patch for rev 
8ea8fff79c91c985884859eca49769379e06c313.
remote: E: failed to find patch for rev 
3aac48c722fa836e04e95a495d758b8ee0d0cdda.
remote: E: failed to find patch for rev 
d83612a1e750b98b1c537fada777d615d9d6628a.
remote: E: failed to find patch for rev 
d9b5870edaddee69612dada2aa4bc2d8c3f70f44.
remote: I: 0 patch(es) updated to state Accepted.
remote: Sending notification emails to: 
openembedded-comm...@lists.openembedded.org.
To git.openembedded.org:meta-openembedded
   18d518a..d9b5870  master -> master


> 
> 
> On 12/02/2016 06:29 AM, Tom Rini wrote:
> > On Fri, Dec 02, 2016 at 09:30:09AM +0100, Martin Jansa wrote:
> >> On Wed, Nov 30, 2016 at 12:41:20PM -0600, Jose Lamego wrote:
> >>>
> >>>
> >>> On 11/29/2016 07:50 PM, Khem Raj wrote:
> 
> > On Nov 29, 2016, at 2:34 PM, Jose Lamego 
> >  wrote:
> >
> >
> >
> > On 11/29/2016 02:43 PM, Tom Rini wrote:
> >> On Wed, Nov 30, 2016 at 06:52:46AM +1300, Paul Eggleton wrote:
> >>
> >>> Hi folks,
> >>>
> >>> Martin just brought to my attention that the git hook for the 
> >>> meta-openembedded repository that's supposed to update patchwork 
> >>> still isn't 
> >>> working and hasn't done so for a very long time. I thought we'd fixed 
> >>> this so 
> >>> that merged patches get marked as "Accepted", but at least for meta-
> >>> openembedded it seems like that's not the case.
> >>>
> >>> Jose / Michael - can you look into this if you haven't already? 
> >>> Please let me 
> >>> know if you need any help.
> >
> > The git hook was configured to update OE-core only, Michael will help us
> > to include meta-openembedded.
> >
> 
>  There are more repos using patchwork beyond OE-core and meta-opemebedded
>  please enable it for all of them  as well.
> 
> >>>
> >>> Now all of the projects are enabled to receive automatic updates from
> >>> the git-hook (Thanks Michael). Please let me know if any undesired
> >>> behavior is detected.