kou commented on issue #40018: URL: https://github.com/apache/arrow/issues/40018#issuecomment-1992787933
Wow! I didn't know the `nm`'s `-u` option! But your code will not work because there are some expected undefined symbols. They are symbols provided by linked libraries. See `--allow` options for linked libraries: https://github.com/apache/arrow/blob/0ce72675f4dd755b2696eb6597850b21df647bb8/ci/scripts/java_jni_manylinux_build.sh#L155-L165 We need to remove expected undefined symbols from `undefined_symbols`. If there are still one or more undefined symbols, we should report an error. -- 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]
