Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arrow module - CMake Error at cmake/modules/TableGen.cmake:10 (message): LLVM_TABLEGEN_EXE not set #1451

Open
archenroot opened this issue Dec 27, 2023 · 1 comment

Comments

@archenroot
Copy link
Member

archenroot commented Dec 27, 2023

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)

Cmake logs:
CMakeOutput.log
CMakeError.log

@saudet
Copy link
Member

saudet commented Dec 28, 2023

I'm not maintaining those presets myself, but you're welcome to provide a fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants