From patchwork Sat Aug 5 07:38:59 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@moto-timo.dev X-Patchwork-Id: 28718 Return-Path: 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 D7A71C00528 for ; Sat, 5 Aug 2023 07:38:59 +0000 (UTC) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by mx.groups.io with SMTP id smtpd.web10.2152.1691221132802014886 for ; Sat, 05 Aug 2023 00:38:54 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@moto-timo.dev header.s=gm1 header.b=Fs+PDV27; spf=pass (domain: moto-timo.dev, ip: 217.70.183.193, mailfrom: auh@moto-timo.dev) Received: by mail.gandi.net (Postfix) with ESMTPSA id 57836240002 for ; Sat, 5 Aug 2023 07:38:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=moto-timo.dev; s=gm1; t=1691221131; h=from:from:reply-to:subject:subject:to:to:cc:mime-version:mime-version: content-type:content-type; bh=9hjTm2eqVpGgmsNdHPZ/q9NG6bK/O5W447mzIhESass=; b=Fs+PDV27lW2PpvcG/o2lhZUCkuCIYiQTk7+5AyUPvrngmzdKbxVpS5ACD8Sr6/SNUAbSIJ QRUhm2RQu8NP0BxdgFLRt4q1gh9FHWd+HXk7sOs/jWt46E5diDgvixwZ3qXy6C+Hv/xDCM Aqq770TC6R7k2IN/0+f9zf5gYW6l3qglMC3SWOTNfQs+uxPhr4NMXxEpmhOVMLy3qKaNW+ XXIhqhgkX6TP4rBFby657cXPTU1hMNex30cIwc0MV/Cc6m8ymxg1g8MMWsETNw4lPKFcSP UV9gUAlehKJ79gPhDKgYsj1hcnW+pB/iy25xAfLoX6YIn5LJvZbw11CtJy7wMA== MIME-Version: 1.0 From: auh@moto-timo.dev To: openembedded-devel@lists.openembedded.org Subject: [AUH] python3-grpcio-tools: upgrading to 1.56.2 FAILED X-GND-Sasl: auh@moto-timo.dev 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 ; Sat, 05 Aug 2023 07:38:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104247 Message-Id: <20230805073859.D7A71C00528@smtp.lore.kernel.org> Date: Sat, 5 Aug 2023 07:38:59 +0000 (UTC) Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-grpcio-tools* to *1.56.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-grpcio-tools-upgrade-1.56.0-1.56.2.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 89a141afaaf0cbb9b0755d690457087ba586af6b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 4 Aug 2023 22:33:34 -0500 Subject: [PATCH] python3-grpcio-tools: upgrade 1.56.0 -> 1.56.2 --- ...n3-grpcio-tools_1.56.0.bb => python3-grpcio-tools_1.56.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio-tools_1.56.0.bb => python3-grpcio-tools_1.56.2.bb} (86%) From 89a141afaaf0cbb9b0755d690457087ba586af6b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 4 Aug 2023 22:33:34 -0500 Subject: [PATCH] python3-grpcio-tools: upgrade 1.56.0 -> 1.56.2 --- ...n3-grpcio-tools_1.56.0.bb => python3-grpcio-tools_1.56.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio-tools_1.56.0.bb => python3-grpcio-tools_1.56.2.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.2.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.0.bb rename to meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.2.bb index 8fbe1fa91..4d8ede159 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.2.bb @@ -13,7 +13,7 @@ SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \ file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \ file://0001-direct_mmap-Use-off_t-on-linux.patch \ " -SRC_URI[sha256sum] = "39f5877cea514b3da9f2683dfb3ffb45ef47b05f4ff39c287d7d61c5057f48b8" +SRC_URI[sha256sum] = "82af2f4040084141a732f0ef1ecf3f14fdf629923d74d850415e4d09a077e77a" RDEPENDS:${PN} = "${PYTHON_PN}-grpcio" -- 2.25.1