Antoine Pitrou created ARROW-5148:
-------------------------------------
Summary: [CI] [C++] LLVM-related compile errors
Key: ARROW-5148
URL: https://issues.apache.org/jira/browse/ARROW-5148
Project: Apache Arrow
Issue Type: Bug
Components: C++, C++ - Gandiva, Continuous Integration
Affects Versions: 0.13.0
Reporter: Antoine Pitrou
Travis-CI builds using llvm.org-originated binary packages have started failing:
{code}
[ 76%] Linking CXX executable ../../debug/gandiva-engine_llvm_test
../../debug/libgandiva.so.14.0.0: undefined reference to `typeinfo for
llvm::ErrorInfoBase'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
{code}
Apparently this is because LLVM was compiled with RTTI turned off. See example
report here:
https://github.com/EOSIO/eos/issues/498
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)