Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
Description
I tried increasing the re2 version to 2020-11-01 in ARROW-11350 but it failed in a few builds with
/usr/bin/ar: /root/rpmbuild/BUILD/apache-arrow-3.1.0.dev107/cpp/build/re2_ep-install/lib/libre2.a: No such file or directory make[2]: *** [release/libarrow_bundled_dependencies.a] Error 9 make[1]: *** [src/arrow/CMakeFiles/arrow_bundled_dependencies.dir/all] Error 2
(or similar). My theory is that something changed in their cmake build setup so that either libre2.a is not where we expect it, or it's building a shared library instead, or something.