Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-4593

kudu-python is built with the system C++ compiler, which may not be ABI-compatible with the toolchain C++ compiler

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Impala 2.8.0
    • Impala 2.9.0
    • Infrastructure
    • 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

          Activity

            People

              tarmstrong Tim Armstrong
              tarmstrong Tim Armstrong
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: