You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while compiling on Ubuntu system arrow module from master branch: mvn -T 84 clean install --projects .,arrow
I get:
-- Linker detection: GNU ld
-- Performing Test HAS_WERROR_GLOBAL_CTORS
-- Performing Test HAS_WERROR_GLOBAL_CTORS - Failed
-- Looking for __x86_64__
-- Looking for __x86_64__ - found
CMake Error at CMakeLists.txt:1111 (add_subdirectory):
add_subdirectory given source "utils/TableGen" which is not an existing
directory.
CMake Error at cmake/modules/TableGen.cmake:10 (message):
LLVM_TABLEGEN_EXE not set
Call Stack (most recent call first):
include/llvm/IR/CMakeLists.txt:2 (tablegen)
System info:
cmake version 3.22.1
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.3 LTS"
java 17.0.9 2023-10-17 LTS
Java(TM) SE Runtime Environment Oracle GraalVM 17.0.9+11.1 (build 17.0.9+11-LTS-jvmci-23.0-b21)
Java HotSpot(TM) 64-Bit Server VM Oracle GraalVM 17.0.9+11.1 (build 17.0.9+11-LTS-jvmci-23.0-b21, mixed mode, sharing)
while compiling on Ubuntu system arrow module from master branch:
mvn -T 84 clean install --projects .,arrow
I get:
System info:
Cmake logs:
CMakeOutput.log
CMakeError.log
The text was updated successfully, but these errors were encountered: