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 > > <[email protected]> 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 > > > > <[email protected]> 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 <[email protected]> > > > > > --- > > > > > > > > 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#228127): https://lists.openembedded.org/g/openembedded-core/message/228127 Mute This Topic: https://lists.openembedded.org/mt/116824092/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
