pitrou commented on PR #40397: URL: https://github.com/apache/arrow/pull/40397#issuecomment-1983198452
I get the following warnings when building: ``` [407/859] Linking CXX shared library debug/libarrow.so.1600.0.0 mold: warning: /home/antoine/arrow/dev/cpp/src/arrow/symbols.map: cannot assign version `global` to symbol `descriptor_table_Flight_2eproto`: symbol not found mold: warning: /home/antoine/arrow/dev/cpp/src/arrow/symbols.map: cannot assign version `global` to symbol `descriptor_table_FlightSql_2eproto`: symbol not found [591/859] Linking CXX shared library debug/libarrow_cuda.so.1600.0.0 mold: warning: /home/antoine/arrow/dev/cpp/src/arrow/symbols.map: cannot assign version `global` to symbol `descriptor_table_Flight_2eproto`: symbol not found mold: warning: /home/antoine/arrow/dev/cpp/src/arrow/symbols.map: cannot assign version `global` to symbol `descriptor_table_FlightSql_2eproto`: symbol not found ``` and then I get various kinds of crashes when running the tests. -- 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]
