[
https://issues.apache.org/jira/browse/ARROW-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rok Mihevc updated ARROW-3715:
------------------------------
External issue URL: https://github.com/apache/arrow/issues/20016
> [C++] gflags_ep fails to build with CMake 3.13
> ----------------------------------------------
>
> Key: ARROW-3715
> URL: https://issues.apache.org/jira/browse/ARROW-3715
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Affects Versions: 0.11.0
> Reporter: Sylvain Joubert
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.12.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> With the future CMake version (found with CMake 3.13.0-rc2), the {{gflags}}
> external project refuses to build with the following error due to a typo in
> the CMake arguments that were somehow ignored in previous CMake versions.
> {code:java}
> ...
> [6/8] Performing build step for 'gflags_ep'
> FAILED: gflags_ep-prefix/src/gflags_ep-stamp/gflags_ep-build
> gflags_ep-prefix/src/gflags_ep/lib/libgflags.a
> cd /<local_dir>/arrow/cpp/build/gflags_ep-prefix/src/gflags_ep &&
> /<local_dir>/cmake/build/bin/cmake -P
> /<local_dir>/arrow/cpp/build/gflags_ep-prefix/src/gflags_ep-stamp/gflags_ep-build-DEBUG.cmake
> && /<local_dir>/cmake/build/bin/cmake -E touch
> /<local_dir>/arrow/cpp/build/gflags_ep-prefix/src/gflags_ep-stamp/gflags_ep-build
> CMake Error at
> /<local_dir>/arrow/cpp/build/gflags_ep-prefix/src/gflags_ep-stamp/gflags_ep-build-DEBUG.cmake:16
> (message):
> Command failed: 1
> '/<local_dir>/cmake/build/bin/cmake' '--build' '.'
> See also
>
> /<local_dir>/arrow/cpp/build/gflags_ep-prefix/src/gflags_ep-stamp/gflags_ep-build-*.log
> ninja: build stopped: subcommand failed.{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)