Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *icu* to *78.2* has Failed(do_compile).
Detailed error information:
do_compile failed
Next steps:
- apply the patch: git am 0001-icu-upgrade-78.1-78.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 32748e7d7f235ef0fc91b31c786ba78380494d5a Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Fri, 16 Jan 2026 01:07:29 +0000
Subject: [PATCH] icu: upgrade 78.1 -> 78.2
---
.../0001-Disable-LDFLAGSICUDT-for-Linux.patch | 10 ++--
...nicodeStringTest-TestLargeMemory-on-.patch | 18 +++----
...tput-compatible-with-Automake-format.patch | 39 +++++++-------
.../icu/0001-icu-Added-armeb-support.patch | 10 ++--
.../icu/icu/0001-test-Add-support-ptest.patch | 51 +++++++++----------
.../icu/{icu_78.1.bb => icu_78.2.bb} | 2 +-
6 files changed, 61 insertions(+), 69 deletions(-)
rename meta/recipes-support/icu/{icu_78.1.bb => icu_78.2.bb} (98%)
diff --git
a/meta/recipes-support/icu/icu/0001-Disable-LDFLAGSICUDT-for-Linux.patch
b/meta/recipes-support/icu/icu/0001-Disable-LDFLAGSICUDT-for-Linux.patch
index c0e9e2806b..7b224cf5bf 100644
--- a/meta/recipes-support/icu/icu/0001-Disable-LDFLAGSICUDT-for-Linux.patch
+++ b/meta/recipes-support/icu/icu/0001-Disable-LDFLAGSICUDT-for-Linux.patch
@@ -1,4 +1,4 @@
-From 0f4e9eee64bd4220aa4fae1ab4f7bbf10b87cd69 Mon Sep 17 00:00:00 2001
+From 80aa05d54ee8c7a0f47dd4d3e19c631a40107aaf Mon Sep 17 00:00:00 2001
From: Khem Raj <[email protected]>
Date: Sat, 15 Feb 2014 21:06:42 +0000
Subject: [PATCH] Disable LDFLAGSICUDT for Linux
@@ -7,13 +7,13 @@ Upstream-Status: Inappropriate [ OE Configuration ]
Signed-off-by: Khem Raj <[email protected]>
---
- config/mh-linux | 2 +-
+ source/config/mh-linux | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-diff --git a/config/mh-linux b/config/mh-linux
+diff --git a/source/config/mh-linux b/source/config/mh-linux
index 53d6780..b622513 100644
---- a/config/mh-linux
-+++ b/config/mh-linux
+--- a/source/config/mh-linux
++++ b/source/config/mh-linux
@@ -23,7 +23,7 @@ LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
LD_RPATH_PRE = -Wl,-rpath,
diff --git
a/meta/recipes-support/icu/icu/0001-ICU-23120-Mask-UnicodeStringTest-TestLargeMemory-on-.patch
b/meta/recipes-support/icu/icu/0001-ICU-23120-Mask-UnicodeStringTest-TestLargeMemory-on-.patch
index e2e9546679..8d2e81aa7a 100644
---
a/meta/recipes-support/icu/icu/0001-ICU-23120-Mask-UnicodeStringTest-TestLargeMemory-on-.patch
+++
b/meta/recipes-support/icu/icu/0001-ICU-23120-Mask-UnicodeStringTest-TestLargeMemory-on-.patch
@@ -1,20 +1,21 @@
-From 4b3e6888c2aaba6465f1bc96f61b17a2513050f3 Mon Sep 17 00:00:00 2001
+From 14f170d07716e6dabbaba790edae4ec5bf4db82c Mon Sep 17 00:00:00 2001
From: David Seifert <[email protected]>
Date: Sat, 21 Jun 2025 12:28:15 +0200
Subject: [PATCH] ICU-23120 Mask UnicodeStringTest::TestLargeMemory on 32-bit
+
platforms
Upstream-Status: Submitted [https://github.com/unicode-org/icu/pull/3496]
Signed-off-by: Daisuke Yamane <[email protected]>
---
- test/intltest/ustrtest.cpp | 2 +-
+ source/test/intltest/ustrtest.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-diff --git a/test/intltest/ustrtest.cpp b/test/intltest/ustrtest.cpp
-index 56976b3e3d2..26225f5b5b5 100644
---- a/test/intltest/ustrtest.cpp
-+++ b/test/intltest/ustrtest.cpp
-@@ -2353,7 +2353,7 @@ void
UnicodeStringTest::TestUnicodeStringInsertAppendToSelf() {
+diff --git a/source/test/intltest/ustrtest.cpp
b/source/test/intltest/ustrtest.cpp
+index 3f382c5..6049332 100644
+--- a/source/test/intltest/ustrtest.cpp
++++ b/source/test/intltest/ustrtest.cpp
+@@ -2375,7 +2375,7 @@ void
UnicodeStringTest::TestUnicodeStringInsertAppendToSelf() {
}
void UnicodeStringTest::TestLargeMemory() {
@@ -23,6 +24,3 @@ index 56976b3e3d2..26225f5b5b5 100644
if(quick) { return; }
IcuTestErrorCode status(*this, "TestLargeMemory");
constexpr uint32_t len = 2147483643;
---
-2.43.0
-
diff --git
a/meta/recipes-support/icu/icu/0001-Make-ICU-test-output-compatible-with-Automake-format.patch
b/meta/recipes-support/icu/icu/0001-Make-ICU-test-output-compatible-with-Automake-format.patch
index 484e1c7f6f..bddebfb682 100644
---
a/meta/recipes-support/icu/icu/0001-Make-ICU-test-output-compatible-with-Automake-format.patch
+++
b/meta/recipes-support/icu/icu/0001-Make-ICU-test-output-compatible-with-Automake-format.patch
@@ -1,4 +1,4 @@
-From 4779f798463d673dd74623979ec93141eb60d07a Mon Sep 17 00:00:00 2001
+From a1a1f1a57ac569ab866296f01591e5419e732ff1 Mon Sep 17 00:00:00 2001
From: Jiaying Song <[email protected]>
Date: Fri, 21 Nov 2025 10:47:59 +0800
Subject: [PATCH] Make ICU test output compatible with Automake format
@@ -16,16 +16,16 @@ Upstream-Status: Submitted
[https://github.com/unicode-org/icu/pull/3764]
Signed-off-by: Jiaying Song <[email protected]>
---
- configure.ac | 17 +++++++++++++++++
- test/intltest/intltest.cpp | 10 +++++++++-
- tools/ctestfw/ctest.c | 9 ++++++++-
+ source/configure.ac | 17 +++++++++++++++++
+ source/test/intltest/intltest.cpp | 10 +++++++++-
+ source/tools/ctestfw/ctest.c | 9 ++++++++-
3 files changed, 34 insertions(+), 2 deletions(-)
-diff --git a/configure.ac b/configure.ac
-index da4f170..514fa0c 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -1165,6 +1165,21 @@ If set, it will REPLACE any automatic list of
libraries.],
+diff --git a/source/configure.ac b/source/configure.ac
+index 8ffacf8..9ba3b4e 100644
+--- a/source/configure.ac
++++ b/source/configure.ac
+@@ -1103,6 +1103,21 @@ If set, it will REPLACE any automatic list of
libraries.],
*) AC_MSG_ERROR(bad value ${enableval} for --enable-samples) ;;
esac],
samples=true)
@@ -47,17 +47,17 @@ index da4f170..514fa0c 100644
ICU_CONDITIONAL(SAMPLES, test "$samples" = true)
ICUDATA_CHAR=$U_ENDIAN_CHAR
-@@ -1428,3 +1443,5 @@ then
+@@ -1366,3 +1381,5 @@ then
fi
$as_unset _CXX_CXXSUFFIX
+
+
-diff --git a/test/intltest/intltest.cpp b/test/intltest/intltest.cpp
-index 33829b0..bf3ef56 100644
---- a/test/intltest/intltest.cpp
-+++ b/test/intltest/intltest.cpp
-@@ -830,11 +830,19 @@ UBool IntlTest::runTestLoop( char* testname, char* par,
char *baseName )
+diff --git a/source/test/intltest/intltest.cpp
b/source/test/intltest/intltest.cpp
+index 5379479..579dcbc 100644
+--- a/source/test/intltest/intltest.cpp
++++ b/source/test/intltest/intltest.cpp
+@@ -824,11 +824,19 @@ UBool IntlTest::runTestLoop( char* testname, char* par,
char *baseName )
saveBaseLoc[0]=0; /* reset path */
if (lastErrorCount == errorCount) {
@@ -78,10 +78,10 @@ index 33829b0..bf3ef56 100644
if(!no_time)
str_timeDelta(msg+strlen(msg),timeStop-timeStart);
for(int i=0;i<LL_indentlevel;i++) {
-diff --git a/tools/ctestfw/ctest.c b/tools/ctestfw/ctest.c
+diff --git a/source/tools/ctestfw/ctest.c b/source/tools/ctestfw/ctest.c
index 7634526..c2e11dd 100644
---- a/tools/ctestfw/ctest.c
-+++ b/tools/ctestfw/ctest.c
+--- a/source/tools/ctestfw/ctest.c
++++ b/source/tools/ctestfw/ctest.c
@@ -413,9 +413,16 @@ static void iterateTestsWithLevel ( const TestNode* root,
ctest_xml_testcase(pathToFunction, pathToFunction, timeSeconds,
(myERROR_COUNT!=ERROR_COUNT)?"error":NULL);
@@ -100,6 +100,3 @@ index 7634526..c2e11dd 100644
if(!ON_LINE) { /* had some output */
int spaces = FLAG_INDENT-(depth-1);
log_testinfo_i("} %*s[OK] ", spaces, "---");
---
-2.34.1
-
diff --git a/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch
b/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch
index a25285fb54..c878a158fb 100644
--- a/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch
+++ b/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch
@@ -1,4 +1,4 @@
-From cf55c077b77b7a219502364eaadf12c074ab005e Mon Sep 17 00:00:00 2001
+From 77c79b44c1fc6d1f0e628a6edfd474d15219464a Mon Sep 17 00:00:00 2001
From: Lei Maohui <[email protected]>
Date: Wed, 8 May 2019 14:42:30 +0900
Subject: [PATCH] icu: Added armeb support.
@@ -9,13 +9,13 @@ Upstream-Status: Pending
Signed-off-by: Lei Maohui <[email protected]>
---
- i18n/double-conversion-utils.h | 2 +-
+ source/i18n/double-conversion-utils.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-diff --git a/i18n/double-conversion-utils.h b/i18n/double-conversion-utils.h
+diff --git a/source/i18n/double-conversion-utils.h
b/source/i18n/double-conversion-utils.h
index 303668f..7d859dc 100644
---- a/i18n/double-conversion-utils.h
-+++ b/i18n/double-conversion-utils.h
+--- a/source/i18n/double-conversion-utils.h
++++ b/source/i18n/double-conversion-utils.h
@@ -146,7 +146,7 @@ int main(int argc, char** argv) {
//
// If it prints "correct" then the architecture should be here, in the
"correct" section.
diff --git a/meta/recipes-support/icu/icu/0001-test-Add-support-ptest.patch
b/meta/recipes-support/icu/icu/0001-test-Add-support-ptest.patch
index 88350c0db5..20a5b9e382 100644
--- a/meta/recipes-support/icu/icu/0001-test-Add-support-ptest.patch
+++ b/meta/recipes-support/icu/icu/0001-test-Add-support-ptest.patch
@@ -1,4 +1,4 @@
-From 783d9e0d3d7824fbca53c2c3a80e8e5e23eacc82 Mon Sep 17 00:00:00 2001
+From 6e37ab9dd088b37ef26f8285fd06e34a5ffb09bc Mon Sep 17 00:00:00 2001
From: Daisuke Yamane <[email protected]>
Date: Tue, 1 Jul 2025 18:35:25 +0900
Subject: [PATCH] test: Add support ptest
@@ -7,17 +7,17 @@ Upstream-Status: Inappropriate [oe-core specific]
Signed-off-by: Daisuke Yamane <[email protected]>
---
- test/cintltst/Makefile.in | 2 +-
- test/intltest/Makefile.in | 2 +-
- test/intltest/intltest.cpp | 2 +-
- test/iotest/Makefile.in | 2 +-
- test/letest/Makefile.in | 2 +-
+ source/test/cintltst/Makefile.in | 2 +-
+ source/test/intltest/Makefile.in | 2 +-
+ source/test/intltest/intltest.cpp | 2 +-
+ source/test/iotest/Makefile.in | 2 +-
+ source/test/letest/Makefile.in | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
-diff --git a/test/cintltst/Makefile.in b/test/cintltst/Makefile.in
+diff --git a/source/test/cintltst/Makefile.in
b/source/test/cintltst/Makefile.in
index 552a105..9cf3071 100644
---- a/test/cintltst/Makefile.in
-+++ b/test/cintltst/Makefile.in
+--- a/source/test/cintltst/Makefile.in
++++ b/source/test/cintltst/Makefile.in
@@ -39,7 +39,7 @@ CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n
-I$(top_srcdir)/tools/ct
ifdef QNX_TARGET
DEFS += -D'ICU_UNICODE_VERSION="$(UNICODE_VERSION)"'
-D'ICU_VERSION="@VERSION@"' -D'ICUDATA_NAME="$(ICUDATA_PLATFORM_NAME)"'
-D'U_TOPSRCDIR="/var/icu_tests"' -D'U_TOPBUILDDIR="/var/icu_tests/"'
@@ -27,10 +27,10 @@ index 552a105..9cf3071 100644
endif
LIBS = $(LIBCTESTFW) $(LIBICUI18N) $(LIBICUTOOLUTIL) $(LIBICUUC)
$(DEFAULT_LIBS) $(LIB_M)
-diff --git a/test/intltest/Makefile.in b/test/intltest/Makefile.in
-index 5d4a03b..ca4e4cd 100644
---- a/test/intltest/Makefile.in
-+++ b/test/intltest/Makefile.in
+diff --git a/source/test/intltest/Makefile.in
b/source/test/intltest/Makefile.in
+index 2e44831..d5bd240 100644
+--- a/source/test/intltest/Makefile.in
++++ b/source/test/intltest/Makefile.in
@@ -39,7 +39,7 @@ CPPFLAGS += -DUNISTR_FROM_CHAR_EXPLICIT=
-DUNISTR_FROM_STRING_EXPLICIT=
ifdef QNX_TARGET
DEFS += -D'U_TOPSRCDIR="/var/icu_tests"' -D'U_TOPBUILDDIR="/var/icu_tests/"'
@@ -40,11 +40,11 @@ index 5d4a03b..ca4e4cd 100644
endif
LIBS = $(LIBCTESTFW) $(LIBICUI18N) $(LIBICUUC) $(LIBICUTOOLUTIL)
$(DEFAULT_LIBS) $(LIB_M) $(LIB_THREAD)
-diff --git a/test/intltest/intltest.cpp b/test/intltest/intltest.cpp
-index 3806d0f..33829b0 100644
---- a/test/intltest/intltest.cpp
-+++ b/test/intltest/intltest.cpp
-@@ -1713,7 +1713,7 @@ static bool fileExists(const char* fileName) {
+diff --git a/source/test/intltest/intltest.cpp
b/source/test/intltest/intltest.cpp
+index a856715..5379479 100644
+--- a/source/test/intltest/intltest.cpp
++++ b/source/test/intltest/intltest.cpp
+@@ -1707,7 +1707,7 @@ static bool fileExists(const char* fileName) {
* Returns the path to icu/testdata/
*/
const char *IntlTest::getSharedTestData(UErrorCode& err) {
@@ -53,10 +53,10 @@ index 3806d0f..33829b0 100644
#define REPO_TOP SOURCE_TARBALL_TOP ".." U_FILE_SEP_STRING
#define FILE_NAME U_FILE_SEP_STRING "message2" U_FILE_SEP_STRING
"valid-tests.json"
const char *srcDataDir = nullptr;
-diff --git a/test/iotest/Makefile.in b/test/iotest/Makefile.in
+diff --git a/source/test/iotest/Makefile.in b/source/test/iotest/Makefile.in
index 16c510f..9eeff4b 100644
---- a/test/iotest/Makefile.in
-+++ b/test/iotest/Makefile.in
+--- a/source/test/iotest/Makefile.in
++++ b/source/test/iotest/Makefile.in
@@ -39,7 +39,7 @@ CPPFLAGS += -DUNISTR_FROM_CHAR_EXPLICIT=
-DUNISTR_FROM_STRING_EXPLICIT=
ifdef QNX_TARGET
DEFS += -D'U_TOPSRCDIR="/var/icu_tests"' -D'U_TOPBUILDDIR="/var/icu_tests/"'
@@ -66,10 +66,10 @@ index 16c510f..9eeff4b 100644
endif
LIBS = $(LIBCTESTFW) $(LIBICUTOOLUTIL) $(LIBICUIO) $(LIBICUI18N) $(LIBICUUC)
$(DEFAULT_LIBS) $(LIB_M)
-diff --git a/test/letest/Makefile.in b/test/letest/Makefile.in
+diff --git a/source/test/letest/Makefile.in b/source/test/letest/Makefile.in
index 156c86f..555a820 100644
---- a/test/letest/Makefile.in
-+++ b/test/letest/Makefile.in
+--- a/source/test/letest/Makefile.in
++++ b/source/test/letest/Makefile.in
@@ -30,7 +30,7 @@ BUILDDIR := $(BUILDDIR:test\\cintltst/../../=)
BUILDDIR := $(BUILDDIR:TEST\\CINTLTST/../../=)
@@ -79,6 +79,3 @@ index 156c86f..555a820 100644
LIBS = $(LIBICULX) $(LIBICUUC) $(LIBICUI18N) $(LIBCTESTFW) $(LIBICUTOOLUTIL)
$(DEFAULT_LIBS) $(LIB_M) $(ICULEHB_LIBS)
COMMONOBJECTS = SimpleFontInstance.o
---
-2.43.0
-
diff --git a/meta/recipes-support/icu/icu_78.1.bb
b/meta/recipes-support/icu/icu_78.2.bb
similarity index 98%
rename from meta/recipes-support/icu/icu_78.1.bb
rename to meta/recipes-support/icu/icu_78.2.bb
index ee7245c27b..30ac776e3c 100644
--- a/meta/recipes-support/icu/icu_78.1.bb
+++ b/meta/recipes-support/icu/icu_78.2.bb
@@ -116,7 +116,7 @@ SRC_URI = "${BASE_SRC_URI};name=code \
SRC_URI:append:class-target = "\
file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \
"
-SRC_URI[code.sha256sum] =
"6217f58ca39b23127605cfc6c7e0d3475fe4b0d63157011383d716cb41617886"
+SRC_URI[code.sha256sum] =
"3e99687b5c435d4b209630e2d2ebb79906c984685e78635078b672e03c89df35"
SRC_URI[data.sha256sum] =
"e7b652244f27194e0ea46a0d21cfc714ee8a818e1fd82d51a93bc91516fdcf65"
UPSTREAM_CHECK_REGEX = "releases/tag/release-(?P<pver>(?!.+rc).+)"
--
2.47.1
0001-icu-upgrade-78.1-78.2.patch
Description: Binary data
NOTE: Reconnecting to bitbake server... Loading cache...done. Loaded 0 entries from dependency cache. Parsing recipes...done. Parsing of 951 .bb files complete (0 cached, 951 parsed). 1955 targets, 47 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-38969125f342bdb927349a41c661a41277d769d0" TUNE_FEATURES = "m64 x86-64-v3" TARGET_FPU = "" meta = "tmp-auh-upgrades:38969125f342bdb927349a41c661a41277d769d0" meta-yocto-bsp meta-poky = "master:c23c19e0b300812bad314f1d0a901965315271ae" workspace = "<unknown>:<unknown>" Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing build without monitoring pressure Sstate summary: Wanted 111 Local 95 Mirrors 0 Missed 16 Current 423 (85% match, 97% complete) done. NOTE: Executing Tasks NOTE: Running setscene task 533 of 534 (/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/icu/icu_78.2.bb:do_recipe_qa_setscene) NOTE: Running setscene task 534 of 534 (virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/icu/icu_78.2.bb:do_recipe_qa_setscene) NOTE: recipe icu-78.2-r0: task do_recipe_qa_setscene: Started NOTE: recipe icu-native-78.2-r0: task do_recipe_qa_setscene: Started NOTE: recipe icu-78.2-r0: task do_recipe_qa_setscene: Succeeded NOTE: Running task 1503 of 1539 (/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/icu/icu_78.2.bb:do_fetch) NOTE: recipe icu-native-78.2-r0: task do_recipe_qa_setscene: Succeeded NOTE: Setscene tasks completed NOTE: Running task 1505 of 1539 (virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/icu/icu_78.2.bb:do_fetch) NOTE: recipe icu-78.2-r0: task do_fetch: Started NOTE: recipe icu-native-78.2-r0: task do_fetch: Started WARNING: icu-78.2-r0 do_fetch: Checksum failure encountered with download of https://github.com/unicode-org/icu/releases/download/release-78.2/icu4c-78.2-data.zip;name=data - will attempt other sources if available WARNING: icu-native-78.2-r0 do_fetch: Checksum failure encountered with download of https://github.com/unicode-org/icu/releases/download/release-78.2/icu4c-78.2-data.zip;name=data - will attempt other sources if available NOTE: recipe icu-78.2-r0: task do_fetch: Failed NOTE: recipe icu-native-78.2-r0: task do_fetch: Failed NOTE: Tasks Summary: Attempted 1505 tasks of which 1503 didn't need to be rerun and 2 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_20260116010713.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_20260116010713.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: 2 tasks failed: /srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/icu/icu_78.2.bb:do_fetch log: /srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86-64-v3-poky-linux/icu/78.2/temp/log.do_fetch.3336543 virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/icu/icu_78.2.bb:do_fetch log: /srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/icu-native/78.2/temp/log.do_fetch.3336609 Summary: There were 2 WARNING messages. Summary: There were 4 ERROR messages, returning a non-zero exit code. ERROR: icu-78.2-r0 do_fetch: Fetcher failure for URL: 'https://github.com/unicode-org/icu/releases/download/release-78.2/icu4c-78.2-data.zip;name=data'. Checksum mismatch! File: '/srv/pokybuild/yocto-worker/auh/build/build/downloads/icu4c-78.2-data.zip.tmp' has sha256 checksum '582968cf174c9498b2046b4f4e7f786def5f18222bd8d98432d7a29399c38c70' when 'e7b652244f27194e0ea46a0d21cfc714ee8a818e1fd82d51a93bc91516fdcf65' was expected If 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: SRC_URI[data.sha256sum] = "582968cf174c9498b2046b4f4e7f786def5f18222bd8d98432d7a29399c38c70" Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified. ERROR: icu-78.2-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'https://github.com/unicode-org/icu/releases/download/release-78.2/icu4c-78.2-data.zip;name=data') ERROR: icu-native-78.2-r0 do_fetch: Fetcher failure for URL: 'https://github.com/unicode-org/icu/releases/download/release-78.2/icu4c-78.2-data.zip;name=data'. Checksum mismatch! File: '/srv/pokybuild/yocto-worker/auh/build/build/downloads/icu4c-78.2-data.zip.tmp' has sha256 checksum '582968cf174c9498b2046b4f4e7f786def5f18222bd8d98432d7a29399c38c70' when 'e7b652244f27194e0ea46a0d21cfc714ee8a818e1fd82d51a93bc91516fdcf65' was expected If 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: SRC_URI[data.sha256sum] = "582968cf174c9498b2046b4f4e7f786def5f18222bd8d98432d7a29399c38c70" Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified. ERROR: icu-native-78.2-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'https://github.com/unicode-org/icu/releases/download/release-78.2/icu4c-78.2-data.zip;name=data') ERROR: Logfile of failure stored in: /srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86-64-v3-poky-linux/icu/78.2/temp/log.do_fetch.3336543 ERROR: Task (/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/icu/icu_78.2.bb:do_fetch) failed with exit code '1' ERROR: Logfile of failure stored in: /srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/icu-native/78.2/temp/log.do_fetch.3336609 ERROR: Task (virtual:native:/srv/pokybuild/yocto-worker/auh/build/layers/openembedded-core/meta/recipes-support/icu/icu_78.2.bb:do_fetch) failed with exit code '1'
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#229512): https://lists.openembedded.org/g/openembedded-core/message/229512 Mute This Topic: https://lists.openembedded.org/mt/117291175/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
