Search Criteria
Package Details: jre18-openjdk-headless 18.0.2.u1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/java18-openjdk.git (read-only, click to copy) |
---|---|
Package Base: | java18-openjdk |
Description: | OpenJDK Java 18 headless runtime environment |
Upstream URL: | https://openjdk.java.net/ |
Licenses: | custom |
Provides: | java-runtime-headless, java-runtime-headless-openjdk, jre18-openjdk-headless |
Submitter: | HLFH |
Maintainer: | HLFH |
Last Packager: | HLFH |
Votes: | 1 |
Popularity: | 0.001314 |
First Submitted: | 2022-11-06 15:52 (UTC) |
Last Updated: | 2022-11-06 16:17 (UTC) |
Dependencies (40)
- ca-certificates-utils
- freetype2 (freetype2-git, freetype2-v35, freetype2-infinality-remix, freetype2-ultimate5)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- glibc (glibc-widevine, glibc-git, glibc-linux4)
- harfbuzz (harfbuzz-git)
- java-runtime-common
- lcms2 (lcms2-ff-git, lcms2-ff, lcms2-git)
- libfreetype.so (freetype2-git, freetype2-v35, lib32-freetype2-v35, freetype2-infinality-remix, freetype2-ultimate5, freetype2, lib32-freetype2)
- libharfbuzz.so (lib32-harfbuzz-git, harfbuzz-git, harfbuzz, lib32-harfbuzz)
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, mozjpeg)
- libjpeg.so (mozjpeg-git, libjpeg-turbo-git, lib32-mozjpeg, lib32-mozjpeg-git, mozjpeg, lib32-libjpeg-turbo, libjpeg-turbo)
- liblcms2.so (lcms2-ff-git, lcms2-ff, lcms2, lib32-lcms2)
- libnet (libnet-git)
- nss (nss-hg)
- alsa-lib (alsa-lib-x205ta) (make)
- bash (bash-devel-static-git, bash-git, bash-xdg, bash-devel-git, busybox-coreutils) (make)
- cpio (cpio-git) (make)
- freetype2 (freetype2-git, freetype2-v35, freetype2-infinality-remix, freetype2-ultimate5) (make)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs) (make)
- giflib (giflib-git) (make)
- Show 20 more dependencies...
Required by (162)
- airsonic (requires java-runtime-headless)
- airsonic-advanced-bin (requires java-runtime-headless)
- airsonic-advanced-git (requires java-runtime-headless)
- airsonic-git (requires java-runtime-headless)
- android-aarch64-qt5 (requires java-runtime-headless-openjdk)
- android-aarch64-qt6-base (requires java-runtime-headless-openjdk)
- android-armv7a-eabi-qt5 (requires java-runtime-headless-openjdk)
- android-backup-extractor (requires java-runtime-headless)
- android-backup-extractor-git (requires java-runtime-headless)
- android-x86-64-qt5 (requires java-runtime-headless-openjdk)
- android-x86-qt5 (requires java-runtime-headless-openjdk)
- apache-karaf (requires java-runtime-headless)
- apache-spark (requires java-runtime-headless)
- archiva (requires java-runtime-headless)
- arthas (requires java-runtime-headless)
- artifactory-cpp-ce (requires java-runtime-headless)
- artifactory-oss (requires java-runtime-headless)
- bandcamp-collection-downloader (requires java-runtime-headless)
- bandcamp-collection-downloader-git (requires java-runtime-headless)
- blynk-server-bin (requires java-runtime-headless)
- Show 142 more...
Latest Comments
HLFH commented on 2022-12-06 08:54 (UTC) (edited on 2022-12-06 08:55 (UTC) by HLFH)
@gnaggnoyil
yay -S jdk18-openjdk
works as well. This package can be installed.Are you using a modified PKGBUILD? Did you empty the cache before the installation?
I am using the same PKGBUILD as the one for jdk19-openjdk.
Maybe you want to read the end of this discussion about ccache. Looks like an issue with how ccache is setup with you.
Don't hesitate to submit a bug report for jdk19-openjdk and if accepted, I will backport.
gnaggnoyil commented on 2022-12-05 16:00 (UTC) (edited on 2022-12-05 16:00 (UTC) by gnaggnoyil)
@HLFH
By running
sudo archlinux-java set java-17-openjdk
this package can be built withmakepkg -s
. However:extra-x86_64-build
will still fail as before.makepkg -s
directly as described above, the PKGBUILD still requires the optionccache
to be off to build, otherwise it will emit the following error:Therefore, I would like to see the PKGBUILD improved to cover the above 3 I mentioned. (I used to believe the java environment problem can be resolved by specifying a more strict version range for
java-environment
, but I failed to find a solution.)HLFH commented on 2022-12-05 10:51 (UTC) (edited on 2022-12-05 10:51 (UTC) by HLFH)
@gnaggnoyil
What is your default Java environment? And your available Java environments? It seems you have put it to java-19-openjdk? Can you set it to java-17-openjdk to build?
gnaggnoyil commented on 2022-12-04 18:24 (UTC)
I ran this PKGBUILD in a clean chroot and it gave the following error:
Does anyone know how to eliminate this error?