From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: koen.kooi@oss.qualcomm.com,
Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH v2 1/2] python3-pyzstd: import 0.17.0 from meta-python
Date: Thu, 18 Dec 2025 14:32:06 +0000 [thread overview]
Message-ID: <2def11ae78c43a8a08bda13f8c063f7a71a0ce5b.camel@linuxfoundation.org> (raw)
In-Reply-To: <6154845B-2C91-4FC4-A48A-CB06A5461C90@oss.qualcomm.com>
On Thu, 2025-12-18 at 13:14 +0100, Koen Kooi via lists.openembedded.org wrote:
>
>
> > Op 17 dec 2025, om 16:49 heeft Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> het volgende geschreven:
> >
> > On Wed Dec 17, 2025 at 4:09 PM CET, Koen Kooi wrote:
> > >
> > >
> > > > Op 17 dec 2025, om 15:47 heeft Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> het volgende geschreven:
> > > >
> > > > On Wed Dec 17, 2025 at 10:34 AM CET, Koen Kooi via lists.openembedded.org wrote:
> > > > > From the upstream website:
> > > > > Pyzstd module provides classes and functions for compressing and
> > > > > decompressing data, using Facebook's Zstandard (or zstd as short name)
> > > > > algorithm.
> > > > >
> > > > > This recipe is being moved over for systemd 258.x, the 'ukify' tool
> > > > > depends on this.
> > > > >
> > > > > Signed-off-by: Koen Kooi <koen.kooi@oss.qualcomm.com>
> > > > > ---
> > > >
> > > > Hi Koen,
> > > >
> > > > Thanks for your patch.
> > > >
> > > > It look like this is failing on the autobuilder in various
> > > > configurations, probably only with poky-altcfg:
> > > >
> > > > ERROR: python3-pyzstd-0.17.0-r0 do_package_qa: Fatal QA errors were found, failing task.
> > > > ...
> > > > ERROR: python3-pyzstd-0.17.0-r0 do_package_qa: QA Issue: supports ptests but is not included in oe-core's ptest-packagelists.inc [missing-ptest]
> > > >
> > > > https://autobuilder.yoctoproject.org/valkyrie/#/builders/9/builds/2848
> > > > https://autobuilder.yoctoproject.org/valkyrie/#/builders/20/builds/2837
> > > > https://autobuilder.yoctoproject.org/valkyrie/#/builders/22/builds/2894
> > > > https://autobuilder.yoctoproject.org/valkyrie/#/builders/74/builds/2848
> > > > https://autobuilder.yoctoproject.org/valkyrie/#/builders/95/builds/2829
> > > >
> > > > Can you have a look at this issue?
> > >
> > > Sure, but I have no way of testing that patch :) V3 is on its way.
> > >
> >
> > This is a build-time issue, so I suspect you should be able to reproduce
> > it with:
> > DISTRO=poky-altcfg bitbake python3-pyzstd
>
> builder@8458df25789f:/work/build$ DISTRO=poky-altcfg bitbake python3-pyzstd
> ERROR: OE-core's config sanity checker detected a potential misconfiguration.
> Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
> Following is the list of potential problems / advisories:
>
> DISTRO 'poky-altcfg' not found. Please set a valid DISTRO in your local.conf
Ok, very good. Perhaps you could test with:
DISTRO_FEATURES += "ptest"
or maybe with :append instead of += , depending on your setup, which
should reproduce the original issue.
Cheers,
Richard
next prev parent reply other threads:[~2025-12-18 14:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-17 9:34 [PATCH v2 0/2] Fix and adjust ukify packaging Koen Kooi
2025-12-17 9:34 ` [PATCH v2 1/2] python3-pyzstd: import 0.17.0 from meta-python Koen Kooi
2025-12-17 14:47 ` [OE-core] " Mathieu Dubois-Briand
2025-12-17 15:09 ` Koen Kooi
2025-12-17 15:49 ` Mathieu Dubois-Briand
2025-12-18 12:14 ` Koen Kooi
2025-12-18 14:32 ` Richard Purdie [this message]
2025-12-17 9:34 ` [PATCH v2 2/2] systemd: package 'ukify' seperately Koen Kooi
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=2def11ae78c43a8a08bda13f8c063f7a71a0ce5b.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=koen.kooi@oss.qualcomm.com \
--cc=mathieu.dubois-briand@bootlin.com \
--cc=openembedded-core@lists.openembedded.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.