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

Bug 721584

Summary: dev-java/openjdk-jre-bin installs files with broken symlink
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: 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 gentoo-dev 2020-05-08 06:35:57 UTC
This is an auto-filled bug because dev-java/openjdk-jre-bin installs files with broken symlink.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-08 06:36:03 UTC
Created attachment 636792 [details]
build.log

build log and emerge --info
Comment 2 Georgy Yakovlev archtester gentoo-dev 2020-05-08 07:00:07 UTC
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 ( ../../../../ )