You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Ian Cook (Jira)" <ji...@apache.org> on 2021/05/05 14:38:00 UTC

[jira] [Created] (ARROW-12658) [C++] Bump aws-c-common to v0.5.10

Ian Cook created ARROW-12658:
--------------------------------

             Summary: [C++] Bump aws-c-common to v0.5.10 
                 Key: ARROW-12658
                 URL: https://issues.apache.org/jira/browse/ARROW-12658
             Project: Apache Arrow
          Issue Type: Task
          Components: C++
            Reporter: Ian Cook
            Assignee: Ian Cook
             Fix For: 5.0.0


On macOS 11.3 with Apple clang version 12.0.5, the C++ library fails to build when {{ARROW_S3=ON}} with the error:
{code:java}
arrow/cpp/build/aws_c_common_ep-prefix/src/aws_c_common_ep/source/posix/system_info.c:126:34: error: this old-style function definition is not preceded by a prototype [-Werror,-Wstrict-prototypes]
const char *s_get_executable_path() {
{code}
This is fixed by this commit to awslabs/aws-c-common:
https://github.com/awslabs/aws-c-common/commit/44b8caff9690701cf60ec9654cb40278b70d8c7e#diff-986b9fe7fd20a9fb07a89e12e3db15d4f82708a9df66f61fe02fe961d1555d67

Bumping the version of aws-c-common used by Arrow to v.0.5.10 fixes this.



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