Message ID | 01010194c1abfff4-e55a6603-ee24-4bd2-b9ab-6d041246d254-000000@us-west-2.amazonses.com |
---|---|
State | New |
Headers | show |
Series | [AUH] libadwaita: upgrading to 1.6.4 FAILED | expand |
On Sat, 2025-02-01 at 13:21 +0000, Auto Upgrade Helper via lists.openembedded.org wrote: > Hello, > > this email is a notification from the Auto Upgrade Helper > that the automatic attempt to upgrade the recipe(s) *libadwaita* to > *1.6.4* has Failed(do_compile). > > Detailed error information: > > do_compile failed > > Hi, looked into the compile issue, it is coming down to this issue | Program sassc found: NO Which now occurs because in [1] the handling wrt to pre build artifacts changes. One could fix this issue by depending on sassc, which is in meta-oe only though. I want to ask to move it if ok. Simone [1] https://gitlab.gnome.org/GNOME/libadwaita/-/merge_requests/1345/diffs?commit_id=cfed18f13b1801493532ea415cb1d6ed3a351c0d
On Mon, 3 Feb 2025 at 21:06, Simone Weiß via lists.openembedded.org <simone.p.weiss=posteo.com@lists.openembedded.org> wrote: > Hi, looked into the compile issue, it is coming down to this issue > > | Program sassc found: NO > > Which now occurs because in [1] the handling wrt to pre build artifacts > changes. One could fix this issue by depending on sassc, which is in > meta-oe only though. I want to ask to move it if ok. Yes, I guess we have to do it even if the only libadwaita consumer in core is epiphany. Alex
On Mon, 2025-02-03 at 21:12 +0100, Alexander Kanavin via lists.openembedded.org wrote: > On Mon, 3 Feb 2025 at 21:06, Simone Weiß via lists.openembedded.org > <simone.p.weiss=posteo.com@lists.openembedded.org> wrote: > > Hi, looked into the compile issue, it is coming down to this issue > > > > > Program sassc found: NO > > > > Which now occurs because in [1] the handling wrt to pre build > > artifacts > > changes. One could fix this issue by depending on sassc, which is in > > meta-oe only though. I want to ask to move it if ok. > > Yes, I guess we have to do it even if the only libadwaita consumer in > core is epiphany. I'll try and will sent corresponding patches.
diff --git a/meta/recipes-gnome/libadwaita/libadwaita_1.6.2.bb b/meta/recipes-gnome/libadwaita/libadwaita_1.6.4.bb similarity index 88% rename from meta/recipes-gnome/libadwaita/libadwaita_1.6.2.bb rename to meta/recipes-gnome/libadwaita/libadwaita_1.6.4.bb index 8cb32814cb..6921a12a0a 100644 --- a/meta/recipes-gnome/libadwaita/libadwaita_1.6.2.bb +++ b/meta/recipes-gnome/libadwaita/libadwaita_1.6.4.bb @@ -10,7 +10,7 @@ DEPENDS = " \ inherit gnomebase gobject-introspection gi-docgen vala features_check -SRC_URI[archive.sha256sum] = "7542f8354e6808dd4e9a31551bbdfc0170735e4af4d1b3e69186500ccb9c01eb" +SRC_URI[archive.sha256sum] = "1011a5a93dc3b87e82da19910d7fab01a3b9d7fcb0b09751babb476eedb3d9a3" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" REQUIRED_DISTRO_FEATURES = "opengl"
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libadwaita* to *1.6.4* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-libadwaita-upgrade-1.6.2-1.6.4.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 d5761d4232d41283afda5bbf7a9d8d0d28440091 Mon Sep 17 00:00:00 2001 From: Upgrade Helper <auh@yoctoproject.org> Date: Sat, 1 Feb 2025 11:10:06 +0000 Subject: [PATCH] libadwaita: upgrade 1.6.2 -> 1.6.4 --- .../libadwaita/{libadwaita_1.6.2.bb => libadwaita_1.6.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/libadwaita/{libadwaita_1.6.2.bb => libadwaita_1.6.4.bb} (88%)