From patchwork Sat Jun 1 17:33:39 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 44545 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 42A9AC3065B for ; Sat, 1 Jun 2024 17:33:41 +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.42215.1717263218661094089 for ; Sat, 01 Jun 2024 10:33:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=AtHBT/hB; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=PUYX2TAK; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101018fd4dd3aee-b65d79e2-dbf3-484b-b039-80ab78820a0c-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=1717263219; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=WZdm8Etiq7pr6/1B4F1eYxS3z6H9lUpBYMdzsU57tEA=; b=AtHBT/hBS6OrbCBL9hGTzdVM2iykLWIe0+psGISvZRVq+1UMmFO3Bipy8LqMhLYT SqHhRLpzn2TiD3CZ8+c/J4EofkmDqUzlVF4a8llToBK0l4mjy6FXhRBeaLxgdZIt/Lo Nn4QrR3LL5/AtsAzSBvlPFhPR4VmgVBBxqGz0zFs= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1717263219; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=WZdm8Etiq7pr6/1B4F1eYxS3z6H9lUpBYMdzsU57tEA=; b=PUYX2TAKyTdjlrRm7F+M3RS6DRIo9x/WCqHAAOnbeYnsdbvOmS2Yk+ojFQwezMq3 biNjLzXiTWuWfZjg9BKtME0PJ0E1zFGGK0fuNMIU0mvvbhnUQdGTUXGbmbm974oHpCO rJrnuTj2hJiqi3+Oj1kgL/ZAYbtwC/+phrsqHx7s= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] vte: upgrading to 0.76.2 FAILED Message-ID: <0101018fd4dd3aee-b65d79e2-dbf3-484b-b039-80ab78820a0c-000000@us-west-2.amazonses.com> Date: Sat, 1 Jun 2024 17:33:39 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.06.01-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, 01 Jun 2024 17:33:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/200186 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vte* to *0.76.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-vte-upgrade-0.74.2-0.76.2.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 fb8994e9cc015c01bdb1f5c61fc8b13c25bf234b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Jun 2024 17:26:33 +0000 Subject: [PATCH] vte: upgrade 0.74.2 -> 0.76.2 --- ...1-Add-W_EXITCODE-macro-for-non-glibc-systems.patch | 11 ++++------- .../vte/{vte_0.74.2.bb => vte_0.76.2.bb} | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) rename meta/recipes-support/vte/{vte_0.74.2.bb => vte_0.76.2.bb} (96%) diff --git a/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch b/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch index 8934d5f80a..e6cc2753b7 100644 --- a/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch +++ b/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch @@ -1,4 +1,4 @@ -From de9639baac792327c701e509258b8a13f6959e82 Mon Sep 17 00:00:00 2001 +From 11ca28289ac68e564808ced4b5a7942722a39ef9 Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Thu, 21 Mar 2019 14:19:26 +0100 Subject: [PATCH] Add W_EXITCODE macro for non-glibc systems @@ -12,11 +12,11 @@ Signed-off-by: Andreas Müller [1] https://gitlab.gnome.org/GNOME/vte/issues/72 --- - src/widget.cc | 4 +++ - 1 files changed, 4 insertions(+) + src/widget.cc | 4 ++++ + 1 file changed, 4 insertions(+) diff --git a/src/widget.cc b/src/widget.cc -index 07f7cabf..31a77f68 100644 +index b8daa5c..c357960 100644 --- a/src/widget.cc +++ b/src/widget.cc @@ -16,6 +16,10 @@ @@ -30,6 +30,3 @@ index 07f7cabf..31a77f68 100644 #include "config.h" #include "widget.hh" --- -2.42.0 - diff --git a/meta/recipes-support/vte/vte_0.74.2.bb b/meta/recipes-support/vte/vte_0.76.2.bb similarity index 96% rename from meta/recipes-support/vte/vte_0.74.2.bb rename to meta/recipes-support/vte/vte_0.76.2.bb index d8eafde2fb..d0e81c302a 100644 --- a/meta/recipes-support/vte/vte_0.74.2.bb +++ b/meta/recipes-support/vte/vte_0.76.2.bb @@ -19,7 +19,7 @@ GIDOCGEN_MESON_OPTION = "docs" inherit gnomebase gi-docgen features_check upstream-version-is-even gobject-introspection systemd vala SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch" -SRC_URI[archive.sha256sum] = "a535fb2a98fea8a2449cd1a02cccf5190131dddff52e715afdace3feb536eae7" +SRC_URI[archive.sha256sum] = "e3dc6082d5bd70f8aafaaad2cdfcaf7e51da6ba00a919b11ddac6efa09c72847" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"