From patchwork Thu Aug 1 18:27:14 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 47173 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 7CA3AC54FAD for ; Thu, 1 Aug 2024 18:27:26 +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.75497.1722536828104115023 for ; Thu, 01 Aug 2024 11:27:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=GMzB/Lgw; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=x6NpryXF; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 010101910f32365b-61f42c7e-0e97-4c8f-813e-dcdd6dd7710a-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=1722536834; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=UsfkP+avKtIVurymTRCRJLwjQUjwGHgavtmtI5Ic3XA=; b=GMzB/LgwB5WGJA9YRRHNsxPjgqNWmzWPirZhZKlYgTAt+T3zKbuz26M3RwoAQcXB 90tBgtfjOaWL4H353ToRrycdGlPaDs+BxzjL0gzjqd2khqarGIC1HwjKbwQcZ0+awVW Ve+xwU+O3BBeVflkne9ugndPgS+iA1Wc+KYrKpFs= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1722536834; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=UsfkP+avKtIVurymTRCRJLwjQUjwGHgavtmtI5Ic3XA=; b=x6NpryXFujKkv5TbbeQz1eo915Lx/H+u9fua4JDg2J93XrQk9QW6BiZGc5YNGvn1 6QZFqtm/isAdWxeUs1zXsppTVpIwYiZOvBrcfPnFM991jXcgfXcLWZLz6Dj6YCazuVO CZh1GxFSF+aXidSk605wVD51Q4sZChWbgxtEUpP8= MIME-Version: 1.0 From: auh@yoctoproject.org To: Bruce Ashfield Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libtraceevent: upgrading to 1.8.3 FAILED Message-ID: <010101910f32365b-61f42c7e-0e97-4c8f-813e-dcdd6dd7710a-000000@us-west-2.amazonses.com> Date: Thu, 1 Aug 2024 18:27:14 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.08.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 ; Thu, 01 Aug 2024 18:27:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/202858 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libtraceevent* to *1.8.3* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-libtraceevent-upgrade-1.8.2-1.8.3.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 a1f77ce5584bbfaf24e155a6db2e397fc1e0a74c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Aug 2024 14:59:32 +0000 Subject: [PATCH] libtraceevent: upgrade 1.8.2 -> 1.8.3 --- .../{libtraceevent_1.8.2.bb => libtraceevent_1.8.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/libtraceevent/{libtraceevent_1.8.2.bb => libtraceevent_1.8.3.bb} (93%) diff --git a/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb b/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.3.bb similarity index 93% rename from meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb rename to meta/recipes-kernel/libtraceevent/libtraceevent_1.8.3.bb index d4ace54884..c98fdc5fad 100644 --- a/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb +++ b/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.3.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97 file://LICENSES/LGPL-2.1;md5=b370887980db5dd40659b50909238dbd" SECTION = "libs" -SRCREV = "6f6d5802f31992e7527a4c32b43a32fda6bf6bdf" +SRCREV = "645a883516e343ee970ebb80398cfd7b7dbd227e" SRC_URI = "git://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git;branch=${BPN};protocol=https \ file://meson.patch"