lettier / gifcurry

😎 The open-source, Haskell-built video editor for GIF makers.
https://lettier.github.io/gifcurry
BSD 3-Clause "New" or "Revised" License
1.36k stars 56 forks source link

Mac Install Script Fails on Apple Silicon Mac running Sequoia #102

Open wilburwilliamson opened 1 month ago

wilburwilliamson commented 1 month ago

Trying to install this on an Apple MacBook Pro M3 running Sequoia 15.0.1. Multiple errors show during build process and it finally fails with the following message:

Error: [S-7282] Stack failed to execute the build plan.

   While executing the build plan, Stack encountered the error:

   [S-7011]
   While building package haskell-gi-base-0.23.0 (scroll up to its section
   to see the error) using:
   /Users/username/.stack/setup-exe-cache/x86_64-osx/Cabal-simple_DY68M0FN_2.2.0.1_ghc-8.4.3 --verbose=1 --builddir=.stack-work/dist/x86_64-osx/ghc-8.4.3 build --ghc-options " -fdiagnostics-color=always"
   Process exited with code: ExitFailure 1 

I assume this has to do with compatibility issues with hard coded old version dependencies. Has anyone gotten this to work on Apple Silicon? Thanks!