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.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a882a4461045517ae6ec0d780f49edb768482e1 commit 3a882a4461045517ae6ec0d780f49edb768482e1 Author: Volkmar W. Pogatzki <gentoo@pogatzki.net> AuthorDate: 2025-04-22 13:42:19 +0000 Commit: Miroslav Šulc <fordfrog@gentoo.org> CommitDate: 2025-04-23 18:24:22 +0000 dev-util/visualvm: add 2.2 Bug: https://bugs.gentoo.org/937128 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/41700 Closes: https://github.com/gentoo/gentoo/pull/41700 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> dev-util/visualvm/Manifest | 1 + dev-util/visualvm/visualvm-2.2.ebuild | 179 ++++++++++++++++++++++++++++++++++ 2 files changed, 180 insertions(+)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f4ab2894dfa821b3b7b016a5f760f382f07e5f commit f1f4ab2894dfa821b3b7b016a5f760f382f07e5f Author: Volkmar W. Pogatzki <gentoo@pogatzki.net> AuthorDate: 2025-05-21 11:02:11 +0000 Commit: Miroslav Šulc <fordfrog@gentoo.org> CommitDate: 2025-05-22 07:01:12 +0000 dev-util/visualvm: drop 2.1.10 Closes: https://bugs.gentoo.org/937128 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/42183 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> dev-util/visualvm/Manifest | 1 - dev-util/visualvm/visualvm-2.1.10.ebuild | 182 ------------------------------- 2 files changed, 183 deletions(-)