From patchwork Wed May 1 16:00:16 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: 43037 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 F2947C25B5C for ; Wed, 1 May 2024 16:00:19 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web10.1143.1714579217241263645 for ; Wed, 01 May 2024 09:00:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=NGv+NKrz; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=p6RQ0Dho; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101018f34e298d6-b2d2dddd-fc45-4b6a-91d0-4a8aadf34dd1-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=1714579216; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=fvws0m5Epeu0lss/pHNlCXwtwwPUQs/M96LnLzwhX4w=; b=NGv+NKrzfr75icq65SkHAFsqcYPJiCOOJRCZcMjkvONPGjFrPV3MJ3AE4W1PWhk3 DcpAxu+2S55sXPDqlhLLVnyX1qT4z8Qkf+O8VJxtg+xQAHtv5SIM+k/9Dg2VydHvW+o ke97ZBJWDev+q50kq28WGOaXxFUy5JgFlncGcsaE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1714579216; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=fvws0m5Epeu0lss/pHNlCXwtwwPUQs/M96LnLzwhX4w=; b=p6RQ0Dho9dLbpVFvN5NWNr5PmyyNrnPMxD8Z+X1T1ArFUMg2c2jwt69tlGxJzY5C YjT+9EvC6DUgVuxQPqRNTDLr91bA1RU/JJIpk9CyrNgwzwlTWJXohAsVj6WpRJODz5/ UWQ4mAtyUlfsqnGAOr+vd5BLwJKh9q71B5igcRMw= MIME-Version: 1.0 From: auh@yoctoproject.org To: Yi Zhao Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libcap-ng-python: upgrading to 0.8.5 FAILED Message-ID: <0101018f34e298d6-b2d2dddd-fc45-4b6a-91d0-4a8aadf34dd1-000000@us-west-2.amazonses.com> Date: Wed, 1 May 2024 16:00:16 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.05.01-54.240.27.192 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 ; Wed, 01 May 2024 16:00:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/198880 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libcap-ng-python* to *0.8.5* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-libcap-ng-python-upgrade-0.8.4-0.8.5.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 872cfc7b244c4f236bba6fac3ac953b179801484 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 May 2024 14:53:09 +0000 Subject: [PATCH] libcap-ng-python: upgrade 0.8.4 -> 0.8.5 --- .../files/fix-issues-with-swig-4-2.patch | 32 ------------------- ...hon_0.8.4.bb => libcap-ng-python_0.8.5.bb} | 0 meta/recipes-support/libcap-ng/libcap-ng.inc | 6 ++-- 3 files changed, 2 insertions(+), 36 deletions(-) delete mode 100644 meta/recipes-support/libcap-ng/files/fix-issues-with-swig-4-2.patch rename meta/recipes-support/libcap-ng/{libcap-ng-python_0.8.4.bb => libcap-ng-python_0.8.5.bb} (100%) diff --git a/meta/recipes-support/libcap-ng/files/fix-issues-with-swig-4-2.patch b/meta/recipes-support/libcap-ng/files/fix-issues-with-swig-4-2.patch deleted file mode 100644 index fb424fe725..0000000000 --- a/meta/recipes-support/libcap-ng/files/fix-issues-with-swig-4-2.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 355eada2d20886287cffc16e304087dd6f66ae37 Mon Sep 17 00:00:00 2001 -From: Steve Grubb -Date: Thu, 4 Jan 2024 15:06:29 -0500 -Subject: [PATCH] Remove python global exception handler since its deprecated - -Upstream-Status: Backport [https://github.com/stevegrubb/libcap-ng/commit/30453b6553948cd05c438f9f509013e3bb84f25b] -Signed-off-by: Anuj Mittal ---- - bindings/src/capng_swig.i | 7 ------- - 1 file changed, 7 deletions(-) - -diff --git a/bindings/src/capng_swig.i b/bindings/src/capng_swig.i -index fcdaf18..fa85e13 100644 ---- a/bindings/src/capng_swig.i -+++ b/bindings/src/capng_swig.i -@@ -30,13 +30,6 @@ - - %varargs(16, signed capability = 0) capng_updatev; - --%except(python) { -- $action -- if (result < 0) { -- PyErr_SetFromErrno(PyExc_OSError); -- return NULL; -- } --} - #endif - - %define __signed__ --- -2.43.2 - diff --git a/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb b/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.5.bb similarity index 100% rename from meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb rename to meta/recipes-support/libcap-ng/libcap-ng-python_0.8.5.bb diff --git a/meta/recipes-support/libcap-ng/libcap-ng.inc b/meta/recipes-support/libcap-ng/libcap-ng.inc index 845b7c2f0a..875337b954 100644 --- a/meta/recipes-support/libcap-ng/libcap-ng.inc +++ b/meta/recipes-support/libcap-ng/libcap-ng.inc @@ -7,11 +7,9 @@ LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06" -SRC_URI = "https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz \ - file://fix-issues-with-swig-4-2.patch \ - " +SRC_URI = "https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz" -SRC_URI[sha256sum] = "68581d3b38e7553cb6f6ddf7813b1fc99e52856f21421f7b477ce5abd2605a8a" +SRC_URI[sha256sum] = "3ba5294d1cbdfa98afaacfbc00b6af9ed2b83e8a21817185dfd844cc8c7ac6ff" EXTRA_OECONF:append:class-target = " --with-capability_header=${STAGING_INCDIR}/linux/capability.h" EXTRA_OECONF:append:class-nativesdk = " --with-capability_header=${STAGING_INCDIR}/linux/capability.h"