kou commented on issue #37685: URL: https://github.com/apache/arrow/issues/37685#issuecomment-1718794349
https://github.com/Homebrew/homebrew-core/pull/140964 and https://github.com/google/brotli/pull/655 will be related. It seems that Brotli 1.1.0 doesn't support building both of shared libraries and static libraries. And Homebrew's brotli formula does nothing. So brotli formula 1.1.0 doesn't include static libraries of Brotli. And we hard-code `-lbrotlienc-static -lbrotlidec-static -lbrotlicommon-static`: https://github.com/apache/arrow/blob/15a8ac3ce4e3ac31f9f361770ad4a38c69102aa1/r/tools/autobrew#L65 -- 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]
