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

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

     [ https://issues.apache.org/jira/browse/ARROW-5577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-5577:
----------------------------------
    Labels: pull-request-available  (was: )

> [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
>            Priority: Major
>              Labels: pull-request-available
>             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)