From: "Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>
To: <zboszor@gmail.com>, <openembedded-core@lists.openembedded.org>
Cc: "Khem Raj" <raj.khem@gmail.com>,
"Bartosz Golaszewski" <brgl@kernel.org>,
"Trevor Gamblin" <tgamblin@baylibre.com>,
"Alexander Kanavin" <alex.kanavin@gmail.com>
Subject: Re: [OE-core] [PATCH v2 01/12] python3: Add warning comment before PACKAGECONFIG[freethreading]
Date: Fri, 27 Mar 2026 09:37:40 +0100 [thread overview]
Message-ID: <DHDFFKPALHBR.U69UUGIUROAO@bootlin.com> (raw)
In-Reply-To: <20260326143020.2083293-1-zboszor@gmail.com>
On Thu Mar 26, 2026 at 3:30 PM CET, Zoltan Boszormenyi via lists.openembedded.org wrote:
> The warning comment is really needed. While Python 3.14 supports
> free-threading officially, the ecosystem around it does not yet.
>
> Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
> ---
Hi Zoltán,
Thanks for your patch. We are seeing two issues on the autobuilder:
First, some file is not shipped:
ERROR: nativesdk-python3-3.14.3-r0 do_package: QA Issue: nativesdk-python3: Files/directories were installed but not shipped in any package:
/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/python3.14.real
Then, some package conflict:
ERROR: core-image-sato-1.0-r0 do_rootfs: Could not invoke dnf. Command '/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_64-poky-linux/core-image-sato/1.0/recipe-sysroot-native/usr/bin/dnf -v --rpmverbosity=info -y -c /srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_64-poky-linux/core-image-sato/1.0/rootfs/etc/dnf/dnf.conf --setopt=reposdir=/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_64-poky-linux/core-image-sato/1.0/rootfs/etc/yum.repos.d --installroot=/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_64-poky-linux/core-image-sato/1.0/rootfs --setopt=logdir=/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_64-poky-linux/core-image-sato/1.0/temp --repofrompath=oe-repo,/srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_64-poky-linux/core-image-sato/1.0/oe-rootfs-repo --nogpgcheck install dnf packagegroup-base-extended packagegroup-core-boot packagegroup-core-ssh-dropbear packagegroup-core-x11-base packagegroup-core-x11-sato psplash rpm run-postinsts locale-base-c locale-base-en-us locale-base-en-gb' returned 1:
DNF version: 4.24.0
cachedir: /srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_64-poky-linux/core-image-sato/1.0/rootfs/var/cache/dnf
Added oe-repo repo from /srv/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/genericx86_64-poky-linux/core-image-sato/1.0/oe-rootfs-repo
User-Agent: falling back to 'libdnf': could not detect OS or basearch
repo: using cache for: oe-repo
oe-repo: using metadata from Thu 26 Mar 2026 09:57:24 PM UTC.
--> Starting dependency resolution
--> Finished dependency resolution
Error:
Problem 1: conflicting requests
- nothing provides python3-compression needed by dnf-4.24.0-r0.core2_64 from oe-repo
- nothing provides python3-ctypes needed by dnf-4.24.0-r0.core2_64 from oe-repo
- nothing provides python3-email needed by dnf-4.24.0-r0.core2_64 from oe-repo
- nothing provides python3-json needed by dnf-4.24.0-r0.core2_64 from oe-repo
- nothing provides python3-logging needed by dnf-4.24.0-r0.core2_64 from oe-repo
- nothing provides python3-shell needed by dnf-4.24.0-r0.core2_64 from oe-repo
- nothing provides python3-threading needed by dnf-4.24.0-r0.core2_64 from oe-repo
- nothing provides python3-codecs needed by dnf-4.24.0-r0.core2_64 from oe-repo
- nothing provides python3-curses needed by dnf-4.24.0-r0.core2_64 from oe-repo
- nothing provides python3-netclient needed by dnf-4.24.0-r0.core2_64 from oe-repo
- nothing provides python3-sqlite3 needed by dnf-4.24.0-r0.core2_64 from oe-repo
Problem 2: package packagegroup-core-x11-sato-base-1.0-r0.genericx86_64 from oe-repo requires settings-daemon, but none of the providers can be installed
- package packagegroup-core-x11-sato-1.0-r0.genericx86_64 from oe-repo requires packagegroup-core-x11-sato-base, but none of the providers can be installed
- package settings-daemon-0.0.2+git0+df669c6579-r0.core2_64 from oe-repo requires libgconf-2.so.4()(64bit), but none of the providers can be installed
- package settings-daemon-0.0.2+git0+df669c6579-r0.core2_64 from oe-repo requires gconf >= 3.2.6, but none of the providers can be installed
- conflicting requests
- nothing provides python3-xml needed by gconf-3.2.6-r0.core2_64 from oe-repo
(try to add '--skip-broken' to skip uninstallable packages)
https://autobuilder.yoctoproject.org/valkyrie/#/builders/4/builds/3478
Can you have a look at the issues?
Thanks,
Mathieu
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2026-03-27 8:37 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <18A06529173E9998.57592@lists.openembedded.org>
2026-03-26 14:30 ` [PATCH v2 01/12] python3: Add warning comment before PACKAGECONFIG[freethreading] Zoltán Böszörményi
2026-03-26 14:30 ` [PATCH v2 02/12] python3-dir.bbclass: Move PYTHON_ABI into PYTHON_DIR Zoltán Böszörményi
2026-03-26 14:30 ` [PATCH v2 03/12] python3: Use the variables from python3-dir.bbclass Zoltán Böszörményi
2026-03-26 14:30 ` [PATCH v2 04/12] python3native.bbclass: Stop using PYTHON_ABI Zoltán Böszörményi
2026-03-26 14:30 ` [PATCH v2 05/12] python_pyo3.bbclass: Pass ABI flag and use PYTHON_MAINVERSION Zoltán Böszörményi
2026-03-26 14:30 ` [PATCH v2 06/12] clang: Use PYTHON_MAINVERSION for python module versioning Zoltán Böszörményi
2026-03-26 14:30 ` [PATCH v2 07/12] gdb, gdb-cross-canadian: Stop using PYTHON_ABI Zoltán Böszörményi
2026-03-26 14:30 ` [PATCH v2 08/12] boost: " Zoltán Böszörményi
2026-03-26 14:30 ` [PATCH v2 09/12] lttng-tools: " Zoltán Böszörményi
2026-03-26 14:30 ` [PATCH v2 10/12] lttng-ust: " Zoltán Böszörményi
2026-03-26 14:30 ` [PATCH v2 11/12] libcap-ng-python: Use PYTHON_DIR for FILES Zoltán Böszörményi
2026-03-26 14:30 ` [PATCH v2 12/12] hwlatdetect: Use PYTHON_DIR Zoltán Böszörményi
2026-03-27 8:37 ` Mathieu Dubois-Briand [this message]
2026-03-27 9:17 ` [OE-core] [PATCH v2 01/12] python3: Add warning comment before PACKAGECONFIG[freethreading] Böszörményi Zoltán
2026-03-27 8:30 ` [PATCH v3 " Zoltán Böszörményi
2026-03-27 8:30 ` [PATCH v3 02/12] python3-dir.bbclass: Move PYTHON_ABI into PYTHON_DIR Zoltán Böszörményi
2026-03-27 8:30 ` [PATCH v3 03/12] python3: Use the variables from python3-dir.bbclass Zoltán Böszörményi
2026-03-27 8:30 ` [PATCH v3 04/12] python3native.bbclass: Stop using PYTHON_ABI Zoltán Böszörményi
2026-03-27 8:30 ` [PATCH v3 05/12] python_pyo3.bbclass: Pass ABI flag and use PYTHON_MAINVERSION Zoltán Böszörményi
2026-03-27 8:30 ` [PATCH v3 06/12] clang: Use PYTHON_MAINVERSION for python module versioning Zoltán Böszörményi
2026-03-27 8:30 ` [PATCH v3 07/12] gdb, gdb-cross-canadian: Stop using PYTHON_ABI Zoltán Böszörményi
2026-03-27 8:30 ` [PATCH v3 08/12] boost: " Zoltán Böszörményi
2026-03-27 8:30 ` [PATCH v3 09/12] lttng-tools: " Zoltán Böszörményi
2026-03-28 7:57 ` [OE-core] " Mathieu Dubois-Briand
2026-03-28 8:56 ` Böszörményi Zoltán
2026-03-29 17:52 ` Mathieu Dubois-Briand
2026-04-06 12:35 ` Böszörményi Zoltán
2026-03-27 8:30 ` [PATCH v3 10/12] lttng-ust: " Zoltán Böszörményi
2026-03-27 8:30 ` [PATCH v3 11/12] libcap-ng-python: Use PYTHON_DIR for FILES Zoltán Böszörményi
2026-03-27 8:30 ` [PATCH v3 12/12] hwlatdetect: Use PYTHON_DIR Zoltán Böszörményi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DHDFFKPALHBR.U69UUGIUROAO@bootlin.com \
--to=mathieu.dubois-briand@bootlin.com \
--cc=alex.kanavin@gmail.com \
--cc=brgl@kernel.org \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.com \
--cc=tgamblin@baylibre.com \
--cc=zboszor@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox