-
Notifications
You must be signed in to change notification settings - Fork 22
dyld: Symbol not found while installing 3.27-lts on 10.14.6 #143
Comments
I've kicked off a rebuild but:
If issues are relatively straightforward, I should be able to resolve them, but as this release has been unsupported since 2019, I won't be able to spend much time on it or make it a priority. If there are more in-depth issues, this might need community pull requests (which I'll be happy to review), but we won't be able to drop the Catalina+ requirement. |
Initial failure:
This suggests that folly isn't correctly using the MacOS SDK root, but that is being specified by homebrew, and in 3.27, folly is built using HHVM's existing CMake, so it's not clear if that's actually the problem. This isn't a bug in folly: 3.27 needs a version of folly that is several years older than the compilers and macos sdks we have available. TBC: what's required to make the older version of folly compatible, and if there are other issues with the build. |
Partial fix for folly (not able to reproduce the original error):
hhvm-third-party also needs this:
Then facebook/hhvm@a1b37f2 would need backporting, and it's not a clean backport. Sorry, but I'm not able to spend more time on this at the moment; I hope I will be able to next week, but not certain. |
Description
Same issue as facebook/hhvm#8839, but on HHVM 3.27-lts
Steps to reproduce
Expected behavior
HHVM starts
Actual behavior
Context and Logs
Output of clang -v:
The text was updated successfully, but these errors were encountered: