meson: update to 1.11.1.#61424
Open
sjozs wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
Testing update: I tried rebuilding every meson-related (meson/mesonpy in dependencies or build_style/build_helper=meson) package, I have 41 (mostly check) failures from 640 so far (only x86_64, sorry). The total is somewhere in the neighborhood of 900, and I'd like to look at the failed stuff more, although the ones I've checked manually so far break regardless of the meson version, which looks promising. I'll update this comment when I see the results. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Testing the changes
I built a randomly selected subset of about 30 x86_64-glibc packages with checks (I got one failure on libgweather, which has a broken network file dependency in the tests, otherwise everything worked). Then I tried cross building using my new meson package to x86_64-musl, i686 and aarch64 . This also worked. (Some were only a single build, since I figured that if mesa compiles, everything compiles and building it four times took about three hours alone.)
I have removed the
rust-proc-macropatch since it's fixed in upstream now, and built a fewbuild_style=mesonpackages that hadcargoorrustsomewhere in the template with the new changes to make sure they worked (withxbps-src -Q install).gst-plugins-rs1does not compile, but it's a Rust error for implicit raw pointer dereference and it doesn't build with the old meson either, which is probably worth another issue (though it also has updates available, so I'm not sure what exactly to write in it, also it's not an orphaned package). Every other tested meson+Rust package builds successfully.Local build testing
(I found #58641 after I started testing my changes and it seemed better to simply open a new PR instead of trying to work on that since there was a version bump since that one. I also used the new meson to build and run a somewhat nontrivial very experimental autotools port of the very old game warmux to test.)