New comment by agausmann on void-packages repository https://github.com/void-linux/void-packages/issues/46687#issuecomment-1767123255 Comment: > Interestingly the dbg repo for x86_64-musl results in a prusa-slicer binary that has an exec format error on launch. I think that's true for all dbg packages; they ship ELFs containing the debuginfo and not the machine code. Also partly evidenced by `interpreter *empty*` Some tools like gdb will be able to locate the separate debuginfo file in `/usr/debug`. If the tool doesn't support that, you can use `eu-unstrip` to recombine the two filesa