Michael Smith created IMPALA-15356:
--------------------------------------
Summary: Building Thrift 0.24.0 fails with old gradle
Key: IMPALA-15356
URL: https://issues.apache.org/jira/browse/IMPALA-15356
Project: IMPALA
Issue Type: Task
Components: Toolchain
Reporter: Michael Smith
Assignee: Michael Smith
Ran into an error building Thrift 0.24.0.
{code:java}
Making install in kotlin
make[2]: Entering directory
'/home/michael/Cloudera/native-toolchain/source/thrift/thrift-0.24.0-p3/lib/kotlin'
/usr/bin/gradle assemble \
-Pthrift.version=0.24.0 \
-Pthrift.compiler=/home/michael/Cloudera/native-toolchain/source/thrift/thrift-0.24.0-p3/compiler/cpp/thrift
\
--console=plain
Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
* What went wrong:
Could not create service of type ScriptPluginFactory using
BuildScopeServices.createScriptPluginFactory().
> Could not create service of type PluginResolutionStrategyInternal using
> BuildScopeServices.createPluginResolutionStrategy().
* 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 0s {code}
I traced it to an older version of gradle in my environment, but we shouldn't
build the Kotlin version anyway.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)