Kengo Seki created BIGTOP-4268:
----------------------------------
Summary: Add libtirpc-dev to the toolchain for Ubuntu 24.04
Key: BIGTOP-4268
URL: https://issues.apache.org/jira/browse/BIGTOP-4268
Project: Bigtop
Issue Type: Bug
Components: toolchain
Reporter: Kengo Seki
Assignee: Kengo Seki
Building Hadoop on Ubuntu 24.04 without explicitly installing that package
fails with the following errors:
{code}
[WARNING] -- Checking for module 'libtirpc'
[WARNING] -- Package 'libtirpc', required by 'virtual:world', not found
[WARNING] -- Looking for dlopen in dl
[WARNING] -- Looking for dlopen in dl - found
[WARNING] -- Configuring done (0.6s)
[WARNING] CMake Error: The following variables are used in this project, but
they are set to NOTFOUND.
[WARNING] Please set them or make sure they are set and tested correctly in the
CMake files:
[WARNING] TIRPC_INCLUDE_DIRS
[WARNING] used as include directory in directory
/home/vagrant/bigtop/output/hadoop/hadoop-3.3.6/hadoop-tools/hadoop-pipes/src
[WARNING] used as include directory in directory
/home/vagrant/bigtop/output/hadoop/hadoop-3.3.6/hadoop-tools/hadoop-pipes/src
[WARNING] used as include directory in directory
/home/vagrant/bigtop/output/hadoop/hadoop-3.3.6/hadoop-tools/hadoop-pipes/src
[WARNING] used as include directory in directory
/home/vagrant/bigtop/output/hadoop/hadoop-3.3.6/hadoop-tools/hadoop-pipes/src
[WARNING] used as include directory in directory
/home/vagrant/bigtop/output/hadoop/hadoop-3.3.6/hadoop-tools/hadoop-pipes/src
[WARNING] used as include directory in directory
/home/vagrant/bigtop/output/hadoop/hadoop-3.3.6/hadoop-tools/hadoop-pipes/src
[WARNING] used as include directory in directory
/home/vagrant/bigtop/output/hadoop/hadoop-3.3.6/hadoop-tools/hadoop-pipes/src
[WARNING] used as include directory in directory
/home/vagrant/bigtop/output/hadoop/hadoop-3.3.6/hadoop-tools/hadoop-pipes/src
[WARNING]
[WARNING] CMake Error in CMakeLists.txt:
[WARNING] Found relative path while evaluating include directories of
"hadooppipes":
[WARNING]
[WARNING] "TIRPC_INCLUDE_DIRS-NOTFOUND"
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)