From patchwork Thu May 1 15:33:47 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: 62254 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 19EC2C54E71 for ; Thu, 1 May 2025 15:33:57 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web11.1816.1746113628549843091 for ; Thu, 01 May 2025 08:33:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=ZB6ulc6L; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=s08K5+aW; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101968c7b875b-ca412c82-f254-4cf1-a917-ccf8bac5f1c3-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=1746113628; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=luVvEW1egqfhPw29NW66M2GyfcekOtL3uTCCDnipkt8=; b=ZB6ulc6LogWJ//YWmOwn9ljXRcGEwGVem9sr+set42+SE9BQKpNAdl6ZciyGZB5S 4LzkFBwYijgAYN5Sm9GopOCIOhl8rHaVE8TsTyzbPbiJ9AgaLF3DHsukiNNQb3Na/WM M/1WYbxuRhTICYjs+4EK+jlX4QFHJGq0CuIL9LwE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1746113628; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=luVvEW1egqfhPw29NW66M2GyfcekOtL3uTCCDnipkt8=; b=s08K5+aWppLZRKIYHkGfR7PeeXzv9nkHWooz+pcmZXDrdip6L5E5mDW4Kf2macI1 k0/ZhRDs+uXG8FeI5GJil+5ELmFrzT8Z/14FhyI4lGc5RiPyc7q3J25DIrR/0k4vCKr z7hmzOUqh0RWA/GgRkswaCJOwclvvG2vWNS9e5C4= MIME-Version: 1.0 From: auh@yoctoproject.org To: Chen Qi Cc: openembedded-core@lists.openembedded.org Subject: [AUH] diffutils: upgrading to 3.12 FAILED Message-ID: <010101968c7b875b-ca412c82-f254-4cf1-a917-ccf8bac5f1c3-000000@us-west-2.amazonses.com> Date: Thu, 1 May 2025 15:33:47 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.05.01-54.240.27.45 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 May 2025 15:33:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/215848 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *diffutils* to *3.12* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-diffutils-upgrade-3.11-3.12.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 86a39a7a13e9d34697a5bbd062313da25b2f5b13 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 May 2025 10:32:58 +0000 Subject: [PATCH] diffutils: upgrade 3.11 -> 3.12 --- .../diffutils/0001-Skip-strip-trailing-cr-test-case.patch | 7 +++---- .../diffutils/{diffutils_3.11.bb => diffutils_3.12.bb} | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) rename meta/recipes-extended/diffutils/{diffutils_3.11.bb => diffutils_3.12.bb} (93%) diff --git a/meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch b/meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch index 32793233f9..3dda96f862 100644 --- a/meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch +++ b/meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch @@ -1,4 +1,4 @@ -From f31395c931bc633206eccfcfaaaa5d15021a3e86 Mon Sep 17 00:00:00 2001 +From 52c064d0420b284dd4a5fc7b36c1cea7b8a419cb Mon Sep 17 00:00:00 2001 From: Peiran Hong Date: Thu, 5 Sep 2019 15:42:22 -0400 Subject: [PATCH] Skip strip-trailing-cr test case @@ -10,16 +10,15 @@ package. Upstream-Status: Inappropriate [embedded specific] Signed-off-by: Peiran Hong - --- tests/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am -index 79bacfb..4adb4d7 100644 +index 47449fc..718e976 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am -@@ -22,7 +22,6 @@ TESTS = \ +@@ -30,7 +30,6 @@ TESTS = \ stdin \ strcoll-0-names \ filename-quoting \ diff --git a/meta/recipes-extended/diffutils/diffutils_3.11.bb b/meta/recipes-extended/diffutils/diffutils_3.12.bb similarity index 93% rename from meta/recipes-extended/diffutils/diffutils_3.11.bb rename to meta/recipes-extended/diffutils/diffutils_3.12.bb index a4badc044e..67233d1634 100644 --- a/meta/recipes-extended/diffutils/diffutils_3.11.bb +++ b/meta/recipes-extended/diffutils/diffutils_3.12.bb @@ -8,7 +8,7 @@ SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.xz \ file://0001-Skip-strip-trailing-cr-test-case.patch \ " -SRC_URI[sha256sum] = "a73ef05fe37dd585f7d87068e4a0639760419f810138bd75c61ddaa1f9e2131e" +SRC_URI[sha256sum] = "7c8b7f9fc8609141fdea9cece85249d308624391ff61dedaf528fcb337727dfd" EXTRA_OECONF += "ac_cv_path_PR_PROGRAM=${bindir}/pr --without-libsigsegv-prefix"