Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 557946 - dev-java/java-config: "java-config -r" listing jar files that are not present?
Summary: dev-java/java-config: "java-config -r" listing jar files that are not present?
Status: RESOLVED NEEDINFO
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: 2015-08-16 17:39 UTC by Sebastian Pipping
Modified: 2023-06-03 07:45 UTC (History)
0 users

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 Sebastian Pipping gentoo-dev 2015-08-16 17:39:22 UTC
This looks like some sort of bug to me:


# java-config -r | java-config -r | tr : " " | xargs ls -1
ls: cannot access /opt/oracle-jdk-bin-1.8.0.51/jre/lib/sunrsasign.jar: No such file or directory
ls: cannot access /opt/oracle-jdk-bin-1.8.0.51/jre/classes: No such file or directory
/opt/oracle-jdk-bin-1.8.0.51/jre/lib/charsets.jar
/opt/oracle-jdk-bin-1.8.0.51/jre/lib/jce.jar
/opt/oracle-jdk-bin-1.8.0.51/jre/lib/jsse.jar
/opt/oracle-jdk-bin-1.8.0.51/jre/lib/resources.jar
/opt/oracle-jdk-bin-1.8.0.51/jre/lib/rt.jar


Best,  S
Comment 1 Sebastian Pipping gentoo-dev 2015-08-16 17:43:38 UTC
PS: For apicheck, replacing

  $(java-config -r | tr : " ")

by

  $(java-config -r | tr : " " | xargs ls -1 2>/dev/null)

worked well over here.
Comment 2 Volkmar W. Pogatzki 2023-06-03 07:45:53 UTC
Cannot reproduce. Probably solved. 
Or does the problem persist?