From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: Xiangyu Chen <xiangyu.chen@eng.windriver.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][PATCH] libvirt: skip buildpath QA check for libvirt-python-dbg
Date: Fri, 20 Jan 2023 12:57:02 -0500 [thread overview]
Message-ID: <Y8rV7r9amF19GaKw@gmail.com> (raw)
In-Reply-To: <20230120073709.477410-1-xiangyu.chen@eng.windriver.com>
merged.
I had also tried to fix this in December, but couldn't come up
with anything better than ignoring the warning.
Bruce
In message: [meta-virtualization][PATCH] libvirt: skip buildpath QA check for libvirt-python-dbg
on 20/01/2023 Xiangyu Chen wrote:
> From: Xiangyu Chen <xiangyu.chen@windriver.com>
>
> The /usr/lib64/python3.11/site-packages/.debug/libvirtmod_lxc*.so
> libraries with build path embedded, and the setup.py doesn't respect
> our CFLAGS with -ffile-prefix-map argument, so try to skip the
> libvirt-python-dbg buildpath check until that solved.
>
> Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
> ---
> recipes-extended/libvirt/libvirt-python.inc | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/recipes-extended/libvirt/libvirt-python.inc b/recipes-extended/libvirt/libvirt-python.inc
> index 6e2c367..772decb 100644
> --- a/recipes-extended/libvirt/libvirt-python.inc
> +++ b/recipes-extended/libvirt/libvirt-python.inc
> @@ -15,6 +15,9 @@ FILES:${PN}-python-dev += "${PYTHON_SITEPACKAGES_DIR}/*.la"
> FILES:${PN}-python-dbg += "${PYTHON_SITEPACKAGES_DIR}/.debug/"
> FILES:${PN}-python = "${bindir}/* ${libdir}/* ${libdir}/${PYTHON_DIR}/*"
>
> +# Currently the libvirt-python debug libraries contain buildpaths
> +INSANE_SKIP:${PN}-dbg += "buildpaths"
> +
> SRC_URI += "http://libvirt.org/sources/python/libvirt-python-${PV}.tar.gz;name=libvirt_python"
>
> SRC_URI[libvirt_python.sha256sum] = "a21ecfab6d29ac1bdd1bfd4aa3ef58447f9f70919aefecd03774613f65914e43"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#7826): https://lists.yoctoproject.org/g/meta-virtualization/message/7826
> Mute This Topic: https://lists.yoctoproject.org/mt/96395941/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
prev parent reply other threads:[~2023-01-20 17:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-20 7:37 [meta-virtualization][PATCH] libvirt: skip buildpath QA check for libvirt-python-dbg Xiangyu Chen
2023-01-20 17:57 ` 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=Y8rV7r9amF19GaKw@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=meta-virtualization@lists.yoctoproject.org \
--cc=xiangyu.chen@eng.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.