From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: openembedded-core@lists.openembedded.org
Cc: Khem Raj <raj.khem@gmail.com>
Subject: Re: [OE-core] [PATCH 5/9] libtool: 2.5.4 -> 2.6.2
Date: Tue, 04 Aug 2026 21:12:59 +0100 [thread overview]
Message-ID: <19f7ec53e3ecdf3dece894a2049acd408ac6ef9b.camel@linuxfoundation.org> (raw)
In-Reply-To: <18C8A8C4FB56E625.3417489@lists.openembedded.org>
On Tue, 2026-08-04 at 18:00 +0100, Richard Purdie via
lists.openembedded.org wrote:
> On Tue, 2026-08-04 at 13:23 +0100, Richard Purdie via
> lists.openembedded.org wrote:
> > Drop one patch applied upstream, refresh another.
> > Switch to xz compressed source tarball.
> >
> > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> > ---
> > .../{libtool-2.5.4.inc => libtool-2.6.2.inc} | 5 +--
> > ...-cross_2.5.4.bb => libtool-cross_2.6.2.bb} | 0
> > ...ative_2.5.4.bb => libtool-native_2.6.2.bb} | 0
> > ...3-libtool-remove-help2man-dependency.patch | 17 ++++----
> > ...r-static-libs-for-internal-compiler-.patch | 39 ---------------
> > ----
> > .../{libtool_2.5.4.bb => libtool_2.6.2.bb} | 0
> > ...ol_2.5.4.bb => nativesdk-libtool_2.6.2.bb} | 0
> > 7 files changed, 10 insertions(+), 51 deletions(-)
> > rename meta/recipes-devtools/libtool/{libtool-2.5.4.inc =>
> > libtool-2.6.2.inc} (85%)
> > rename meta/recipes-devtools/libtool/{libtool-cross_2.5.4.bb =>
> > libtool-cross_2.6.2.bb} (100%)
> > rename meta/recipes-devtools/libtool/{libtool-native_2.5.4.bb =>
> > libtool-native_2.6.2.bb} (100%)
> > delete mode 100644 meta/recipes-devtools/libtool/libtool/0005-
> > libtool-Check-for-static-libs-for-internal-compiler-.patch
> > rename meta/recipes-devtools/libtool/{libtool_2.5.4.bb =>
> > libtool_2.6.2.bb} (100%)
> > rename meta/recipes-devtools/libtool/{nativesdk-libtool_2.5.4.bb
> > => nativesdk-libtool_2.6.2.bb} (100%)
>
> This breaks libunwind on qemuriscv64:
>
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/45/builds/2034
There are two possible fixes I found, we can either
s/WCClinker/XCClinker/ on configure.ac or disable cxx exceptions (which
would match aarch64/x86):
diff --git a/meta/recipes-support/libunwind/libunwind_1.8.3.bb b/meta/recipes-support/libunwind/libunwind_1.8.3.bb
index bc1a108e42..1a3a816d78 100644
--- a/meta/recipes-support/libunwind/libunwind_1.8.3.bb
+++ b/meta/recipes-support/libunwind/libunwind_1.8.3.bb
@@ -27,6 +27,8 @@ PACKAGECONFIG[zlib] = "--enable-zlibdebuginfo,--disable-zlibdebuginfo,zlib"
PACKAGECONFIG[latexdocs] = "--enable-documentation, --disable-documentation, latex2man-native"
EXTRA_OECONF = "--enable-static --disable-tests"
+EXTRA_OECONF:append:riscv64 = " --disable-cxx-exceptions"
+
# http://errors.yoctoproject.org/Errors/Details/20487/
ARM_INSTRUCTION_SET:armv4 = "arm"
not sure which is "right"...
Cheers,
Richard
next prev parent reply other threads:[~2026-08-04 20:13 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-04 12:23 [PATCH 1/9] libva-utils: 2.23.0 -> 2.24.0 Richard Purdie
2026-08-04 12:23 ` [PATCH 2/9] xvinfo: Upgrade 1.1.5 -> 1.1.6 Richard Purdie
2026-08-04 12:23 ` [PATCH 3/9] xwininfo: Upgrade 1.1.6 -> 1.1.7 Richard Purdie
2026-08-04 12:23 ` [PATCH 4/9] xmodmap: Upgrade 1.0.11 -> 1.0.12 Richard Purdie
2026-08-04 12:36 ` Patchtest results for " patchtest
2026-08-04 12:23 ` [PATCH 5/9] libtool: 2.5.4 -> 2.6.2 Richard Purdie
2026-08-04 12:23 ` [PATCH 6/9] ffmpeg: upgrade 8.1.2 -> 9.0 Richard Purdie
2026-08-04 12:23 ` [PATCH 7/9] libadwaita: upgrade 1.9.2 -> 1.9.3 Richard Purdie
2026-08-04 12:23 ` [PATCH 8/9] python3-cffi: upgrade 2.1.0 -> 2.1.1 Richard Purdie
2026-08-04 12:36 ` Patchtest results for " patchtest
2026-08-04 12:23 ` [PATCH 9/9] python3-pyproject-metadata: upgrade 0.11.0 -> 0.12.1 Richard Purdie
2026-08-04 12:36 ` Patchtest results for [PATCH 1/9] libva-utils: 2.23.0 -> 2.24.0 patchtest
[not found] ` <18C899AE0F118A3D.1990914@lists.openembedded.org>
2026-08-04 17:00 ` [OE-core] [PATCH 5/9] libtool: 2.5.4 -> 2.6.2 Richard Purdie
[not found] ` <18C8A8C4FB56E625.3417489@lists.openembedded.org>
2026-08-04 20:12 ` Richard Purdie [this message]
2026-08-04 21:36 ` Jaipaul Cheernam
2026-08-06 21:26 ` Richard Purdie
2026-08-04 21:58 ` Khem Raj
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=19f7ec53e3ecdf3dece894a2049acd408ac6ef9b.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox