New comment by icp1994 on void-packages repository https://github.com/void-linux/void-packages/pull/45056#issuecomment-1664135679 Comment: I'm a bit stumped. There's a `BABASHKA_STATIC` envvar that's being exported in these templates which add's `--static` to the native-image build args. See [Jet](https://github.com/borkdude/jet/blob/v0.7.27/script/compile#L30-L40) for example. If I patch that arg out from the compile scripts, I get: ``` => jet-0.6.26_1: running post-install hook: 06-strip-and-debug-pkgs ... Stripped executable: /usr/bin/jet => ERROR: jet-0.6.26_1: non-PIE executable found in PIE build: /usr/bin/jet => ERROR: jet-0.6.26_1: post-install_06-strip-and-debug-pkgs: 'find ${PKGDESTDIR} -type f' exited with 1 ```