Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922741 - dev-lang/openjdk, dev-java/openjdk (maybe), dev-java/openjdk-jre-bin, dev-java/icedtea, dev-java/icedtea-bin: needs to compress man pages
Summary: dev-lang/openjdk, dev-java/openjdk (maybe), dev-java/openjdk-jre-bin, dev-jav...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-23 06:06 UTC by Sam James
Modified: 2024-02-14 10:27 UTC (History)
2 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:06:32 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/openjdk-bin

It looks like OpenJDK needs to do this:
```
$ ls -1 /etc/java-config-2/current-system-vm/man/
jar.1
jarsigner.1
[...]
```
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-01-23 06:08:19 UTC
icedtea, icedtea-bin, and openjdk-jre-bin all seem to set MANPATH too, so including them.