From patchwork Fri Mar 15 17:00:09 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: 41016 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 9BD1BC54E6A for ; Fri, 15 Mar 2024 17:00:12 +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.1264.1710522010477660274 for ; Fri, 15 Mar 2024 10:00:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=ShOU+Cvh; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=VGw2ldZD; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101018e430e87c7-38ef629f-bd83-4cc4-aa46-c930190f3ab6-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=1710522009; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=3BlD5BM8imJMlPUx4t+FFJjrIVG5cAF7FQ3qzZHQGtw=; b=ShOU+Cvhf/aevgpseQpDBc/tE0Fk62mkMDCllquQS+LyLNVAfaH4XmYlaf5PQhN/ GO4A2ZgAjng6l+O3YqcDM8N5V7eT+6PNbzFTG51AgMJ4TIu36vng19/pmZFSqNeymxA sbUr9u8Gi+FJmhWWPwb7Wfrai9/cqSev1zLbLKsc= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1710522009; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=3BlD5BM8imJMlPUx4t+FFJjrIVG5cAF7FQ3qzZHQGtw=; b=VGw2ldZD46ki5HvWBiWWB4W9OtZwl+hz/irc2lulQmc5OqxHgxt6fNSSL64yVqmN Fys7GDRnl10/aO6nArTYaZC5p7sXUFVNin5RApBuA9b8iAss2/n9yTiQX+m9YB1z3uv i4qfirfdgDfJ9jTnQGTv0RmCPXd2FMdQhHrnFzxw= MIME-Version: 1.0 From: auh@yoctoproject.org To: Changhyeok Bae Cc: openembedded-core@lists.openembedded.org Subject: [AUH] iproute2: upgrading to 6.8.0 FAILED Message-ID: <0101018e430e87c7-38ef629f-bd83-4cc4-aa46-c930190f3ab6-000000@us-west-2.amazonses.com> Date: Fri, 15 Mar 2024 17:00:09 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.03.15-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 ; Fri, 15 Mar 2024 17:00:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/197147 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *iproute2* to *6.8.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-iproute2-upgrade-6.7.0-6.8.0.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 ef85d1a8e39b1bbe80b2ff54e2b3e1c292119ad4 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 Mar 2024 05:08:13 +0000 Subject: [PATCH] iproute2: upgrade 6.7.0 -> 6.8.0 --- .../iproute2/0001-libc-compat.h-add-musl-workaround.patch | 3 +-- .../iproute2/{iproute2_6.7.0.bb => iproute2_6.8.0.bb} | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-connectivity/iproute2/{iproute2_6.7.0.bb => iproute2_6.8.0.bb} (97%) diff --git a/meta/recipes-connectivity/iproute2/iproute2/0001-libc-compat.h-add-musl-workaround.patch b/meta/recipes-connectivity/iproute2/iproute2/0001-libc-compat.h-add-musl-workaround.patch index 74e3de1ce9..47fe3d884b 100644 --- a/meta/recipes-connectivity/iproute2/iproute2/0001-libc-compat.h-add-musl-workaround.patch +++ b/meta/recipes-connectivity/iproute2/iproute2/0001-libc-compat.h-add-musl-workaround.patch @@ -1,4 +1,4 @@ -From c25f8d1f7a6203dfeb10b39f80ffd314bb84a58d Mon Sep 17 00:00:00 2001 +From 6cf14e2254251a238257a42d5602078a35595bd6 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Thu, 22 Dec 2016 15:26:30 +0200 Subject: [PATCH] libc-compat.h: add musl workaround @@ -14,7 +14,6 @@ https://git.buildroot.net/buildroot/tree/package/iproute2/0001-Add-the-musl-work Signed-off-by: Baruch Siach Signed-off-by: Maxin B. John - --- include/uapi/linux/libc-compat.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb b/meta/recipes-connectivity/iproute2/iproute2_6.8.0.bb similarity index 97% rename from meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb rename to meta/recipes-connectivity/iproute2/iproute2_6.8.0.bb index 640b3013f1..65a7c1c372 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_6.8.0.bb @@ -15,7 +15,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ file://0001-libc-compat.h-add-musl-workaround.patch \ " -SRC_URI[sha256sum] = "ff942dd9828d7d1f867f61fe72ce433078c31e5d8e4a78e20f02cb5892e8841d" +SRC_URI[sha256sum] = "03a6cca3d71a908d1f15f7b495be2b8fe851f941458dc4664900d7f45fcf68ce" inherit update-alternatives bash-completion pkgconfig