Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 922741

Summary: dev-lang/openjdk, dev-java/openjdk (maybe), dev-java/openjdk-jre-bin, dev-java/icedtea, dev-java/icedtea-bin: needs to compress man pages
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Java team <java>
Status: CONFIRMED ---    
Severity: normal CC: gnu_andrew, java
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=922729
Whiteboard:
Package list:
Runtime testing required: ---

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.