Sylvain Joubert created ARROW-3715:
--------------------------------------

             Summary: [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


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
(v7.6.3#76005)

Reply via email to