./com/github/benmanes/caffeine/base/UnsafeAccess.java:75: warning: Unsafe is internal proprietary API and may be removed in a future release Constructor<Unsafe> unsafeConstructor = Unsafe.class.getDeclaredConstructor(); ^ ./com/github/benmanes/caffeine/base/UnsafeAccess.java:81: warning: Unsafe is internal proprietary API and may be removed in a future release return (Unsafe) field.get(null); ^ ./com/github/benmanes/caffeine/cache/SerializationProxy.java:71: error: method expireAfter in class Caffeine<K,V> cannot be applied to given types; builder.expireAfter(expiry); ^ ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_hardened-20231206-050505 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-10 [2] x86_64-pc-linux-gnu-13 * clang/llvm (if any): clang version 17.0.6 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/17/bin Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg /usr/lib/llvm/17 17.0.6 Python 3.11.7 Available Rust versions: [1] rust-bin-1.73.0 * GENTOO_VM=openjdk-bin-8 CLASSPATH="" JAVA_HOME="/opt/openjdk-bin-8.382_p05" JAVACFLAGS="-source 1.8 -target 1.8" COMPILER="" The following VMs are available for generation-2: 1) Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17] 2) Eclipse Temurin JDK 21.0.1_p12 [openjdk-bin-21] *) Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 system-vm [2] openjdk-bin-17 [3] openjdk-bin-21 The Glorious Glasgow Haskell Compilation System, version 9.2.8 php cli (if any): go version go1.21.4 linux/amd64 HEAD of ::gentoo commit 51cf20d341e948fd0d53518c0dd20472dbdf13ee Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Fri Dec 8 11:46:55 2023 +0000 2023-12-08 11:46:55 UTC emerge -qpvO dev-java/caffeine [ebuild N ] dev-java/caffeine-2.6.2 USE="-doc -source -test"
Created attachment 878352 [details] emerge-info.txt
Created attachment 878353 [details] dev-java:caffeine-2.6.2:20231208-123235.log
Created attachment 878354 [details] emerge-history.txt
Created attachment 878355 [details] environment
Created attachment 878356 [details] etc.clang.tar.xz
Created attachment 878357 [details] etc.portage.tar.xz
Created attachment 878358 [details] logs.tar.xz
Created attachment 878359 [details] qlist-info.txt
*** Bug 922116 has been marked as a duplicate of this bug. ***
Any news about this bug?
Hi, I've had the same issue. After switching to openjdk-bin-17 (making it the system-vm), the compilation was successful, despite a few warnings: >>> Emerging (1 of 1) dev-java/caffeine-2.6.2::gentoo * caffeine-2.6.2-sources.jar BLAKE2B SHA512 size ;-) ... [ ok ] * Using: openjdk-bin-17 >>> Unpacking source... >>> Unpacking caffeine-2.6.2-sources.jar to /dev/shm/portage/dev-java/caffeine-2.6.2/work >>> Source unpacked in /dev/shm/portage/dev-java/caffeine-2.6.2/work >>> Preparing source in /dev/shm/portage/dev-java/caffeine-2.6.2/work ... >>> Source prepared. >>> Configuring source in /dev/shm/portage/dev-java/caffeine-2.6.2/work ... >>> Source configured. >>> Compiling source in /dev/shm/portage/dev-java/caffeine-2.6.2/work ... javac -source 1.8 -target 1.8 -d target/classes -encoding UTF-8 -classpath /usr/share/jsr305/lib/jsr305.jar @sources.lst warning: [options] bootstrap class path not set in conjunction with -source 8 ./com/github/benmanes/caffeine/base/UnsafeAccess.java:22: warning: Unsafe is internal proprietary API and may be removed in a future release import sun.misc.Unsafe; ^ ./com/github/benmanes/caffeine/base/UnsafeAccess.java:38: warning: Unsafe is internal proprietary API and may be removed in a future release public static final Unsafe UNSAFE; ^ ./com/github/benmanes/caffeine/base/UnsafeAccess.java:63: warning: Unsafe is internal proprietary API and may be removed in a future release static Unsafe load(String openJdk, String android) throws NoSuchMethodException, ^ ./com/github/benmanes/caffeine/base/UnsafeAccess.java:68: warning: Unsafe is internal proprietary API and may be removed in a future release field = Unsafe.class.getDeclaredField(openJdk); ^ ./com/github/benmanes/caffeine/base/UnsafeAccess.java:72: warning: Unsafe is internal proprietary API and may be removed in a future release field = Unsafe.class.getDeclaredField(android); ^ ./com/github/benmanes/caffeine/base/UnsafeAccess.java:75: warning: Unsafe is internal proprietary API and may be removed in a future release Constructor<Unsafe> unsafeConstructor = Unsafe.class.getDeclaredConstructor(); ^ ./com/github/benmanes/caffeine/base/UnsafeAccess.java:75: warning: Unsafe is internal proprietary API and may be removed in a future release Constructor<Unsafe> unsafeConstructor = Unsafe.class.getDeclaredConstructor(); ^ ./com/github/benmanes/caffeine/base/UnsafeAccess.java:81: warning: Unsafe is internal proprietary API and may be removed in a future release return (Unsafe) field.get(null); ^ 9 warnings updated manifest >>> Source compiled. * Skipping make test/check due to ebuild restriction. >>> Test phase [disabled because of RESTRICT=test]: dev-java/caffeine-2.6.2 >>> Install dev-java/caffeine-2.6.2 into /dev/shm/portage/dev-java/caffeine-2.6.2/image >>> Completed installing dev-java/caffeine-2.6.2 into /dev/shm/portage/dev-java/caffeine-2.6.2/image * Final size of build directory: 6560 KiB (6.4 MiB) * Final size of installed tree: 680 KiB
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec506c42d10700ffe1edfb93923e14bfd55a2fb commit 9ec506c42d10700ffe1edfb93923e14bfd55a2fb Author: Volkmar W. Pogatzki <gentoo@pogatzki.net> AuthorDate: 2023-12-08 15:19:07 +0000 Commit: Miroslav Šulc <fordfrog@gentoo.org> CommitDate: 2024-04-11 07:38:32 +0000 dev-java/caffeine: min java 11 Closes: https://bugs.gentoo.org/919464 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/34180 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> .../caffeine/{caffeine-2.6.2.ebuild => caffeine-2.6.2-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)