There is an updated pull request by r-ricci against master on the void-packages repository https://github.com/r-ricci/void-packages 7zip https://github.com/void-linux/void-packages/pull/37940 New package: 7zip-22.00 #### Testing the changes - I tested the changes in this PR: **briefly** I don't think there's any reason to ship the full and the reduced versions in the same package, so I just compile the full one and create symlinks for compatibility. #### TODO: - [x] fix musl: ~~it uses some functions requiring `_GNU_SOURCE`, but other parts of the source define it without checking if it's already defined, so I get compilation errors if I just define it globally.~~ - [ ] build with assembly where possible: on i686 and x86_64* it requires `asmc` or `jwasm`/`uasm` assemblers, none of which are packaged - [x] build a version with RAR support (nonfree repo) - [x] use our compile and link flags - [ ] what's the most appropriate name for the package? 7zip, 7-zip or 7z? - test packages that depend on `p7zip` at runtime or build time: - [ ] julia - [ ] lutris - [ ] multibootusb - [ ] playonlinux - [ ] SLADE - [ ] Z80Explorer - [ ] ark - [ ] cbp2make closes #37875 A patch file from https://github.com/void-linux/void-packages/pull/37940.patch is attached