Laszlo Gaal created IMPALA-14756:
------------------------------------
Summary: Ninja is installed only for Ubuntu, not for Red Hat
variants in bootstrap_system.sh
Key: IMPALA-14756
URL: https://issues.apache.org/jira/browse/IMPALA-14756
Project: IMPALA
Issue Type: Bug
Components: Infrastructure
Affects Versions: Impala 5.0.0
Reporter: Laszlo Gaal
Assignee: Laszlo Gaal
The Red Hat specific package install block
https://github.com/apache/impala/blob/master/bin/bootstrap_system.sh#L295-L302
is missing `ninja-build`, which is present for the Ubuntu install block. For
recent versions this blocks the build on Red Hat derivatives, e.g.
https://jenkins.impala.io/job/rocky-9.2-from-scratch/38/console :
{code}
19:20:44 >>> Generating CMake files CMAKE_BUILD_TYPE=DEBUG BUILD_SHARED_LIBS=0
MAKE_CMD=ninja
19:20:44 -- Setup toolchain link flags
-Wl,-rpath,/home/rocky/Impala/toolchain/toolchain-packages-gcc10.4.0/gcc-10.4.0/lib64
-L/home/rocky/Impala/toolchain/toolchain-packages-gcc10.4.0/gcc-10.4.0/lib64
19:20:44 -- Setup toolchain link flags
-Wl,-rpath,/home/rocky/Impala/toolchain/toolchain-packages-gcc10.4.0/gcc-10.4.0/lib64
-L/home/rocky/Impala/toolchain/toolchain-packages-gcc10.4.0/gcc-10.4.0/lib64
19:20:44 CMake Error: CMake was unable to find a build program corresponding to
"Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a
different build tool.
19:20:44 -- Configuring incomplete, errors occurred!
{{code}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]