-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.15.3 Source version fails to build on OSX 10.12.2 #7560
Comments
Same Also reported in a few comments: hhvm/homebrew-hhvm#58 (comment) |
Master incorporated a fix for this in august. Either use an older version of ocaml, or cherrypick 28eefc4#diff-762268a3020b817fe6204b4dc7188494 before building |
not only ocaml 4.0.4, I had tested ocaml 4.0.1, 4.0.2, 4.0.3, all of above occurs this error |
This |
I eventually managed to build HHVM successfully by reverting my OCaml version. Used something like these commands (though I probably missed some because it was trial-and-error):
|
thanks @daviddoran |
FWIW, I didn't happen to have an pre-4.04 ocaml installed, so my workaround was:
This worked for me on OSX 10.11.6. |
@mkillianey you are right, i incorrectly missed the HOMEBREW_CORE=/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core while that did allow me to curl and start installing hhvm, i still ended up with an error that said this: [ 55%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/packed-array.cpp.o 1 error generated. make[2]: *** [hphp/runtime/CMakeFiles/hphp_runtime_static.dir/base/object-data.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [hphp/runtime/CMakeFiles/hphp_runtime_static.dir/all] Error 2 make: *** [all] Error 2 I am somehow missing some files from the libxml directory, i think. do you have any idea of what is causing this problem/how to fix it? thank you so much! |
This has been fixed in august 28eefc4. It will not be experienced on HHVM master. This fix will not be backported to the LTS releases as of now. It seems most people are having issues during the homebrew installation. This will be fixed when we bump to 3.17.1 (hopefully soon). There is also an issue tracking this in the homebrew repo. |
HHVM Version 3.15.3
log.txt
The text was updated successfully, but these errors were encountered: