You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/06/12 21:49:00 UTC

[jira] [Created] (ARROW-5577) [C++] Link failure due to googletest shared library on Alpine Linux

Wes McKinney created ARROW-5577:
-----------------------------------

             Summary: [C++] Link failure due to googletest shared library on Alpine Linux
                 Key: ARROW-5577
                 URL: https://issues.apache.org/jira/browse/ARROW-5577
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: Wes McKinney
            Assignee: Wes McKinney
             Fix For: 0.14.0


See

{code}
[314/538] Linking CXX shared library debug/libarrow_testing.so.14.0.0
FAILED: debug/libarrow_testing.so.14.0.0 
: && /usr/bin/ccache /usr/bin/g++ -fPIC -Wno-noexcept-type  -fdiagnostics-color=always -ggdb -O0  -Wall -Wno-conversion -Wno-sign-conversion -Wno-unused-variable -Werror -msse4.2  -g   -shared -Wl,-soname,libarrow_testing.so.14 -o debug/libarrow_testing.so.14.0.0 src/arrow/CMakeFiles/arrow_testing_objlib.dir/io/test-common.cc.o src/arrow/CMakeFiles/arrow_testing_objlib.dir/ipc/test-common.cc.o src/arrow/CMakeFiles/arrow_testing_objlib.dir/filesystem/test-util.cc.o src/arrow/CMakeFiles/arrow_testing_objlib.dir/testing/gtest_util.cc.o src/arrow/CMakeFiles/arrow_testing_objlib.dir/testing/random.cc.o  -Wl,-rpath,/build/cpp/debug:/build/cpp/googletest_ep-prefix/src/googletest_ep/lib: debug/libarrow.so.14.0.0 googletest_ep-prefix/src/googletest_ep/lib/libgtestd.so double-conversion_ep/src/double-conversion_ep/lib/libdouble-conversion.a /usr/lib/libcrypto.so brotli_ep/src/brotli_ep-install/lib/libbrotlienc-static.a brotli_ep/src/brotli_ep-install/lib/libbrotlidec-static.a brotli_ep/src/brotli_ep-install/lib/libbrotlicommon-static.a glog_ep-prefix/src/glog_ep/lib/libglog.a -ldl jemalloc_ep-prefix/src/jemalloc_ep/dist//lib/libjemalloc_pic.a -lrt && :
g++: error: googletest_ep-prefix/src/googletest_ep/lib/libgtestd.so: No such file or directory
[327/538] Building CXX object src/arrow/CMakeFiles/arrow-array-test.dir/array-test.cc.o
ninja: build stopped: subcommand failed.
{code}

There is erroneous logic in ThirdpartyToolchain.cmake -- I am fixing. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)