Skip to content
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

meson: don't pass rpath to gtk-doc on Windows #8508

Merged
merged 1 commit into from
Apr 30, 2021

Conversation

jeremyd2019
Copy link
Member

Unfortunately, meson parses -Wl,-rpath args itself to set the PATH, so I
couldn't keep it from generating them, I had to filter them out after it
did its handling.

This allows graphene and json-glib to build for me on clang64 (which failed in autobuild recently due to this issue)

Unfortunately, meson parses -Wl,-rpath args itself to set the PATH, so I
couldn't keep it from generating them, I had to filter them out after it
did its handling.
@jeremyd2019
Copy link
Member Author

jeremyd2019 commented Apr 29, 2021

I don't know if I need to bump pkgrels for packages that are unblocked by this, or if their failure state can be nuked manually. There are also several packages that failed early on, before the srcinfo was completely done being updated, due to missing dependencies, that may now build (at the end of my gist of notes, with the exception of freetype)

@lazka lazka merged commit e19e35c into msys2:master Apr 30, 2021
@lazka
Copy link
Member

lazka commented Apr 30, 2021

I've cleared all failure states manually now to let it try rebuild everything.

@jeremyd2019 jeremyd2019 deleted the meson-gtkdoc-fix branch April 30, 2021 02:17
@jeremyd2019
Copy link
Member Author

Shook a few more packages out that way, in addition to the ones I expected.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants