Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 937128 - dev-util/visualvm-2.1.10 java-pkg_ensure-dep issue
Summary: dev-util/visualvm-2.1.10 java-pkg_ensure-dep issue
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-02 13:59 UTC by Agostino Sarubbo
Modified: 2024-10-10 12:15 UTC (History)
2 users (show)

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


Attachments
build.log.xz (build.log.xz,163.79 KB, application/x-xz)
2024-08-02 13:59 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-08-02 13:59:08 UTC
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)
Comment 1 Agostino Sarubbo gentoo-dev 2024-08-02 13:59:10 UTC
Created attachment 898806 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Miroslav Šulc gentoo-dev 2024-08-03 08:49:03 UTC
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.
Comment 3 Volkmar W. Pogatzki 2024-08-08 16:37:27 UTC
there was a similar case in bug #934659 and a recent recent change in https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ffceb423
Comment 4 Volkmar W. Pogatzki 2024-08-10 04:17:27 UTC
while java-pkg_getjars has the '--runtime-only' option, this option is missing in java-pkg_getjar.
Comment 5 Agostino Sarubbo gentoo-dev 2024-09-07 12:21:38 UTC
ci has reproduced this issue with version 2.1.9-r1 - Updating summary.
Comment 6 Agostino Sarubbo gentoo-dev 2024-10-10 12:15:19 UTC
gcc15_tinderbox has reproduced this issue with version 2.1.10 - Updating summary.