Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922740 - dev-lang/rust, dev-lang/rust-bin (maybe): needs to compress man pages
Summary: dev-lang/rust, dev-lang/rust-bin (maybe): needs to compress man pages
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Rust Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-23 06:05 UTC by Sam James
Modified: 2024-02-14 10:26 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-01-23 06:05:15 UTC
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
[...]
```