You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/05/04 11:40:00 UTC

[jira] [Created] (ARROW-8689) [C++] S3 benchmarks fail linking

Antoine Pitrou created ARROW-8689:
-------------------------------------

             Summary: [C++] S3 benchmarks fail linking
                 Key: ARROW-8689
                 URL: https://issues.apache.org/jira/browse/ARROW-8689
             Project: Apache Arrow
          Issue Type: Bug
          Components: Benchmarking, C++
            Reporter: Antoine Pitrou
            Assignee: Antoine Pitrou


{code}
FAILED: release/arrow-filesystem-s3fs-benchmark 
: && /usr/bin/ccache /usr/bin/g++-7  -Wno-noexcept-type  -fdiagnostics-color=always -fuse-ld=gold -O3 -DNDEBUG  -Wall -mavx2  -D_GLIBCXX_USE_CXX11_ABI=1 -D_GLIBCXX_USE_CXX11_ABI=1 -fno-omit-frame-pointer -g -O3 -DNDEBUG  -rdynamic src/arrow/filesystem/CMakeFiles/arrow-filesystem-s3fs-benchmark.dir/s3fs_benchmark.cc.o  -o release/arrow-filesystem-s3fs-benchmark  -Wl,-rpath,/home/antoine/arrow/dev/cpp/build-release/release:/home/antoine/miniconda3/envs/pyarrow/lib  gbenchmark_ep/src/gbenchmark_ep-install/lib/libbenchmark_main.a  gbenchmark_ep/src/gbenchmark_ep-install/lib/libbenchmark.a  release/libarrow_testing.so.18.0.0  /home/antoine/miniconda3/envs/pyarrow/lib/libcrypto.so  /home/antoine/miniconda3/envs/pyarrow/lib/libssl.so  /home/antoine/miniconda3/envs/pyarrow/lib/libbrotlienc-static.a  /home/antoine/miniconda3/envs/pyarrow/lib/libbrotlidec-static.a  /home/antoine/miniconda3/envs/pyarrow/lib/libbrotlicommon-static.a  -ldl  /home/antoine/miniconda3/envs/pyarrow/lib/libgtest_main.so  /home/antoine/miniconda3/envs/pyarrow/lib/libgtest.so  /home/antoine/miniconda3/envs/pyarrow/lib/libgmock.so  -ldl  release/libparquet.so.18.0.0  release/libarrow.so.18.0.0  /home/antoine/miniconda3/envs/pyarrow/lib/libssl.so  /home/antoine/miniconda3/envs/pyarrow/lib/libcrypto.so  /home/antoine/miniconda3/envs/pyarrow/lib/libbrotlienc-static.a  /home/antoine/miniconda3/envs/pyarrow/lib/libbrotlidec-static.a  /home/antoine/miniconda3/envs/pyarrow/lib/libbrotlicommon-static.a  /home/antoine/miniconda3/envs/pyarrow/lib/libaws-cpp-sdk-config.so  /home/antoine/miniconda3/envs/pyarrow/lib/libaws-cpp-sdk-transfer.so  /home/antoine/miniconda3/envs/pyarrow/lib/libaws-cpp-sdk-s3.so  /home/antoine/miniconda3/envs/pyarrow/lib/libaws-cpp-sdk-core.so  /home/antoine/miniconda3/envs/pyarrow/lib/libaws-c-event-stream.so.1.0.0  /home/antoine/miniconda3/envs/pyarrow/lib/libaws-c-common.so.1.0.0  -lm  -lpthread  /home/antoine/miniconda3/envs/pyarrow/lib/libaws-checksums.so  -ldl  jemalloc_ep-prefix/src/jemalloc_ep/dist//lib/libjemalloc_pic.a  mimalloc_ep/src/mimalloc_ep/lib/mimalloc-1.0/libmimalloc-release.a  -pthread  -lrt  -Wl,-rpath-link,/home/antoine/miniconda3/envs/pyarrow/lib && :
/home/antoine/miniconda3/envs/pyarrow/include/boost/filesystem/path.hpp:792: error: undefined reference to 'boost::filesystem::path::operator/=(boost::filesystem::path const&)'
/home/antoine/miniconda3/envs/pyarrow/include/boost/filesystem/operations.hpp:461: error: undefined reference to 'boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)'
{code}



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