hhvm / homebrew-hhvm

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

hhvm 3.17.1, imagick #68

Closed RamEduard closed 7 years ago

RamEduard commented 7 years ago

brew install failure for hhvm 3.15.1, build target folly

Context and Logs

brew install hhvm
==> Installing hhvm from hhvm/hhvm ==> Downloading http://dl.hhvm.com/source/hhvm-3.17.1.tar.bz2 Already downloaded: /Users/webbizgroup/Library/Caches/Homebrew/hhvm-3.17.1.tar.bz2 ==> cmake -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/hhvm/3.17.1 -DDEFAULT_CONFIG_DI Last 15 lines from /Users/webbizgroup/Library/Logs/Homebrew/hhvm/01.cmake: -DLIBICONV_INCLUDE_DIR=/usr/include -DLIBICONV_LIBRARY=/usr/lib/libiconv.dylib -DLIBPTHREAD_INCLUDE_DIRS=/usr/include -DLIBPTHREAD_LIBRARIES=/usr/lib/libpthread.dylib -DLIBXML2_INCLUDE_DIR=/usr/include/libxml2 -DLIBXML2_LIBRARIES=/usr/lib/libxml2.dylib -DLIBXSLT_EXSLT_LIBRARY=/usr/lib/libexslt.dylib -DLIBXSLT_INCLUDE_DIR=/usr/include -DLIBXSLT_LIBRARIES=/usr/lib/libxslt.dylib -DRESOLV_LIB=/usr/lib/libresolv.dylib -DZLIB_INCLUDE_DIR=/usr/include -DZLIB_LIBRARY=/usr/lib/libz.dylib

CMake Error: The source directory "/tmp/hhvm-20170113-53129-66y6ix/hhvm-3.17.1/6" does not exist. Specify --help for usage, or press the help button on the CMake GUI.

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core): https://github.com/hhvm/homebrew-hhvm/issues

These open issues may also help: hhvm --HEAD failed to build on OSX 10.11.6 https://github.com/hhvm/homebrew-hhvm/issues/67 brew install failure for hhvm 3.15.1, build target folly https://github.com/hhvm/homebrew-hhvm/issues/58

Parameter Value
OS X El Capitan: 10.11.6
Homebrew Version: 1.1.7-11-gebf3d93
Xcode Version: 8.2.1

Output of clang -v: Apple LLVM version 8.0.0 (clang-800.0.42.1) Target: x86_64-apple-darwin15.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

FranciscoE-Hudl commented 7 years ago

Can confirm

Zebradil commented 7 years ago

Hi. I have fixed the formula, but I don't know how to do pull-request. Is it possible to do from brew? Or should I fork this repo instead?

Zebradil commented 7 years ago

Created PM: https://github.com/hhvm/homebrew-hhvm/pull/69

bjonczy commented 7 years ago

@Zebradil looks like it helps! Temporary workaround is to edit /usr/local/Homebrew/Library/Taps/hhvm/homebrew-hhvm/hhvm.rb and make those changes by hand.

mofarrell commented 7 years ago

Its fixed in master now.