From patchwork Tue Apr 16 06:13:56 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: 42379 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 E6826C25B74 for ; Tue, 16 Apr 2024 06:14:08 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web11.13422.1713248037130602273 for ; Mon, 15 Apr 2024 23:13:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=E989Rrda; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=UxYnzrHP; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101018ee58a65cd-57c2f6e6-75f8-4a2d-8283-4e0f7117c2da-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=1713248036; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=LEff4x0pSe5bxYcMUsqanwoXgsv//gkMIANRaSE+3HA=; b=E989RrdaxVgotevDWSKfsrG/1w586ddvs7OK90+CIFwBpID0kupaHziM8x3bJRP0 jVs84maitCyM8JsxIUaDknbjmqySudyxtSh1NAdYFXbUdvRLllXejDZZ+P9HAcUWSs/ zwmrdkEj1sm3BHHOAmAgDyXUvooeVjQx0BER3AdE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1713248036; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=LEff4x0pSe5bxYcMUsqanwoXgsv//gkMIANRaSE+3HA=; b=UxYnzrHPK7f29j9Ddf3DlRcqFskHY6Ct4ZDIT6d+JiH7apdh90n+rSEeKR4c/pfx PgTMYRalz5oaESnV2c1QbmTrByyptm8nYuBPP/FSIzaBAP05m3QpM49kOVjq4c3aKgo +M+71GRJVyqt/So0dBENgfZ5vJRhB4YqNcXiOMiA= 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: <0101018ee58a65cd-57c2f6e6-75f8-4a2d-8283-4e0f7117c2da-000000@us-west-2.amazonses.com> Date: Tue, 16 Apr 2024 06:13:56 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.16-54.240.27.30 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 ; Tue, 16 Apr 2024 06:14:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/198252 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 6e67c73ae89d4b53966b1bb4ab128d3e0052f4bb Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Apr 2024 17:27:46 +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..923fd05e0f 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 1743a45cb11fd64739237afdf9e14d9118772edc 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