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/06/24 00:04:24 UTC

[GitHub] [arrow] kou commented on a change in pull request #10587: ARROW-13108: [Python] Pyarrow 4.0.0 crashes upon import on macOS 10.13.6 [WIP]

kou commented on a change in pull request #10587:
URL: https://github.com/apache/arrow/pull/10587#discussion_r657535862



##########
File path: ci/vcpkg/x64-osx-static-debug.cmake
##########
@@ -21,5 +21,6 @@ set(VCPKG_LIBRARY_LINKAGE static)
 
 set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
 set(VCPKG_OSX_ARCHITECTURES x86_64)
+set(VCPKG_OSX_DEPLOYMENT_TARGET "10.13")

Review comment:
       ```text
     /Users/runner/work/crossbow/crossbow/vcpkg/buildtrees/_vcpkg/src/vcpkg-tool-2021-02-24-d67989bce1043b98092ac45996a8230a059a2d7e/include/vcpkg/base/files.h:46:5: error: 'path' is unavailable: introduced in macOS 10.15
         path u8path(vcpkg::StringView s);
         ^
     /Applications/Xcode_12.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/filesystem:738:24: note: 'path' has been explicitly marked unavailable here
     class _LIBCPP_TYPE_VIS path {
                            ^
   ```
   
   It seems that we can't use "10.13" here with Xcode 12.4. Can we use "10.15" or later hre?




-- 
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