> Well, now that I got muon,
Great :)
> I tried it on a port I’m working on, but it segfaults :)
Could you rerun that muon invocation under a debugger or valgrind and
provide the stacktrace? Also, please add the `-v` flag. That would
really help me debug your issue!
Thanks,
Stone
Hello,
I spent a little time digging in to this, and my suspicion was correct.
The bug is in pkgconf, not muon. I have submitted an issue[1] to the
pkgconf issue tracker, and may have a PR at some point if I get the
time. Basically it is yet another case of differences between glibc and
musl.
By the way, I noticed this build was on alpine. You can just add
`pkgconf-dev` to your dependencies and muon won't need the pkgconf
subproject. The official alpine pkgconf build uses autotools to build,
which apparently is more correct than pkgconf's meson.build.
Stone
[1]: https://github.com/pkgconf/pkgconf/issues/244