-
Notifications
You must be signed in to change notification settings - Fork 5.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
Binary on darwin fails with "illegal instruction" on some machines #271
Comments
Does run for me and I did the same steps -> fig --version Darwin ... 13.2.0 Darwin Kernel Version 13.2.0: Thu Apr 17 23:03:13 PDT 2014; root:xnu-2422.100.13~1/RELEASE_X86_64 x86_64 |
@tomstuart Are you still getting this error? I am getting the same. Mid 2009 13-inch 10.9.3 |
@tomstuart have you replaced the system Python with something else? Can you try 0.5.0? |
I have the same issue |
was able to solve this by installing python with homebrew then fig with pip |
Can confirm that @ndeloof solution worked for me. I had installed via curl as per the fig site suggested on a clean reinstall of Mavericks. Got the 'illegal instruction' error. Mv'd All working fine now. (Well, the Rails demo has at least) |
Having this issue with OSX version |
@sirwolfgang What is the model of the Mac you are using? |
MacBook Pro 6,2 (15" Mid 2010) |
FYI same issue on a 2009 27'' iMac with Core i7 (iMac11,1). Installed via pip instead, seems ok. |
Same issue here with a 2009 15" MacBook Pro running OSX 10.9.5.
worked for me. |
I got the same error @tomstuart had, when trying to curl fig-1.0.1. Mac OS X 10.10.1 Fixed with @ndeloof solution (pip). |
👍 for the solution posted by @ndeloof |
Everyone seems happy with the homebrew/pip solution (and I don’t care any more), so I’ll close this issue. |
I care, Tom. |
In seriousness... we shouldn't be shipping binaries that don't work on some machines. Or, we should at least try and figure out which machines it doesn'tw ork on and give alternate instructions. (E.g. "If you have a processor older than an Intel i5/i7, then you need to use pip.") |
I have the same problem +1 |
I saw the same, +1, as requested below: Model Name: iMac |
If your additional having the issue, could you please also include the hardware that your using? Rather then just +1ing it. |
+1 fig: 1.0.1 Model Name: MacBook |
We hit this over here, too. |
Same problem in 1.6 release of docker-compose, and again, the bintray binary works |
Same here. Running a Mac Pro 5,1 with 10.11.2. Bintray works. |
We see this on |
|
Can we at least change the download and install instructions on the main website? It's silly to have official how-to's that don't work. |
Just ran across this. |
Just installed on OS X 10.11.3 on a MacBook Pro (15-inch, 2.53GHz, Mid 2009) and I get the "Illegal instruction: 4" |
I solved the issue without homebrew in this way: first, download python official package from here: https://www.python.org/downloads/
|
@Elhodred Which version of Python? 2 or 3? |
Python 2 |
Thanks @Elhodred it works! |
Just ran into this on a mid-2010 Macbook pro
|
This should now be fixed in the 1.7.0 release candidate. |
Apologies, that link's broken. Correct URL: |
Can anyone who's experienced this issue confirm whether or not the 1.7.0-rc1 binary fixes the issue for them? |
yes @aanand it is now fixed. Thanks! |
Hello @aanand ! Thanks for fixing that ! i7 950 with El Capitan 10.11.2 and i3 540 with 10.9.4 tested : success ! |
Fix is working on iMac (Mid 2010). Thanks @aanand. :) |
I can confirm it works in 1.7.0-rc1 and 1.7.0-rc2 on my Mac mini (Mid 2010). Thank you! |
@aanand I have a similar problem with my own software: we build on new macs but it needs to work on old ones. Your bug is pretty much the top google hit for "Illegal instruction: 4" :) Can you provide some details on your solution to enlighten the Internet? Did you just find old hardware to build on? Or set some compile time flags? |
We started building on travisci, which fixes it for newer versions of OSX, but it doesn't run on older versions of OSX. |
The current
fig
release doesn’t work for me:I’m running OS X 10.9.3 on a 1.6 GHz Intel Core 2 Duo (Late 2010 MacBook Air).
The text was updated successfully, but these errors were encountered: