raulcd opened a new issue, #46159: URL: https://github.com/apache/arrow/issues/46159
### Describe the bug, including details regarding any error messages, version, and platform. The [verify-rc-source-integration-macos-amd64](https://github.com/ursacomputing/crossbow/actions/runs/14469975997/job/40581163780) job failed on the nightly jobs with: ``` [ 65%] Building CXX object src/arrow/CMakeFiles/arrow_testing_objlib.dir/testing/process.cc.o [ 65%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/exec_plan.cc.o /Users/runner/work/crossbow/crossbow/arrow/cpp/src/arrow/testing/process.cc:45:16: fatal error: 'boost/process/v2.hpp' file not found # include <boost/process/v2.hpp> ^~~~~~~~~~~~~~~~~~~~~~ 1 error generated. ``` This is due to the boost 1.88 changes, the failing job is using `Found Boost 1.88.0 at /usr/local/lib/cmake/Boost-1.88.0` it was successful with `Found Boost 1.87.0 at /usr/local/lib/cmake/Boost-1.87.0` Latest successful job: https://github.com/ursacomputing/crossbow/actions/runs/14446207182/job/40507301754 ### Component(s) Continuous Integration, 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org