From patchwork Wed May 1 16:00:14 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 43079 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 78727C3271A for ; Wed, 1 May 2024 16:00:24 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web10.1116.1714579215514624428 for ; Wed, 01 May 2024 09:00:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=MdVlxwWM; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=gDRCDYSX; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101018f34e291a8-f4fc6b8d-2889-4749-a7e5-a89e07f3daa5-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1714579214; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=1fDojwrsKOtUhItAjtsUAIqCpsXUTlQx3fbtUyLFUFg=; b=MdVlxwWM84JHa5dx2fRDnCSPkuXSRPH21exb0CFO9WIzxzw8yVScUczOl6p28uTx pSETEF752WGfgOEIMNdC4Eu2TRJOw8BlRnr7w1UeScqesS10ANg2FrZUkUMD0ORTW84 vMtwuQXUiiOkpFfKA7oL2WHXoJvkPFhagy+OTPCY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1714579214; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=1fDojwrsKOtUhItAjtsUAIqCpsXUTlQx3fbtUyLFUFg=; b=gDRCDYSX0HvD6k5Epfp2lbhKp0YvNPt9vBsZRQnGlBIbBGuHqOzbNvI+025vM9XD ggREvnX2umwEkcK47EPNMoUJP3rycEjn1T6TvKoRsC/cUZWWBboRhRPA8UCwBTHSpXD M6gHot1Pegy5hayrRX3pL+xgmQR+nWLPtjEWV6Ks= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] cmake: upgrading to 3.29.2 FAILED Message-ID: <0101018f34e291a8-f4fc6b8d-2889-4749-a7e5-a89e07f3daa5-000000@us-west-2.amazonses.com> Date: Wed, 1 May 2024 16:00:14 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.05.01-54.240.27.45 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 May 2024 16:00:24 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/198805 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *cmake* to *3.29.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-cmake-upgrade-3.28.3-3.29.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 27dbd30c3795b2e7b5ae3554a17f2017402df2bf Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 May 2024 05:52:53 +0000 Subject: [PATCH] cmake: upgrade 3.28.3 -> 3.29.2 --- meta/recipes-devtools/cmake/cmake.inc | 2 +- .../{cmake_3.28.3.bb => cmake_3.29.2.bb} | 31 ++++++++++++++++--- 2 files changed, 27 insertions(+), 6 deletions(-) rename meta/recipes-devtools/cmake/{cmake_3.28.3.bb => cmake_3.29.2.bb} (64%) diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index ab9f459c05..9cf4e6c248 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc @@ -19,7 +19,7 @@ CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:2])}" SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ " -SRC_URI[sha256sum] = "72b7570e5c8593de6ac4ab433b73eab18c5fb328880460c86ce32608141ad5c1" +SRC_URI[sha256sum] = "36db4b6926aab741ba6e4b2ea2d99c9193222132308b4dc824d4123cb730352e" UPSTREAM_CHECK_REGEX = "cmake-(?P\d+(\.\d+)+)\.tar" diff --git a/meta/recipes-devtools/cmake/cmake_3.28.3.bb b/meta/recipes-devtools/cmake/cmake_3.29.2.bb similarity index 64% rename from meta/recipes-devtools/cmake/cmake_3.28.3.bb rename to meta/recipes-devtools/cmake/cmake_3.29.2.bb index 6a9a3266df..0339887a29 100644 --- a/meta/recipes-devtools/cmake/cmake_3.28.3.bb +++ b/meta/recipes-devtools/cmake/cmake_3.29.2.bb @@ -1,7 +1,33 @@ +# 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: +# +# --- Copyright.txt +# +++ Copyright.txt +# @@ -1,5 +1,5 @@ +# CMake - Cross Platform Makefile Generator +# -Copyright 2000-2023 Kitware, Inc. and Contributors +# +Copyright 2000-2024 Kitware, Inc. and Contributors +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# +# + require cmake.inc inherit cmake bash-completion +LIC_FILES_CHKSUM += "file://Copyright.txt;md5=718f05155941b33862726348d3cd46ce \ + file://Source/cmake.h;beginline=1;endline=2;md5=a5f70e1fef8614734eae0d62b4f5891b \ + file://Utilities/cmjsoncpp/LICENSE;md5=5d73c165a0f9e86a1342f32d19ec5926 \ + file://Utilities/cmlibrhash/COPYING;md5=a8c2a557a5c53b1c12cddbee98c099af \ + file://Utilities/cmlibuv/LICENSE;md5=ad93ca1fffe931537fcf64f6fcce084d \ + " DEPENDS += "curl expat zlib libarchive xz ncurses bzip2" SRC_URI:append:class-nativesdk = " \ @@ -12,11 +38,6 @@ SRC_URI:append:class-nativesdk = " \ " LICENSE:append = " & BSD-1-Clause & MIT" -LIC_FILES_CHKSUM:append = " \ - file://Utilities/cmjsoncpp/LICENSE;md5=5d73c165a0f9e86a1342f32d19ec5926 \ - file://Utilities/cmlibrhash/COPYING;md5=a8c2a557a5c53b1c12cddbee98c099af \ - file://Utilities/cmlibuv/LICENSE;md5=ad93ca1fffe931537fcf64f6fcce084d \ -" # Strip ${prefix} from ${docdir}, set result into docdir_stripped python () {