New comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/38546#issuecomment-1237664642 Comment: > the man pages are installed only when used shell redirection ``` $ ./xbps-src build wayshot ... $ ls masterdir/builddir/wayshot-1.2.1/docs assets wayshot.1.gz wayshot.1.scd wayshot.7.gz wayshot.7.scd $ file masterdir/builddir/wayshot-1.2.1/docs/wayshot.1.gz masterdir/builddir/wayshot-1.2.1/docs/wayshot.1.gz: troff or preprocessor input, ASCII text ``` @Shinyzenith it's still broken, you're writing uncompressed manpages but calling them gzipped @akhiljalagam you shouldn't need to build them with scdoc yourself, they build properly because `build.rs` always runs for the host, not target, on cross