Wes McKinney created ARROW-2775: ----------------------------------- Summary: [Python] ccache error when building manylinux1 wheels Key: ARROW-2775 URL: https://issues.apache.org/jira/browse/ARROW-2775 Project: Apache Arrow Issue Type: Bug Components: Python Reporter: Wes McKinney Fix For: 0.10.0
I got this error on master following the usual instructions: {code} [26/77] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/compression_lz4.cc.o FAILED: src/arrow/CMakeFiles/arrow_objlib.dir/util/compression_lz4.cc.o /usr/bin/ccache /opt/rh/devtoolset-2/root/usr/bin/c++ -DARROW_JEMALLOC -DARROW_JEMALLOC_INCLUDE_DIR=/arrow/cpp/build-plain/jemalloc_ep-prefix/src/jemalloc_ep/dist//include -DARROW_WITH_BROTLI -DARROW_WITH_LZ4 -DARROW_WITH_SNAPPY -DARROW_WITH_ZLIB -DARROW_WITH_ZSTD -isystem /arrow_boost_dist/include -isystem src/rapidjson_ep/include -isystem jemalloc_ep-prefix/src -isystem ../thirdparty/hadoop/include -isystem zlib_ep/src/zlib_ep-install/include -Isrc -I../src -std=c++11 -Wno-noexcept-type -O3 -DNDEBUG -Wall -msse3 -O3 -DNDEBUG -fPIC -std=gnu++11 -MD -MT src/arrow/CMakeFiles/arrow_objlib.dir/util/compression_lz4.cc.o -MF src/arrow/CMakeFiles/arrow_objlib.dir/util/compression_lz4.cc.o.d -o src/arrow/CMakeFiles/arrow_objlib.dir/util/compression_lz4.cc.o -c ../src/arrow/util/compression_lz4.cc ccache: error: /root/.ccache/ccache.conf: No such file or directory {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)