[ 
https://issues.apache.org/jira/browse/ARROW-7118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16972333#comment-16972333
 ] 

Antoine Pitrou commented on ARROW-7118:
---------------------------------------

Now it fails with another error:
{code:java}
+ cmake --build . --target install
[1/271] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/client.cc.o
FAILED: src/plasma/CMakeFiles/plasma_objlib.dir/client.cc.o 
/usr/bin/ccache /usr/bin/c++  -DARROW_EXPORTING -DARROW_JEMALLOC 
-DARROW_JEMALLOC_INCLUDE_DIR="" -DARROW_NO_DEPRECATED_API -DARROW_USE_SIMD 
-isystem /arrow/cpp/thirdparty/flatbuffers/include -isystem 
thrift_ep/src/thrift_ep-install/include -isystem jemalloc_ep-prefix/src 
-isystem /arrow/cpp/thirdparty/hadoop/include -isystem orc_ep-install/include 
-Isrc -I/arrow/cpp/src -I/arrow/cpp/src/generated -Wno-noexcept-type  
-fdiagnostics-color=always -ggdb -O0  -Wall -Wno-conversion 
-Wno-sign-conversion -Wno-unused-variable -Werror -msse4.2  -fPIC -g -fPIC   
-std=gnu++11 -MD -MT src/plasma/CMakeFiles/plasma_objlib.dir/client.cc.o -MF 
src/plasma/CMakeFiles/plasma_objlib.dir/client.cc.o.d -o 
src/plasma/CMakeFiles/plasma_objlib.dir/client.cc.o -c 
/arrow/cpp/src/plasma/client.cc
ccache: error: /root/.ccache/ccache.conf: No such file or directory
[2/271] Building CXX object src/plasma/CMakeFiles/plasma_objlib.dir/io.cc.o
FAILED: src/plasma/CMakeFiles/plasma_objlib.dir/io.cc.o 
/usr/bin/ccache /usr/bin/c++  -DARROW_EXPORTING -DARROW_JEMALLOC 
-DARROW_JEMALLOC_INCLUDE_DIR="" -DARROW_NO_DEPRECATED_API -DARROW_USE_SIMD 
-isystem /arrow/cpp/thirdparty/flatbuffers/include -isystem 
thrift_ep/src/thrift_ep-install/include -isystem jemalloc_ep-prefix/src 
-isystem /arrow/cpp/thirdparty/hadoop/include -isystem orc_ep-install/include 
-Isrc -I/arrow/cpp/src -I/arrow/cpp/src/generated -Wno-noexcept-type  
-fdiagnostics-color=always -ggdb -O0  -Wall -Wno-conversion 
-Wno-sign-conversion -Wno-unused-variable -Werror -msse4.2  -fPIC -g -fPIC   
-std=gnu++11 -MD -MT src/plasma/CMakeFiles/plasma_objlib.dir/io.cc.o -MF 
src/plasma/CMakeFiles/plasma_objlib.dir/io.cc.o.d -o 
src/plasma/CMakeFiles/plasma_objlib.dir/io.cc.o -c /arrow/cpp/src/plasma/io.cc
ccache: error: /root/.ccache/ccache.conf: No such file or directory
[18/271] Building CXX object 
src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/partition.cc.o
ninja: build stopped: subcommand failed.


{code}

> [CI] [Dev] "docker-compose run ubuntu-python" fails
> ---------------------------------------------------
>
>                 Key: ARROW-7118
>                 URL: https://issues.apache.org/jira/browse/ARROW-7118
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Continuous Integration, Developer Tools
>            Reporter: Antoine Pitrou
>            Priority: Major
>
> It's taking up the wrong Python version:
> {code}
> -- Searching for Python libs in 
> /usr/lib64;/usr/lib;/usr/lib/python2.7/config-x86_64-linux-gnu
> -- Looking for python2.7
> -- Found Python lib PYTHON_LIBRARY-NOTFOUND
> -- Found PythonLibs: PYTHON_LIBRARY-NOTFOUND
> CMake Error at cmake_modules/FindNumPy.cmake:62 (message):
>   NumPy import failure:
>   Traceback (most recent call last):
>     File "<string>", line 1, in <module>
>   ImportError: No module named numpy
> Call Stack (most recent call first):
>   src/arrow/python/CMakeLists.txt:23 (find_package)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to