Antoine Pitrou created ARROW-8570:
-------------------------------------
Summary: [CI] [C++] Link failure with AWS SDK on AppVeyor (Windows)
Key: ARROW-8570
URL: https://issues.apache.org/jira/browse/ARROW-8570
Project: Apache Arrow
Issue Type: Bug
Components: C++, Continuous Integration
Reporter: Antoine Pitrou
See e.g.
https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/32391335/job/ptbl9h9fffu0s5he
{code}
Creating library release\arrow_flight.lib and object release\arrow_flight.exp
absl_str_format_internal.lib(float_conversion.cc.obj) : error LNK2019:
unresolved external symbol __std_reverse_trivially_swappable_1 referenced in
function "void __cdecl std::_Reverse_unchecked1<char *>(char * const,char *
const,struct std::integral_constant<unsigned __int64,1>)"
(??$_Reverse_unchecked1@PEAD@std@@YAXQEAD0U?$integral_constant@_K$00@0@@Z)
absl_strings.lib(charconv_bigint.cc.obj) : error LNK2001: unresolved external
symbol __std_reverse_trivially_swappable_1
release\arrow_flight.dll : fatal error LNK1120: 1 unresolved externals
{code}
This is probably an issue with a conda-forge package:
https://github.com/conda-forge/grpc-cpp-feedstock/issues/58
In the meantime we could pin {{grpc-cpp}} on your CI configuration.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)