Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.8.0
-
None
Description
I ran into this issue just now: importing kudu fails because of an unresolved symbol.
The issue seems to be that my system C++ is much newer than gcc-4.9.2 and they have different C++ ABIs (or something along those lines). One workaround is to manually override the C compilers.
CC=$IMPALA_TOOLCHAIN/gcc-4.9.2/bin/gcc CXX=$IMPALA_TOOLCHAIN/gcc-4.9.2/bin/g++ python infra/python/bootstrap_virtualenv.py
Attachments
Issue Links
- is duplicated by
-
IMPALA-3932 virtualenv does not build binary python packages with toolchain
- Resolved