aiguofer opened a new issue, #35018: URL: https://github.com/apache/arrow/issues/35018
### Describe the bug, including details regarding any error messages, version, and platform. Crossbow [Build C++ libraries macOS x86_64](https://github.com/ursacomputing/crossbow/actions/runs/4649637808/jobs/8228116680#logs) is failing with: ``` 2023-04-09T08:58:43.6973290Z + archery linking check-dependencies --allow CoreFoundation --allow Security --allow libSystem --allow libarrow_cdata_jni --allow libarrow_dataset_jni --allow libarrow_orc_jni --allow libc++ --allow libcurl --allow libgandiva_jni --allow libncurses --allow libobjc --allow libz libarrow_cdata_jni.dylib libarrow_dataset_jni.dylib libarrow_orc_jni.dylib libgandiva_jni.dylib 2023-04-09T08:58:47.8367910Z Error: Unexpected shared dependency found in libgandiva_jni.dylib: `libzstd` ``` This is preventing the nightly Java jars from being uploaded: https://nightlies.apache.org/arrow/java/org/apache/arrow/ This issue is mentioned in https://github.com/apache/arrow/issues/34867#issuecomment-1501256159 and https://github.com/apache/arrow/pull/34227#issuecomment-1502278428 ### Component(s) Continuous Integration -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
