On Fri, Aug 8, 2025 at 3:56 PM Dan Horák <d...@danny.cz> wrote: > > a F-42 mock build on my s390x machine run fine, so I suspect it's a > parallelism issue ... I mean g-ir-scanner starting before the glycin > library exists.
Aha, I think I see where this issue is coming from, though I don't see *how* it can happen. There is this comment in libglycin/meson.build: # Copy the .so file to its correct location such that "generate_gir" can use it. # We have to do this after the shim library target since it generates # a useless/empty library. If I read the meson.build file correctly, it sets up targets / dependencies for copying stuff into place, and as far as I can tell, they *should* cause things to happen in the correct order. But they aren't. :frown: But attempting to run the build single-threaded (with "%global _smp_ncpus_max 1") *also* makes this fail - in the same way - on my local x86_64 machine. :D So there's clearly something going wrong with the ordering of the things in libglycin/meson.build ... but I can't see *what*. Fabio -- _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue