You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/12/28 22:10:19 UTC

[GitHub] [arrow] bergen288 commented on issue #9030: pyarrow installation failed on AIX7.2.

bergen288 commented on issue #9030:
URL: https://github.com/apache/arrow/issues/9030#issuecomment-751879635


   I am getting the following error after ```cd release``` to run ```cmake ..```:
   ```
   Login=root: Line=602 > cmake ..
   -- Building using CMake version: 3.16.0
   -- Arrow version: 2.0.0 (full: '2.0.0')
   -- Arrow SO version: 200 (full: 200.0.0)
   -- clang-tidy not found
   -- clang-format not found
   -- Could NOT find ClangTools (missing: CLANG_FORMAT_BIN CLANG_TIDY_BIN)
   -- infer not found
   -- Found cpplint executable at /software/thirdparty/apache-arrow-2.0.0/cpp/build-support/cpplint.py
   -- System processor: powerpc
   -- Arrow build warning level: PRODUCTION
   CMake Error at cmake_modules/SetupCxxFlags.cmake:365 (message):
     SSE4.2 required but compiler doesn't support it.
   Call Stack (most recent call first):
     CMakeLists.txt:437 (include)
   
   
   -- Configuring incomplete, errors occurred!
   See also "/software/thirdparty/apache-arrow-2.0.0/cpp/release/CMakeFiles/CMakeOutput.log".
   See also "/software/thirdparty/apache-arrow-2.0.0/cpp/release/CMakeFiles/CMakeError.log".
   ```
   Attached are output logs.  Does it mean I have to install SSE4.2 first?  Thanks.
   [CMakeError.log](https://github.com/apache/arrow/files/5748912/CMakeError.log)
   [CMakeOutput.log](https://github.com/apache/arrow/files/5748913/CMakeOutput.log)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org