Thread overview
[Issue 18603] Illegal instruction: 4 on Mac OS 10.7.5 Leopard
Mar 13, 2018
greenify
Mar 13, 2018
Seb
Mar 13, 2018
Silas S. Brown
Mar 13, 2018
Seb
March 13, 2018
https://issues.dlang.org/show_bug.cgi?id=18603

greenify <greeenify@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greeenify@gmail.com

--- Comment #1 from greenify <greeenify@gmail.com> ---
Yes, the minimal deployment target was bumped to 10.9 with 2.079

See: https://dlang.org/changelog/2.079.0.html#osx-10_9

So I guess the only thing we can do is update the docs.
I see that this page (https://dlang.org/dmd-osx.html) still says 10.7, did you
see another one?

--
March 13, 2018
https://issues.dlang.org/show_bug.cgi?id=18603

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greensunny12@gmail.com
          Component|installer                   |dlang.org

--- Comment #2 from Seb <greensunny12@gmail.com> ---
> I see that this page (https://dlang.org/dmd-osx.html) still says 10.7

PR: https://github.com/dlang/dlang.org/pull/2275

--
March 13, 2018
https://issues.dlang.org/show_bug.cgi?id=18603

--- Comment #3 from Silas S. Brown <ssb22@cam.ac.uk> ---
There is also a reference to 10.6 in the installer itself.  It says "This package is intended for Mac OS X Snow Leopard (10.6) and later" on the "Welcome to the DMD2 Installer" screen.

--
March 13, 2018
https://issues.dlang.org/show_bug.cgi?id=18603

--- Comment #4 from Seb <greensunny12@gmail.com> ---
(In reply to Silas S. Brown from comment #3)
> There is also a reference to 10.6 in the installer itself.  It says "This package is intended for Mac OS X Snow Leopard (10.6) and later" on the "Welcome to the DMD2 Installer" screen.

Thanks!
I don't use OS X, but it seems like this should do the deed:

https://github.com/dlang/installer/pull/308

BTW 2.078.3 should still run on 10.7

--
March 20, 2018
https://issues.dlang.org/show_bug.cgi?id=18603

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/4e40131b9f176fc6de0cd58261726e0c33c5ecce Fix Issue 18603 - Update minimally required version for macOS

https://github.com/dlang/dlang.org/commit/4f9ad17cc636fcf87f9f41c9b04e2271ef05c2a2 Merge pull request #2275 from wilzbach/fix-18603

Fix Issue 18603 - Update minimally required version for macOS merged-on-behalf-of: Mike Franklin <JinShil@users.noreply.github.com>

--
March 20, 2018
https://issues.dlang.org/show_bug.cgi?id=18603

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
March 27, 2018
https://issues.dlang.org/show_bug.cgi?id=18603

--- Comment #6 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/installer

https://github.com/dlang/installer/commit/427674142aecdd820a017c73b75508d4cddb1dfe Fix Issue 18603 - Illegal instruction: 4 on Mac OS 10.7.5 Leopard

https://github.com/dlang/installer/commit/47830a15d1a576b683c92b4bb4adc4a1d83a2b5d Merge pull request #308 from wilzbach/fix-18603

Fix Issue 18603 - Illegal instruction: 4 on Mac OS 10.7.5 Leopard

--