Package Details: jre14-openjdk 14.0.2.u12-2

Git Clone URL: https://aur.archlinux.org/java-14-openjdk.git (read-only, click to copy)
Package Base: java-14-openjdk
Description: OpenJDK Java 14 full runtime environment
Upstream URL: https://openjdk.java.net/
Licenses: custom
Provides: java-runtime, java-runtime-openjdk, jre14-openjdk
Submitter: muflone
Maintainer: muflone
Last Packager: muflone
Votes: 3
Popularity: 0.092618
First Submitted: 2021-11-28 22:12 (UTC)
Last Updated: 2022-06-18 23:41 (UTC)

Required by (1549)

Sources (7)

Latest Comments

MarsSeed commented on 2023-11-21 14:35 (UTC) (edited on 2023-11-21 14:36 (UTC) by MarsSeed)

Hi @xuiqzy,

I would like to suggest that you please kindly try to use another JRE/JDK for your use case.

This was a short-term support release, and is EOL since September 2020.

I recommend to try the next LTS first, which is JRE/JDK 17. Available in [extra]:

Or in case you need an older release for some specific reason, you can try one of the earlier but still maintained LTS versions:

xuiqzy commented on 2023-11-21 14:11 (UTC)

Missing buildtime dependencies:

==> Checking buildtime dependencies...
==> Missing dependencies:
  -> java-environment-jdk<=14
==> ERROR: Could not resolve all dependencies.
 -> Failed to install layer, rolling up to next layer.error:error making: java-14-openjdk - exit status 8
==> Making package: java-14-openjdk 14.0.2.u12-2 (21 Novemba 2023 03:10:11 alasiri)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Missing dependencies:
  -> java-environment-jdk<=14
==> ERROR: Could not resolve all dependencies.
 -> Failed to install layer, rolling up to next layer.error:error making: java-14-openjdk - exit status 8
==> Making package: java-14-openjdk 14.0.2.u12-2 (21 Novemba 2023 03:10:15 alasiri)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Missing dependencies:
  -> java-environment-jdk<=14
==> ERROR: Could not resolve all dependencies.
 -> error making: java-14-openjdk-exit status 8
==> Making package: java-14-openjdk 14.0.2.u12-2 (21 Novemba 2023 03:10:20 alasiri)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Missing dependencies:
  -> java-environment-jdk<=14
==> ERROR: Could not resolve all dependencies.
 -> error making: java-14-openjdk-exit status 8
==> Making package: java-14-openjdk 14.0.2.u12-2 (21 Novemba 2023 03:10:26 alasiri)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Missing dependencies:
  -> java-environment-jdk<=14
==> ERROR: Could not resolve all dependencies.
 -> error making: java-14-openjdk-exit status 8
 -> Failed to install the following packages. Manual intervention is required:
jre14-openjdk - exit status 8
jre14-openjdk-headless - exit status 8
jdk14-openjdk - exit status 8

xuiqzy commented on 2023-11-21 14:07 (UTC)

Outdated SHA256 checksum:

==> Validating source files with sha256sums...
    jdk-14.0.2+12.tar.gz ... FAILED

sshaikh commented on 2022-11-09 20:26 (UTC)

Somewhat ironically it seems the reason why it fails, is because it installs Java 12 as the dependency when 13 is available.

Removing Java 12 from my repo allows 14 to progress.

sshaikh commented on 2022-11-07 21:22 (UTC) (edited on 2022-11-07 21:22 (UTC) by sshaikh)

Managed to build 12 and 13 okay in chroot, however with 14 I see the following:

checking for version string... 14.0.2+12
configure: Found potential Boot JDK using configure arguments
configure: Potential Boot JDK found at /usr/lib/jvm/ did not contain bin/java; ignoring
configure: error: The path given by --with-boot-jdk does not contain a valid Boot JDK
configure exiting with result code 1
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /var/lib/aurbuild/x86_64/user/build

muflone commented on 2022-01-17 21:26 (UTC) (edited on 2022-01-17 21:27 (UTC) by muflone)

Since Java 12, all the java packages require the current version or at maximum the immediately previous java version to build.

as result, to build java-14-openjdk you need itself or a Java 13.

The same applies also to the previous versions

ettolrach commented on 2022-01-16 22:27 (UTC)

Why is java-environment-jdk<=14 a makedepend? You can't have Java 14 on your system without first installing this package. Is there something I'm missing?