Neal Richardson created ARROW-11474:
---------------------------------------
Summary: [C++] Update bundled re2 version
Key: ARROW-11474
URL: https://issues.apache.org/jira/browse/ARROW-11474
Project: Apache Arrow
Issue Type: New Feature
Components: C++
Reporter: Neal Richardson
Fix For: 4.0.0
I tried increasing the re2 version to 2020-11-01 in
but it failed in a few builds with
{code}
/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
{code}
(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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)