vibhatha commented on PR #40520: URL: https://github.com/apache/arrow/pull/40520#issuecomment-2008548417
Also looking at the CI failures ### Build C++ libraries Ubuntu x86_64 ``` === Checking shared dependencies for libraries === /arrow/java-dist / Error: Undefined symbols found in arrow_dataset_jni/x86_64/libarrow_dataset_jni.so: getentropy _ITM_addUserCommitAction _ITM_memcpyRnWt _ITM_memcpyRtWn _ITM_RU1 _ITM_RU8 _ZGTtdlPv _ZGTtnam ZSTD_trace_compress_begin ZSTD_trace_compress_end ZSTD_trace_decompress_begin ZSTD_trace_decompress_end ``` ### Build C++ libraries Ubuntu aarch_64 ``` === Checking shared dependencies for libraries === /arrow/java-dist / Error: Undefined symbols found in arrow_dataset_jni/aarch_64/libarrow_dataset_jni.so: getentropy _ITM_addUserCommitAction _ITM_memcpyRnWt _ITM_memcpyRtWn _ITM_RU1 _ITM_RU8 _ZGTtdlPv _ZGTtnam ZSTD_trace_compress_begin ZSTD_trace_compress_end ZSTD_trace_decompress_begin ZSTD_trace_decompress_end ``` ### Build C++ libraries macOS x86_64 ``` 2024-03-20T00:44:56.0094070Z FileNotFoundError: [Errno 2] No such file or directory: 'ldconfig' ``` ### Build C++ libraries macOS aarch_64 ``` FileNotFoundError: [Errno 2] No such file or directory: 'ldconfig' ``` Need to customize a bit for macOS too. -- 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]
