Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *nfs-utils* to *2.8.5* has Failed(do_compile).
Detailed error information:
do_compile failed
Next steps:
- apply the patch: git am 0001-nfs-utils-upgrade-2.8.4-2.8.5.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 cef188ce2c117a9195b4f02e418bc799b5f714ed Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Wed, 18 Feb 2026 11:41:47 +0000
Subject: [PATCH] nfs-utils: upgrade 2.8.4 -> 2.8.5
---
...t-Makefile.am-Do-not-use-build-flags.patch | 36 -------------------
.../0004-Use-nogroup-for-nobody-group.patch | 6 ++--
.../0005-find-OE-provided-Kerberos.patch | 4 +--
...{nfs-utils_2.8.4.bb => nfs-utils_2.8.5.bb} | 3 +-
4 files changed, 6 insertions(+), 43 deletions(-)
delete mode 100644
meta/recipes-connectivity/nfs-utils/nfs-utils/0001-locktest-Makefile.am-Do-not-use-build-flags.patch
rename meta/recipes-connectivity/nfs-utils/{nfs-utils_2.8.4.bb =>
nfs-utils_2.8.5.bb} (97%)
diff --git
a/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-locktest-Makefile.am-Do-not-use-build-flags.patch
b/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-locktest-Makefile.am-Do-not-use-build-flags.patch
deleted file mode 100644
index 351407ddcd..0000000000
---
a/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-locktest-Makefile.am-Do-not-use-build-flags.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 9efa7a0d37665d9bb0f46d2407883a5ab42c2b84 Mon Sep 17 00:00:00 2001
-From: Khem Raj <[email protected]>
-Date: Mon, 24 Jul 2023 20:39:16 -0700
-Subject: [PATCH] locktest: Makefile.am: Do not use build flags
-
-Using CFLAGS_FOR_BUILD etc. here means it is using wrong flags
-when thse flags are speficied different than target flags which
-is common when cross-building. It can pass wrong paths to linker
-and it would find incompatible libraries during link since they
-are from host system and target maybe not same as build host.
-
-Fixes subtle errors like
-| aarch64-yoe-linux-ld.lld: error:
/mnt/b/yoe/master/build/tmp/work/cortexa72-cortexa53-crypto-yoe-linux/nfs-utils/2.6.3-r0/recipe-sysroot-native/usr/lib/libsqlite3.so
is incompatible with elf64-littleaarch64
-
-Upstream-Status: Submitted
[https://marc.info/?l=linux-nfs&m=169025681008001&w=2]
-Signed-off-by: Khem Raj <[email protected]>
----
- tools/locktest/Makefile.am | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/tools/locktest/Makefile.am b/tools/locktest/Makefile.am
-index e8914655..2fd36971 100644
---- a/tools/locktest/Makefile.am
-+++ b/tools/locktest/Makefile.am
-@@ -2,8 +2,5 @@
-
- noinst_PROGRAMS = testlk
- testlk_SOURCES = testlk.c
--testlk_CFLAGS=$(CFLAGS_FOR_BUILD)
--testlk_CPPFLAGS=$(CPPFLAGS_FOR_BUILD)
--testlk_LDFLAGS=$(LDFLAGS_FOR_BUILD)
-
- MAINTAINERCLEANFILES = Makefile.in
---
-2.41.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..11f3c12846 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 0d448e3ff2733933dbd1abe8c5f5bddc90adf768 Mon Sep 17 00:00:00 2001
From: Daniel McGregor <[email protected]>
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 <[email protected]>
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..821250f707 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 e96dcb0ca27334b1a2d7f5202300fa4e02394db0 Mon Sep 17 00:00:00 2001
From: Daniel McGregor <[email protected]>
Date: Wed, 8 Nov 2023 16:24:20 -0600
Subject: [PATCH] find OE provided Kerberos
@@ -10,7 +10,7 @@ Signed-off-by: Daniel McGregor <[email protected]>
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.8.4.bb
b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.5.bb
similarity index 97%
rename from meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.4.bb
rename to meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.5.bb
index 65970f58e8..a495f7b4d4 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.4.bb
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.5.bb
@@ -21,12 +21,11 @@ USERADD_PARAM:${PN}-client = "--system --home-dir
/var/lib/nfs \
SRC_URI =
"${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.xz \
file://nfsserver \
file://nfscommon \
- file://0001-locktest-Makefile.am-Do-not-use-build-flags.patch \
file://0004-Use-nogroup-for-nobody-group.patch \
file://0005-find-OE-provided-Kerberos.patch \
"
-SRC_URI[sha256sum] =
"11c4cc598a434d7d340bad3e072a373ba1dcc2c49f855d44b202222b78ecdbf5"
+SRC_URI[sha256sum] =
"b13ca4a9df44186bdbe107514b22732d4243f785f95daf2fb86afc1edba15bbb"
# Only kernel-module-nfsd is required here (but can be built-in) - the nfsd
module will
# pull in the remainder of the dependencies.
--
2.47.1
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
Parsing of 944 .bb files complete (0 cached, 944 parsed). 1952 targets, 42
skipped, 0 masked, 0 errors.
Removing 1 recipes from the qemux86_64 sysroot...done.
Removing 1 recipes from the x86-64-v3 sysroot...done.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "2.16.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "x86_64-poky-linux"
MACHINE = "qemux86-64"
DISTRO = "poky"
DISTRO_VERSION =
"5.3.99+snapshot-94b7bb794ac3125483fd00b773ec533a7693a8b6"
TUNE_FEATURES = "m64 x86-64-v3"
TARGET_FPU = ""
meta =
"tmp-auh-upgrades:94b7bb794ac3125483fd00b773ec533a7693a8b6"
meta-yocto-bsp
meta-poky = "master:2486ce2889062500e39446bc07c7d21120a0345e"
workspace = "<unknown>:<unknown>"
Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing
build without monitoring pressure
Sstate summary: Wanted 291 Local 277 Mirrors 0 Missed 14 Current 660 (95%
match, 98% complete)
done.
NOTE: Executing Tasks
NOTE: Running setscene task 772 of 951
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-devtools/python/python3_3.14.2.bb:do_create_spdx_setscene)
NOTE: Running setscene task 858 of 951
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-extended/rpcbind/rpcbind_1.2.8.bb:do_create_spdx_setscene)
NOTE: Running setscene task 862 of 951
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-kernel/linux/linux-yocto_6.18.bb:do_create_spdx_setscene)
NOTE: Running setscene task 871 of 951
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/libevent/libevent_2.1.12.bb:do_create_spdx_setscene)
NOTE: Running task 989 of 2646
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.5.bb:do_recipe_qa)
NOTE: recipe rpcbind-1.2.8-r0: task do_create_spdx_setscene: Started
NOTE: recipe libevent-2.1.12-r0: task do_create_spdx_setscene: Started
NOTE: recipe python3-3.14.2-r0: task do_create_spdx_setscene: Started
NOTE: recipe nfs-utils-2.8.5-r0: task do_recipe_qa: Started
NOTE: recipe rpcbind-1.2.8-r0: task do_create_spdx_setscene: Succeeded
NOTE: recipe libevent-2.1.12-r0: task do_create_spdx_setscene: Succeeded
NOTE: Running setscene task 883 of 951
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-extended/shadow/shadow_4.18.0.bb:do_create_spdx_setscene)
NOTE: Running setscene task 889 of 951
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-extended/libtirpc/libtirpc_1.3.7.bb:do_create_spdx_setscene)
NOTE: recipe python3-3.14.2-r0: task do_create_spdx_setscene: Succeeded
NOTE: Running setscene task 902 of 951
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/sqlite/sqlite3_3.51.2.bb:do_create_spdx_setscene)
NOTE: recipe libtirpc-1.3.7-r0: task do_create_spdx_setscene: Started
NOTE: recipe shadow-4.18.0-r0: task do_create_spdx_setscene: Started
NOTE: recipe linux-yocto-6.18.8+git-r0: task do_create_spdx_setscene: Started
NOTE: recipe sqlite3-3_3.51.2-r0: task do_create_spdx_setscene: Started
NOTE: recipe libtirpc-1.3.7-r0: task do_create_spdx_setscene: Succeeded
NOTE: recipe shadow-4.18.0-r0: task do_create_spdx_setscene: Succeeded
NOTE: recipe sqlite3-3_3.51.2-r0: task do_create_spdx_setscene: Succeeded
NOTE: recipe linux-yocto-6.18.8+git-r0: task do_create_spdx_setscene: Succeeded
NOTE: Setscene tasks completed
NOTE: recipe nfs-utils-2.8.5-r0: task do_recipe_qa: Succeeded
NOTE: Running task 2254 of 2646
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.5.bb:do_fetch)
NOTE: Running task 2423 of 2646
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-core/base-files/base-files_3.0.14.bb:do_create_spdx)
NOTE: recipe nfs-utils-2.8.5-r0: task do_fetch: Started
NOTE: recipe nfs-utils-2.8.5-r0: task do_fetch: Succeeded
NOTE: Running task 2620 of 2646
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.5.bb:do_unpack)
NOTE: recipe base-files-3.0.14-r0: task do_create_spdx: Started
NOTE: Running task 2621 of 2646
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.5.bb:do_prepare_recipe_sysroot)
NOTE: recipe nfs-utils-2.8.5-r0: task do_unpack: Started
NOTE: recipe nfs-utils-2.8.5-r0: task do_prepare_recipe_sysroot: Started
NOTE: recipe nfs-utils-2.8.5-r0: task do_unpack: Succeeded
NOTE: Running task 2622 of 2646
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.5.bb:do_patch)
NOTE: recipe nfs-utils-2.8.5-r0: task do_patch: Started
NOTE: recipe base-files-3.0.14-r0: task do_create_spdx: Succeeded
NOTE: Running task 2625 of 2646
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.5.bb:do_collect_spdx_deps)
NOTE: recipe nfs-utils-2.8.5-r0: task do_collect_spdx_deps: Started
NOTE: recipe nfs-utils-2.8.5-r0: task do_collect_spdx_deps: Succeeded
NOTE: recipe nfs-utils-2.8.5-r0: task do_patch: Succeeded
NOTE: Running task 2632 of 2646
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.5.bb:do_deploy_source_date_epoch)
NOTE: Running task 2633 of 2646
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.5.bb:do_populate_lic)
NOTE: recipe nfs-utils-2.8.5-r0: task do_prepare_recipe_sysroot: Succeeded
NOTE: recipe nfs-utils-2.8.5-r0: task do_deploy_source_date_epoch: Started
NOTE: recipe nfs-utils-2.8.5-r0: task do_populate_lic: Started
NOTE: recipe nfs-utils-2.8.5-r0: task do_populate_lic: Succeeded
NOTE: recipe nfs-utils-2.8.5-r0: task do_deploy_source_date_epoch: Succeeded
NOTE: Running task 2634 of 2646
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.5.bb:do_configure)
NOTE: recipe nfs-utils-2.8.5-r0: task do_configure: Started
NOTE: recipe nfs-utils-2.8.5-r0: task do_configure: Failed
NOTE: Tasks Summary: Attempted 2634 tasks of which 2624 didn't need to be rerun
and 1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds
NOTE: The errors for this build are stored in
/srv/pokybuild/yocto-worker/auh/build/build/tmp/log/error-report/error_report_20260218114119.txt
You can send the errors to a reports server by running:
send-error-report
/srv/pokybuild/yocto-worker/auh/build/build/tmp/log/error-report/error_report_20260218114119.txt
[-s server]
NOTE: The contents of these logs will be posted in public if you use the above
command with the default server. Please ensure you remove any identifying or
proprietary information when prompted before sending.
Summary: 1 task failed:
/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.5.bb:do_configure
log:
/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86-64-v3-poky-linux/nfs-utils/2.8.5/temp/log.do_configure.1758899
Summary: There were 2 ERROR messages, returning a non-zero exit code.
ERROR: nfs-utils-2.8.5-r0 do_configure: QA Issue: nfs-utils: configure was
passed unrecognised options: --disable-nfsv41 [unknown-configure-option]
ERROR: nfs-utils-2.8.5-r0 do_configure: Fatal QA errors were found, failing
task.
ERROR: Logfile of failure stored in:
/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86-64-v3-poky-linux/nfs-utils/2.8.5/temp/log.do_configure.1758899
ERROR: Task
(/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.5.bb:do_configure)
failed with exit code '1'
0001-nfs-utils-upgrade-2.8.4-2.8.5.patch
Description: Binary data
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#231335): https://lists.openembedded.org/g/openembedded-core/message/231335 Mute This Topic: https://lists.openembedded.org/mt/117879849/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
