From patchwork Sat Jul 15 21:27:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 27533 Return-Path: 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 D1339C10F19 for ; Sat, 15 Jul 2023 21:27:38 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.web10.5960.1689456456219425828 for ; Sat, 15 Jul 2023 14:27:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=IwWgkRh/; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 010101895b73aed3-76097771-58d2-46bb-af01-b331c2a2927f-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=1689456455; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=jlhFaFoAbYGx0S8dWMozdnDRvYwi9tZHqY5YxlNmB2Y=; b=IwWgkRh/uTMJWSQ/yZ23D7cRbBruHgvgEkfIjM2vCuh6S5JRZdNVj2uXQAgx6276 C1KXK/e8s4Dys9ttrrnnd4L9H64QuCMdRxRGQgEz2JOctQJoHQohdO3Xyu7NyiOuk1X CVZBAt6MGga7wbsbEsQZKQroBA62alzguErmD3U0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1689456455; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=jlhFaFoAbYGx0S8dWMozdnDRvYwi9tZHqY5YxlNmB2Y=; b=avZV7YLMCLEX1L35HB+owBDZs98i9HaKYMhqIr03huiKUqYuVjOeChxG7X/3Dny0 1SHzkDci4padINn5X5uxDuJJfFjHL/RFo4Lei7okzwgnaE9SX3bSZpv46UU2s90h8fI RX+yLBzUenuM3EXbf8jeYR6f/RCrAdPSprIvHT0M= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] adwaita-icon-theme: upgrading to 44.0 FAILED Message-ID: <010101895b73aed3-76097771-58d2-46bb-af01-b331c2a2927f-000000@us-west-2.amazonses.com> Date: Sat, 15 Jul 2023 21:27:35 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.07.15-54.240.27.33 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 ; Sat, 15 Jul 2023 21:27:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/184392 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *adwaita-icon-theme* to *44.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-adwaita-icon-theme-upgrade-43-44.0.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 be990875debe77073bbee54bdca1a692304bddb4 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Jul 2023 16:35:43 +0000 Subject: [PATCH] adwaita-icon-theme: upgrade 43 -> 44.0 --- .../0001-Don-t-use-AC_CANONICAL_HOST.patch | 6 +++--- ...{adwaita-icon-theme_43.bb => adwaita-icon-theme_44.0.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-gnome/gnome/{adwaita-icon-theme_43.bb => adwaita-icon-theme_44.0.bb} (95%) diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch b/meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch index 0a1487f8e3..8538391e4e 100644 --- a/meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch +++ b/meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch @@ -1,4 +1,4 @@ -From e1a12b73c25d1ad0f267b22ac5d799bc1fbd0fa4 Mon Sep 17 00:00:00 2001 +From 919541fba4ed0a435043ee3312cb8f72fa3f214c Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Tue, 30 May 2017 14:55:49 +0300 Subject: [PATCH] Don't use AC_CANONICAL_HOST @@ -14,12 +14,12 @@ Signed-off-by: Jussi Kukkonen 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac -index 6ddc49b..39752bb 100644 +index 3870795..9afb012 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,6 @@ AC_PREREQ(2.53) - AC_INIT([adwaita-icon-theme], [43], + AC_INIT([adwaita-icon-theme], [44.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=adwaita-icon-theme]) -AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_43.bb b/meta/recipes-gnome/gnome/adwaita-icon-theme_44.0.bb similarity index 95% rename from meta/recipes-gnome/gnome/adwaita-icon-theme_43.bb rename to meta/recipes-gnome/gnome/adwaita-icon-theme_44.0.bb index 8cb4d147f1..268a68ccea 100644 --- a/meta/recipes-gnome/gnome/adwaita-icon-theme_43.bb +++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_44.0.bb @@ -14,7 +14,7 @@ inherit allarch autotools pkgconfig gettext gtk-icon-cache gnomebase SRC_URI += " file://0001-Don-t-use-AC_CANONICAL_HOST.patch" -SRC_URI[archive.sha256sum] = "2e3ac77d32a6aa5554155df37e8f0a0dd54fc5a65fd721e88d505f970da32ec6" +SRC_URI[archive.sha256sum] = "4889c5601bbfecd25d80ba342209d0a936dcf691ee56bd6eca4cde361f1a664c" DEPENDS += "librsvg-native"