Man pages (and info pages) installed outside of /usr/share/doc for slotting reasons or otherwise handled via MANPATH/INFOPATH need to be compressed via explicit `docompress`. I've not checked dev-lang/rust-bin. It looks like Rust needs to do this: ``` $ ls -1 /usr/lib/rust/man/man1/ cargo.1 cargo-add.1 [...] ```
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=163a2ad620ae5c71cc1df66b0b21f1ef916789ff commit 163a2ad620ae5c71cc1df66b0b21f1ef916789ff Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2024-10-18 09:50:36 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2024-10-18 09:51:35 +0000 dev-lang/rust: add 1.82.0, compress man pages Closes: https://bugs.gentoo.org/922740 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> dev-lang/rust/Manifest | 30 ++ dev-lang/rust/rust-1.82.0.ebuild | 784 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 814 insertions(+) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbd8a99ed4818b083f6bd3fe24baf644140337e commit 4bbd8a99ed4818b083f6bd3fe24baf644140337e Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2024-10-18 09:50:13 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2024-10-18 09:51:35 +0000 dev-lang/rust-bin: add 1.82.0, compress man pages Closes: https://bugs.gentoo.org/922740 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> dev-lang/rust-bin/Manifest | 37 +++++ dev-lang/rust-bin/rust-bin-1.82.0.ebuild | 247 +++++++++++++++++++++++++++++++ 2 files changed, 284 insertions(+)