hhvm / homebrew-hhvm

Official Mac OS X Homebrew formula for HHVM
MIT License
81 stars 22 forks source link

hhvm make fail [el capitan] #23

Closed bcalik closed 8 years ago

bcalik commented 8 years ago
$ brew install hhvm
==> Installing hhvm from hhvm/hhvm
==> Installing dependencies for hhvm/hhvm/hhvm: llvm, libelf, dwarfutils, gawk, md5sha1sum, gd, gflags, glog, gmp, jemalloc, libzip, lz4, oniguruma, tbb
...
...
...
==> Installing hhvm/hhvm/hhvm
==> Downloading http://dl.hhvm.com/source/hhvm-3.11.0.tar.bz2
######################################################################## 100.0%
==> cmake -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/hhvm/3.11.0 -DDEFAULT_CONFIG_DIR=/usr/local/etc/hhvm -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++ -DCMAKE_C_COM
==> make
Last 15 lines from /Users/burak/Library/Logs/Homebrew/hhvm/02.make:
1 error generated.
make[5]: *** [mysys_ssl/CMakeFiles/mysys_ssl.dir/crypt_genhash_impl.cc.o] Error 1
1 error generated.
make[5]: *** [mysys_ssl/CMakeFiles/mysys_ssl.dir/my_aes.cc.o] Error 1
1 error generated.
make[5]: *** [mysys_ssl/CMakeFiles/mysys_ssl.dir/my_rnd.cc.o] Error 1
1 error generated.
1 error generated.
make[5]: *** [mysys_ssl/CMakeFiles/mysys_ssl.dir/my_default.cc.o] Error 1
make[5]: *** [mysys_ssl/CMakeFiles/mysys_ssl.dir/my_getopt.cc.o] Error 1
make[4]: *** [mysys_ssl/CMakeFiles/mysys_ssl.dir/all] Error 2
make[3]: *** [all] Error 2
make[2]: *** [third-party/webscalesqlclient/build/src/webscalesqlclient-stamp/webscalesqlclient-build] Error 2
make[1]: *** [third-party/webscalesqlclient/CMakeFiles/webscalesqlclient.dir/all] Error 2
make: *** [all] Error 2
jwatzman commented 8 years ago

Please include

bcalik commented 8 years ago

brew gist-logs: https://gist.github.com/anonymous/715313ab6e9beb003942 verbose: https://gist.github.com/bcalik/e28e4761a0915f1999cd

jwatzman commented 8 years ago

Sorry for the delay -- I was on holiday for Christmas and a transatlantic move. It sounds like @viatsko fixed the issue for us; I just merged their PR. Please brew update and try again, and reopen if you still have problems.

bcalik commented 8 years ago

Fixed, thanks.