rhboot / efivar

Tools and libraries to work with EFI variables
GNU Lesser General Public License v2.1
241 stars 104 forks source link

Build fails on musl #226

Closed crabctrl closed 2 years ago

crabctrl commented 2 years ago

Before you close this issue claiming that it's been fixed by recent commits, no. It hasn't.

The code still uses qsort_r(), which is not supported by musl, causing the build to fail. This is still an issue. I'm curious as to how the build was tested before in a way that gave the impression that it no longer failed.

frozencemetery commented 2 years ago

The hostility isn't welcome.

musl is not something we the maintainers support (for reasons that, in order to keep this conversation civil, I won't go into). Patches are generally accepted, but it's not something we're testing. You're free to read other issues to see why they've been closed, but in #224 and #206 we received confirmation that things were working. If they're not, then it's news to us.

floppym commented 2 years ago

Support for qsort_r was added in musl-1.2.3.