-
Notifications
You must be signed in to change notification settings - Fork 295
v8 formula fails to install on Ubuntu 14.04 #917
Comments
It looks as though it fails to build with GCC 4.8. Try |
Thanks for the suggestion! I tried that, but with what looks to be the same results... On running Running Does this information help in any way? Thanks a lot for your time!
|
Try removing this line from the formula with ENV["GYP_DEFINES"] = "clang=1 mac_deployment_target=#{MacOS.version}" |
I tried that, no difference in behavior. Edited
Command output below:
|
inreplace "build/standalone.gypi", /-Wshorten-64-to-32/, "" Then it should fail with a message about |
I don't have an easy fix for you, I'm afraid. With some luck someone will stumble on this issue and be able to help you out. |
Same issue here, please help |
This issue was moved to Linuxbrew/homebrew-core#81 |
On attempting to install the formula "v8", it appears that clang doesn't compile correctly due to the use of an unsupported parameter in the makefile.
It looks like the option
-Wshorten-64-to-32
is used when compiling on OS X, but is not relevant to Linux/gcc? ruby-build appeared to have this issue: rbenv/ruby-build#325Thanks a lot for your help!
Output below:
brew gist-logs <formula>
: https://gist.github.com/7672fc41be2fce3b850cThe text was updated successfully, but these errors were encountered: