From patchwork Sat Nov 4 05:12:21 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: 33795 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 58BCEC00A5A for ; Sat, 4 Nov 2023 05:12:29 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web11.4515.1699074742598920356 for ; Fri, 03 Nov 2023 22:12:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=HsJPuA19; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=hN5WPy3b; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101018b98bf164b-107ff806-e39e-4a96-af5e-3add2426c89b-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=1699074742; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=3P8R+771waVEw2cYgSDldnvsLG5bQhzl8XgrldbDTeQ=; b=HsJPuA19WoTPpFrd4FG+XjBKzMJOqMK8SRJ8e5UlHYy2XeGXSlieGsmwPXN6dSTK DTPIlgMJny0Yhcdvo/wEqf7UXNsSElGGnHEMWoQam5HXY4Q4V83N15tpQEbvwZriay5 Sr7tcoREcpZBbrbJH2sY6Ir+7DhNh/1mZMtPJscY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699074742; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=3P8R+771waVEw2cYgSDldnvsLG5bQhzl8XgrldbDTeQ=; b=hN5WPy3bNOsGyyLam9DEC4DyNNo1O+ZmCxwEUILE31sQK0v04IZly+HRHf3gbEOQ sN+ALavJShMtNmH2tQ4mk+NYEwuoaJeaEY4jC8wj3ROpCpBHaJz98pvzl99ffXgzwnj 1IQMtCTvnXI7m8EoSZggIAWcHqP+hXLh68qeVQLg= MIME-Version: 1.0 From: auh@yoctoproject.org To: Forced@yoctoproject.org, maintainer@yoctoproject.org, for@yoctoproject.org, AUH@yoctoproject.org Cc: openembedded-devel@lists.openembedded.org Subject: [AUH] libwnck: upgrading to 43.0 FAILED Message-ID: <0101018b98bf164b-107ff806-e39e-4a96-af5e-3add2426c89b-000000@us-west-2.amazonses.com> Date: Sat, 4 Nov 2023 05:12:21 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.04-54.240.27.29 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, 04 Nov 2023 05:12:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106286 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libwnck* to *43.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-libwnck-upgrade-2.31.0-43.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 6fb17bc17554eb5dead27ffec273fb2fc88b23e0 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 4 Nov 2023 04:51:45 +0000 Subject: [PATCH] libwnck: upgrade 2.31.0 -> 43.0 --- .../libwnck/{libwnck_2.31.0.bb => libwnck_43.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-gnome/recipes-gnome/libwnck/{libwnck_2.31.0.bb => libwnck_43.0.bb} (82%) diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck_43.0.bb similarity index 82% rename from meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb rename to meta-gnome/recipes-gnome/libwnck/libwnck_43.0.bb index 3abba9499..7865089ee 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck_43.0.bb @@ -11,8 +11,7 @@ PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-s inherit gnomebase gobject-introspection features_check REQUIRED_DISTRO_FEATURES = "x11" -SRC_URI[archive.md5sum] = "f03e1139296e2a3a92e3b65a3080cd32" -SRC_URI[archive.sha256sum] = "83f732d20781fc88b22cdc6aaf2d4f388db6d3d4ff28d1a8fd45be9fb7743a9e" +SRC_URI[archive.sha256sum] = "905bcdb85847d6b8f8861e56b30cd6dc61eae67ecef4cd994a9f925a26a2c1fe" do_install:append() { # to avoid conflicts with libwnck3 remove cmdline tools