You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2020/12/24 01:10:00 UTC

[jira] [Resolved] (IMPALA-4959) Impala build may pick up system boost cmake module

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

Joe McDonnell resolved IMPALA-4959.
-----------------------------------
    Fix Version/s: Not Applicable
       Resolution: Cannot Reproduce

> Impala build may pick up system boost cmake module
> --------------------------------------------------
>
>                 Key: IMPALA-4959
>                 URL: https://issues.apache.org/jira/browse/IMPALA-4959
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 2.8.0
>            Reporter: Matthew Jacobs
>            Assignee: David Alves
>            Priority: Minor
>              Labels: build
>             Fix For: Not Applicable
>
>
> In some systems with an old boost installed system-wide the impala build
> would fail with something like:
> CMake Error at /usr/lib64/boost/BoostConfig.cmake:64 (get_target_property):
>   get_target_property() called with non-existent target
>   "boost_thread-shared".
> Call Stack (most recent call first):
>   toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/FindBoost.cmake:206 (find_package)
>   CMakeLists.txt:116 (find_package)
> CMake Error at /usr/lib64/boost/BoostConfig.cmake:72 (get_target_property):
>   get_target_property() called with non-existent target
>   "boost_thread-shared-debug".
> Call Stack (most recent call first):
>   toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/FindBoost.cmake:206 (find_package)
>   CMakeLists.txt:116 (find_package)
> This because, if it exists, cmake's FindBoost.cmake will look for and
> use that module, even though boost's cmake build hasn't been maintained
> in years and the impala build is actually configured to not use the
> systems boost.



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