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: 37171 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 A79F8C47DDA for ; Mon, 1 Jan 2024 13:12:06 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web11.4630.1704114719598145901 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=c24gZoVT; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=ksBbWMWO; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101018cc5270f7d-30a14188-ec54-41ff-8a99-1afc4f7e16fd-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=dv4gp5ob8f7OL5KmUe5pkqdtlzu2nlhj/nnme8lQTHY=; b=c24gZoVTaspgwzPPweROjQ9L97X7CxhH4rFylBFl75gSyZFdhaCEcBxKXezzTGsv gt+83UX28EIaD91q4fstBNP+qzcYcfIgFrhcVSwpY1wnlgGWJ2dJfnlkcCiflsTsGMW YBnhCMMCsr0Ae+I9yATynLqYB0V98LYt/txbzq8g= 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=dv4gp5ob8f7OL5KmUe5pkqdtlzu2nlhj/nnme8lQTHY=; b=ksBbWMWO2L8PWU3ufErUpYmjEYMPfFPmBlY7I3EA0MCXrr+r3ujCkzS+eYlfI0yU cBhtVB5z1ItjrbJpmDCVEokMwvOij9YHepP5dnt5yp7lXISMa5ivt+XnMNeE+HBLjtX y2CUj/xdngxWY8nTQsVN3blwY5NwEx8IrPFY43G4= MIME-Version: 1.0 From: auh@yoctoproject.org To: Yi Zhao Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libcap-ng: upgrading to 0.8.4 FAILED Message-ID: <0101018cc5270f7d-30a14188-ec54-41ff-8a99-1afc4f7e16fd-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.45 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:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/193158 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libcap-ng* to *0.8.4* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-libcap-ng-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 26bfadcb3c15a71f5fc395afe7247901b02430b0 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Jan 2024 12:45:32 +0000 Subject: [PATCH] libcap-ng: upgrade 0.8.3 -> 0.8.4 --- meta/recipes-support/libcap-ng/libcap-ng.inc | 2 +- .../libcap-ng/{libcap-ng_0.8.3.bb => libcap-ng_0.8.4.bb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libcap-ng/{libcap-ng_0.8.3.bb => libcap-ng_0.8.4.bb} (100%) 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" diff --git a/meta/recipes-support/libcap-ng/libcap-ng_0.8.3.bb b/meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb similarity index 100% rename from meta/recipes-support/libcap-ng/libcap-ng_0.8.3.bb rename to meta/recipes-support/libcap-ng/libcap-ng_0.8.4.bb