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.000000 |
First Submitted: | 2022-11-06 15:52 (UTC) |
Last Updated: | 2022-11-06 16:17 (UTC) |
Dependencies (40)
- ca-certificates-utils
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- harfbuzz (harfbuzz-gitAUR)
- java-runtime-common
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libfreetype.so (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR, freetype2, lib32-freetype2)
- libharfbuzz.so (lib32-harfbuzz-gitAUR, harfbuzz-gitAUR, harfbuzz, lib32-harfbuzz)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libjpeg.so (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, lib32-mozjpeg-gitAUR, mozjpegAUR, jpegli-gitAUR, lib32-libjpeg-turbo, libjpeg-turbo)
- liblcms2.so (lcms2-ff-gitAUR, lcms2-ffAUR, lcms2, lib32-lcms2)
- libnet (libnet-gitAUR)
- nss (nss-hgAUR)
- alsa-lib (make)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (make)
- cpio (cpio-gitAUR) (make)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR) (make)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR) (make)
- giflib (giflib-gitAUR) (make)
- Show 20 more dependencies...
Required by (174)
- 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-qt6-base (requires java-runtime-headless-openjdk)
- android-armv7a-eabi-qt6-base (requires java-runtime-headless-openjdk)
- android-backup-extractor (requires java-runtime-headless)
- android-backup-extractor-git (requires java-runtime-headless)
- android-x86-64-qt6-base (requires java-runtime-headless-openjdk)
- android-x86-qt6-base (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)
- bubbleupnpserver (requires java-runtime-headless)
- Show 154 more...
Latest Comments
FabioLolix commented on 2023-10-15 15:50 (UTC)
That is incomplete and this is too
There isn't a default in chroot, you need to set it if the pkgbuild need a specific version
jdk17 is lts and still available in Arch repo
https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot#Convenience_way
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?