Please mark as out of date wherever needed and I'll gladly update.
Any issues with the package? Let me know and I can fix myself or implement your patch.
Git Clone URL: | https://aur.archlinux.org/jdk8-temurin.git (read-only, click to copy) |
---|---|
Package Base: | jdk8-temurin |
Description: | Temurin (OpenJDK 8 Java binaries by Adoptium, formerly AdoptOpenJDK) |
Upstream URL: | https://adoptium.net/ |
Keywords: | 8 adoptium adoptopenjdk jdk jdk8 jre jre8 openjdk temurin |
Licenses: | custom |
Provides: | java-environment, java-runtime |
Replaces: | jdk8-adoptopenjdk |
Submitter: | Fazzi |
Maintainer: | Fazzi |
Last Packager: | Fazzi |
Votes: | 12 |
Popularity: | 0.101643 |
First Submitted: | 2023-04-28 21:47 (UTC) |
Last Updated: | 2024-10-18 15:40 (UTC) |
Please mark as out of date wherever needed and I'll gladly update.
Any issues with the package? Let me know and I can fix myself or implement your patch.
@frealgagu: pls review this PR when you have a chance: https://github.com/frealgagu/archlinux.java8-adoptopenjdk/pull/1
Could you please bundle all these adopt java 8 packages into one? Something like jdk8-temurin? I guess Adoptium has released an all-in-one bundle. https://adoptium.net/?variant=openjdk8&jvmVariant=hotspot
By installing this package I get the message: "Could not generate information about jre8-adoptopenjdk" and the installation breaks
@bjorntj I think you modified the PKGBUILD file in the past. Depending of the AUR util you are using (of if you compile directly with makepkg) you must build the last package and upgrade it explicitly.
You could download the last compiled package from here: https://github.com/frealgagu/archlinux.java8-adoptopenjdk/releases/ and install it via
pacman --upgrade jre8-adoptopenjdk-headless-8u292-1-x86_64.pkg.tar.zst jre8-adoptopenjdk-8u292-1-x86_64.pkg.tar.zst jdk8-adoptopenjdk-8u292-1-x86_64.pkg.tar.zst
How can one solve this?
jdk8-adoptopenjdk: local (8.u265-1) is newer than AUR (8u292-1)
I maintain the latest built package at:
https://github.com/frealgagu/archlinux.java8-adoptopenjdk/releases/
I no longer use the package, feel free to adopt it.
Today I was poking around my AUR packages to check dynamic linking dependencies.... I saw something that might have gone wrong.
Using ldd I saw things broken... for example
ldd /usr/lib/jvm/java-8-adoptopenjdk/lib/amd64/libjawt.so
linux-vdso.so.1 (0x00007ffe49aea000)
libawt.so => not found
libawt_xawt.so => not found
libjava.so => not found
libjvm.so => not found
libc.so.6 => /usr/lib/libc.so.6 (0x00007f7d6389d000)
/usr/lib64/ld-linux-x86-64.so.2 (0x00007f7d63ca5000)
Some libraries are missing, I personally didn't encounter any problem though, this isn't a problem with jdk-adoptopenjdk (Now provides Java 15) package.
Maybe this is fine... I say maybe because I am not a java expert.
Pinned Comments
Fazzi commented on 2024-03-08 09:45 (UTC)
Please mark as out of date wherever needed and I'll gladly update.
Any issues with the package? Let me know and I can fix myself or implement your patch.