Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 896244

Summary: dev-scheme/jscheme-7.2-r1: stucks on EAPI 6, failed (install phase), inherits java-utils-2.eclass directly, installs precompiled jar files, ...
Product: Gentoo Linux Reporter: Volkmar W. Pogatzki <gentoo>
Component: Current packagesAssignee: Scheme Project <scheme>
Status: CONFIRMED ---    
Severity: normal CC: esigra
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 69972, 770247    

Description Volkmar W. Pogatzki 2023-02-24 10:32:13 UTC
GENTOO_VM=openjdk-17  CLASSPATH="" JAVA_HOME="/usr/lib64/openjdk-17"

Checked: 55 Good: 0 Bad: 55 Skipped: 0
 * Incorrect bytecode version found
 * in file: lib/applet.jar
 * See /var/tmp/portage/dev-scheme/jscheme-7.2-r1/temp/class-version-verify.log for more details.
 * ERROR: dev-scheme/jscheme-7.2-r1::gentoo failed (install phase):
 *   Incorrect bytecode found
 * 
 * Call stack:
 *     ebuild.sh, line  136:  Called src_install
 *   environment, line 3848:  Called java-pkg_dojar 'lib/applet.jar' 'lib/bsf.jar' 'lib/ia_math.jar' 'lib/ia_solver.jar' 'lib/jscheme.jar' 'lib/jschemelite.jar' 'lib/servlet.jar'
 *   environment, line 1982:  Called java-pkg_verify-classes 'lib/applet.jar'
 *   environment, line 3066:  Called die
 * The specific snippet of code:
 *           die "Incorrect bytecode found";
 *
Comment 1 Maciej Barć gentoo-dev 2023-02-24 18:40:20 UTC
> JScheme implements all of R4RS Scheme except that continuations can only be used as escape procedures and strings are not mutable. JScheme is an open source project hosted at sourceforge.net.


Potential treeclean candidate, but maybe we could rescue it...