dongjoon-hyun commented on PR #2102:
URL: https://github.com/apache/orc/pull/2102#issuecomment-2904608292

   I tried locally today with `AppleClang 17`, but it seems that I failed 
`snappy` first. I can confirm that we have issues with new versions. Do we need 
more backports in addition to ZLIB (ORC-1827), @cxzl25 ?
   
   ```
   $ g++ --version | head -n1
   Apple clang version 17.0.0 (clang-1700.0.13.3)
   ```
   
   ```
   ...
   [  9%] Performing configure step for 'snappy_ep'
   CMake Error at 
/Users/dongjoon/APACHE/orc-merge/build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-configure-RELWITHDEBINFO.cmake:49
 (message):
     Command failed: 1
   
      '/opt/homebrew/bin/cmake' 
'-DCMAKE_INSTALL_PREFIX=/Users/dongjoon/APACHE/orc-merge/build/c++/libs/thirdparty/snappy_ep-install'
 '-DBUILD_SHARED_LIBS=OFF' '-DCMAKE_INSTALL_LIBDIR=lib' 
'-DSNAPPY_BUILD_TESTS=OFF' '-GUnix Makefiles' '-S' 
'/Users/dongjoon/APACHE/orc-merge/build/snappy_ep-prefix/src/snappy_ep' '-B' 
'/Users/dongjoon/APACHE/orc-merge/build/snappy_ep-prefix/src/snappy_ep-build'
   
     See also
   
       
/Users/dongjoon/APACHE/orc-merge/build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-configure-*.log
   
   
   make[2]: *** [snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-configure] 
Error 1
   make[1]: *** [CMakeFiles/snappy_ep.dir/all] Error 2
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to