From patchwork Thu May 1 15:33:42 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 62236 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 D427BC3ABBC for ; Thu, 1 May 2025 15:33:44 +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.web10.1771.1746113606695801833 for ; Thu, 01 May 2025 08:33:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=cSIMCcX/; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=JM26OjLT; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 010101968c7b702b-d9b4d48f-a0b8-4bcb-99e8-8f8501b7b1bc-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=1746113622; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=rqTjGLSJT0/Nic7JM4118tqxkdYSMc0WLfoh+MkLhKI=; b=cSIMCcX/O61G1cWmuYvchHnf6O3GY7iFhwStEhlXAdqeFvqKKpF9HQ5l1SkhY/XE e+HOi5YyPMKQ5Ufw5JL87KHMLB0y8AnvMZYIdGlV5Iy5yvUzwc4bhfLIVxS5A0L6qeX fAHzcweocXNpPVkvMte38JMSuImz6tMHVEa9LMS8= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1746113622; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=rqTjGLSJT0/Nic7JM4118tqxkdYSMc0WLfoh+MkLhKI=; b=JM26OjLTgL6topoSKWwDrN7/K6xnaawV14AhxGJA7B1oAqolRjyl/u9kO+RpBMWl IHRcdJjzkp45sZZSs/9QwpcSFlkunS0X5Xt5w4RcK8t5bcXeGqmsD38sB7M+lKlg9Cz NL8AQWLtaEEINUGlPRHTnDKTAXnCAuhCusiXSXVk= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-setuptools: upgrading to 80.1.0 FAILED Message-ID: <010101968c7b702b-d9b4d48f-a0b8-4bcb-99e8-8f8501b7b1bc-000000@us-west-2.amazonses.com> Date: Thu, 1 May 2025 15:33:42 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.05.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 ; Thu, 01 May 2025 15:33:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/215826 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-setuptools* to *80.1.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-setuptools-upgrade-78.1.0-80.1.0.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 8397f35ae75670ddca4df1ff387310fb73a7af8b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 May 2025 09:27:56 +0000 Subject: [PATCH] python3-setuptools: upgrade 78.1.0 -> 80.1.0 --- ...tutils-sysconfig.py-make-it-possible-to-substite.patch | 8 ++++---- ...-conditionally-do-not-fetch-code-by-easy_install.patch | 2 +- ...-setuptools_78.1.0.bb => python3-setuptools_80.1.0.bb} | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) rename meta/recipes-devtools/python/{python3-setuptools_78.1.0.bb => python3-setuptools_80.1.0.bb} (95%) diff --git a/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch b/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch index 8ccffeef1d..3c95babe6a 100644 --- a/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch +++ b/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch @@ -1,4 +1,4 @@ -From c3d2c40e10f24724ab2e3d5f236823f3076c7aec Mon Sep 17 00:00:00 2001 +From b10827349cfc443e4ef1d8f15b4f3c94907bf9ac Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 11 May 2022 21:41:14 +0200 Subject: [PATCH] _distutils/sysconfig.py: make it possible to substite the @@ -20,7 +20,7 @@ Signed-off-by: Alexander Kanavin 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/setuptools/_distutils/sysconfig.py b/setuptools/_distutils/sysconfig.py -index e5facae..0932f6f 100644 +index 7ddc869..01a06af 100644 --- a/setuptools/_distutils/sysconfig.py +++ b/setuptools/_distutils/sysconfig.py @@ -134,6 +134,8 @@ def get_python_inc(plat_specific: bool = False, prefix: str | None = None) -> st @@ -32,7 +32,7 @@ index e5facae..0932f6f 100644 resolved_prefix = prefix if prefix is not None else default_prefix # MinGW imitates posix like layout, but os.name != posix os_name = "posix" if is_mingw() else os.name -@@ -256,7 +258,13 @@ def get_python_lib( +@@ -246,7 +248,13 @@ def get_python_lib( early_prefix = prefix @@ -47,7 +47,7 @@ index e5facae..0932f6f 100644 if standard_lib: prefix = plat_specific and BASE_EXEC_PREFIX or BASE_PREFIX else: -@@ -271,7 +279,7 @@ def get_python_lib( +@@ -261,7 +269,7 @@ def get_python_lib( # Pure Python libdir = "lib" implementation = 'pypy' if IS_PYPY else 'python' diff --git a/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch b/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch index 785a2192c3..f5973ca099 100644 --- a/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch +++ b/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch @@ -1,4 +1,4 @@ -From 92363514224b0aeba065f83b868a15a2a03601ab Mon Sep 17 00:00:00 2001 +From 04a2b2a74cbb728d6d0d68418a9732ce72fb675c Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 17 Jul 2018 10:13:38 +0800 Subject: [PATCH] conditionally do not fetch code by easy_install diff --git a/meta/recipes-devtools/python/python3-setuptools_78.1.0.bb b/meta/recipes-devtools/python/python3-setuptools_80.1.0.bb similarity index 95% rename from meta/recipes-devtools/python/python3-setuptools_78.1.0.bb rename to meta/recipes-devtools/python/python3-setuptools_80.1.0.bb index 7455ec41af..24507205b3 100644 --- a/meta/recipes-devtools/python/python3-setuptools_78.1.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_80.1.0.bb @@ -13,7 +13,7 @@ SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-e SRC_URI += " \ file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch" -SRC_URI[sha256sum] = "18fd474d4a82a5f83dac888df697af65afa82dec7323d09c3e37d1f14288da54" +SRC_URI[sha256sum] = "2e308396e1d83de287ada2c2fd6e64286008fe6aca5008e0b6a8cb0e2c86eedd" DEPENDS += "python3"