From patchwork Mon Nov 18 21:16:53 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: 52629 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 10FEAD60040 for ; Mon, 18 Nov 2024 21:17:00 +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.web11.4643.1731964601777918275 for ; Mon, 18 Nov 2024 13:16:53 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=HPrV1zPF; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=RPD1Vsw5; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 010101934122b268-37014f28-4ff0-4c32-a7f4-60c56bedc0a3-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=1731964613; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=4BWmnV3okwYuDiWYtfr3G/QgxCVaysxSg4fxO/siuOg=; b=HPrV1zPFlGmoTJID1ZlMrSaaFxE0I5cvJ/RCd1kGpks7hQ62O5rmmPsqfXBp3kDx 99agd8Hbjg9do5J79aLK/HROk+KY5bWXQHtTpke4uF1SDa2d7s8MMHPWW0tqqzxjJXl dI6/U79IR2o4a+yajAueFj+cosjxrLm9rIyzmCg4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1731964613; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=4BWmnV3okwYuDiWYtfr3G/QgxCVaysxSg4fxO/siuOg=; b=RPD1Vsw5VySx94riE0N/SanaR8QXUyH+BGd+9kgFiVOHWJMdSBjcT03xBn7UCzt9 YGpNLGgu9Oq4L+hx8ds5jrPqCFwGhV7TJqf/sN+8BdIHtR2pTxRVlL8CcU4jVLo/mWJ 8wo1HvwpB/SEsycUqvqYMB65LlD10d3Uhsfeu8ao= MIME-Version: 1.0 From: auh@yoctoproject.org To: Chen Qi Cc: openembedded-core@lists.openembedded.org Subject: [AUH] debugedit: upgrading to 5.1 FAILED Message-ID: <010101934122b268-37014f28-4ff0-4c32-a7f4-60c56bedc0a3-000000@us-west-2.amazonses.com> Date: Mon, 18 Nov 2024 21:16:53 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.11.18-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 ; Mon, 18 Nov 2024 21:17:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/207257 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *debugedit* to *5.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-debugedit-upgrade-5.0-5.1.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 8ebcde30a04e7ef034140254664a3c391d3ae27a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 16 Nov 2024 08:27:56 +0000 Subject: [PATCH] debugedit: upgrade 5.0 -> 5.1 --- .../{debugedit_5.0.bb => debugedit_5.1.bb} | 6 ++++-- .../0003-Makefile.am-do-not-update-manual.patch | 13 +++++-------- 2 files changed, 9 insertions(+), 10 deletions(-) rename meta/recipes-devtools/debugedit/{debugedit_5.0.bb => debugedit_5.1.bb} (85%) diff --git a/meta/recipes-devtools/debugedit/debugedit_5.0.bb b/meta/recipes-devtools/debugedit/debugedit_5.1.bb similarity index 85% rename from meta/recipes-devtools/debugedit/debugedit_5.0.bb rename to meta/recipes-devtools/debugedit/debugedit_5.1.bb index 63ad7babd9..43098a1667 100644 --- a/meta/recipes-devtools/debugedit/debugedit_5.0.bb +++ b/meta/recipes-devtools/debugedit/debugedit_5.1.bb @@ -9,14 +9,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ file://COPYING3;md5=d32239bcb673463ab874e80d47fae504" -SRC_URI = "https://sourceware.org/ftp/debugedit/${PV}/debugedit-${PV}.tar.xz" +SRC_URI = "https://sourceware.org/ftp/debugedit/${PV}/debugedit-${PV}.tar.xz \ + file://0003-Makefile.am-do-not-update-manual.patch \ + " SRC_URI:append:libc-musl = "\ file://0002-sepdebugcrcfix.c-do-not-use-64bit-variants.patch \ file://0003-Makefile.am-do-not-update-manual.patch \ " -SRC_URI[sha256sum] = "e9ecd7d350bebae1f178ce6776ca19a648b6fe8fa22f5b3044b38d7899aa553e" +SRC_URI[sha256sum] = "ee9b688b2ed8fa62551c54cb5dc31aaa05853e7dedbd9e1237c77894ea5e3626" DEPENDS = "elfutils" DEPENDS:append:libc-musl = " musl-legacy-error" diff --git a/meta/recipes-devtools/debugedit/files/0003-Makefile.am-do-not-update-manual.patch b/meta/recipes-devtools/debugedit/files/0003-Makefile.am-do-not-update-manual.patch index de467f5365..d0414f739a 100644 --- a/meta/recipes-devtools/debugedit/files/0003-Makefile.am-do-not-update-manual.patch +++ b/meta/recipes-devtools/debugedit/files/0003-Makefile.am-do-not-update-manual.patch @@ -1,7 +1,7 @@ -From 4f0d7d2f4900ce8555e09854dc681278b7a3d9a9 Mon Sep 17 00:00:00 2001 +From b2715c3f4d28fab1c238086d9b5435e269b06301 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Thu, 23 Mar 2023 13:09:23 +0800 -Subject: [PATCH 3/3] Makefile.am: do not update manual +Subject: [PATCH] Makefile.am: do not update manual The tarball ships these manuals, no need to re-generate them. We have local patches for debugedit.c and sepdebugcrcfix.c, @@ -20,7 +20,7 @@ Signed-off-by: Chen Qi 1 file changed, 30 deletions(-) diff --git a/Makefile.am b/Makefile.am -index 98b2f20..f91deea 100644 +index c590edf..692e016 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,36 +52,6 @@ sepdebugcrcfix_LDADD = @LIBELF_LIBS@ @@ -58,8 +58,5 @@ index 98b2f20..f91deea 100644 - esac - noinst_HEADERS= tools/ansidecl.h \ - tools/hashtab.h \ - tools/md5.h \ --- -2.17.1 - + tools/hashtab.h +