-
Notifications
You must be signed in to change notification settings - Fork 75
Tests fail with Meson 1.8.0 in openSUSE package build #742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
these test failures cannot be reproduced. Meson has no dependencies outside the Python standard library, thus just upgrading Meson to 1.8.0 should not bring any other change that may affect the tests. The test failures you report are all related to project option handling in Meson. Meson 1.8.0 had a large refactoring of this area. Are you sure that what you think is Meson 1.8.0 is really it as released upstream? |
openSUSE specific patches are visible here https://build.opensuse.org/package/show/devel:tools:building/meson |
You won't believe it, but the difference is that when we build an RPM package, with the goal of reproducible builds, there is an env variable set, like:
Removing that var inside the build env 'solves' it - setting that var outside of the buildenv results in the failure. That is quite unexpected Originally posted by @DimStar77 in #722 |
Thanks for tracking this down. But I still cannot reproduce the issue. Setting |
They were passing with meson 1.7.1, but as we rebuild everything as part of the testing, the errors could come from incompatibilities in other packages caused by build with meson 1.8.0. As you are certainly more knowledgeable regarding the meson ecosystem than me, could you please take a look and provide some insight?
Full error log:
Originally posted by @MeggyCal in #722
The text was updated successfully, but these errors were encountered: