[
https://issues.apache.org/jira/browse/ARROW-5183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16820889#comment-16820889
]
Krisztian Szucs commented on ARROW-5183:
----------------------------------------
The issue is CMake>=3.14 would be required to correclty work with boost 1.70.
See:
https://stackoverflow.com/questions/55217771/boostcmake-no-suitable-build-variant
We should pin an earlier boost in the MinGW builds.
> [CI] MinGW build failures on AppVeyor
> -------------------------------------
>
> Key: ARROW-5183
> URL: https://issues.apache.org/jira/browse/ARROW-5183
> Project: Apache Arrow
> Issue Type: Bug
> Components: Continuous Integration
> Reporter: Antoine Pitrou
> Assignee: Antoine Pitrou
> Priority: Blocker
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> See e.g.
> https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/23926002
> {code}
> CMake Error at C:/msys64/mingw32/lib/cmake/Boost-1.70.0/BoostConfig.cmake:95
> (find_package):
> Found package configuration file:
> C:/msys64/mingw32/lib/cmake/boost_regex-1.70.0/boost_regex-config.cmake
> but it set boost_regex_FOUND to FALSE so package "boost_regex" is
> considered to be NOT FOUND. Reason given by package:
> No suitable build variant has been found.
> Call Stack (most recent call first):
> C:/msys64/mingw32/lib/cmake/Boost-1.70.0/BoostConfig.cmake:124
> (boost_find_dependency)
> C:/msys64/mingw32/share/cmake-3.13/Modules/FindBoost.cmake:264
> (find_package)
> cmake_modules/ThirdpartyToolchain.cmake:2246 (find_package)
> CMakeLists.txt:544 (include)
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)