[
https://issues.apache.org/jira/browse/ARROW-12658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17342005#comment-17342005
]
Krisztian Szucs commented on ARROW-12658:
-----------------------------------------
Good question. Although our nightly builds are passing with version 0.4.57 we
can try to bump its version.
Are there important updates between 0.4 and 0.5?
> [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
> Priority: Major
> 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)