tcrasset commented on issue #39132:
URL: https://github.com/apache/arrow/issues/39132#issuecomment-1852848860

   I deleted `arrow/cpp/build`, `cd arrow/cpp && mkdir build`, executed all the 
same commands again, making sure to create a new `dist_new` folder, in case 
there were some old paths laying around in `cpp/build` or somewhere else, but 
still the same issue.
   
   I did notice something though.
   
   The error message says:
   
   ```text
     By not providing "FindOpenSSLAlt.cmake" in CMAKE_MODULE_PATH this project
     has asked CMake to find a package configuration file provided by
     "OpenSSLAlt", but CMake did not find one.
   ```
   
   Though I do have it here:
   
   ```
   ❯ ls /home/tom/Documents/dev/dist_new/lib/cmake/Arrow/FindOpenSSLAlt.cmake
   /home/tom/Documents/dev/dist_new/lib/cmake/Arrow/FindOpenSSLAlt.cmake
   ```
   
   I tried: (notice `-DCMAKE_MODULE_PATH=`)
   
   ```
   ❯ 
PYARROW_CMAKE_OPTIONS="-DCMAKE_PREFIX_PATH=/home/tom/Documents/dev/dist_new 
-DCMAKE_FIND_DEBUG_MODE=ON 
-DCMAKE_MODULE_PATH=/home/tom/Documents/dev/dist_new/lib/cmake/Arrow/" python 
setup.py build_ext --inplace
   ``` 
   
   with no luck.
   
   Log:
   [build.log](https://github.com/apache/arrow/files/13653410/build.log)
   
   
   But I guess that stems from the fact that the wrong `ArrowConfig.cmake` is 
used.
   
   I will check out the documentation you provided, thank you


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