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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Arrow fails to be built on Almalinux 8 on the verification job due to not 
being able to find Python:
   ```
   -- Build output directory: 
/tmp/arrow-14.0.2.ZwfXA/apache-arrow-14.0.2/python/build/temp.linux-x86_64-cpython-311/release
   CMake Error at 
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
     Could NOT find Python3 (missing: Python3_INCLUDE_DIRS Development.Module
     NumPy) (found version "3.11.5")
   Call Stack (most recent call first):
     /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 
(_FPHSA_FAILURE_MESSAGE)
     /usr/share/cmake/Modules/FindPython/Support.cmake:3165 
(find_package_handle_standard_args)
     /usr/share/cmake/Modules/FindPython3.cmake:485 (include)
     cmake_modules/FindPython3Alt.cmake:51 (find_package)
     CMakeLists.txt:262 (find_package)
   
   
   -- Configuring incomplete, errors occurred!
   See also 
"/tmp/arrow-14.0.2.ZwfXA/apache-arrow-14.0.2/python/build/temp.linux-x86_64-cpython-311/CMakeFiles/CMakeOutput.log".
   error: command '/usr/bin/cmake' failed with exit code 1
   Failed to verify release candidate. See /tmp/arrow-14.0.2.ZwfXA for details.
   1
   ```
   Almalinux docker image was updated from 8.8 to 8.9 and the Python version 
there is different as found here: https://github.com/apache/arrow/pull/38985
   The updated Almalinux Python version seems to be causing the issue.
   
   This is reproducible on 14.0.2 RC0 and main:
   
[verify-rc-source-python-linux-almalinux-8-amd64](https://github.com/ursacomputing/crossbow/actions/runs/7086832209/job/19285845841)
   
   
   ### Component(s)
   
   Continuous Integration, Release


-- 
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-unsubscr...@arrow.apache.org.apache.org

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

Reply via email to