From: "Böszörményi Zoltán" <zboszor@gmail.com>
To: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.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 v3 09/12] lttng-tools: Stop using PYTHON_ABI
Date: Mon, 6 Apr 2026 14:35:50 +0200 [thread overview]
Message-ID: <c58baed6-02ba-4c35-ad80-9a2cbac586bb@gmail.com> (raw)
In-Reply-To: <DHFGHK0ZXB9J.3LEH33RUE02U6@bootlin.com>
2026. 03. 29. 19:52 keltezéssel, Mathieu Dubois-Briand írta:
> On Sat Mar 28, 2026 at 9:56 AM CET, Böszörményi Zoltán wrote:
>> 2026. 03. 28. 8:57 keltezéssel, Mathieu Dubois-Briand írta:
>>> On Fri Mar 27, 2026 at 9:30 AM CET, Zoltan Boszormenyi via lists.openembedded.org wrote:
>>>> PYTHON_DIR now contains PYTHON_ABI, use it.
>>>>
>>>> Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
>>>> ---
>>> Hi Zoltán,
>>>
>>> Thanks for your patch. It looks like lttng-tools build is now failing:
>>>
>>> ERROR: lttng-tools-2.15.0-r0 do_configure: Execution of '/srv/pokybuild/yocto-worker/genericarm64-alt/build/build/tmp/work/armv8a-poky-linux/lttng-tools/2.15.0/temp/run.do_configure.1174739' failed with exit code 1
>>> ...
>>> | configure: error: Package requirements (lttng-ust >= 2.15 lttng-ust < 2.16) were not met:
>>> |
>>> | Package dependency requirement 'lttng-ust >= 2.15' could not be satisfied.
>>> | Package 'lttng-ust' has version '2.14.0', required version is '>= 2.15'
>>> |
>>> | Consider adjusting the PKG_CONFIG_PATH environment variable if you
>>> | installed software in a non-standard prefix.
>>> |
>>> | Alternatively, you may set the environment variables UST_CFLAGS
>>> | and UST_LIBS to avoid the need to call pkg-config.
>>> | See the pkg-config man page for more details.
>>> | NOTE: The following config.log files may provide further information.
>>> | NOTE: /srv/pokybuild/yocto-worker/genericarm64-alt/build/build/tmp/work/armv8a-poky-linux/lttng-tools/2.15.0/build/config.log
>>> | ERROR: configure failed
>>>
>>> https://autobuilder.yoctoproject.org/valkyrie/#/builders/4/builds/3489
>>> https://autobuilder.yoctoproject.org/valkyrie/#/builders/9/builds/3454
>>>
>>> Can you have a look at the issue?
>> I tested the build with my patches, there was no such issue.
>>
>> It's caused by another patch that updated lttng-tools without also updating lttng-ust.
>>
> Yes indeed, I confirm this errors does not come from your series.
I noticed that this series was dropped from master-next.
I thought it was too late for Yocto 6.0.
Should I rebase and resend early for 6.1?
There was another patch that was dropped, namely the one that fixes
bitbake -c create_manifest python3
That is a separate issue and it was a separate patch, unrelated to this series.
Running "bitbake -c create_manifest python3" still fails in current master.
Unless it's stated that the manifest file must only be edited manually from this point.
Then do_create_manifest task can also be deleted.
Which is the preferred way?
next prev parent reply other threads:[~2026-04-06 12:35 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 ` [OE-core] [PATCH v2 01/12] python3: Add warning comment before PACKAGECONFIG[freethreading] Mathieu Dubois-Briand
2026-03-27 9:17 ` 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 [this message]
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=c58baed6-02ba-4c35-ad80-9a2cbac586bb@gmail.com \
--to=zboszor@gmail.com \
--cc=alex.kanavin@gmail.com \
--cc=brgl@kernel.org \
--cc=mathieu.dubois-briand@bootlin.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.com \
--cc=tgamblin@baylibre.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