From patchwork Mon Nov 18 21:17:18 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: 52650 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 1D109D6006C for ; Mon, 18 Nov 2024 21:17:21 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web11.4684.1731964639284455034 for ; Mon, 18 Nov 2024 13:17:19 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=QQ6DS1qW; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=XoXBXvlX; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 01010193412315e5-c1b6e15a-3fef-4c0e-a5a0-56163572b2f0-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=1731964638; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=B/qrYkZvTJUFd/PgHQZ4Rjle/HqA3RmBpwqcWzvtguw=; b=QQ6DS1qWfdHtD0jMzvkGaTpW4aPM5qOzPbWYZcLTk0yXSmYIyR7Q/fsbVDsOhgVh Y13KZRV6DZ8o7SGFI4yB2ZyOKztSzgH+um/ENlUIeZOXBVZkC2YDB/2CVQSo7ozuWLg guG1208riGZntrDgMqenJfN7RylUC4gd071GS6to= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1731964638; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=B/qrYkZvTJUFd/PgHQZ4Rjle/HqA3RmBpwqcWzvtguw=; b=XoXBXvlXbd2+77oOyz+G3KLkSI2gGBZSNzXhLZ/szYppRkdACK9meiP7ibCJrTge Rqwwr+HM/WdZEY9Ilt6vNVQrFl+TCN6Dzs7WBAimdCji0gR0HeS6kIiYxoZeeBxjt1N gbxkTiW/AOiV3dhuI6aEi/Q7olEeNKBD8t9qxZA4= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-setuptools: upgrading to 75.5.0 FAILED Message-ID: <01010193412315e5-c1b6e15a-3fef-4c0e-a5a0-56163572b2f0-000000@us-west-2.amazonses.com> Date: Mon, 18 Nov 2024 21:17:18 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.11.18-54.240.27.29 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, 18 Nov 2024 21:17:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/207293 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-setuptools* to *75.5.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-setuptools-upgrade-72.1.0-75.5.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 86072eb91a147d059031e8f0197bb80e7a4a5f45 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 17 Nov 2024 02:34:55 +0000 Subject: [PATCH] python3-setuptools: upgrade 72.1.0 -> 75.5.0 --- ...stutils-sysconfig.py-make-it-possible-to-substite.patch | 7 ++----- ...1-conditionally-do-not-fetch-code-by-easy_install.patch | 4 ++-- ...3-setuptools_72.1.0.bb => python3-setuptools_75.5.0.bb} | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) rename meta/recipes-devtools/python/{python3-setuptools_72.1.0.bb => python3-setuptools_75.5.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 68dca43e21..8bf27eedd1 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 a9f3483b492317959a35886308c31c078e350a35 Mon Sep 17 00:00:00 2001 +From badde0504de7ad4334bf461228a9fdbda1265a65 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 7ebe67687..8039021a8 100644 +index 7ebe676..8039021 100644 --- a/setuptools/_distutils/sysconfig.py +++ b/setuptools/_distutils/sysconfig.py @@ -121,6 +121,8 @@ def get_python_inc(plat_specific=False, prefix=None): @@ -56,6 +56,3 @@ index 7ebe67687..8039021a8 100644 return _posix_lib(standard_lib, libpython, early_prefix, prefix) elif os.name == "nt": if standard_lib: --- -2.39.2 - 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 16b316e9cc..44196b46c5 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 80fe63816eb3bfd1f5b6d354e1f2442805cff4e0 Mon Sep 17 00:00:00 2001 +From 646fbdd1d3bb0107a2f2c78742324acf0885c923 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 @@ -16,7 +16,7 @@ Signed-off-by: Hongxu Jia 1 file changed, 5 insertions(+) diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py -index 858fb20..62bd853 100644 +index 36114d4..3249ddf 100644 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -672,6 +672,11 @@ class easy_install(Command): diff --git a/meta/recipes-devtools/python/python3-setuptools_72.1.0.bb b/meta/recipes-devtools/python/python3-setuptools_75.5.0.bb similarity index 95% rename from meta/recipes-devtools/python/python3-setuptools_72.1.0.bb rename to meta/recipes-devtools/python/python3-setuptools_75.5.0.bb index 5a01111934..a7369db37d 100644 --- a/meta/recipes-devtools/python/python3-setuptools_72.1.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_75.5.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] = "8d243eff56d095e5817f796ede6ae32941278f542e0f941867cc05ae52b162ec" +SRC_URI[sha256sum] = "5c4ccb41111392671f02bb5f8436dfc5a9a7185e80500531b133f5775c4163ef" DEPENDS += "python3"