findclass needs dev-java/java-config:0. This script should no longer be installed or should be ported to dev-java/java-config:2. $ /usr/lib64/javatoolkit/bin/findclass Traceback (most recent call last): File "/usr/lib64/javatoolkit/bin/findclass", line 19, in <module> from java_config.jc_util import find_exec, collect_packages ImportError: No module named java_config.jc_util
(In reply to Arfrever Frehtes Taifersar Arahesis (RETIRED) from comment #0) > [...] > $ /usr/lib64/javatoolkit/bin/findclass This path does not exist. Closing.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4f6695aead6e4649a70d8ab86b69e189cd2d04 commit 8b4f6695aead6e4649a70d8ab86b69e189cd2d04 Author: Andrei Horodniceanu <a.horodniceanu@proton.me> AuthorDate: 2025-03-08 14:27:31 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2025-03-08 14:57:45 +0000 dev-java/javatoolkit: fix eprefix support Avoid the double-prefix error and don't call hprefixify on files that don't exist. Note that the findclass.py script is broken with dev-java/java-config:2 so patching it is somewhat pointless. Bug: https://bugs.gentoo.org/354105 Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me> Closes: https://github.com/gentoo/gentoo/pull/40963 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> dev-java/javatoolkit/javatoolkit-0.6.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
This is still not fixed