Summary: | net-vpn/i2p-2.3.0-r2: failed with GENTOO_VM=openjdk-bin-8 (compile phase) - java.lang.NoSuchMethodError: java.nio.CharBuffer.flip()Ljava/nio/CharBuffer; | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | tharvik |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | normal | CC: | gentoo, java |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://stackoverflow.com/questions/61267495/exception-in-thread-main-java-lang-nosuchmethoderror-java-nio-bytebuffer-flip | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=925065 https://bugs.gentoo.org/show_bug.cgi?id=846782 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
emerge-history.txt.xz environment etc.clang.tar.xz etc.portage.tar.xz net-vpn:i2p-2.3.0-r2:20240315-160938.log qlist-info.txt.xz temp.tar.xz |
Description
Toralf Förster
![]() Created attachment 887712 [details]
emerge-info.txt
Created attachment 887713 [details]
emerge-history.txt.xz
Created attachment 887714 [details]
environment
Created attachment 887715 [details]
etc.clang.tar.xz
Created attachment 887716 [details]
etc.portage.tar.xz
Created attachment 887717 [details]
net-vpn:i2p-2.3.0-r2:20240315-160938.log
Created attachment 887718 [details]
qlist-info.txt.xz
Created attachment 887719 [details]
temp.tar.xz
I cannot reproduce this error. When trying to reproduce it 1. set system-vm to openjdk-bin-21 2. emerge dev-java/ant 3. set system-vm to openjdk-bin-8 4. emerge net-vpn/i2p-2.3.0-r2 then I receive the eerror msg from pkg_pretend() as expected: eerror "dev-java/ant-core was emerged with a newer version of the JDK." eerror "It will fail to build with virtual/jdk:1.8 due to #831290." eerror "Please switch to a newer JDK" eerror " eselect java-vm set system ..." eerror "Or remerge dev-java/ant-core with virtual/jdk:1.8" eerror " emerge dev-java/ant-core" die 'bad JDK for ant-core' (This eerror should be updated to reflect the change ant-core -> ant ) |