plutus icon indicating copy to clipboard operation
plutus copied to clipboard

Building on macOS Monterey Fails

Open jfischoff opened this issue 3 years ago • 0 comments

Summary

When trying to build with nix of macOS Monterey with an M1 the following error occurs:

error: Desired GHC (8.8.4) is older than the bootstrap GHC (8.10.7) for this platform (aarch64-apple-darwin).

Steps to reproduce the behavior

nix build -f default.nix plutus.haskell.packages.plutus-core.components.exes.traceToStacks 

Actual Result

error: Desired GHC (8.8.4) is older than the bootstrap GHC (8.10.7) for this platform (aarch64-apple-darwin).

Expected Result

Build succeeds

Describe the approach you would take to fix this

I think the minimum bootstrap GHC for aarch64-apple-darwin must be 8.10.7

System info

OS: macOS Monterey 12.1 Arch: aarch64-apple-darwin

jfischoff avatar May 03 '22 07:05 jfischoff