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 <[email protected]> > --- > 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 [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
