diff mbox series

[AUH] pangomm: upgrading to 2.50.1 FAILED

Message ID 0101018b96c78145-a27db9d3-d3ab-431c-845b-8b7f68f72616-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] pangomm: upgrading to 2.50.1 FAILED | expand

Commit Message

auh@yoctoproject.org Nov. 3, 2023, 8:02 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *pangomm* to *2.50.1* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-pangomm-upgrade-2.46.2-2.50.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 491ab0b03a6769daf0c0c225ca3bbe40393f76b3 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 17:39:39 +0000
Subject: [PATCH] pangomm: upgrade 2.46.2 -> 2.50.1

---
 .../pango/{pangomm_2.46.2.bb => pangomm_2.50.1.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-graphics/pango/{pangomm_2.46.2.bb => pangomm_2.50.1.bb} (84%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/pango/pangomm_2.46.2.bb b/meta-oe/recipes-graphics/pango/pangomm_2.50.1.bb
similarity index 84%
rename from meta-oe/recipes-graphics/pango/pangomm_2.46.2.bb
rename to meta-oe/recipes-graphics/pango/pangomm_2.50.1.bb
index 42074c14a..060c3b4c8 100644
--- a/meta-oe/recipes-graphics/pango/pangomm_2.46.2.bb
+++ b/meta-oe/recipes-graphics/pango/pangomm_2.50.1.bb
@@ -12,7 +12,7 @@  inherit gnomebase features_check
 
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 
-SRC_URI[archive.sha256sum] = "57442ab4dc043877bfe3839915731ab2d693fc6634a71614422fb530c9eaa6f4"
+SRC_URI[archive.sha256sum] = "ccc9923413e408c2bff637df663248327d72822f11e394b423e1c5652b7d9214"
 
 FILES:${PN} = "${libdir}/lib*.so.*"
 FILES:${PN}-dev += "${libdir}/*/include/ ${libdir}/pangomm-*/"