From patchwork Wed Nov 1 14:25:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 33273 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 D6069C04E88 for ; Wed, 1 Nov 2023 14:25:11 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web11.8491.1698848704568825964 for ; Wed, 01 Nov 2023 07:25:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=HEpNNooG; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=Zz7OCs11; spf=pass (domain: automation.yoctoproject.org, ip: 54.240.27.29, mailfrom: 0101018b8b460f2c-c969349c-a7be-4c0a-9466-1f3fd854798a-000000@automation.yoctoproject.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1698848706; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=YQ9qgkD+NfemkpqFGyTdWpHRgD04jcSFwanUntaz9ck=; b=HEpNNooGf7vvtfMWAkqVI3uTREF9oy8bDZ6MfhSJgjURtybBcePXXs/pMd6OEwEM qm+/OF4sKjGhU9+7J4nDmaI5nS5HZo0x93CJhmAh6gYtQ5BZCOMX9ZOYdokDITfYyAp 3xJMajIuqFY+TQLVVomawE+GBdkok/rZgUuQ9YS0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1698848706; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=YQ9qgkD+NfemkpqFGyTdWpHRgD04jcSFwanUntaz9ck=; b=Zz7OCs11aFm8DXRXP0vFAd9LvplCiDSCAMwdiEmy9OePHbNE2llcZG8TVsYBSdVl u43C5cMDu6awKSZPq6W/FY83Q6uP08hEtib2B55l85A54XP9UZfckDT+6psqmueI3KU gy6suFrlMc2nabhq3oNJ/7eFUaJBSxrEUiZrpeHM= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] icu: upgrading to 74-1 FAILED Message-ID: <0101018b8b460f2c-c969349c-a7be-4c0a-9466-1f3fd854798a-000000@us-west-2.amazonses.com> Date: Wed, 1 Nov 2023 14:25:06 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.01-54.240.27.29 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 ; Wed, 01 Nov 2023 14:25:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/190030 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *icu* to *74-1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-icu-upgrade-73-2-74-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 54bcae1ed72883db78a96d42d07ac1afdaf57688 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Nov 2023 14:10:22 +0000 Subject: [PATCH] icu: upgrade 73-2 -> 74-1 --- .../icu/{icu_73-2.bb => icu_74-1.bb} | 103 +++++++++++++++++- 1 file changed, 101 insertions(+), 2 deletions(-) rename meta/recipes-support/icu/{icu_73-2.bb => icu_74-1.bb} (51%) diff --git a/meta/recipes-support/icu/icu_73-2.bb b/meta/recipes-support/icu/icu_74-1.bb similarity index 51% rename from meta/recipes-support/icu/icu_73-2.bb rename to meta/recipes-support/icu/icu_74-1.bb index 7c59f8bb89..a5a2802ed8 100644 --- a/meta/recipes-support/icu/icu_73-2.bb +++ b/meta/recipes-support/icu/icu_74-1.bb @@ -1,3 +1,102 @@ +# 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 +# @@ -1,49 +1,42 @@ +# -UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE +# - +# -See Terms of Use +# -for definitions of Unicode Inc.’s Data Files and Software. +# - +# -NOTICE TO USER: Carefully read the following legal agreement. +# -BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S +# -DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), +# -YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE +# -TERMS AND CONDITIONS OF THIS AGREEMENT. +# -IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE +# -THE DATA FILES OR SOFTWARE. +# +UNICODE LICENSE V3 +# +# COPYRIGHT AND PERMISSION NOTICE +# +# -Copyright © 1991-2023 Unicode, Inc. All rights reserved. +# -Distributed under the Terms of Use in https://www.unicode.org/copyright.html. +# - +# -Permission is hereby granted, free of charge, to any person obtaining +# -a copy of the Unicode data files and any associated documentation +# -(the "Data Files") or Unicode software and any associated documentation +# -(the "Software") to deal in the Data Files or Software +# -without restriction, including without limitation the rights to use, +# -copy, modify, merge, publish, distribute, and/or sell copies of +# -the Data Files or Software, and to permit persons to whom the Data Files +# -or Software are furnished to do so, provided that either +# -(a) this copyright and permission notice appear with all copies +# -of the Data Files or Software, or +# -(b) this copyright and permission notice appear in associated +# -Documentation. +# - +# -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +# -ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +# -WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +# -NONINFRINGEMENT OF THIRD PARTY RIGHTS. +# -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +# -NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +# -DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +# -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +# -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +# -PERFORMANCE OF THE DATA FILES OR SOFTWARE. +# - +# -Except as contained in this notice, the name of a copyright holder +# -shall not be used in advertising or otherwise to promote the sale, +# -use or other dealings in these Data Files or Software without prior +# -written authorization of the copyright holder. +# +Copyright © 2016-2023 Unicode, Inc. +# + +# +NOTICE TO USER: Carefully read the following legal agreement. BY +# +DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR +# +SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE +# +TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT +# +DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE. +# + +# +Permission is hereby granted, free of charge, to any person obtaining a +# +copy of data files and any associated documentation (the "Data Files") or +# +software and any associated documentation (the "Software") to deal in the +# +Data Files or Software without restriction, including without limitation +# +the rights to use, copy, modify, merge, publish, distribute, and/or sell +# +copies of the Data Files or Software, and to permit persons to whom the +# +Data Files or Software are furnished to do so, provided that either (a) +# +this copyright and permission notice appear with all copies of the Data +# +Files or Software, or (b) this copyright and permission notice appear in +# +associated Documentation. +# + +# +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY +# +KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +# +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF +# +THIRD PARTY RIGHTS. +# + +# +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE +# +BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, +# +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +# +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +# +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA +# +FILES OR SOFTWARE. +# + +# +Except as contained in this notice, the name of a copyright holder shall +# +not be used in advertising or otherwise to promote the sale, use or other +# +dealings in these Data Files or Software without prior written +# +authorization of the copyright holder. +# +# ---------------------------------------------------------------------- +# +# +# + 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 \ @@ -78,7 +177,7 @@ FILES:libicuio = "${libdir}/libicuio.so.*" BBCLASSEXTEND = "native nativesdk" -LIC_FILES_CHKSUM = "file://../LICENSE;md5=80c2cf39ad8ae12b9b9482a1737c6650" +LIC_FILES_CHKSUM = "file://../LICENSE;md5=08dc3852df8fffa807301902ad899ff8" def icu_download_version(d): pvsplit = d.getVar('PV').split('-') @@ -111,7 +210,7 @@ SRC_URI = "${BASE_SRC_URI};name=code \ SRC_URI:append:class-target = "\ file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \ " -SRC_URI[code.sha256sum] = "818a80712ed3caacd9b652305e01afc7fa167e6f2e94996da44b90c2ab604ce1" +SRC_URI[code.sha256sum] = "86ce8e60681972e60e4dcb2490c697463fcec60dd400a5f9bffba26d0b52b8d0" SRC_URI[data.sha256sum] = "ca1ee076163b438461e484421a7679fc33a64cd0a54f9d4b401893fa1eb42701" UPSTREAM_CHECK_REGEX = "releases/tag/release-(?P(?!.+rc).+)"