You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "danepitkin (via GitHub)" <gi...@apache.org> on 2023/11/09 16:09:02 UTC

[I] [Java][CI] Java Jars failing on MacOS [arrow]

danepitkin opened a new issue, #38653:
URL: https://github.com/apache/arrow/issues/38653

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   According to crossbow,
   
   First failure: https://github.com/ursacomputing/crossbow/actions/runs/6795651621/job/18475552909
   
   Last successful commit: https://github.com/apache/arrow/compare/25c18d8cd6a299f3bb6b72966f2dca357db26399...e62ec62e40b04b0bfce76d58369845d3aa96a419
   
   We're seeing a lot of version mismatches in the logs.
   
   aarch64 example:
   ```
   In file included from /Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/cpp-build/cpp/src/gandiva/CMakeFiles/gandiva-internals-test.dir/Unity/unity_2_cxx.cxx:22:
   /Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/cpp/src/gandiva/tests/test_util.cc:35:18: error: 'string' is unavailable: introduced in macOS 10.15
     return ir_file.string();
                    ^
   /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1/__filesystem/path.h:852:39: note: 'string' has been explicitly marked unavailable here
     _LIBCPP_HIDE_FROM_ABI _VSTD::string string() const { return __pn_; }
                                         ^
   ```
   
   x86_64 example:
   ```
   ld: warning: object file (/usr/local/opt/openssl@3/lib/libcrypto.a(libcrypto-lib-bss_core.o)) was built for newer macOS version (12.0) than being linked (10.13)
   ```
   
   ### Component(s)
   
   Continuous Integration, Java


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

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

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


Re: [I] [Java][CI] Java Jars failing on MacOS [arrow]

Posted by "niyue (via GitHub)" <gi...@apache.org>.
niyue commented on issue #38653:
URL: https://github.com/apache/arrow/issues/38653#issuecomment-1806526820

   Sure. I took a brief look and the CI seems to complain `std::filesystem::path` cannot be used on macOS 14.0 aarch64, but this env is also what I use locally and I don't find such issue. I will take a closer look today.


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

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

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


Re: [I] [Java][CI] Java Jars failing on MacOS [arrow]

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou closed issue #38653: [Java][CI] Java Jars failing on MacOS
URL: https://github.com/apache/arrow/issues/38653


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

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

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


Re: [I] [Java][CI] Java Jars failing on MacOS [arrow]

Posted by "niyue (via GitHub)" <gi...@apache.org>.
niyue commented on issue #38653:
URL: https://github.com/apache/arrow/issues/38653#issuecomment-1806575047

   I submitted a PR trying to address this issue: https://github.com/apache/arrow/pull/38677
   
   But it requires raising the minimum macOS deployment target from 10.14 to 10.15, and you can check out the PR for more details.


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

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

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


Re: [I] [Java][CI] Java Jars failing on MacOS [arrow]

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #38653:
URL: https://github.com/apache/arrow/issues/38653#issuecomment-1804663518

   Oh.
   @niyue could you take a look at this?


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

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

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