nealrichardson commented on issue #13425:
URL: https://github.com/apache/arrow/issues/13425#issuecomment-1164345783

   It looks like the error is:
   
   ```
   CMake Error at cmake_modules/ThirdpartyToolchain.cmake:1349 (message):
     Building thrift using ExternalProject requires at least CMake 3.10
   ```
   
   but your system only has cmake 3.6.3. We try to check for that, but 
apparently the check in 
https://github.com/apache/arrow/blob/master/r/tools/nixlibs.R#L407-L432 isn't 
detecting that correctly. Could you share what `cmake --version` says?
   
   To work around this, you can download and untar the latest cmake release 
from 
https://github.com/Kitware/CMake/releases/download/v3.23.2/cmake-3.23.2-linux-x86_64.tar.gz,
 then `export CMAKE=/path/to/bin/cmake`, wherever that ends up when you extract 
it.


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