From patchwork Thu Jul 30 05:45:09 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: 93911 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 D3884C55165 for ; Thu, 30 Jul 2026 05:45:16 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.5347.1785390310398360685 for ; Wed, 29 Jul 2026 22:45:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Zpf6mv20; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=mQHZ1YlG; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019fb18e200f-90258204-9f89-43b5-90fe-79d71999378d-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=1785390309; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=bCzXHaAUMLxjNcjsuQgGYtlOCLzHtMxYKG5T38D19as=; b=Zpf6mv2043LKmlXza67fPrXt8Kuy68vhbQxeDS40bmSCuLc7KGrhd3mYS5OneayP hQz+yj36Ik+mQmOhKC+SPYITkfWB6pG3TPp7yI2sfiBjU2dq6msWB/wauYebKVB7ZZQ BYJQ+Uc101/9I//yoFB/MrI4sq5hXqa97phPuEGo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1785390309; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=bCzXHaAUMLxjNcjsuQgGYtlOCLzHtMxYKG5T38D19as=; b=mQHZ1YlG/DxAiQexsH9BEju55h6CxyuOB4ksNtSPCgN1JiMJoVr3HuzSkokZa0BH Hi26qD1K53XMkxoe5TfYxNBwDNc7CJnRAtWbfWkzDUpZCIkthejzuFV5vJ5RTh1Tfp7 NLwIXIgPTtjVCWoODQZ/kloff8jqrZtKxMVqcxkM= MIME-Version: 1.0 From: auh@yoctoproject.org To: Robert Yang Cc: openembedded-core@lists.openembedded.org Subject: [AUH] nfs-utils: upgrading to 2.9.2 FAILED Message-ID: <0101019fb18e200f-90258204-9f89-43b5-90fe-79d71999378d-000000@us-west-2.amazonses.com> Date: Thu, 30 Jul 2026 05:45:09 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.07.30-54.240.27.45 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:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/242320 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *nfs-utils* to *2.9.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-nfs-utils-upgrade-2.9.1-2.9.2.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 d5f947faba42eb57eb1ce7b2a2e686d5d563182f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 30 Jul 2026 05:31:53 +0000 Subject: [PATCH] nfs-utils: upgrade 2.9.1 -> 2.9.2 --- .../0001-fh_key_file.c-Fix-build-error-for-musl.patch | 9 +++------ .../nfs-utils/0004-Use-nogroup-for-nobody-group.patch | 6 +++--- .../nfs-utils/0005-find-OE-provided-Kerberos.patch | 4 ++-- .../nfs-utils/{nfs-utils_2.9.1.bb => nfs-utils_2.9.2.bb} | 2 +- 4 files changed, 9 insertions(+), 12 deletions(-) rename meta/recipes-connectivity/nfs-utils/{nfs-utils_2.9.1.bb => nfs-utils_2.9.2.bb} (98%) diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-fh_key_file.c-Fix-build-error-for-musl.patch b/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-fh_key_file.c-Fix-build-error-for-musl.patch index d6db1fe0c0..d5843d5295 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-fh_key_file.c-Fix-build-error-for-musl.patch +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-fh_key_file.c-Fix-build-error-for-musl.patch @@ -1,4 +1,4 @@ -From 98048fd9262b3e4e024248ebd07d5ff66175e4ec Mon Sep 17 00:00:00 2001 +From 48eed3ed46893ce435cff271bbc58f243f9bc1cf Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 7 May 2026 03:32:57 -0700 Subject: [PATCH] fh_key_file.c: Fix build error with musl @@ -14,10 +14,10 @@ Signed-off-by: Robert Yang 1 file changed, 2 insertions(+) diff --git a/support/nfs/fh_key_file.c b/support/nfs/fh_key_file.c -index 5f5eafc..89555ce 100644 +index 81ea150..947abcb 100644 --- a/support/nfs/fh_key_file.c +++ b/support/nfs/fh_key_file.c -@@ -30,6 +30,8 @@ +@@ -31,6 +31,8 @@ #include "nfslib.h" @@ -26,6 +26,3 @@ index 5f5eafc..89555ce 100644 #define HASH_BLOCKSIZE 256 int hash_fh_key_file(const char *fh_key_file, uuid_t uuid) { --- -2.49.0 - diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/0004-Use-nogroup-for-nobody-group.patch b/meta/recipes-connectivity/nfs-utils/nfs-utils/0004-Use-nogroup-for-nobody-group.patch index bbf44d5977..7e63cb6282 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils/0004-Use-nogroup-for-nobody-group.patch +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils/0004-Use-nogroup-for-nobody-group.patch @@ -1,4 +1,4 @@ -From 001913c5eb0aad933a93ee966252905cd46d776b Mon Sep 17 00:00:00 2001 +From 5f4739475f3c01145174734ed8a3b31b3da99b77 Mon Sep 17 00:00:00 2001 From: Daniel McGregor Date: Tue, 6 Jun 2023 16:07:53 -0600 Subject: [PATCH] Use "nogroup" for nobody group @@ -11,7 +11,7 @@ Signed-off-by: Daniel McGregor 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/support/nfsidmap/idmapd.conf b/support/nfsidmap/idmapd.conf -index 2a2f79a1..e6f3724f 100644 +index 2a2f79a..e6f3724 100644 --- a/support/nfsidmap/idmapd.conf +++ b/support/nfsidmap/idmapd.conf @@ -41,7 +41,7 @@ @@ -24,7 +24,7 @@ index 2a2f79a1..e6f3724f 100644 [Translation] diff --git a/utils/idmapd/idmapd.c b/utils/idmapd/idmapd.c -index cd9a965f..3be805e9 100644 +index 5231f56..e1aa8a5 100644 --- a/utils/idmapd/idmapd.c +++ b/utils/idmapd/idmapd.c @@ -89,7 +89,7 @@ diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/0005-find-OE-provided-Kerberos.patch b/meta/recipes-connectivity/nfs-utils/nfs-utils/0005-find-OE-provided-Kerberos.patch index 3241e8e859..bb152c2754 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils/0005-find-OE-provided-Kerberos.patch +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils/0005-find-OE-provided-Kerberos.patch @@ -1,4 +1,4 @@ -From a2af266f013722a64c5d04e0fe097cd711393a53 Mon Sep 17 00:00:00 2001 +From a1759d9079a436096be5ce44622a3a5a85ec9faa Mon Sep 17 00:00:00 2001 From: Daniel McGregor Date: Wed, 8 Nov 2023 16:24:20 -0600 Subject: [PATCH] find OE provided Kerberos @@ -10,7 +10,7 @@ Signed-off-by: Daniel McGregor 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/aclocal/kerberos5.m4 b/aclocal/kerberos5.m4 -index f96f0fd4..ad85fdf2 100644 +index f96f0fd..ad85fdf 100644 --- a/aclocal/kerberos5.m4 +++ b/aclocal/kerberos5.m4 @@ -22,8 +22,8 @@ AC_DEFUN([AC_KERBEROS_V5],[ diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.9.1.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.9.2.bb similarity index 98% rename from meta/recipes-connectivity/nfs-utils/nfs-utils_2.9.1.bb rename to meta/recipes-connectivity/nfs-utils/nfs-utils_2.9.2.bb index 06e4fcb6e0..3a33188a35 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.9.1.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.9.2.bb @@ -26,7 +26,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.x file://0001-fh_key_file.c-Fix-build-error-for-musl.patch \ " -SRC_URI[sha256sum] = "302846343bf509f8f884c23bdbd0fe853b7f7cbb6572060a9082279d13b21a2c" +SRC_URI[sha256sum] = "e1dd8a9c95af15492065942cc3b52b1339ffd586baa2280ed86c9d3dc4097e8c" # Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will # pull in the remainder of the dependencies.