WillAyd commented on PR #46906:
URL: https://github.com/apache/arrow/pull/46906#issuecomment-3286997441

   Nice find! That helped us get unpinned.
   
   The newest issue appears to be something with the cmake files that orc 
distributes. The dependency call currently fails with the following warning:
   
   ```
   NOTICE: CMake reported that the package orc was not found with the following 
reason:
   orc could not be found because dependency ZSTD could not be found.
   Run-time dependency orc found: NO 
   ```
   
   Within the conda environment, I see orc distributes its own files for CMake 
package resolution:
   
   ```
   ${CONDA_PREFIX}/lib/cmake/orc/FindLZ4.cmake
   ${CONDA_PREFIX}/lib/cmake/orc/FindProtobuf.cmake
   ${CONDA_PREFIX}/lib/cmake/orc/FindSnappy.cmake
   ${CONDA_PREFIX}/lib/cmake/orc/FindZLIB.cmake
   ${CONDA_PREFIX}/lib/cmake/orc/FindZSTD.cmake
   ```
   
   Renaming or removing any of these files seems to let CMake find the required 
packages. Hopefully there's some type of setting for CMake we can use to ignore 
these?


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