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: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Rust Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-23 06:05 UTC by Sam James
Modified: 2024-10-18 09:52 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
[...]
```
Comment 1 Larry the Git Cow gentoo-dev 2024-10-18 09:52:35 UTC
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(+)