You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jonathan Keane (Jira)" <ji...@apache.org> on 2021/07/01 19:17:00 UTC

[jira] [Created] (ARROW-13241) [C++] Bump AWS SDK versions in ThirdpartyToolchain to build on GCC11

Jonathan Keane created ARROW-13241:
--------------------------------------

             Summary: [C++] Bump AWS SDK versions in ThirdpartyToolchain to build on GCC11
                 Key: ARROW-13241
                 URL: https://issues.apache.org/jira/browse/ARROW-13241
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: Jonathan Keane


[The current versions of the aws-sdk-cpp and aws-c-common|https://github.com/apache/arrow/blob/master/cpp/thirdparty/versions.txt#L28-L31] fail to build on GCC 11. [There have been fixes|https://github.com/awslabs/aws-c-common/pull/798] that resolve this upstream, so we should be good once we bump the versions.

One complication is that aws-sdk-cpp v 1.9 and above have a different method of installing dependencies https://github.com/aws/aws-sdk-cpp#version-19-is-now-available that requires either git, using a (provided) shell script to grab the correct dependencies, or managing all of the dependencies on our own.



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