Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-setuptools* to *70.3.0* has Failed(do_compile).
Detailed error information:
do_compile failed
Next steps:
- apply the patch: git am
0001-python3-setuptools-upgrade-69.5.1-70.3.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 5a5b493b1840eceb680f2e7b5fac75381ebe7274 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Mon, 15 Jul 2024 11:22:49 +0000
Subject: [PATCH] python3-setuptools: upgrade 69.5.1 -> 70.3.0
---
...istutils-sysconfig.py-make-it-possible-to-substite.patch | 6 +++---
...01-conditionally-do-not-fetch-code-by-easy_install.patch | 4 ++--
...n3-setuptools_69.5.1.bb => python3-setuptools_70.3.0.bb} | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
rename meta/recipes-devtools/python/{python3-setuptools_69.5.1.bb =>
python3-setuptools_70.3.0.bb} (94%)
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 0f6c9d250d..738f67cba0 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 d393759315b189a738e4b6a2ce31dc18dbbfae29 Mon Sep 17 00:00:00 2001
+From 3d975431981c894dd882ac5137dd86f0806b431e Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <[email protected]>
Date: Wed, 11 May 2022 21:41:14 +0200
Subject: [PATCH] _distutils/sysconfig.py: make it possible to substite the
@@ -20,10 +20,10 @@ Signed-off-by: Alexander Kanavin <[email protected]>
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/setuptools/_distutils/sysconfig.py
b/setuptools/_distutils/sysconfig.py
-index a40a723..14f35e7 100644
+index 1a38e9f..cc3bd88 100644
--- a/setuptools/_distutils/sysconfig.py
+++ b/setuptools/_distutils/sysconfig.py
-@@ -119,6 +119,8 @@ def get_python_inc(plat_specific=0, prefix=None):
+@@ -120,6 +120,8 @@ def get_python_inc(plat_specific=0, prefix=None):
sys.base_exec_prefix -- i.e., ignore 'plat_specific'.
"""
default_prefix = BASE_EXEC_PREFIX if plat_specific else BASE_PREFIX
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 e227c2889c..fbe2235144 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 b6379a050fe5c75801e2e676dcc12ae35280e0f1 Mon Sep 17 00:00:00 2001
From: Hongxu Jia <[email protected]>
Date: Tue, 17 Jul 2018 10:13:38 +0800
Subject: [PATCH] conditionally do not fetch code by easy_install
@@ -14,7 +14,7 @@ Signed-off-by: Hongxu Jia <[email protected]>
1 file changed, 5 insertions(+)
diff --git a/setuptools/command/easy_install.py
b/setuptools/command/easy_install.py
-index 858fb20..62bd853 100644
+index 87a68c2..eed27a7 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_69.5.1.bb
b/meta/recipes-devtools/python/python3-setuptools_70.3.0.bb
similarity index 94%
rename from meta/recipes-devtools/python/python3-setuptools_69.5.1.bb
rename to meta/recipes-devtools/python/python3-setuptools_70.3.0.bb
index cc6256db80..291601ca98 100644
--- a/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_70.3.0.bb
@@ -11,7 +11,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] =
"6c1fccdac05a97e598fb0ae3bbed5904ccb317337a51139dcd51453611bbb987"
+SRC_URI[sha256sum] =
"f171bab1dfbc86b132997f26a119f6056a57950d058587841a0082e8830f9dc5"
DEPENDS += "python3"
--
2.44.0
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1882 entries from dependency cache.
Parsing recipes...done.
Parsing of 918 .bb files complete (917 cached, 1 parsed). 1878 targets, 35
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-64 sysroot...done.
Removing 1 recipes from the qemux86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "2.9.1"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "x86_64-poky-linux"
MACHINE = "qemux86-64"
DISTRO = "poky"
DISTRO_VERSION = "5.0+snapshot-47336393f22445ffc42740b25fa24afb4404386c"
TUNE_FEATURES = "m64 core2"
TARGET_FPU = ""
meta
meta-poky
meta-yocto-bsp
workspace =
"tmp-auh-upgrades:47336393f22445ffc42740b25fa24afb4404386c"
Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing
build without monitoring pressure
Sstate summary: Wanted 292 Local 275 Mirrors 0 Missed 17 Current 343 (94%
match, 97% complete)
done.
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 1403 of 1805
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-setuptools_70.3.0.bb:do_recipe_qa)
NOTE: Running task 1410 of 1805
(virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-setuptools_70.3.0.bb:do_recipe_qa)
NOTE: recipe python3-setuptools-70.3.0-r0: task do_recipe_qa: Started
NOTE: recipe python3-setuptools-native-70.3.0-r0: task do_recipe_qa: Started
NOTE: recipe python3-setuptools-70.3.0-r0: task do_recipe_qa: Succeeded
NOTE: recipe python3-setuptools-native-70.3.0-r0: task do_recipe_qa: Succeeded
NOTE: Running task 1775 of 1805
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-setuptools_70.3.0.bb:do_fetch)
NOTE: Running task 1776 of 1805
(virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-setuptools_70.3.0.bb:do_fetch)
NOTE: recipe python3-setuptools-70.3.0-r0: task do_fetch: Started
NOTE: recipe python3-setuptools-70.3.0-r0: task do_fetch: Succeeded
NOTE: Running task 1777 of 1805
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-setuptools_70.3.0.bb:do_unpack)
NOTE: recipe python3-setuptools-native-70.3.0-r0: task do_fetch: Started
NOTE: recipe python3-setuptools-native-70.3.0-r0: task do_fetch: Succeeded
NOTE: Running task 1778 of 1805
(virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-setuptools_70.3.0.bb:do_unpack)
NOTE: Running task 1779 of 1805
(virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-setuptools_70.3.0.bb:do_prepare_recipe_sysroot)
NOTE: recipe python3-setuptools-70.3.0-r0: task do_unpack: Started
NOTE: recipe python3-setuptools-native-70.3.0-r0: task do_unpack: Started
NOTE: recipe python3-setuptools-native-70.3.0-r0: task
do_prepare_recipe_sysroot: Started
NOTE: recipe python3-setuptools-70.3.0-r0: task do_unpack: Succeeded
NOTE: Running task 1780 of 1805
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-setuptools_70.3.0.bb:do_patch)
NOTE: recipe python3-setuptools-native-70.3.0-r0: task do_unpack: Succeeded
NOTE: Running task 1781 of 1805
(virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-setuptools_70.3.0.bb:do_patch)
NOTE: Running task 1782 of 1805
(virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-setuptools_70.3.0.bb:do_collect_spdx_deps)
NOTE: recipe python3-setuptools-70.3.0-r0: task do_patch: Started
NOTE: recipe python3-setuptools-native-70.3.0-r0: task do_patch: Started
NOTE: recipe python3-setuptools-native-70.3.0-r0: task do_collect_spdx_deps:
Started
NOTE: recipe python3-setuptools-native-70.3.0-r0: task
do_prepare_recipe_sysroot: Succeeded
NOTE: recipe python3-setuptools-native-70.3.0-r0: task do_collect_spdx_deps:
Succeeded
NOTE: Running task 1783 of 1805
(virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-setuptools_70.3.0.bb:do_create_spdx)
NOTE: recipe python3-setuptools-native-70.3.0-r0: task do_create_spdx: Started
NOTE: recipe python3-setuptools-native-70.3.0-r0: task do_create_spdx: Succeeded
NOTE: Running task 1784 of 1805
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-setuptools_70.3.0.bb:do_collect_spdx_deps)
NOTE: recipe python3-setuptools-70.3.0-r0: task do_collect_spdx_deps: Started
NOTE: recipe python3-setuptools-70.3.0-r0: task do_collect_spdx_deps: Succeeded
NOTE: recipe python3-setuptools-70.3.0-r0: task do_patch: Failed
NOTE: recipe python3-setuptools-native-70.3.0-r0: task do_patch: Failed
NOTE: Tasks Summary: Attempted 1784 tasks of which 1772 didn't need to be rerun
and 2 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds
NOTE: The errors for this build are stored in
/home/pokybuild/yocto-worker/auh/build/build/tmp/log/error-report/error_report_20240715112236.txt
You can send the errors to a reports server by running:
send-error-report
/home/pokybuild/yocto-worker/auh/build/build/tmp/log/error-report/error_report_20240715112236.txt
[-s server]
NOTE: The contents of these logs will be posted in public if you use the above
command with the default server. Please ensure you remove any identifying or
proprietary information when prompted before sending.
Summary: 2 tasks failed:
/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-setuptools_70.3.0.bb:do_patch
virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-setuptools_70.3.0.bb:do_patch
Summary: There were 4 ERROR messages, returning a non-zero exit code.
ERROR: python3-setuptools-70.3.0-r0 do_patch: QA Issue: Fuzz detected:
Applying patch 0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch
patching file setuptools/_distutils/sysconfig.py
Hunk #1 succeeded at 121 with fuzz 2 (offset 1 line).
Hunk #2 succeeded at 243 (offset 3 lines).
Hunk #3 succeeded at 264 (offset 3 lines).
The context lines in the patches can be updated with devtool:
devtool modify python3-setuptools
devtool finish --force-patch-refresh python3-setuptools <layer_path>
Don't forget to review changes done by devtool!
Patch log indicates that patches do not apply cleanly. [patch-fuzz]
ERROR: python3-setuptools-70.3.0-r0 do_patch: Fatal QA errors were found,
failing task.
ERROR: python3-setuptools-native-70.3.0-r0 do_patch: QA Issue: Fuzz detected:
Applying patch 0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch
patching file setuptools/_distutils/sysconfig.py
Hunk #1 succeeded at 121 with fuzz 2 (offset 1 line).
Hunk #2 succeeded at 243 (offset 3 lines).
Hunk #3 succeeded at 264 (offset 3 lines).
The context lines in the patches can be updated with devtool:
devtool modify python3-setuptools-native
devtool finish --force-patch-refresh python3-setuptools-native <layer_path>
Don't forget to review changes done by devtool!
Patch log indicates that patches do not apply cleanly. [patch-fuzz]
ERROR: python3-setuptools-native-70.3.0-r0 do_patch: Fatal QA errors were
found, failing task.
ERROR: Logfile of failure stored in:
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/python3-setuptools/70.3.0/temp/log.do_patch.1501604
ERROR: Task
(/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-setuptools_70.3.0.bb:do_patch)
failed with exit code '1'
ERROR: Logfile of failure stored in:
/home/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/python3-setuptools-native/70.3.0/temp/log.do_patch.1501616
ERROR: Task
(virtual:native:/home/pokybuild/yocto-worker/auh/build/meta/recipes-devtools/python/python3-setuptools_70.3.0.bb:do_patch)
failed with exit code '1'
0001-python3-setuptools-upgrade-69.5.1-70.3.0.patch
Description: Binary data
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#201989): https://lists.openembedded.org/g/openembedded-core/message/201989 Mute This Topic: https://lists.openembedded.org/mt/107238358/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
