pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/56140 (Major dev toolchain is not working on NetBSD 9x: OpenJDK11+Gradle 6x)
The following reply was made to PR pkg/56140; it has been noted by GNATS.
From: ts1000 <ts1000%rad2know.net@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/56140 (Major dev toolchain is not working on NetBSD 9x:
OpenJDK11+Gradle 6x)
Date: Fri, 18 Jun 2021 07:30:48 -0400
May be there is something wrong with how the related Groovy jar is
built.
Because with different command line options the error is slightly more
verbose:
localhost$ gradle --no-build-cache --no-scan --no-daemon tasks
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.codehaus.groovy.reflection.CachedClass
(file:/usr/pkg/lib/java/gradle/lib/groovy-all-1.3-2.5.12.jar) to method
java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of
org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future
release
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> Could not load compiled classes for build file
> '/home/v/test/app/build.gradle' from cache.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or
--debug option to get more log output. Run with --scan to get full
insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 4s
localhost$
Home |
Main Index |
Thread Index |
Old Index