[
https://issues.apache.org/jira/browse/IMPALA-11103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe McDonnell resolved IMPALA-11103.
------------------------------------
Fix Version/s: Impala 4.1.0
Resolution: Fixed
> Upgrade CMake to avoid boost warning messages
> ---------------------------------------------
>
> Key: IMPALA-11103
> URL: https://issues.apache.org/jira/browse/IMPALA-11103
> Project: IMPALA
> Issue Type: Improvement
> Components: Infrastructure
> Affects Versions: Impala 4.1.0
> Reporter: Joe McDonnell
> Assignee: Joe McDonnell
> Priority: Major
> Fix For: Impala 4.1.0
>
>
> The build now has these annoying messages from FindBoost:
> {noformat}
> 12:14:22 CMake Warning at
> toolchain/toolchain-packages-gcc7.5.0/cmake-3.14.3/share/cmake-3.14/Modules/FindBoost.cmake:905
> (message):
> 12:14:22 New Boost version may have incorrect or missing dependencies and
> imported
> 12:14:22 targets
> 12:14:22 Call Stack (most recent call first):
> 12:14:22
> toolchain/toolchain-packages-gcc7.5.0/cmake-3.14.3/share/cmake-3.14/Modules/FindBoost.cmake:1027
> (_Boost_COMPONENT_DEPENDENCIES)
> 12:14:22
> toolchain/toolchain-packages-gcc7.5.0/cmake-3.14.3/share/cmake-3.14/Modules/FindBoost.cmake:1709
> (_Boost_MISSING_DEPENDENCIES)
> 12:14:22 CMakeLists.txt:173 (find_package)
> ...
> repeats multiple times{noformat}
> It looks like we would benefit from going to a newer CMake version to get a
> newer FindBoost. It's unclear if these messages cause any real problems.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)