All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philip Balister <philip@balister.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH][meta-oe 08/10] zeromq, cppzmq, python-pyzmq: Blacklist, zeromq is broken
Date: Mon, 22 Feb 2016 11:01:43 -0500	[thread overview]
Message-ID: <56CB30E7.2010700@balister.org> (raw)
In-Reply-To: <1456146596-6976-8-git-send-email-Martin.Jansa@gmail.com>

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


  reply	other threads:[~2016-02-22 16:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56CB30E7.2010700@balister.org \
    --to=philip@balister.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.