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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The following jobs have been failing:
   
[example-cpp-minimal-build-static](https://github.com/ursacomputing/crossbow/actions/runs/4716182026/jobs/8363676360)
   
[example-cpp-minimal-build-static-system-dependency](https://github.com/ursacomputing/crossbow/actions/runs/4716184879/jobs/8363681455)
   since 
https://github.com/apache/arrow/commit/b63463c62881d098e9e262e52ca2bd29a416e55d 
was merged.
   
   I have reproduced locally with:
   ```
   $ cd arrow/cpp/examples/minimal_build
   $ docker-compose run --rm static
   ```
   I've checked the docker container and the built CMake seems to suggest 
arrow_bundled_dependencies is not found correctly:
   
   ```
   root@70c12a6c178d:/build/example# vim 
CMakeFiles/arrow-example.dir/build.make 
   ...
   # External object files for target arrow-example
   arrow__example_EXTERNAL_OBJECTS =
   
   arrow-example: CMakeFiles/arrow-example.dir/example.cc.o
   arrow-example: CMakeFiles/arrow-example.dir/build.make
   arrow-example: /usr/local/lib/libarrow.a
   arrow-example: Arrow::arrow_bundled_dependencies-NOTFOUND
   arrow-example: CMakeFiles/arrow-example.dir/link.txt
   
   ```
   
   ### Component(s)
   
   C++, Continuous Integration


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