From: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
To: Markus Volk <f_l_k@t-online.de>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [oe-core][PATCH] python3-dtc: fix language specific AppendOutput functions with swig 4.3.0
Date: Tue, 29 Oct 2024 13:47:43 +0100 [thread overview]
Message-ID: <ZyDZb3_9BfJZFddm@bootlin-mathieu> (raw)
In-Reply-To: <20241028173602.1652935-1-f_l_k@t-online.de>
On Mon, Oct 28, 2024 at 06:36:02PM +0100, Markus Volk wrote:
> Swig has changed language specific AppendOutput functions. The helper
> macro SWIG_AppendOutput remains unchanged. Use that instead
> of SWIG_Python_AppendOutput, which would require an extra parameter
> since swig 4.3.0.
>
> Signed-off-by: Markus Volk <f_l_k@t-online.de>
> ---
> .../0001-libfdt.i-Use-SWIG_AppendOutput.patch | 51 +++++++++++++++++++
> .../python/python3-dtc_1.7.0.bb | 1 +
> 2 files changed, 52 insertions(+)
> create mode 100644 meta/recipes-devtools/python/python3-dtc/0001-libfdt.i-Use-SWIG_AppendOutput.patch
>
> diff --git a/meta/recipes-devtools/python/python3-dtc/0001-libfdt.i-Use-SWIG_AppendOutput.patch b/meta/recipes-devtools/python/python3-dtc/0001-libfdt.i-Use-SWIG_AppendOutput.patch
> new file mode 100644
> index 0000000000..c9c3a886f1
> --- /dev/null
> +++ b/meta/recipes-devtools/python/python3-dtc/0001-libfdt.i-Use-SWIG_AppendOutput.patch
> @@ -0,0 +1,51 @@
> +From 4eb1df0be56103b8058c126dd437bfb6dbaa5bb2 Mon Sep 17 00:00:00 2001
> +From: Markus Volk <f_l_k@t-online.de>
> +Date: Mon, 28 Oct 2024 18:05:53 +0100
> +Subject: [PATCH] libfdt.i: Use SWIG_AppendOutput
> +
> +Swig has changed language specific AppendOutput functions. The helper
> +macro SWIG_AppendOutput remains unchanged. Use that instead
> +of SWIG_Python_AppendOutput, which would require an extra parameter
> +since swig 4.3.0.
> +
> +Signed-off-by: Markus Volk <f_l_k@t-online.de>
> +
Hi Markus,
Thanks for the update, but it seems the issue is still present :(
https://valkyrie.yoctoproject.org/#/builders/6/builds/340/steps/11/logs/stdio
https://valkyrie.yoctoproject.org/#/builders/3/builds/343/steps/11/logs/stdio
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2024-10-29 12:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-28 17:36 [oe-core][PATCH] python3-dtc: fix language specific AppendOutput functions with swig 4.3.0 Markus Volk
2024-10-29 12:47 ` Mathieu Dubois-Briand [this message]
2024-10-30 5:23 ` Markus Volk
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=ZyDZb3_9BfJZFddm@bootlin-mathieu \
--to=mathieu.dubois-briand@bootlin.com \
--cc=f_l_k@t-online.de \
--cc=openembedded-core@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.