From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Sundeep KOKKONDA <Sundeep.Kokkonda@windriver.com>,
Hemanth.KumarMD@windriver.com
Cc: Randy.MacLeod@windriver.com,
Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>,
openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH v2 1/7] glibc: Upgrade to 2.43 release
Date: Mon, 09 Mar 2026 13:54:39 +0000 [thread overview]
Message-ID: <ad4fc20f0d247147ca68551b9af6b9ecd34ce82b.camel@linuxfoundation.org> (raw)
In-Reply-To: <3fc9ed71-f82a-49ae-b48a-298ce8df40d1@windriver.com>
[-- Attachment #1: Type: text/plain, Size: 2715 bytes --]
On Mon, 2026-03-09 at 18:56 +0530, Sundeep KOKKONDA wrote:
>
> On 09-Mar-26 12:43, Mathieu Dubois-Briand wrote:
> > On Sun Mar 8, 2026 at 4:07 PM CET, Hemanth Kumar M D via lists.openembedded.org wrote:
> >
> > >
> > > From: Khem Raj <raj.khem@gmail.com>
> > >
> > > License-Update: Match to changes [1]
> > >
> > > Added free_sized, free_aligned_sized, memset_explicit, memalignment, and new time bases (TIME_MONOTONIC, etc.).
> > >
> > > Support for the Linux mseal system call to protect memory mappings (sealing).
> > >
> > > Added support for the openat2 system call, allowing more granular file opening options.
> > >
> > > New, optimized, and correctly rounded functions from the CORE-MATH project (acosh, asinh, atanh, erf, erfc, lgamma, tgamma).
> > >
> > > Significant 4x improvements for fused multiply-add (FMA) on AMD Zen 3 by updating ldbl-96 implementation.
> > >
> > > Improved remainder, frexp, and frexpl.
> > >
> > > Experimental Clang Support: Added support for building with LLVM Clang (version 18+) on AArch64/x86_64 Linux.
> > >
> > > New CPU Detection: Enhanced detection for newer CPU architectures.
> > >
> > > 64-bit atomics for 32bit x86 patch is no longer required since upstrea has dropped this logic in 2.43 release
> > >
> > > [1] https://sourceware.org/git/?p=glibc.git;a=commit;h=a0ce8b0779e290596e99ca6d96c301684a2d7cfe
> > >
> > > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > > ---
> > >
> >
> > Hi Hemanth,
> >
> > I also note this failure, that is probably also related to this series:
> >
> > ERROR: libcap-native-2.77-r0 do_compile: Execution of '/srv/pokybuild/yocto-worker/buildtools/build/build/tmp/work/x86_64-nativesdk-pokysdk-linux/buildtools-extended-tarball/1.0/testimage-sdk/bitbake-build-p7zx603b/tmp/work/x86_64-linux/libcap-native/2.77/temp/run.do_compile.3180827' failed with exit code 1
> > ...
> > | gperf: /srv/pokybuild/yocto-worker/buildtools/build/build/tmp/work/x86_64-nativesdk-pokysdk-linux/buildtools-extended-tarball/1.0/testimage-sdk/bitbake-build-p7zx603b/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6: version `GLIBC_2.43' not found (required by gperf)
> >
>
> Hello Richard,
>
> We are able to reproduce this error on our local and we suspect it is
> because of uninative, there we see UNINATIVE_MAXGLIBCVERSION =
> "2.42".
>
> Do we need any update here on uninative for glibc 2.43.? (We see for
> every glibc release the uninative was updated)
We need to merge the glibc recipe upgrade, then build a new uninative
tarball with the new glibc release.
In other words, this failure doesn't block the glibc recipe upgrade.
Cheers,
Richard
>
[-- Attachment #2: Type: text/html, Size: 4767 bytes --]
prev parent reply other threads:[~2026-03-09 13:54 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-08 15:07 [PATCH v2 1/7] glibc: Upgrade to 2.43 release Hemanth.KumarMD
2026-03-08 15:07 ` [PATCH v2 2/7] gettext: Upgrade 0.26 -> 1.0 Hemanth.KumarMD
2026-03-09 6:56 ` [OE-core] " Mathieu Dubois-Briand
2026-03-09 14:50 ` Randy MacLeod
2026-03-08 15:07 ` [PATCH v2 3/7] pseudo: fix for build with glibc-2.43 Hemanth.KumarMD
2026-03-08 16:37 ` [OE-core] " Martin Jansa
2026-04-07 8:54 ` Böszörményi Zoltán
[not found] ` <18A40738790ACBCC.657799@lists.openembedded.org>
2026-04-07 11:39 ` Böszörményi Zoltán
2026-04-07 14:08 ` Martin Jansa
2026-04-07 15:21 ` Böszörményi Zoltán
[not found] ` <18A41C5827F22307.777565@lists.openembedded.org>
2026-04-07 15:38 ` Böszörményi Zoltán
2026-04-08 9:44 ` Paul Barker
2026-04-16 6:26 ` Böszörményi Zoltán
2026-04-15 13:16 ` Richard Purdie
2026-04-16 7:27 ` Böszörményi Zoltán
2026-04-16 15:44 ` Richard Purdie
2026-03-08 15:07 ` [PATCH v2 4/7] gcc-runtime: avoid discarded-qualifiers build failure with glibc 2.43 Hemanth.KumarMD
2026-03-08 15:07 ` [PATCH v2 5/7] libxcrypt: " Hemanth.KumarMD
2026-03-08 15:07 ` [PATCH v2 6/7] barebox-tools: fix " Hemanth.KumarMD
2026-03-08 15:07 ` [PATCH v2 7/7] ltp: workaround openat2 " Hemanth.KumarMD
2026-03-08 16:58 ` [OE-core] " Mathieu Dubois-Briand
2026-03-09 7:13 ` [OE-core] [PATCH v2 1/7] glibc: Upgrade to 2.43 release Mathieu Dubois-Briand
2026-03-09 13:26 ` Sundeep KOKKONDA
2026-03-09 13:54 ` Richard Purdie [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=ad4fc20f0d247147ca68551b9af6b9ecd34ce82b.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=Hemanth.KumarMD@windriver.com \
--cc=Randy.MacLeod@windriver.com \
--cc=Sundeep.Kokkonda@windriver.com \
--cc=mathieu.dubois-briand@bootlin.com \
--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.