From patchwork Sat Sep 2 10:29:11 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: 29807 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 A2288CA0FFF for ; Sat, 2 Sep 2023 10:29:13 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web10.5670.1693650552681799033 for ; Sat, 02 Sep 2023 03:29:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Ez3vx0Ot; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=Hzq89KzZ; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101018a5570839a-f0a1cfec-1acb-444c-8445-727f338c08ef-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=1693650552; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=X37qBSX8zyTLL4U6XYJ5eZNxljH/ywKmirfQcpYBVAg=; b=Ez3vx0Oth/rWJ39CUKub5GUY9XatxA8aMOka7IqJ/0JhysPkKYjLz3nQfi5XDEXm UT6uhOI5L/6MOz21dpI6J3jzbiGAqk3PS4f6lwYqYK7eWudaHLYL5MAgb60jZGJEKBg DcG8YYDrHBz5DZ9Aoxx12cbCE9HjVC1eYzkjGw4I= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1693650552; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=X37qBSX8zyTLL4U6XYJ5eZNxljH/ywKmirfQcpYBVAg=; b=Hzq89KzZa1ph+erzbs+TF9uuMZzNLGlIeKOMRyuc5cjinDl38/BECSozO9OI09iR lntagu2XN4bpnKj+bj+RCSwc+MsS5F9UY2eUdjTKBTcHgj8NslwAuJrMP+8RVmvHIO4 CI4bGd/bNwsN8DqViP3ej+ymL5mwrjdRlP0TdNv4= MIME-Version: 1.0 From: auh@yoctoproject.org To: Chen Qi Cc: openembedded-core@lists.openembedded.org Subject: [AUH] util-linux-libuuid: upgrading to 2.39.2 FAILED Message-ID: <0101018a5570839a-f0a1cfec-1acb-444c-8445-727f338c08ef-000000@us-west-2.amazonses.com> Date: Sat, 2 Sep 2023 10:29:11 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.09.02-54.240.27.23 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, 02 Sep 2023 10:29:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/187042 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *util-linux-libuuid* to *2.39.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-util-linux-libuuid-upgrade-2.39.1-2.39.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 53f0a881b11ff28b682b8698f61a7fa70a4b9bb6 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 Sep 2023 10:03:51 +0000 Subject: [PATCH] util-linux-libuuid: upgrade 2.39.1 -> 2.39.2 --- ...til-linux-libuuid_2.39.1.bb => util-linux-libuuid_2.39.2.bb} | 0 meta/recipes-core/util-linux/util-linux.inc | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/util-linux/{util-linux-libuuid_2.39.1.bb => util-linux-libuuid_2.39.2.bb} (100%) diff --git a/meta/recipes-core/util-linux/util-linux-libuuid_2.39.1.bb b/meta/recipes-core/util-linux/util-linux-libuuid_2.39.2.bb similarity index 100% rename from meta/recipes-core/util-linux/util-linux-libuuid_2.39.1.bb rename to meta/recipes-core/util-linux/util-linux-libuuid_2.39.2.bb diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 99ce2a24b0..4aa173574c 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc @@ -37,4 +37,4 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/util-linux/v${MAJOR_VERSION}/util-lin file://avoid_parallel_tests.patch \ " -SRC_URI[sha256sum] = "890ae8ff810247bd19e274df76e8371d202cda01ad277681b0ea88eeaa00286b" +SRC_URI[sha256sum] = "87abdfaa8e490f8be6dde976f7c80b9b5ff9f301e1b67e3899e1f05a59a1531f"