You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "zfoobar (via GitHub)" <gi...@apache.org> on 2023/04/10 05:36:42 UTC

[GitHub] [arrow] zfoobar opened a new issue, #34995: Arrow fails to build on MacOS due to system GTest libaries being c++ std14

zfoobar opened a new issue, #34995:
URL: https://github.com/apache/arrow/issues/34995

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   **Environment**:
   
   MacOS Ventura 13.1
   Appl1 M1 Chip
   Conda
   
   **Description:**
   
   This is a regression since the cmake changes to detect pre-installed GTest != c++std17  in thirdparty cmake module was removed. 
   
   **Reproduction:**
   
   ```$ conda create -y -n pyarrow-test -c conda-forge \
          --file arrow/ci/conda_env_unix.txt \
          --file arrow/ci/conda_env_cpp.txt \
          --file arrow/ci/conda_env_python.txt \
          --file arrow/ci/conda_env_gandiva.txt \
          compilers \
          python=3.10 \
          pandas```
   
   ``` $ conda activate pyarrow-test```
   
   ```$ export ARROW_HOME=$CONDA_PREFIX```
   
   ``` $ mkdir arrow/cpp/build
            pushd arrow/cpp/build
            cmake --debug-trycompile -DCMAKE_INSTALL_PREFIX=$ARROW_HOME \
           -DCMAKE_INSTALL_LIBDIR=lib \
           -DCMAKE_BUILD_TYPE=Debug \
           -DARROW_BUILD_TESTS=ON \
           -DARROW_COMPUTE=ON \
           -DARROW_CSV=ON \
           -DARROW_DATASET=ON \
           -DARROW_FILESYSTEM=ON \
           -DARROW_HDFS=ON \
           -DARROW_JSON=ON \
           -DARROW_PARQUET=ON \
           -DARROW_WITH_BROTLI=ON \
           -DARROW_WITH_BZ2=ON \
           -DARROW_WITH_LZ4=ON \
           -DARROW_WITH_SNAPPY=ON \
           -DARROW_WITH_ZLIB=ON \
           -DARROW_WITH_ZSTD=ON \
           -DPARQUET_REQUIRE_ENCRYPTION=ON \
           ..```
   
   ``` $ make``` 
   
   **Logs**
   1. cmake output attached. 
   2. make output attached 
   3. debug/ output available at request
   ``ls debug/
   
   [cmake.txt](https://github.com/apache/arrow/files/11187891/cmake.txt)
   [make.txt](https://github.com/apache/arrow/files/11187940/make.txt)
   
   
   
   
   ### Component(s)
   
   C++


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow] kou closed issue #34995: [C++] Arrow fails to build on MacOS due to system GTest libaries being c++ std14

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou closed issue #34995: [C++] Arrow fails to build on MacOS due to system GTest libaries being c++ std14 
URL: https://github.com/apache/arrow/issues/34995


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

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