https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-util/visualvm-2.1.9 java-pkg_ensure-dep issue. Discovered on: amd64 (internal ref: ci)
Created attachment 898806 [details] build.log.xz build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
looking at the issue, asm-9 is probybly needed at the compilation time as we link it in in src_prepare() so it should imo go to COMMON_DEPEND. the rest is not needed for compilation so it is a false positive, it is only used during runtime. imo it wouldn't hurt adding those to COMMON_DEPEND too to get rid of the qa notice with a note that those are in fact not needed during compilation because they are used from the bundled precompiled stuff.
there was a similar case in bug #934659 and a recent recent change in https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ffceb423
while java-pkg_getjars has the '--runtime-only' option, this option is missing in java-pkg_getjar.
ci has reproduced this issue with version 2.1.9-r1 - Updating summary.
gcc15_tinderbox has reproduced this issue with version 2.1.10 - Updating summary.