From patchwork Mon Jan 1 13:12:00 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: 37166 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 DBC00C47DAF for ; Mon, 1 Jan 2024 13:12:05 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web11.4622.1704114718833643868 for ; Mon, 01 Jan 2024 05:12:01 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=IDZxKKnA; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=iNIfkA8W; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101018cc5270f74-e3cfed1e-6515-4ab8-8a54-05bdea96c457-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=1704114720; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=Fr/TTkVp0ejFVht/nN2l1LLh/A1yukoJp2hpUyqAMOk=; b=IDZxKKnA99IuJaQAKouGIcQuty8GORDekAkYvU19KTGDPqSI5fNmXOJAAn/vXDHd CG9R/rQx+t207BYpPy/Hw/agVYatoWaFhCvdjqYYmXMtL+r5xe+4N7tC2//rfGE2APF +qdFGqtakdaJ6By43ytfJDDRcB/zQrWxS05pxzX0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1704114720; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=Fr/TTkVp0ejFVht/nN2l1LLh/A1yukoJp2hpUyqAMOk=; b=iNIfkA8W7Zhzk4JXx91Y5vLuf2i/Lu6tX+53jbzV+T9rlCv8tCfLPYWujADA5SLx L4UVw2zxNF2jJ8Ds66bupvK2FaR8oM7wo26HDEGtoB0g860iGLQL3PnAxY68QN4oaUR xtM3ow5Mq420BgtHw46t8h+QgjAStg0RNqvqsYCE= 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.4 FAILED Message-ID: <0101018cc5270f74-e3cfed1e-6515-4ab8-8a54-05bdea96c457-000000@us-west-2.amazonses.com> Date: Mon, 1 Jan 2024 13:12:00 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.01.01-54.240.27.191 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, 01 Jan 2024 13:12:05 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/193174 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.4* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-libcap-ng-python-upgrade-0.8.3-0.8.4.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 b069bebadee2d897686516e42315862aa16750e9 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Jan 2024 12:42:20 +0000 Subject: [PATCH] libcap-ng-python: upgrade 0.8.3 -> 0.8.4 --- .../{libcap-ng-python_0.8.3.bb => libcap-ng-python_0.8.4.bb} | 0 meta/recipes-support/libcap-ng/libcap-ng.inc | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libcap-ng/{libcap-ng-python_0.8.3.bb => libcap-ng-python_0.8.4.bb} (100%) diff --git a/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.3.bb b/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb similarity index 100% rename from meta/recipes-support/libcap-ng/libcap-ng-python_0.8.3.bb rename to meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb diff --git a/meta/recipes-support/libcap-ng/libcap-ng.inc b/meta/recipes-support/libcap-ng/libcap-ng.inc index 55e3287396..a6b5dcf452 100644 --- a/meta/recipes-support/libcap-ng/libcap-ng.inc +++ b/meta/recipes-support/libcap-ng/libcap-ng.inc @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ SRC_URI = "https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz" -SRC_URI[sha256sum] = "bed6f6848e22bb2f83b5f764b2aef0ed393054e803a8e3a8711cb2a39e6b492d" +SRC_URI[sha256sum] = "68581d3b38e7553cb6f6ddf7813b1fc99e52856f21421f7b477ce5abd2605a8a" 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"