WillAyd commented on PR #47282: URL: https://github.com/apache/arrow/pull/47282#issuecomment-3293207506
> Looks like building thrift as a subproject on Windows is failing to locate the Boost dependency. Just to clarify this isn't specific to Windows, but any system where Boost is not available. It looks like the root cause is that Meson cannot guarantee that CMake subprojects are able to locate dependencies satisfied by other subprojects. There's some upstream discussion of this in the following links: https://github.com/mesonbuild/meson/issues/12451 https://github.com/mesonbuild/meson/issues/8089 It seems rather non-trivial to fix, so for now we may just want to warn when parquet is enabled, thrift must be built as a subproject, and boost is not available on the system to build that? We can alternatively see if Thrift can provide a Meson configuration for its next release -- 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]
