FS#52692 - [jre8-openjdk-headless] Missing release file

Attached to Project: Arch Linux
Opened by Peter Avramucz (muczyjoe) - Tuesday, 24 January 2017, 07:39 GMT
Last edited by freswa (frederik) - Wednesday, 09 March 2022, 23:29 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Levente Polyak (anthraxx)
freswa (frederik)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 3
Private No

Details

Description:
The jre8-openjdk-headless should contain a release file (containing entries like JAVA_VERSION, OS_NAME, OS_VERSION, OS_ARCH, SOURCE, BUILD_TYPE), which is otherwise shipped with Oracle JRE, since some programs depend on it during runtime.

Additional info:
If you start the Scala REPL (command: scala), it starts with: "cat: /usr/lib/jvm/java-8-openjdk/release: No such file or directory" .
I've already had a mail with Guillaume Alaux, who confirmed that this is something to look into.
This task depends upon

Closed by  freswa (frederik)
Wednesday, 09 March 2022, 23:29 GMT
Reason for closing:  Fixed
Additional comments about closing:  8.332.u04-1
Comment by Mikael Blomstrand (chawlindel) - Friday, 26 October 2018, 14:09 GMT
What's the status on this? It's a bit annoying.
Comment by NicoHood (NicoHood) - Wednesday, 09 March 2022, 20:02 GMT
I ran into the same issue. Does anyone has the correct content of that file, so it can be added manually?

This is what I set now:
```
JAVA_VERSION="1.8.0_332"
OS_NAME="Linux"
OS_VERSION="2.6"
OS_ARCH="amd64"
SOURCE="git:12528bb4d331+"
```

Loading...