From patchwork Thu Jul 30 05:45:17 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 93908 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0BA69C531D0 for ; Thu, 30 Jul 2026 05:45:27 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.5304.1785390318487118809 for ; Wed, 29 Jul 2026 22:45:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=nNbPpeg8; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=mYhdvhl2; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101019fb18e4036-e6b9cbe3-8486-4211-9538-2da30242aa04-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1785390317; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=/Mlr+lvUxFyz3EhgpMajXzOx2XgLWe66zoxNmtx2hps=; b=nNbPpeg8cn1zTfzH31hCcm1ra932qNItLIdEMzdq9hGw2yynhKy3CyIRbJLwWXkU BWy1NL9HhSzAJ8TG9jinBpD9DoGChQo/B5edihBa6LpcapP6rObQAmIyiiByj77CyhM wcNn5HOSLo2BJuCllMn2H0KgITjoFhSvSaC4ilFU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1785390317; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=/Mlr+lvUxFyz3EhgpMajXzOx2XgLWe66zoxNmtx2hps=; b=mYhdvhl2sgxxARGAyu6ZDdKDOs9+IqElhBSpIa+IPnw0tbLU2Et2PY3nkLrfyjwT GpwF8737Oa3gFuGI9T2wSzvZelPZfWUv5Dp9jVjcxfjtq/ZghS7sN1faxPXS69ATShN g8n+IINY5xUuD1wNuixqfsYHS87wWsZo8WeJd8jw= MIME-Version: 1.0 From: auh@yoctoproject.org To: Robert Yang Cc: openembedded-core@lists.openembedded.org Subject: [AUH] pseudo: upgrading to 1.9.10 FAILED Message-ID: <0101019fb18e4036-e6b9cbe3-8486-4211-9538-2da30242aa04-000000@us-west-2.amazonses.com> Date: Thu, 30 Jul 2026 05:45:17 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.07.30-54.240.27.33 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Jul 2026 05:45:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/242322 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *pseudo* to *1.9.10* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-pseudo-upgrade-1.9.8-1.9.10.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From bda580b806fbbe5ac6ac31657c7bfabf2c32b6cb Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 30 Jul 2026 05:34:38 +0000 Subject: [PATCH] pseudo: upgrade 1.9.8 -> 1.9.10 2a5521e Makefile.in: Bump to 1.9.10 28c0fb3 test: various: Move to makefile compilation a965bfc test-bash-exec-env: Add bash env test case bdf1c01 test/test-openat2-func.c: Remove unusuaed saved_errno 2b2d160 pseudo_util.c: strchr now returns const char 5b88e91 pseudo_client: remove the unused pseudo_prefix_dir_fd f2b420c pseudo_client: step around all of pseudo's own fds in closefrom 8907027 pseudo_client: step fully past pseudo's own fds when computing startfd b3958b0 makewrappers: Avoid efault workaround if using AT_EMPTY_PATH c63f439 ports/linux/guts: Add __open64_2 wrapper 4194895 Makefile.in: Bump to 1.9.9 --- .../pseudo/files/older-glibc-symbols.patch | 57 ------------------- meta/recipes-devtools/pseudo/pseudo_git.bb | 5 +- 2 files changed, 3 insertions(+), 59 deletions(-) delete mode 100644 meta/recipes-devtools/pseudo/files/older-glibc-symbols.patch diff --git a/meta/recipes-devtools/pseudo/files/older-glibc-symbols.patch b/meta/recipes-devtools/pseudo/files/older-glibc-symbols.patch deleted file mode 100644 index f42b32b8d9..0000000000 --- a/meta/recipes-devtools/pseudo/files/older-glibc-symbols.patch +++ /dev/null @@ -1,57 +0,0 @@ -If we link against a newer glibc 2.34 and then try and our LD_PRELOAD is run against a -binary on a host with an older libc, we see symbol errors since in glibc 2.34, pthread -and dl are merged into libc itself. - -We need to use the older form of linking so use glibc binaries from an older release -to force this. We only use minimal symbols from these anyway. - -pthread_atfork is problematic, particularly on arm so use the internal glibc routine -it maps too. This was always present in the main libc from 2.3.2 onwards. - -Yes this is horrible. Better solutions welcome. - -There is more info in the bug: [YOCTO #14521] - -Upstream-Status: Inappropriate [this patch is native and nativesdk] -Signed-off-by: Richard Purdie - -Tweak library search order, make prebuilt lib ahead of recipe lib -Signed-off-by: Hongxu Jia ---- - Makefile.in | 2 +- - pseudo_wrappers.c | 5 ++++- - 2 files changed, 5 insertions(+), 2 deletions(-) - -diff --git a/Makefile.in b/Makefile.in ---- a/Makefile.in -+++ b/Makefile.in -@@ -120,7 +120,7 @@ $(PSEUDODB): pseudodb.o $(SHOBJS) $(DBOBJS) pseudo_ipc.o | $(BIN) - libpseudo: $(LIBPSEUDO) - - $(LIBPSEUDO): $(WRAPOBJS) pseudo_client.o pseudo_client_scanf.o pseudo_ipc.o $(SHOBJS) | $(LIB) -- $(CC) $(CFLAGS) $(CFLAGS_PSEUDO) -shared -o $(LIBPSEUDO) \ -+ $(CC) $(CFLAGS) -Lprebuilt/$(shell uname -m)-linux/lib/ $(CFLAGS_PSEUDO) -shared -o $(LIBPSEUDO) \ - pseudo_client.o pseudo_client_scanf.o pseudo_ipc.o \ - $(WRAPOBJS) $(SHOBJS) $(LDFLAGS) $(CLIENT_LDFLAGS) - -diff --git a/pseudo_wrappers.c b/pseudo_wrappers.c ---- a/pseudo_wrappers.c -+++ b/pseudo_wrappers.c -@@ -100,10 +100,13 @@ static void libpseudo_atfork_child(void) - pseudo_mutex_holder = 0; - } - -+extern void *__dso_handle; -+extern int __register_atfork (void (*) (void), void (*) (void), void (*) (void), void *); -+ - static void - _libpseudo_init(void) { - if (!_libpseudo_initted) -- pthread_atfork(NULL, NULL, libpseudo_atfork_child); -+ __register_atfork (NULL, NULL, libpseudo_atfork_child, &__dso_handle == NULL ? NULL : __dso_handle); - - pseudo_getlock(); - pseudo_antimagic(); --- -2.27.0 - diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 9f02d90568..c0346ab09e 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb @@ -3,6 +3,7 @@ require pseudo.inc SRC_URI = "git://git.yoctoproject.org/pseudo;branch=master;protocol=https;branch=master \ file://fallback-passwd \ file://fallback-group \ + http://downloads.yoctoproject.org/mirror/sources/pseudo-prebuilt-2.33.tar.xz;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/prebuilt;name=prebuilt \ " SRC_URI:append:class-native = " \ http://downloads.yoctoproject.org/mirror/sources/pseudo-prebuilt-2.33.tar.xz;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/prebuilt;name=prebuilt \ @@ -12,8 +13,8 @@ SRC_URI:append:class-nativesdk = " \ file://older-glibc-symbols.patch" SRC_URI[prebuilt.sha256sum] = "ed9f456856e9d86359f169f46a70ad7be4190d6040282b84c8d97b99072485aa" -SRCREV = "ca47829825f297d7bf83665c0541a9de4aa78009" -PV = "1.9.8+git" +SRCREV = "00077a9e3be3e6497b17d42ec483d8c11cd18843" +PV = "1.9.10" # largefile and 64bit time_t support adds these macros via compiler flags globally # remove them for pseudo since pseudo intercepts some of the functions which will be