diff mbox series

[AUH] gtkmm3: upgrading to 4.13.1 FAILED

Message ID 0101018b96bec8f4-30944f51-c78a-45ef-ad1b-c546d395fcf6-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] gtkmm3: upgrading to 4.13.1 FAILED | expand

Commit Message

auh@yoctoproject.org Nov. 3, 2023, 7:52 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gtkmm3* to *4.13.1* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  finish -f gtkmm3 /home/pokybuild/yocto-worker/auh-meta-oe/build/meta-openembedded/meta-oe/recipes-gnome/gtk+
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 4954 entries from dependency cache.
Parsing recipes...done.
Parsing of 3056 .bb files complete (3055 cached, 1 parsed). 4887 targets, 92 skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-64 sysroot...done.

INFO: No patches or local source files needed updating
INFO: Cleaning sysroot for recipe gtkmm3...
ERROR: Command 'bitbake -c clean gtkmm3' failed, output:
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 4955 entries from dependency cache.
Removing 1 recipes from the core2-64 sysroot...done.
Removing 1 recipes from the qemux86_64 sysroot...done.

Summary: There was 1 ERROR message, returning a non-zero exit code.

If you wish, you may specify -n/--no-clean to skip running this command when resetting


Next steps:
    - apply the patch: git am 0001-gtkmm3-upgrade-3.24.7-4.13.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 8b729c9307b904a20f41638787849c3433579164 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 13:05:38 +0000
Subject: [PATCH] gtkmm3: upgrade 3.24.7 -> 4.13.1

---
 meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.7.bb | 23 ---------------------
 1 file changed, 23 deletions(-)
 delete mode 100644 meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.7.bb
diff mbox series

Patch

diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.7.bb b/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.7.bb
deleted file mode 100644
index 28d2bb138..000000000
--- a/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.7.bb
+++ /dev/null
@@ -1,23 +0,0 @@ 
-SUMMARY = "C++ bindings for the GTK+ toolkit V3"
-HOMEPAGE = "http://www.gtkmm.org/"
-SECTION = "libs"
-
-LICENSE = "LGPL-2.1-only & GPL-2.0-only"
-LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
-                    file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
-
-DEPENDS = "glib-2.0-native atkmm pangomm glibmm gtk+3 cairomm gdk-pixbuf-native"
-
-BPN = "gtkmm"
-
-GNOMEBASEBUILDCLASS = "meson"
-
-inherit gnomebase features_check
-
-ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
-
-SRC_URI[archive.sha256sum] = "1d7a35af9c5ceccacb244ee3c2deb9b245720d8510ac5c7e6f4b6f9947e6789c"
-
-EXTRA_OEMESON = "-Dbuild-demos=false"
-
-FILES:${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4"