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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The following verification jobs:
   - 
[verify-rc-source-python-linux-almalinux-10-amd64](https://github.com/ursacomputing/crossbow/actions/runs/25378100659/job/74418587225)
   - 
[verify-rc-source-python-linux-ubuntu-22.04-amd64](https://github.com/ursacomputing/crossbow/actions/runs/25378101020/job/74418589085)
   - 
[verify-rc-source-python-linux-ubuntu-24.04-amd64](https://github.com/ursacomputing/crossbow/actions/runs/25378101202/job/74418589648)
   
   Started failing since the following was merged:
   - https://github.com/apache/arrow/pull/48964
   
   With the following error finding Absl:
   ```
         -- Building PyArrow with Acero
         -- Building PyArrow with Compute
         -- Building PyArrow with Parquet
         -- Parquet Encryption Enabled
         -- Building PyArrow with Flight
         CMake Error at 
/tmp/arrow-HEAD.EGvKX/install/lib/cmake/ArrowFlight/FindabslAlt.cmake:31 
(find_package):
           By not providing "Findabsl.cmake" in CMAKE_MODULE_PATH this project 
has
           asked CMake to find a package configuration file provided by "absl", 
but
           CMake did not find one.
         
           Could not find a package configuration file provided by "absl" with 
any of
           the following names:
         
             abslConfig.cmake
             absl-config.cmake
         
           Add the installation prefix of "absl" to CMAKE_PREFIX_PATH or set
           "absl_DIR" to a directory containing one of the above files.  If 
"absl"
           provides a separate development package or SDK, be sure it has been
           installed.
         Call Stack (most recent call first):
           /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 
(find_package)
           /tmp/arrow-HEAD.EGvKX/install/lib/cmake/Arrow/ArrowConfig.cmake:101 
(find_dependency)
           
/tmp/arrow-HEAD.EGvKX/install/lib/cmake/ArrowFlight/ArrowFlightConfig.cmake:59 
(arrow_find_dependencies)
           CMakeLists.txt:577 (find_package)
         
         
         -- Configuring incomplete, errors occurred!
         
         *** CMake configuration failed
         [end of output]
     
     note: This error originates from a subprocess, and is likely not a problem 
with pip.
     ERROR: Failed building wheel for pyarrow
   error: failed-wheel-build-for-install
   ```
   
   ### Component(s)
   
   Python, C++


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