From patchwork Tue Apr 1 12:43:33 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 60426 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 E3B13C3601B for ; Tue, 1 Apr 2025 12:43:34 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web10.18040.1743511391276820323 for ; Tue, 01 Apr 2025 05:43:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=GD0t0XYe; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=qRB7tFzE; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 01010195f160e120-99f169ba-0ec2-48af-8773-3a2c6b4d6354-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1743511413; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=su61+tNECxnc9TXiEyYYLISUsPILFY9cd7TeIRM7cHg=; b=GD0t0XYeiBvnZ1hGTzvraLRz04DnxhnsPje2T9rIO0SVyxJ4//fjV10Xz3oBRe53 nGlM9Tnan+sdXlQKh0Pa7GEdzRzZmGDAG7qo7WYRREnb82tYQxDWVRMfAjX5IQtfyVZ YswFxuPt8tNsLzMQGIQaljTAhp68q9JbVTXa0Z3w= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1743511413; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=su61+tNECxnc9TXiEyYYLISUsPILFY9cd7TeIRM7cHg=; b=qRB7tFzE2wsfN4PN+X5ZKN1B0vnFsmQKsX5116xpQ1SF+VyvDmOetmPjwbRd/l6Z JssiU3g+IjKdm8NGkP0QRyhup9PcS+qUpaPOb2FaCcphJW9+OhhdPJCNywdOBv7ABp2 hC8Q4EO1w9/1ha+kgup4tHPjnQaq867PlMWkt2wo= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] icu: upgrading to 77-1 FAILED Message-ID: <01010195f160e120-99f169ba-0ec2-48af-8773-3a2c6b4d6354-000000@us-west-2.amazonses.com> Date: Tue, 1 Apr 2025 12:43:33 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.04.01-54.240.27.193 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 01 Apr 2025 12:43:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214120 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *icu* to *77-1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-icu-upgrade-76-1-77-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 f7dc6b13e8f0ce93e54624096afba9ba92be60fb Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 1 Apr 2025 12:17:16 +0000 Subject: [PATCH] icu: upgrade 76-1 -> 77-1 --- .../0001-Disable-LDFLAGSICUDT-for-Linux.patch | 10 +++---- .../icu/0001-icu-Added-armeb-support.patch | 10 +++---- .../icu/{icu_76-1.bb => icu_77-1.bb} | 26 +++++++++++++++++-- 3 files changed, 34 insertions(+), 12 deletions(-) rename meta/recipes-support/icu/{icu_76-1.bb => icu_77-1.bb} (87%) 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..c6d838648b 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 b246643d3bc2d0f76a330f6d4550d335a4d87b5c Mon Sep 17 00:00:00 2001 From: Khem Raj 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 --- - 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-Added-armeb-support.patch b/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch index a25285fb54..6c5f85ef60 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 e1fc6af898095f48297d96c39af8249f4616bd49 Mon Sep 17 00:00:00 2001 From: Lei Maohui 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 --- - 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_76-1.bb b/meta/recipes-support/icu/icu_77-1.bb similarity index 87% rename from meta/recipes-support/icu/icu_76-1.bb rename to meta/recipes-support/icu/icu_77-1.bb index f0890fc890..c8a3d90857 100644 --- a/meta/recipes-support/icu/icu_76-1.bb +++ b/meta/recipes-support/icu/icu_77-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: +# +# --- ../LICENSE +# +++ ../LICENSE +# @@ -2,7 +2,7 @@ +# +# COPYRIGHT AND PERMISSION NOTICE +# +# -Copyright © 2016-2024 Unicode, Inc. +# +Copyright © 2016-2025 Unicode, Inc. +# +# NOTICE TO USER: Carefully read the following legal agreement. BY +# DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR +# +# + SUMMARY = "International Component for Unicode libraries" DESCRIPTION = "The International Component for Unicode (ICU) is a mature, \ portable set of C/C++ and Java libraries for Unicode support, software \ @@ -92,7 +114,7 @@ FILES:libicuio = "${libdir}/libicuio.so.*" BBCLASSEXTEND = "native nativesdk" -LIC_FILES_CHKSUM = "file://../LICENSE;md5=7c364a0debecf16d5a13de2b7f1aaabd" +LIC_FILES_CHKSUM = "file://../LICENSE;md5=cf57d9459a2c5f88ecd83c75207cc5ff" def icu_download_version(d): pvsplit = d.getVar('PV').split('-') @@ -124,7 +146,7 @@ SRC_URI = "${BASE_SRC_URI};name=code \ SRC_URI:append:class-target = "\ file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \ " -SRC_URI[code.sha256sum] = "dfacb46bfe4747410472ce3e1144bf28a102feeaa4e3875bac9b4c6cf30f4f3e" +SRC_URI[code.sha256sum] = "588e431f77327c39031ffbb8843c0e3bc122c211374485fa87dc5f3faff24061" SRC_URI[data.sha256sum] = "133ae58a67d68b46f7296822904cd3c30126a0b4b2f65f0f905e7f47c0ef9e47" UPSTREAM_CHECK_REGEX = "releases/tag/release-(?P(?!.+rc).+)"