All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-oe 01/10] fakeroot: Blacklist
@ 2016-02-22 13:09 Martin Jansa
  2016-02-22 13:09 ` [PATCH][meta-oe 02/10] log4cpp: Blacklist Martin Jansa
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Martin Jansa @ 2016-02-22 13:09 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb b/meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb
index 156d513..37b3c18 100644
--- a/meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb
+++ b/meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb
@@ -25,3 +25,6 @@ RDEPENDS_${PN} = "util-linux"
 
 SRC_URI[md5sum] = "706171d8d520b1ca1576ac73f2ceb4f3"
 SRC_URI[sha256sum] = "0a359efa3e9496c33234b3e9c89306a09bb4da9d33de43c261f1d8447e6ebea2"
+
+# http://errors.yoctoproject.org/Errors/Details/35143/
+PNBLACKLIST[fakeroot] ?= "BROKEN: QA Issue: -dev package contains non-symlink .so"
-- 
2.7.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH][meta-oe 02/10] log4cpp: Blacklist
  2016-02-22 13:09 [PATCH][meta-oe 01/10] fakeroot: Blacklist Martin Jansa
@ 2016-02-22 13:09 ` Martin Jansa
  2016-02-22 13:09 ` [PATCH][meta-oe 03/10] cunit: Blacklist Martin Jansa
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Martin Jansa @ 2016-02-22 13:09 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb
index a543044..9bd8ac9 100644
--- a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb
+++ b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb
@@ -19,3 +19,6 @@ EXTRA_OECONF = "\
     --enable-latex-docs=no \
     LDFLAGS=-lpthread \
 "
+
+# http://errors.yoctoproject.org/Errors/Details/35139/
+PNBLACKLIST[log4cpp] ?= "BROKEN: QA Issue: log4cpp.pc failed sanity test (tmpdir)"
-- 
2.7.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH][meta-oe 03/10] cunit: Blacklist
  2016-02-22 13:09 [PATCH][meta-oe 01/10] fakeroot: Blacklist Martin Jansa
  2016-02-22 13:09 ` [PATCH][meta-oe 02/10] log4cpp: Blacklist Martin Jansa
@ 2016-02-22 13:09 ` Martin Jansa
  2016-02-22 13:09 ` [PATCH][meta-oe 04/10] mpich: Blacklist Martin Jansa
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Martin Jansa @ 2016-02-22 13:09 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb b/meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb
index 085f4be..ab8cf76 100644
--- a/meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb
+++ b/meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb
@@ -17,3 +17,6 @@ EXTRA_OECONF = "--enable-memtrace --enable-automated --enable-basic --enable-con
 
 FILES_${PN}-dev += "${datadir}/CUnit"
 FILES_${PN}-doc += "${docdir}"
+
+# http://errors.yoctoproject.org/Errors/Details/35136/
+PNBLACKLIST[cunit] ?= "BROKEN: QA Issue: libcunit.la failed sanity test (workdir)"
-- 
2.7.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH][meta-oe 04/10] mpich: Blacklist
  2016-02-22 13:09 [PATCH][meta-oe 01/10] fakeroot: Blacklist Martin Jansa
  2016-02-22 13:09 ` [PATCH][meta-oe 02/10] log4cpp: Blacklist Martin Jansa
  2016-02-22 13:09 ` [PATCH][meta-oe 03/10] cunit: Blacklist Martin Jansa
@ 2016-02-22 13:09 ` Martin Jansa
  2016-02-22 13:09 ` [PATCH][meta-oe 05/10] xerces-c: Blacklist Martin Jansa
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Martin Jansa @ 2016-02-22 13:09 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb b/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb
index 2434a42..7d00906 100644
--- a/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb
+++ b/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb
@@ -34,3 +34,6 @@ do_configure_prepend() {
     oe_runconf
     exit
 }
+
+# http://errors.yoctoproject.org/Errors/Details/35146/
+PNBLACKLIST[mpich] ?= "BROKEN: QA Issue: libmpi.la failed sanity test (workdir), QA Issue: mpich.pc failed sanity test (tmpdir)"
-- 
2.7.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH][meta-oe 05/10] xerces-c: Blacklist
  2016-02-22 13:09 [PATCH][meta-oe 01/10] fakeroot: Blacklist Martin Jansa
                   ` (2 preceding siblings ...)
  2016-02-22 13:09 ` [PATCH][meta-oe 04/10] mpich: Blacklist Martin Jansa
@ 2016-02-22 13:09 ` Martin Jansa
  2016-02-22 13:09 ` [PATCH][meta-oe 06/10] tesseract: Blacklist Martin Jansa
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Martin Jansa @ 2016-02-22 13:09 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.2.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.2.bb b/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.2.bb
index 165cb55..6e870dd 100644
--- a/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.2.bb
+++ b/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.2.bb
@@ -39,3 +39,6 @@ FILES_xerces-c-samples-dbg = "${bindir}/.debug/"
 FILES_libxerces-c-staticdev = "${libdir}/lib*.a"
 
 BBCLASSEXTEND = "native"
+
+# http://errors.yoctoproject.org/Errors/Details/35144/
+PNBLACKLIST[xerces-c] ?= "BROKEN: QA Issue: xerces-c.pc failed sanity test (tmpdir)"
-- 
2.7.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH][meta-oe 06/10] tesseract: Blacklist
  2016-02-22 13:09 [PATCH][meta-oe 01/10] fakeroot: Blacklist Martin Jansa
                   ` (3 preceding siblings ...)
  2016-02-22 13:09 ` [PATCH][meta-oe 05/10] xerces-c: Blacklist Martin Jansa
@ 2016-02-22 13:09 ` Martin Jansa
  2016-02-22 13:09 ` [PATCH][meta-oe 07/10] wayland-fits: Blacklist Martin Jansa
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Martin Jansa @ 2016-02-22 13:09 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-graphics/tesseract/tesseract_3.02.02.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-graphics/tesseract/tesseract_3.02.02.bb b/meta-oe/recipes-graphics/tesseract/tesseract_3.02.02.bb
index 72bd423..652bcf2 100644
--- a/meta-oe/recipes-graphics/tesseract/tesseract_3.02.02.bb
+++ b/meta-oe/recipes-graphics/tesseract/tesseract_3.02.02.bb
@@ -18,3 +18,6 @@ inherit autotools pkgconfig
 FILES_${PN} += "${datadir}/tessdata"
 
 RRECOMMENDS_${PN} += "tesseract-lang-eng"
+
+# http://errors.yoctoproject.org/Errors/Details/35134/
+PNBLACKLIST[tesseract] ?= "BROKEN: QA Issue: tesseract.pc failed sanity test (tmpdir)"
-- 
2.7.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH][meta-oe 07/10] wayland-fits: Blacklist
  2016-02-22 13:09 [PATCH][meta-oe 01/10] fakeroot: Blacklist Martin Jansa
                   ` (4 preceding siblings ...)
  2016-02-22 13:09 ` [PATCH][meta-oe 06/10] tesseract: Blacklist Martin Jansa
@ 2016-02-22 13:09 ` Martin Jansa
  2016-02-22 13:09 ` [PATCH][meta-oe 08/10] zeromq, cppzmq, python-pyzmq: Blacklist, zeromq is broken Martin Jansa
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Martin Jansa @ 2016-02-22 13:09 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-graphics/wayland/wayland-fits_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb b/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb
index b74c44a..374a850 100755
--- a/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb
+++ b/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb
@@ -31,3 +31,6 @@ do_install_append() {
 
 FILES_${PN} += "${bindir}/wfits ${libdir}/weston/*.so"
 FILES_${PN}-dbg += "${bindir}/.debug ${libdir}/weston/.debug ${prefix}/src"
+
+# http://errors.yoctoproject.org/Errors/Details/35141/
+PNBLACKLIST[wayland-fits] ?= "BROKEN: fails since wayland upgrade: weston-wfits.cpp:86:39: error: expected primary-expression before 'struct'"
-- 
2.7.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH][meta-oe 08/10] zeromq, cppzmq, python-pyzmq: Blacklist, zeromq is broken
  2016-02-22 13:09 [PATCH][meta-oe 01/10] fakeroot: Blacklist Martin Jansa
                   ` (5 preceding siblings ...)
  2016-02-22 13:09 ` [PATCH][meta-oe 07/10] wayland-fits: Blacklist Martin Jansa
@ 2016-02-22 13:09 ` Martin Jansa
  2016-02-22 16:01   ` Philip Balister
  2016-02-22 13:09 ` [PATCH][meta-oe 09/10] libtinyxml2: drop trailing continuation character in do_compile Martin Jansa
  2016-02-22 13:09 ` [PATCH][meta-oe 10/10] gtkmathview, abiword: Blacklist Martin Jansa
  8 siblings, 1 reply; 12+ messages in thread
From: Martin Jansa @ 2016-02-22 13:09 UTC (permalink / raw)
  To: openembedded-devel

* http://errors.yoctoproject.org/Errors/Details/35121/

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb          | 2 ++
 meta-oe/recipes-connectivity/zeromq/zeromq_4.1.3.bb        | 3 +++
 meta-python/recipes-devtools/python/python-pyzmq_14.7.0.bb | 2 ++
 3 files changed, 7 insertions(+)

diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
index 1a59716..3c1eb26 100644
--- a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
+++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
@@ -17,3 +17,5 @@ do_install () {
 PACKAGES = "${PN}-dev"
 
 RDEPENDS_${PN}-dev = "zeromq-dev"
+
+PNBLACKLIST[cppzmq] ?= "Depends on broken zeromq"
diff --git a/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.3.bb b/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.3.bb
index 5d0e2d5..bd6c1ef 100644
--- a/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.3.bb
+++ b/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.3.bb
@@ -28,3 +28,6 @@ do_install_ptest () {
         install -d ${D}${PTEST_PATH}/tests
         install -m 0755 ${B}/.libs/test_* ${D}${PTEST_PATH}/tests
 }
+
+# http://errors.yoctoproject.org/Errors/Details/35121/
+PNBLACKLIST[zeromq] ?= "BROKEN: zeromq-4.1.3/src/curve_client.cpp:61:18: error: ignoring return value of 'int sodium_init()', declared with attribute warn_unused_result [-Werror=unused-result]"
diff --git a/meta-python/recipes-devtools/python/python-pyzmq_14.7.0.bb b/meta-python/recipes-devtools/python/python-pyzmq_14.7.0.bb
index b5baf82..8aeb1b6 100644
--- a/meta-python/recipes-devtools/python/python-pyzmq_14.7.0.bb
+++ b/meta-python/recipes-devtools/python/python-pyzmq_14.7.0.bb
@@ -22,3 +22,5 @@ do_compile_prepend() {
     echo libzmq_extension = False >> ${S}/setup.cfg
     echo no_libzmq_extension = True >> ${S}/setup.cfg
 }
+
+PNBLACKLIST[python-pyzmq] ?= "Depends on broken zeromq"
-- 
2.7.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH][meta-oe 09/10] libtinyxml2: drop trailing continuation character in do_compile
  2016-02-22 13:09 [PATCH][meta-oe 01/10] fakeroot: Blacklist Martin Jansa
                   ` (6 preceding siblings ...)
  2016-02-22 13:09 ` [PATCH][meta-oe 08/10] zeromq, cppzmq, python-pyzmq: Blacklist, zeromq is broken Martin Jansa
@ 2016-02-22 13:09 ` Martin Jansa
  2016-02-22 13:09 ` [PATCH][meta-oe 10/10] gtkmathview, abiword: Blacklist Martin Jansa
  8 siblings, 0 replies; 12+ messages in thread
From: Martin Jansa @ 2016-02-22 13:09 UTC (permalink / raw)
  To: openembedded-devel

* with newer bitbake it parses it differently and task fails:
  http://errors.yoctoproject.org/Errors/Details/35147/
  DEBUG: Executing shell function do_compile
  /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/libtinyxml2/2.2.0+gitAUTOINC+d211bb1351-r0/temp/run.do_compile.21186: 118: /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/libtinyxml2/2.2.0+gitAUTOINC+d211bb1351-r0/temp/run.do_compile.21186: Syntax error: end of file unexpected (expecting "}")
  WARNING: exit code 2 from a shell command.
  ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/libtinyxml2/2.2.0+gitAUTOINC+d211bb1351-r0/temp/log.do_compile.21186)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-support/libtinyxml2/libtinyxml2_git.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_git.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_git.bb
index 1d3cffd..6ca6f7c 100644
--- a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_git.bb
+++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_git.bb
@@ -21,8 +21,7 @@ do_compile() {
             -Wl,-soname,libtinyxml2.so.${PV} \
             -o libtinyxml2.so.${PV} \
             ${LDFLAGS} \
-            tinyxml2.o \
-
+            tinyxml2.o
 }
 
 do_install() {
-- 
2.7.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH][meta-oe 10/10] gtkmathview, abiword: Blacklist
  2016-02-22 13:09 [PATCH][meta-oe 01/10] fakeroot: Blacklist Martin Jansa
                   ` (7 preceding siblings ...)
  2016-02-22 13:09 ` [PATCH][meta-oe 09/10] libtinyxml2: drop trailing continuation character in do_compile Martin Jansa
@ 2016-02-22 13:09 ` Martin Jansa
  8 siblings, 0 replies; 12+ messages in thread
From: Martin Jansa @ 2016-02-22 13:09 UTC (permalink / raw)
  To: openembedded-devel

* http://errors.yoctoproject.org/Errors/Details/35122/

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb        | 2 ++
 meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb b/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb
index 962a56c..89ba736 100644
--- a/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb
+++ b/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb
@@ -122,3 +122,5 @@ python populate_packages_prepend () {
 }
 
 FILES_${PN}-plugin-openxml += "${datadir}/${PN}-${SHRT_VER}/omml_xslt"
+
+PNBLACKLIST[abiword] ?= "Depends on broken gtkmathview"
diff --git a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb
index 2dbec7d..58eac37 100644
--- a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb
+++ b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb
@@ -20,3 +20,6 @@ inherit autotools pkgconfig
 do_configure_prepend() {
     sed -i -e s:AM_BINRELOC::g ${S}/configure.ac
 }
+
+# http://errors.yoctoproject.org/Errors/Details/35122/
+PNBLACKLIST[gtkmathview] ?= "BROKEN: ERROR: QA Issue: mathview-frontend-libxml2.pc, mathview-frontend-libxml2-reader.pc failed sanity test (tmpdir)
-- 
2.7.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: [PATCH][meta-oe 08/10] zeromq, cppzmq, python-pyzmq: Blacklist, zeromq is broken
  2016-02-22 13:09 ` [PATCH][meta-oe 08/10] zeromq, cppzmq, python-pyzmq: Blacklist, zeromq is broken Martin Jansa
@ 2016-02-22 16:01   ` Philip Balister
  2016-02-22 19:23     ` Khem Raj
  0 siblings, 1 reply; 12+ messages in thread
From: Philip Balister @ 2016-02-22 16:01 UTC (permalink / raw)
  To: openembedded-devel

Updating zeromq to 4.1.4 resolves this problem. I'm preparing a patch.
Thanks for catching this!

Philip

On 02/22/2016 08:09 AM, Martin Jansa wrote:
> * http://errors.yoctoproject.org/Errors/Details/35121/
> 
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb          | 2 ++
>  meta-oe/recipes-connectivity/zeromq/zeromq_4.1.3.bb        | 3 +++
>  meta-python/recipes-devtools/python/python-pyzmq_14.7.0.bb | 2 ++
>  3 files changed, 7 insertions(+)
> 
> diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> index 1a59716..3c1eb26 100644
> --- a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> +++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
> @@ -17,3 +17,5 @@ do_install () {
>  PACKAGES = "${PN}-dev"
>  
>  RDEPENDS_${PN}-dev = "zeromq-dev"
> +
> +PNBLACKLIST[cppzmq] ?= "Depends on broken zeromq"
> diff --git a/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.3.bb b/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.3.bb
> index 5d0e2d5..bd6c1ef 100644
> --- a/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.3.bb
> +++ b/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.3.bb
> @@ -28,3 +28,6 @@ do_install_ptest () {
>          install -d ${D}${PTEST_PATH}/tests
>          install -m 0755 ${B}/.libs/test_* ${D}${PTEST_PATH}/tests
>  }
> +
> +# http://errors.yoctoproject.org/Errors/Details/35121/
> +PNBLACKLIST[zeromq] ?= "BROKEN: zeromq-4.1.3/src/curve_client.cpp:61:18: error: ignoring return value of 'int sodium_init()', declared with attribute warn_unused_result [-Werror=unused-result]"
> diff --git a/meta-python/recipes-devtools/python/python-pyzmq_14.7.0.bb b/meta-python/recipes-devtools/python/python-pyzmq_14.7.0.bb
> index b5baf82..8aeb1b6 100644
> --- a/meta-python/recipes-devtools/python/python-pyzmq_14.7.0.bb
> +++ b/meta-python/recipes-devtools/python/python-pyzmq_14.7.0.bb
> @@ -22,3 +22,5 @@ do_compile_prepend() {
>      echo libzmq_extension = False >> ${S}/setup.cfg
>      echo no_libzmq_extension = True >> ${S}/setup.cfg
>  }
> +
> +PNBLACKLIST[python-pyzmq] ?= "Depends on broken zeromq"
> 


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH][meta-oe 08/10] zeromq, cppzmq, python-pyzmq: Blacklist, zeromq is broken
  2016-02-22 16:01   ` Philip Balister
@ 2016-02-22 19:23     ` Khem Raj
  0 siblings, 0 replies; 12+ messages in thread
From: Khem Raj @ 2016-02-22 19:23 UTC (permalink / raw)
  To: openembeded-devel

On Mon, Feb 22, 2016 at 8:01 AM, Philip Balister <philip@balister.org> wrote:
> Updating zeromq to 4.1.4 resolves this problem. I'm preparing a patch.
> Thanks for catching this!

yes, I was worried about this blacklist.

>
> Philip
>
> On 02/22/2016 08:09 AM, Martin Jansa wrote:
>> * http://errors.yoctoproject.org/Errors/Details/35121/
>>
>> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
>> ---
>>  meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb          | 2 ++
>>  meta-oe/recipes-connectivity/zeromq/zeromq_4.1.3.bb        | 3 +++
>>  meta-python/recipes-devtools/python/python-pyzmq_14.7.0.bb | 2 ++
>>  3 files changed, 7 insertions(+)
>>
>> diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
>> index 1a59716..3c1eb26 100644
>> --- a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
>> +++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
>> @@ -17,3 +17,5 @@ do_install () {
>>  PACKAGES = "${PN}-dev"
>>
>>  RDEPENDS_${PN}-dev = "zeromq-dev"
>> +
>> +PNBLACKLIST[cppzmq] ?= "Depends on broken zeromq"
>> diff --git a/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.3.bb b/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.3.bb
>> index 5d0e2d5..bd6c1ef 100644
>> --- a/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.3.bb
>> +++ b/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.3.bb
>> @@ -28,3 +28,6 @@ do_install_ptest () {
>>          install -d ${D}${PTEST_PATH}/tests
>>          install -m 0755 ${B}/.libs/test_* ${D}${PTEST_PATH}/tests
>>  }
>> +
>> +# http://errors.yoctoproject.org/Errors/Details/35121/
>> +PNBLACKLIST[zeromq] ?= "BROKEN: zeromq-4.1.3/src/curve_client.cpp:61:18: error: ignoring return value of 'int sodium_init()', declared with attribute warn_unused_result [-Werror=unused-result]"
>> diff --git a/meta-python/recipes-devtools/python/python-pyzmq_14.7.0.bb b/meta-python/recipes-devtools/python/python-pyzmq_14.7.0.bb
>> index b5baf82..8aeb1b6 100644
>> --- a/meta-python/recipes-devtools/python/python-pyzmq_14.7.0.bb
>> +++ b/meta-python/recipes-devtools/python/python-pyzmq_14.7.0.bb
>> @@ -22,3 +22,5 @@ do_compile_prepend() {
>>      echo libzmq_extension = False >> ${S}/setup.cfg
>>      echo no_libzmq_extension = True >> ${S}/setup.cfg
>>  }
>> +
>> +PNBLACKLIST[python-pyzmq] ?= "Depends on broken zeromq"
>>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-02-22 19:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-22 13:09 [PATCH][meta-oe 01/10] fakeroot: Blacklist Martin Jansa
2016-02-22 13:09 ` [PATCH][meta-oe 02/10] log4cpp: Blacklist Martin Jansa
2016-02-22 13:09 ` [PATCH][meta-oe 03/10] cunit: Blacklist Martin Jansa
2016-02-22 13:09 ` [PATCH][meta-oe 04/10] mpich: Blacklist Martin Jansa
2016-02-22 13:09 ` [PATCH][meta-oe 05/10] xerces-c: Blacklist Martin Jansa
2016-02-22 13:09 ` [PATCH][meta-oe 06/10] tesseract: Blacklist Martin Jansa
2016-02-22 13:09 ` [PATCH][meta-oe 07/10] wayland-fits: Blacklist Martin Jansa
2016-02-22 13:09 ` [PATCH][meta-oe 08/10] zeromq, cppzmq, python-pyzmq: Blacklist, zeromq is broken Martin Jansa
2016-02-22 16:01   ` Philip Balister
2016-02-22 19:23     ` Khem Raj
2016-02-22 13:09 ` [PATCH][meta-oe 09/10] libtinyxml2: drop trailing continuation character in do_compile Martin Jansa
2016-02-22 13:09 ` [PATCH][meta-oe 10/10] gtkmathview, abiword: Blacklist Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.