You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/01/22 12:25:16 UTC

[GitHub] [arrow] kszucs commented on pull request #9285: ARROW-10349: [Python] Build and publish aarch64 wheels [WIP]

kszucs commented on pull request #9285:
URL: https://github.com/apache/arrow/pull/9285#issuecomment-765362746


   @xhochy a set of declaration issues with the static build:
   
   ```
   In file included from /opt/vcpkg/installed/arm64-linux-static-release/include/aws/common/math.inl:29,                                                                                                                                                                          from /opt/vcpkg/installed/arm64-linux-static-release/include/aws/common/math.h:202,
                    from /opt/vcpkg/installed/arm64-linux-static-release/include/aws/common/array_list.h:9,                                                                                                                                                                       from /opt/vcpkg/installed/arm64-linux-static-release/include/aws/event-stream/event_stream.h:9,                                                                                                                                                               from /opt/vcpkg/buildtrees/aws-sdk-cpp/src/1c85d0a8c9-fb0dd46991.clean/aws-cpp-sdk-core/include/aws/core/utils/event/EventHeader.h:14,                                                                                                                        from /opt/vcpkg/buildtrees/aws-sdk-cpp/src/1c85d0a8c9-fb0dd46991.clean/aws-cpp-sdk-core/source/utils/event/EventHeader.cpp:6:
   /opt/vcpkg/installed/arm64-linux-static-release/include/aws/common/math.gcc_arm64_asm.inl:23:26: error: ‘uint64_t aws_mul_u64_saturating(uint64_t, uint64_t)’ was declared ‘extern’ and later ‘static’ [-fpermissive]                                            23 | AWS_STATIC_IMPL uint64_t aws_mul_u64_saturating(uint64_t a, uint64_t b) {                                                                                                                                                                                   |                          ^~~~~~~~~~~~~~~~~~~~~~                                                                                                                                                                                                       In file included from /opt/vcpkg/installed/arm64-linux-static-release/include/aws/common/array_list.h:9,
                    from /opt/vcpkg/installed/arm64-linux-static-release/include/aws/event-stream/event_stream.h:9,
                    from /opt/vcpkg/buildtrees/aws-sdk-cpp/src/1c85d0a8c9-fb0dd46991.clean/aws-cpp-sdk-core/include/aws/core/utils/event/EventHeader.h:14,
                    from /opt/vcpkg/buildtrees/aws-sdk-cpp/src/1c85d0a8c9-fb0dd46991.clean/aws-cpp-sdk-core/source/utils/event/EventHeader.cpp:6:
   /opt/vcpkg/installed/arm64-linux-static-release/include/aws/common/math.h:46:30: note: previous declaration of ‘uint64_t aws_mul_u64_saturating(uint64_t, uint64_t)’
      46 | AWS_COMMON_MATH_API uint64_t aws_mul_u64_saturating(uint64_t a, uint64_t b);
      ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org