Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 896244 - dev-scheme/jscheme-7.2-r1: stucks on EAPI 6, failed (install phase), inherits java-utils-2.eclass directly, installs precompiled jar files, ...
Summary: dev-scheme/jscheme-7.2-r1: stucks on EAPI 6, failed (install phase), inherits...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Scheme Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 69972 EAPI6Removal
  Show dependency tree
 
Reported: 2023-02-24 10:32 UTC by Volkmar W. Pogatzki
Modified: 2023-02-24 18:40 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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...