FS#62667 - SBT package should add Amazon's corretto to its dependency requirements

Attached to Project: Community Packages
Opened by Amanj Sherwany (amanjpro) - Friday, 17 May 2019, 20:22 GMT
Last edited by Antonio Rojas (arojas) - Friday, 17 May 2019, 21:09 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

SBT relies on Oracle's build of OpenJDK, with the new license policy it only makes sense to lose
the dependency requirement to accept Amazon's corretto too.


```
$ sudo pacman -S sbt
resolving dependencies...
:: There are 4 providers available for java-runtime-headless:
:: Repository extra
1) jre-openjdk-headless 2) jre10-openjdk-headless 3) jre7-openjdk-headless 4) jre8-openjdk-headless

```

Even though I have Amazon Corretto installed:


```
$ yay -Ss corretto
aur/amazon-corretto-11 11.0.3.7.1-1 (+0 0.00%)
No-cost, multiplatform, production-ready distribution of OpenJDK
aur/amazon-corretto-8 8.212.04.2-1 (+0 0.00%) (Installed)
No-cost, multiplatform, production-ready distribution of OpenJDK
```

Additional info:
* package version(s): 1:1.2.8-1

Steps to reproduce:

- Remove Oracle's distribution of OpenJDK, JRE
- Install `sbt` using: `sudo pacman -S sbt`
This task depends upon

Closed by  Antonio Rojas (arojas)
Friday, 17 May 2019, 21:09 GMT
Reason for closing:  Not a bug
Additional comments about closing:  There's nothing to fix in sbt, corretto should provide java-runtime-headless

Loading...