From patchwork Sun Sep 15 14:34:01 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: 49112 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 21D65C36017 for ; Sun, 15 Sep 2024 14:34:21 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web11.115384.1726410840113020315 for ; Sun, 15 Sep 2024 07:34:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=f2ouYC6S; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=admC9zZC; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 01010191f61adbaa-24386344-7817-4ea2-8d54-008a5ad8443e-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=1726410841; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=YEtodYUCZO+wp2pe59WGWfzVkcvAhsADQWSyP8KzI58=; b=f2ouYC6Sc4KLVTjvgThhwWRjkbdq1xB1QQ5+RiaaG4b906snxRaH5O3FYqJ6Cf2I 3+M1Rg9UbhnkmC8JXH51aCtsqC5ux2f5bCGroGXgsximTKZKPM8yePRGGAwG/oalH31 GyrP8XPbm35Yy+yAVncvoS9Gge/dSuSobHk/HrZA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1726410841; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=YEtodYUCZO+wp2pe59WGWfzVkcvAhsADQWSyP8KzI58=; b=admC9zZCwSWIM9LXzhmYhJ5l+qvhZN3O4KKQ4/cG79NeXsP7308FfERteEI+2wOH 94J9jSWXH9zZwuopdE18Ickln6qk1ChmwZB5ZUIoahmo19q9stYizOcZt3wezpXk0Qk peC6KvRJhjVdJu/7vhg+avl6yRL0iYWQWJQdp6io= MIME-Version: 1.0 From: auh@yoctoproject.org To: Markus Volk Cc: openembedded-core@lists.openembedded.org Subject: [AUH] gtk4: upgrading to 4.16.1 FAILED Message-ID: <01010191f61adbaa-24386344-7817-4ea2-8d54-008a5ad8443e-000000@us-west-2.amazonses.com> Date: Sun, 15 Sep 2024 14:34:01 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.09.15-54.240.27.23 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 ; Sun, 15 Sep 2024 14:34:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/204541 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gtk4* to *4.16.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-gtk4-upgrade-4.14.5-4.16.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 3662542587a1a67dc2c26361d9c36c79a69874e0 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Sep 2024 11:07:09 +0000 Subject: [PATCH] gtk4: upgrade 4.14.5 -> 4.16.1 --- meta/recipes-gnome/gtk+/{gtk4_4.14.5.bb => gtk4_4.16.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/gtk+/{gtk4_4.14.5.bb => gtk4_4.16.1.bb} (98%) diff --git a/meta/recipes-gnome/gtk+/gtk4_4.14.5.bb b/meta/recipes-gnome/gtk+/gtk4_4.16.1.bb similarity index 98% rename from meta/recipes-gnome/gtk+/gtk4_4.14.5.bb rename to meta/recipes-gnome/gtk+/gtk4_4.16.1.bb index 0b3d33f8eb..cb52b59245 100644 --- a/meta/recipes-gnome/gtk+/gtk4_4.14.5.bb +++ b/meta/recipes-gnome/gtk+/gtk4_4.16.1.bb @@ -38,7 +38,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" UPSTREAM_CHECK_REGEX = "gtk-(?P\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz" SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz" -SRC_URI[sha256sum] = "5547f2b9f006b133993e070b87c17804e051efda3913feaca1108fa2be41e24d" +SRC_URI[sha256sum] = "926a1eabd481f9bfa25538f95016fdfcfaf963b2f90b40ae69e90def5499215c" S = "${WORKDIR}/gtk-${PV}"