raulcd commented on PR #43137: URL: https://github.com/apache/arrow/pull/43137#issuecomment-2313213195
The problem seems to be that `-undefined dynamic_lookup` has changed behavior on macos12, some info for example on this issues: - https://github.com/python/cpython/issues/97524 - https://github.com/mesonbuild/meson/issues/10894 `-no_fixup_chains` doesn't seem to be a solution. We probably should fix the linking for arrow flight with open ssl and possibly remove the usage of `-undefined dynamic_lookup` but I haven't been able to fix it so far. -- 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]
