New comment by chloris-pale-green on void-packages repository https://github.com/void-linux/void-packages/pull/38900#issuecomment-1226866212 Comment: All Musl builds seem to be experiencing the same issue: ```text ERROR: jruby-9.3.7.0_1: file /usr/lib/ruby/gems/shared/specifications/did_you_mean-1.3.0.gemspec has write permission for other users ERROR: jruby-9.3.7.0_1: post-install_14-fix-permissions: 'find "$PKGDESTDIR" -type f -perm -0002' exited with 1 ``` On my local machine (x86_64), permissions of all the files in the `/usr/lib/ruby/gems/shared/specifications` directory are 644. Anybody has any idea why `post-install_14-fix-permissions` seems to fail? **EDIT:** Curiously, I was able to cross-build the package for x86_64-musl architecture without errors on my machine. `14-fix-permissions` executes successfully. Perhaps the build only fails when building on a Musl architecture natively?