From patchwork Wed Jan 15 10:26:14 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 55572 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 7FF6CC02193 for ; Wed, 15 Jan 2025 10:26:19 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web11.17878.1736936775124887247 for ; Wed, 15 Jan 2025 02:26:15 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=BRkmwMDA; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=QKH8kYA+; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 01010194697fdb3f-70c89e13-668b-4a31-a8a4-86ec1440259b-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1736936774; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=fkKc6gXHQM0Qnji8frdaT/beuDR7MhsotReDgPxyGIw=; b=BRkmwMDAI86O0Y2yv5VXl9XxqEHQ4WQL6eX8cfMi5yrEYfXxn0ZwFphmFJYahrUV VJw2LMbky9VnZRDXGaMMIrJ/fY+SyuyP9E8wsLgzOnbxSOSnQOurA0Fn9PvQOStIs7Q vsaAcbAd518DI31KifRAqY9KBbnIeTJcA59mtybk= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1736936774; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=fkKc6gXHQM0Qnji8frdaT/beuDR7MhsotReDgPxyGIw=; b=QKH8kYA+7dU6Ls1lJbst1SYj7AIduzzVVQR04k1Br9goN3KwL1K0LOhTMd4fgpcQ x84Mvbk/JKHtd490vWaCCPkDtO3ZKsEoybql4N5dIiDdDeMjUmajn7ppwlpV9iMbPH+ clKS0EMPS3sXyHZc09/pZq3EVhWlHCtrbn/3WFJ8= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] libsecret: upgrading to 0.21.5 FAILED Message-ID: <01010194697fdb3f-70c89e13-668b-4a31-a8a4-86ec1440259b-000000@us-west-2.amazonses.com> Date: Wed, 15 Jan 2025 10:26:14 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.01.15-54.240.27.191 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 ; Wed, 15 Jan 2025 10:26:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/209864 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libsecret* to *0.21.5* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-libsecret-upgrade-0.21.4-0.21.5.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 80153331e01c5664fe1f4467e2e73ff0f3a258c7 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Jan 2025 08:46:24 +0000 Subject: [PATCH] libsecret: upgrade 0.21.4 -> 0.21.5 --- .../0001-meson-add-option-to-disable-pam-tests.patch | 7 ++----- .../libsecret/{libsecret_0.21.4.bb => libsecret_0.21.5.bb} | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) rename meta/recipes-gnome/libsecret/{libsecret_0.21.4.bb => libsecret_0.21.5.bb} (92%) diff --git a/meta/recipes-gnome/libsecret/libsecret/0001-meson-add-option-to-disable-pam-tests.patch b/meta/recipes-gnome/libsecret/libsecret/0001-meson-add-option-to-disable-pam-tests.patch index 87ab8a32cd..fe4989abf9 100644 --- a/meta/recipes-gnome/libsecret/libsecret/0001-meson-add-option-to-disable-pam-tests.patch +++ b/meta/recipes-gnome/libsecret/libsecret/0001-meson-add-option-to-disable-pam-tests.patch @@ -1,4 +1,4 @@ -From b90ecbdb4b91961a77a7cbb3a9b6a57128e2194b Mon Sep 17 00:00:00 2001 +From 83edbbaab6380c8dbf70cd2bb07fe02e382fb2d0 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 3 Dec 2024 15:58:17 +0100 Subject: [PATCH] meson: add option to disable pam tests @@ -12,7 +12,7 @@ Signed-off-by: Markus Volk 2 files changed, 24 insertions(+), 21 deletions(-) diff --git a/meson_options.txt b/meson_options.txt -index 936eff8..8fa2a4e 100644 +index 936eff8..2ae14f2 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -8,3 +8,4 @@ option('bashcompdir', type: 'string', value: '', description: 'Override default @@ -75,6 +75,3 @@ index 8413b58..5155329 100644 + }, + ) +endif --- -2.47.0 - diff --git a/meta/recipes-gnome/libsecret/libsecret_0.21.4.bb b/meta/recipes-gnome/libsecret/libsecret_0.21.5.bb similarity index 92% rename from meta/recipes-gnome/libsecret/libsecret_0.21.4.bb rename to meta/recipes-gnome/libsecret/libsecret_0.21.5.bb index d356681252..ef43849b8e 100644 --- a/meta/recipes-gnome/libsecret/libsecret_0.21.4.bb +++ b/meta/recipes-gnome/libsecret/libsecret_0.21.5.bb @@ -14,7 +14,7 @@ inherit gnomebase gi-docgen vala gobject-introspection manpages DEPENDS += "glib-2.0 libgcrypt gettext-native" SRC_URI += "file://0001-meson-add-option-to-disable-pam-tests.patch" -SRC_URI[archive.sha256sum] = "163d08d783be6d4ab9a979ceb5a4fecbc1d9660d3c34168c581301cd53912b20" +SRC_URI[archive.sha256sum] = "08f45c44760ab4c2d6febd6e0eeb421663b29a72be52c48c61c507b0ef6a7920" EXTRA_OEMESON += "-Dpam-tests=false"