Wes McKinney created ARROW-6406:
-----------------------------------
Summary: [C++] jemalloc_ep fails for offline build
Key: ARROW-6406
URL: https://issues.apache.org/jira/browse/ARROW-6406
Project: Apache Arrow
Issue Type: Bug
Components: C++
Reporter: Wes McKinney
Assignee: Wes McKinney
Seems we have some slippage between the dependency download script and
ThirdpartyToolchain.cmake
{code}
-- Build files have been written to: /home/wesm/code/arrow/cpp/build
[2/8] Performing download step (verify and extract) for 'jemalloc_ep'
-- jemalloc_ep download command succeeded. See also
/home/wesm/code/arrow/cpp/build/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-download-*.log
[5/8] Performing configure step for 'jemalloc_ep'
FAILED: jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-configure
cd /home/wesm/code/arrow/cpp/build/jemalloc_ep-prefix/src/jemalloc_ep &&
/home/wesm/cpp-toolchain/bin/cmake -P
/home/wesm/code/arrow/cpp/build/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-configure-DEBUG.cmake
&& /home/wesm/cpp-toolchain/bin/cmake -E touch
/home/wesm/code/arrow/cpp/build/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-configure
CMake Error at
/home/wesm/code/arrow/cpp/build/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-configure-DEBUG.cmake:49
(message):
Command failed: No such file or directory
'./configure' 'AR=/usr/bin/ar' 'CC=/usr/bin/clang-7'
'--prefix=/home/wesm/code/arrow/cpp/build/jemalloc_ep-prefix/src/jemalloc_ep/dist/'
'--with-jemalloc-prefix=je_arrow_'
'--with-private-namespace=je_arrow_private_' '--without-export' '--disable-cxx'
'--disable-libdl' '--disable-initial-exec-tls'
See also
/home/wesm/code/arrow/cpp/build/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-configure-*.log
ninja: build stopped: subcommand failed.
{code}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)