Summary: | dev-java/openjdk-jre-bin installs files with broken symlink | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Java team <java> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | java |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 636792 [details]
build.log
build log and emerge --info
symlink is correct after it's installed, but incorrect at the time of check, because it's relative. So either QA check needs to be fixed or CI warnings that require to use relative symlinks all the time need to be relaxed. I'd prefer to link directly to ${ROOT}/etc/ssl/certs/java/cacerts instead of this multi-layer madness in the ebuild ( ../../../../ ) |