You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Chengxin Ma (Jira)" <ji...@apache.org> on 2019/12/04 20:58:00 UTC

[jira] [Assigned] (ARROW-7320) [C++] Target arrow-type-benchmark failed to be built on bullx Linux

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

Chengxin Ma reassigned ARROW-7320:
----------------------------------

    Assignee: Chengxin Ma

> [C++] Target arrow-type-benchmark failed to be built on bullx Linux
> -------------------------------------------------------------------
>
>                 Key: ARROW-7320
>                 URL: https://issues.apache.org/jira/browse/ARROW-7320
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: 1.0.0
>         Environment: bullx Linux
>            Reporter: Chengxin Ma
>            Assignee: Chengxin Ma
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> I was building Arrow on bullx Linux (a Linux distribution compatible with Red Hat Enterprise Linux).
> CMake options:
> {code}
> -DCMAKE_BUILD_TYPE=Debug
> -DARROW_FLIGHT=ON
> -DARROW_BUILD_BENCHMARKS=ON
> {code}
> {{make}} failed with the following error message:
> {code}
> Scanning dependencies of target arrow-type-benchmark
> [ 72%] Building CXX object src/arrow/CMakeFiles/arrow-type-benchmark.dir/type_benchmark.cc.o
> make[2]: *** No rule to make target `gbenchmark_ep/src/gbenchmark_ep-install/lib/libbenchmark_main.a', needed by `debug/arrow-type-benchmark'.  Stop.
> make[1]: *** [src/arrow/CMakeFiles/arrow-type-benchmark.dir/all] Error 2
> make: *** [all] Error 2
> {code}
> This is due to the same reason as mentioned in [this commit|https://github.com/apache/arrow/pull/4246/commits/f6b0bc7f8dc56f02e2778752235e728b7623a9ee]:
> If {{-DCMAKE_INSTALL_LIBDIR=lib}} is not explicitly set, {{libbenchmark_main.a}} will be put in {{lib64}} instead of {{lib}}.



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