Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *util-linux-libuuid* to *2.39.1* has Failed(do_compile).
Detailed error information:
do_compile failed
Next steps:
- apply the patch: git am
0001-util-linux-libuuid-upgrade-2.38.1-2.39.1.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 8b69bbaff1a8387bd97648a7eda99175074a0ede Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sat, 15 Jul 2023 10:31:48 +0000
Subject: [PATCH] util-linux-libuuid: upgrade 2.38.1 -> 2.39.1
---
...2.38.1.bb => util-linux-libuuid_2.39.1.bb} | 22 ++++++++
meta/recipes-core/util-linux/util-linux.inc | 8 ++-
.../0001-check-for-sys-pidfd.h.patch | 53 -------------------
...configure.ac-Improve-check-for-magic.patch | 40 --------------
4 files changed, 25 insertions(+), 98 deletions(-)
rename meta/recipes-core/util-linux/{util-linux-libuuid_2.38.1.bb =>
util-linux-libuuid_2.39.1.bb} (40%)
delete mode 100644
meta/recipes-core/util-linux/util-linux/0001-check-for-sys-pidfd.h.patch
delete mode 100644
meta/recipes-core/util-linux/util-linux/0001-configure.ac-Improve-check-for-magic.patch
diff --git a/meta/recipes-core/util-linux/util-linux-libuuid_2.38.1.bb
b/meta/recipes-core/util-linux/util-linux-libuuid_2.39.1.bb
similarity index 40%
rename from meta/recipes-core/util-linux/util-linux-libuuid_2.38.1.bb
rename to meta/recipes-core/util-linux/util-linux-libuuid_2.39.1.bb
index 5d759aed94..72db8f400f 100644
--- a/meta/recipes-core/util-linux/util-linux-libuuid_2.38.1.bb
+++ b/meta/recipes-core/util-linux/util-linux-libuuid_2.39.1.bb
@@ -1,3 +1,25 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- README.licensing
+# +++ README.licensing
+# @@ -9,6 +9,8 @@
+# * GPL-2.0 - GNU General Public License version 2
+#
+# * LGPL-2.1-or-later - GNU Lesser General Public License 2.1 or any
later version
+# +
+# + * BSD-2-Clause - Simplified BSD License
+#
+# * BSD-3-Clause - BSD 3-Clause "New" or "Revised" License
+#
+#
+#
+
# To allow util-linux to optionally build-depend on cryptsetup, libuuid is
# split out of the main recipe, as it's needed by cryptsetup
diff --git a/meta/recipes-core/util-linux/util-linux.inc
b/meta/recipes-core/util-linux/util-linux.inc
index 3868b1c41d..f1a89e7aa2 100644
--- a/meta/recipes-core/util-linux/util-linux.inc
+++ b/meta/recipes-core/util-linux/util-linux.inc
@@ -12,7 +12,7 @@ LICENSE:${PN}-libfdisk = "LGPL-2.1-or-later"
LICENSE:${PN}-libmount = "LGPL-2.1-or-later"
LICENSE:${PN}-libsmartcols = "LGPL-2.1-or-later"
-LIC_FILES_CHKSUM =
"file://README.licensing;md5=0fd5c050c6187d2bf0a4492b7f4e33da \
+LIC_FILES_CHKSUM =
"file://README.licensing;md5=12ae7768a65ec8f2e44d930df9cb43fa \
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://Documentation/licenses/COPYING.GPL-2.0-or-later;md5=b234ee4d69f5fce4486a80fdaf4a4263
\
file://Documentation/licenses/COPYING.LGPL-2.1-or-later;md5=4fbd65380cdd255951079008b364516c
\
@@ -23,7 +23,7 @@ LIC_FILES_CHKSUM =
"file://README.licensing;md5=0fd5c050c6187d2bf0a4492b7f4e33da
file://libblkid/COPYING;md5=693bcbbe16d3a4a4b37bc906bc01cc04 \
file://libfdisk/COPYING;md5=693bcbbe16d3a4a4b37bc906bc01cc04 \
file://libsmartcols/COPYING;md5=693bcbbe16d3a4a4b37bc906bc01cc04 \
-"
+ "
FILESEXTRAPATHS:prepend := "${THISDIR}/util-linux:"
MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:2])}"
@@ -35,8 +35,6 @@ SRC_URI =
"${KERNELORG_MIRROR}/linux/utils/util-linux/v${MAJOR_VERSION}/util-lin
file://run-ptest \
file://display_testname_for_subtest.patch \
file://avoid_parallel_tests.patch \
- file://0001-check-for-sys-pidfd.h.patch \
- file://0001-configure.ac-Improve-check-for-magic.patch \
"
-SRC_URI[sha256sum] =
"60492a19b44e6cf9a3ddff68325b333b8b52b6c59ce3ebd6a0ecaa4c5117e84f"
+SRC_URI[sha256sum] =
"890ae8ff810247bd19e274df76e8371d202cda01ad277681b0ea88eeaa00286b"
diff --git
a/meta/recipes-core/util-linux/util-linux/0001-check-for-sys-pidfd.h.patch
b/meta/recipes-core/util-linux/util-linux/0001-check-for-sys-pidfd.h.patch
deleted file mode 100644
index 19f57f14bc..0000000000
--- a/meta/recipes-core/util-linux/util-linux/0001-check-for-sys-pidfd.h.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-From 548bc568f3c735e53fb5b0a5ab6473a3f1457b91 Mon Sep 17 00:00:00 2001
-From: Khem Raj <[email protected]>
-Date: Sun, 7 Aug 2022 14:39:19 -0700
-Subject: [PATCH] check for sys/pidfd.h
-
-This header in newer glibc defines the signatures of functions
-pidfd_send_signal() and pidfd_open() and when these functions are
-defined by libc then we need to include the relevant header to get
-the definitions. Clang 15+ has started to error out when function
-signatures are missing.
-
-Fixes errors like
-misc-utils/kill.c:402:6: error: call to undeclared function
'pidfd_send_signal'; ISO C99 and later do not support implicit function
declarations [-Wimplicit-function-declaration]
- if (pidfd_send_signal(pfd, ctl->numsig, &info, 0) < 0)
-
-Upstream-Status: Submitted [https://github.com/util-linux/util-linux/pull/1769]
-Signed-off-by: Khem Raj <[email protected]>
----
- configure.ac | 1 +
- include/pidfd-utils.h | 4 +++-
- 2 files changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index a511e93de..fd7d9245f 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -342,6 +342,7 @@ AC_CHECK_HEADERS([ \
- sys/mkdev.h \
- sys/mount.h \
- sys/param.h \
-+ sys/pidfd.h \
- sys/prctl.h \
- sys/resource.h \
- sys/sendfile.h \
-diff --git a/include/pidfd-utils.h b/include/pidfd-utils.h
-index eddede976..d9e33cbc5 100644
---- a/include/pidfd-utils.h
-+++ b/include/pidfd-utils.h
-@@ -4,8 +4,10 @@
- #ifdef HAVE_SYS_SYSCALL_H
- # include <sys/syscall.h>
- # if defined(SYS_pidfd_send_signal) && defined(SYS_pidfd_open)
-+# ifdef HAVE_SYS_PIDFD_H
-+# include <sys/pidfd.h>
-+# endif
- # include <sys/types.h>
--
- # ifndef HAVE_PIDFD_SEND_SIGNAL
- static inline int pidfd_send_signal(int pidfd, int sig, siginfo_t *info,
- unsigned int flags)
---
-2.37.1
-
diff --git
a/meta/recipes-core/util-linux/util-linux/0001-configure.ac-Improve-check-for-magic.patch
b/meta/recipes-core/util-linux/util-linux/0001-configure.ac-Improve-check-for-magic.patch
deleted file mode 100644
index 00611fe578..0000000000
---
a/meta/recipes-core/util-linux/util-linux/0001-configure.ac-Improve-check-for-magic.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 263381ddd46eea2293c70bc811273b66bc52087b Mon Sep 17 00:00:00 2001
-From: Mateusz Marciniec <[email protected]>
-Date: Fri, 19 Aug 2022 14:47:49 +0200
-Subject: [PATCH] configure.ac: Improve check for magic
-
-Check whether magic.h header exists before defining HAVE_MAGIC.
-
-Despite library availability there still can be missing header.
-Current test doesn't cover that possibility which will lead compilation
-to fail in case of separate sysroot.
-
-Upstream-Status: Backport
-[https://github.com/util-linux/util-linux/commit/263381ddd46eea2293c70bc811273b66bc52087b]
-
-Signed-off-by: Mateusz Marciniec <[email protected]>
-Signed-off-by: Tomasz Dziendzielski <[email protected]>
----
- configure.ac | 6 ++++--
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index daa8f0dca..968a0daf0 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -1570,8 +1570,10 @@ AC_ARG_WITH([libmagic],
- )
- AS_IF([test "x$with_libmagic" = xno], [have_magic=no], [
- AC_CHECK_LIB([magic], [magic_open], [
-- AC_DEFINE([HAVE_MAGIC], [1], [Define to 1 if you have the libmagic
present.])
-- MAGIC_LIBS="-lmagic"
-+ AC_CHECK_HEADER(magic.h, [
-+ AC_DEFINE([HAVE_MAGIC], [1], [Define to 1 if you have the libmagic
present.])
-+ MAGIC_LIBS="-lmagic"
-+ ])
- ])
- ])
- AC_SUBST([MAGIC_LIBS])
---
-2.37.1
-
--
2.39.2
0001-util-linux-libuuid-upgrade-2.38.1-2.39.1.patch
Description: Binary data
WARNING: Host distribution "almalinux-8.8" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution. Loading cache...done. Loaded 1803 entries from dependency cache. Parsing recipes...done. Parsing of 899 .bb files complete (897 cached, 2 parsed). 1803 targets, 37 skipped, 0 masked, 0 errors. Removing 1 recipes from the core2-32 sysroot...done. Removing 1 recipes from the qemux86 sysroot...done. NOTE: Resolving any missing task queue dependencies Build Configuration: BB_VERSION = "2.4.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "i686-poky-linux" MACHINE = "qemux86" DISTRO = "poky" DISTRO_VERSION = "4.2" TUNE_FEATURES = "m32 core2" TARGET_FPU = "" meta meta-poky meta-yocto-bsp = "tmp-auh-upgrades:6a8c277d67dcea2aeb56e60e30f3a26cee4a7a5f" workspace = "master:e6d4b610fc24ae009bf6d0710fc429a61a38aa34" Initialising tasks...done. Sstate summary: Wanted 51 Local 15 Mirrors 0 Missed 36 Current 153 (29% match, 82% complete) Removing 4 stale sstate objects for arch qemux86...done. Removing 12 stale sstate objects for arch x86_64...done. NOTE: Executing Tasks NOTE: Running setscene task 168 of 204 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/gcc/gcc-runtime_13.1.bb:do_deploy_source_date_epoch_setscene) NOTE: Running setscene task 171 of 204 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/binutils/binutils-cross_2.40.bb:do_create_spdx_setscene) NOTE: Running setscene task 172 of 204 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/gcc/libgcc-initial_13.1.bb:do_create_spdx_setscene) NOTE: Running setscene task 177 of 204 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.37.bb:do_stash_locale_setscene) NOTE: Running setscene task 178 of 204 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/gcc/libgcc_13.1.bb:do_deploy_source_date_epoch_setscene) NOTE: Running setscene task 179 of 204 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_populate_sysroot_setscene) NOTE: Running setscene task 183 of 204 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.4.bb:do_deploy_source_date_epoch_setscene) NOTE: Running task 259 of 778 (virtual:native:/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/util-linux/util-linux-libuuid_2.39.1.bb:do_fetch) NOTE: Running task 415 of 778 (virtual:native:/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/util-linux/util-linux_2.38.1.bb:do_fetch) NOTE: Running noexec task 555 of 778 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/gcc/libgcc_13.1.bb:do_fetch) NOTE: Running noexec task 582 of 778 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/gcc/gcc-runtime_13.1.bb:do_fetch) NOTE: Running task 583 of 778 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/util-linux/util-linux-libuuid_2.39.1.bb:do_fetch) NOTE: recipe libtool-cross-2.4.7-r0: task do_populate_sysroot_setscene: Started NOTE: recipe binutils-cross-i686-2.40-r0: task do_create_spdx_setscene: Started NOTE: recipe libgcc-initial-13.1.1-r0: task do_create_spdx_setscene: Started NOTE: recipe linux-libc-headers-6.4-r0: task do_deploy_source_date_epoch_setscene: Started NOTE: recipe util-linux-libuuid-2.39.1-r0: task do_fetch: Started NOTE: recipe libgcc-13.1.1-r0: task do_deploy_source_date_epoch_setscene: Started NOTE: recipe gcc-runtime-13.1.1-r0: task do_deploy_source_date_epoch_setscene: Started NOTE: recipe glibc-2.37-r1: task do_stash_locale_setscene: Started NOTE: recipe util-linux-libuuid-2.39.1-r0: task do_fetch: Succeeded NOTE: recipe util-linux-libuuid-native-2.39.1-r0: task do_fetch: Started NOTE: Running task 599 of 778 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/util-linux/util-linux-libuuid_2.39.1.bb:do_unpack) NOTE: recipe util-linux-libuuid-native-2.39.1-r0: task do_fetch: Succeeded NOTE: recipe util-linux-native-2.38.1-r0: task do_fetch: Started NOTE: Running task 600 of 778 (virtual:native:/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/util-linux/util-linux-libuuid_2.39.1.bb:do_unpack) NOTE: Running task 601 of 778 (virtual:native:/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/util-linux/util-linux-libuuid_2.39.1.bb:do_prepare_recipe_sysroot) NOTE: recipe linux-libc-headers-6.4-r0: task do_deploy_source_date_epoch_setscene: Succeeded NOTE: Running task 602 of 778 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.4.bb:do_fetch) WARNING: util-linux-native-2.38.1-r0 do_fetch: Checksum mismatch for local file /home/pokybuild/yocto-worker/auh/build/build/build/downloads/util-linux-2.38.1.tar.xz Cleaning and trying again. WARNING: util-linux-native-2.38.1-r0 do_fetch: Renaming /home/pokybuild/yocto-worker/auh/build/build/build/downloads/util-linux-2.38.1.tar.xz to /home/pokybuild/yocto-worker/auh/build/build/build/downloads/util-linux-2.38.1.tar.xz_bad-checksum_60492a19b44e6cf9a3ddff68325b333b8b52b6c59ce3ebd6a0ecaa4c5117e84f NOTE: recipe binutils-cross-i686-2.40-r0: task do_create_spdx_setscene: Succeeded NOTE: recipe libgcc-initial-13.1.1-r0: task do_create_spdx_setscene: Succeeded NOTE: recipe gcc-runtime-13.1.1-r0: task do_deploy_source_date_epoch_setscene: Succeeded NOTE: recipe libgcc-13.1.1-r0: task do_deploy_source_date_epoch_setscene: Succeeded NOTE: recipe util-linux-libuuid-2.39.1-r0: task do_unpack: Started NOTE: recipe libtool-cross-2.4.7-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running task 614 of 778 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_fetch) NOTE: recipe linux-libc-headers-6.4-r0: task do_fetch: Started NOTE: recipe linux-libc-headers-6.4-r0: task do_fetch: Succeeded NOTE: recipe util-linux-libuuid-native-2.39.1-r0: task do_unpack: Started NOTE: recipe util-linux-libuuid-native-2.39.1-r0: task do_prepare_recipe_sysroot: Started NOTE: Running task 615 of 778 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.4.bb:do_unpack) NOTE: Running task 616 of 778 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.4.bb:do_prepare_recipe_sysroot) NOTE: recipe libtool-cross-2.4.7-r0: task do_fetch: Started NOTE: recipe glibc-2.37-r1: task do_stash_locale_setscene: Succeeded NOTE: recipe libtool-cross-2.4.7-r0: task do_fetch: Succeeded NOTE: Running setscene task 200 of 204 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.37.bb:do_deploy_source_date_epoch_setscene) NOTE: Running setscene task 201 of 204 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/gcc/libgcc-initial_13.1.bb:do_populate_sysroot_setscene) NOTE: Running task 617 of 778 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_unpack) NOTE: recipe linux-libc-headers-6.4-r0: task do_unpack: Started NOTE: recipe linux-libc-headers-6.4-r0: task do_prepare_recipe_sysroot: Started NOTE: recipe util-linux-libuuid-native-2.39.1-r0: task do_prepare_recipe_sysroot: Succeeded NOTE: recipe libtool-cross-2.4.7-r0: task do_unpack: Started NOTE: recipe libgcc-initial-13.1.1-r0: task do_populate_sysroot_setscene: Started NOTE: recipe linux-libc-headers-6.4-r0: task do_prepare_recipe_sysroot: Succeeded NOTE: recipe glibc-2.37-r1: task do_deploy_source_date_epoch_setscene: Started NOTE: recipe glibc-2.37-r1: task do_deploy_source_date_epoch_setscene: Succeeded NOTE: Running task 618 of 778 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.37.bb:do_fetch) NOTE: recipe libgcc-initial-13.1.1-r0: task do_populate_sysroot_setscene: Succeeded NOTE: Running setscene task 202 of 204 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/gcc/gcc-cross_13.1.bb:do_gcc_stash_builddir_setscene) NOTE: recipe libtool-cross-2.4.7-r0: task do_unpack: Succeeded NOTE: recipe glibc-2.37-r1: task do_fetch: Started NOTE: recipe gcc-cross-i686-13.1.1-r0: task do_gcc_stash_builddir_setscene: Started NOTE: recipe util-linux-libuuid-2.39.1-r0: task do_unpack: Succeeded NOTE: recipe glibc-2.37-r1: task do_fetch: Succeeded NOTE: Running task 622 of 778 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/util-linux/util-linux-libuuid_2.39.1.bb:do_patch) NOTE: Running task 623 of 778 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.37.bb:do_unpack) NOTE: recipe util-linux-libuuid-2.39.1-r0: task do_patch: Started NOTE: recipe glibc-2.37-r1: task do_unpack: Started NOTE: recipe util-linux-libuuid-2.39.1-r0: task do_patch: Succeeded NOTE: Running task 624 of 778 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/util-linux/util-linux-libuuid_2.39.1.bb:do_deploy_source_date_epoch) NOTE: Running task 625 of 778 (/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/util-linux/util-linux-libuuid_2.39.1.bb:do_populate_lic) WARNING: util-linux-native-2.38.1-r0 do_fetch: Checksum failure encountered with download of https://cdn.kernel.org/pub/linux/utils/util-linux/v2.38/util-linux-2.38.1.tar.xz - will attempt other sources if available NOTE: recipe util-linux-libuuid-2.39.1-r0: task do_deploy_source_date_epoch: Started NOTE: recipe util-linux-libuuid-2.39.1-r0: task do_populate_lic: Started NOTE: recipe util-linux-libuuid-native-2.39.1-r0: task do_unpack: Succeeded NOTE: Running task 626 of 778 (virtual:native:/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/util-linux/util-linux-libuuid_2.39.1.bb:do_patch) NOTE: recipe util-linux-libuuid-2.39.1-r0: task do_deploy_source_date_epoch: Succeeded NOTE: recipe util-linux-libuuid-2.39.1-r0: task do_populate_lic: Succeeded NOTE: recipe util-linux-libuuid-native-2.39.1-r0: task do_patch: Started NOTE: recipe util-linux-libuuid-native-2.39.1-r0: task do_patch: Succeeded NOTE: Running task 627 of 778 (virtual:native:/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/util-linux/util-linux-libuuid_2.39.1.bb:do_deploy_source_date_epoch) NOTE: recipe util-linux-libuuid-native-2.39.1-r0: task do_deploy_source_date_epoch: Started NOTE: recipe util-linux-libuuid-native-2.39.1-r0: task do_deploy_source_date_epoch: Succeeded NOTE: Running task 628 of 778 (virtual:native:/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/util-linux/util-linux-libuuid_2.39.1.bb:do_configure) NOTE: recipe gcc-cross-i686-13.1.1-r0: task do_gcc_stash_builddir_setscene: Succeeded NOTE: Setscene tasks completed NOTE: recipe util-linux-libuuid-native-2.39.1-r0: task do_configure: Started WARNING: util-linux-native-2.38.1-r0 do_fetch: Checksum mismatch for local file /home/pokybuild/yocto-worker/auh/build/build/build/downloads/util-linux-2.38.1.tar.xz Cleaning and trying again. WARNING: util-linux-native-2.38.1-r0 do_fetch: Renaming /home/pokybuild/yocto-worker/auh/build/build/build/downloads/util-linux-2.38.1.tar.xz to /home/pokybuild/yocto-worker/auh/build/build/build/downloads/util-linux-2.38.1.tar.xz_bad-checksum_60492a19b44e6cf9a3ddff68325b333b8b52b6c59ce3ebd6a0ecaa4c5117e84f NOTE: recipe util-linux-native-2.38.1-r0: task do_fetch: Failed NOTE: recipe glibc-2.37-r1: task do_unpack: Succeeded NOTE: recipe linux-libc-headers-6.4-r0: task do_unpack: Succeeded NOTE: recipe util-linux-libuuid-native-2.39.1-r0: task do_configure: Succeeded NOTE: Tasks Summary: Attempted 638 tasks of which 617 didn't need to be rerun and 1 failed. NOTE: Writing buildhistory NOTE: Writing buildhistory took: 1 seconds Summary: 1 task failed: virtual:native:/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/util-linux/util-linux_2.38.1.bb:do_fetch Summary: There were 6 WARNING messages. Summary: There were 2 ERROR messages, returning a non-zero exit code. ERROR: util-linux-native-2.38.1-r0 do_fetch: Checksum failure fetching https://cdn.kernel.org/pub/linux/utils/util-linux/v2.38/util-linux-2.38.1.tar.xz ERROR: util-linux-native-2.38.1-r0 do_fetch: Bitbake Fetcher Error: ChecksumError('Checksum mismatch!\nFile: \'/home/pokybuild/yocto-worker/auh/build/build/build/downloads/util-linux-2.38.1.tar.xz\' has sha256 checksum \'60492a19b44e6cf9a3ddff68325b333b8b52b6c59ce3ebd6a0ecaa4c5117e84f\' when \'890ae8ff810247bd19e274df76e8371d202cda01ad277681b0ea88eeaa00286b\' was expected\nIf this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:\nSRC_URI[sha256sum] = "60492a19b44e6cf9a3ddff68325b333b8b52b6c59ce3ebd6a0ecaa4c5117e84f"\nOtherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.', 'https://cdn.kernel.org/pub/linux/utils/util-linux/v2.38/util-linux-2.38.1.tar.xz') ERROR: Logfile of failure stored in: /home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/x86_64-linux/util-linux-native/2.38.1-r0/temp/log.do_fetch.129473 ERROR: Task (virtual:native:/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/util-linux/util-linux_2.38.1.bb:do_fetch) failed with exit code '1'
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#184325): https://lists.openembedded.org/g/openembedded-core/message/184325 Mute This Topic: https://lists.openembedded.org/mt/100167102/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
