All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: sakib.sajal@windriver.com
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][PATCH] ceph: fix do_compile error: 'sys_siglist' was not declared
Date: Sun, 16 Aug 2020 21:20:26 -0400	[thread overview]
Message-ID: <20200817012025.GB12996@gmail.com> (raw)
In-Reply-To: <20200814154528.18891-1-sakib.sajal@windriver.com>

merged.

Bruce


In message: [meta-virtualization][PATCH] ceph: fix do_compile error: 'sys_siglist' was not declared
on 14/08/2020 sakib.sajal@windriver.com wrote:

> glibc 2.32 has deprecated sys_siglist, oe-core commit
> 7c19f30849e9a73a7497d8e6c4719a2e57017086, causing ceph
> build to fail with error:
> 
> ceph-15.2.0/src/global/signal_handler.h:24:26: error: 'sys_siglist' was
> not declared
> 
> ceph has support for using reentrant strsignal, hence use it.
> See commit 82c40b67f5843162a93ebb2c1a006572d8f256a5 in upstream ceph.
> 
> Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
> ---
>  recipes-extended/ceph/ceph_15.2.0.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/recipes-extended/ceph/ceph_15.2.0.bb b/recipes-extended/ceph/ceph_15.2.0.bb
> index 9423faa..223a74e 100644
> --- a/recipes-extended/ceph/ceph_15.2.0.bb
> +++ b/recipes-extended/ceph/ceph_15.2.0.bb
> @@ -73,6 +73,7 @@ EXTRA_OECMAKE = "-DWITH_MANPAGE=OFF \
>                   -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3 \
>                   -DPython3_EXECUTABLE=${PYTHON} \
>                   -DWITH_RADOSGW_KAFKA_ENDPOINT=OFF \
> +                 -DWITH_REENTRANT_STRSIGNAL=ON \
>  "
>  
>  export STAGING_DIR_HOST
> -- 
> 2.26.2
> 

> 


      reply	other threads:[~2020-08-17  1:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-14 15:45 [meta-virtualization][PATCH] ceph: fix do_compile error: 'sys_siglist' was not declared sakib.sajal
2020-08-17  1:20 ` Bruce Ashfield [this message]

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=20200817012025.GB12996@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=sakib.sajal@windriver.com \
    /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.