hhvm / homebrew-hhvm

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

hhvm --HEAD failed to build on OSX 10.11.6 #67

Closed FranciscoE-Hudl closed 7 years ago

FranciscoE-Hudl commented 7 years ago

Description

While building hhvm --HEAD the operation finalizes abruptly with an undefined method exception in inreplace.

Context and Logs

Parameter Value
OS X Version: OSX 10.11.6
Homebrew Version: Homebrew 1.1.7
Xcode Version: 8.2.1

Output of clang -v: Apple LLVM version 8.0.0 (clang-800.0.42.1)

Build logs:

Logs: https://gist.github.com/FranciscoE-Hudl/4ccd751bfff4412637f363463d4ee8fa Brew gist-logs hhvm: https://gist.github.com/pakoito/efa3833fcd1f046d320c8a0479f9676e

The report has already been pushed back from homebrew as a tap issue: https://github.com/Homebrew/homebrew-core/issues/8754

mofarrell commented 7 years ago

Update your brew repo. brew update. Then try installing brew install hhvm. The failing inreplace was removed. Comment here if this is still an issue.