You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an older post but it looks like this may have to do with XCode defaulting to not looking up undefined symbols dynamically: https://glandium.org/blog/?p=2764 I was able to reproduce this problem with XCode 11.5 installed.
The undefined symbols are only used in tests to confirm that the library can built with undefined symbols for memory allocation that are then provided at runtime. If that functionality isn't being used, we could just disable the test.
github action log, https://github.com/Homebrew/homebrew-core/runs/792748977
build failure log
PR reference, Homebrew/homebrew-core#56633
cc @robsalasco
The text was updated successfully, but these errors were encountered: