https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-java/easymock-3.3.1-r1 fails tests. Discovered on: amd64 (internal ref: gcc14_tinderbox) System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14) - openjdk-bin-24 Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Created attachment 898175 [details] build.log build log and emerge --info
Error(s) that match a know pattern: FAILURES!!!
Tests pass with openjdk:21
it seems the problem is that objectweb does not support that version of java
the question is, what does asm inspect that it encounters java 24 bytecode. the package itself it should not be as there is source/target 1.8, so maybe it inspects system classes... i didn't investigate this. anyway, using a version of asm that supports java 24 should resolve this and similar issues.
(In reply to Miroslav Šulc from comment #5) > the question is, what does asm inspect that it encounters java 24 bytecode. > the package itself it should not be as there is source/target 1.8, so maybe > it inspects system classes... i didn't investigate this. anyway, using a > version of asm that supports java 24 should resolve this and similar issues. not sure if vbump to asm-9.7 would help. we'll see once that's done.