Hi there! Mac user here, ran the bootstrap installer and everything seemed to be fine until I attempted to run d1 $ sound "bd sd" in Atom, which prompted the error:
t>/bin/sh: /Users/Nate/.ghcup/bin/ghci: No such file or directory
I found that someone had a similar problem, so I attempted to run ~/.ghcup/bin/ghci in Terminal but that didn't work. I attempted to then run the bootstrap installer again and noticed this error message:
"_eghcup --cache install ghc recommended" failed!
Here's the full Terminal dialogue in case there's anything helpful in here:
Nathans-MacBook-Pro:~ Nate$ curl https://tidalcycles.org/tidal-bootstrap.sh -sSf | sh
[0] Mac OS detected, moving forward with installation...
/usr/bin/git
[1] git found, skipping...
[2] Installing Haskell (via 'ghcup')...
Welcome to Haskell!
This script will download and install the following binaries:
- ghcup - The Haskell toolchain installer
(for managing GHC/cabal versions) - ghc - The Glasgow Haskell Compiler
- cabal - The Cabal build tool
ghcup installs only into the following directory,
which can be removed anytime:
/Users/Nate/.ghcup
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 8345k 100 8345k 0 0 3717k 0 0:00:02 0:00:02 --:--:-- 3717k
[ Info ] Upgrading GHCup...
[ Warn ] No GHCup update available
System requirements
Note: On OS X, in the course of running ghcup you will be given a dialog box to install the command line tools. Accept and the requirements will be installed for you. You will then need to run the command again.
[ Info ] verifying digest of: ghc-8.8.4-x86_64-apple-darwin.tar.xz
[ Info ] Unpacking: ghc-8.8.4-x86_64-apple-darwin.tar.xz to /var/folders/3g/f30b7w211vzgpv5tb7qps7940000gn/T/ghcup-IqMgH1
dyld: lazy symbol binding failed: Symbol not found: _futimens
Referenced from: /Users/Nate/.ghcup/bin/ghcup (which was built for Mac OS X 10.13)
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: _futimens
Referenced from: /Users/Nate/.ghcup/bin/ghcup (which was built for Mac OS X 10.13)
Expected in: /usr/lib/libSystem.B.dylib
sh: line 35: 1740 Abort trap: 6 ghcup "$@"
"_eghcup --cache install ghc recommended" failed!
grep: /Users/Nate/.bashrc: No such file or directory
sh: line 37: [: -ne: unary operator expected
[3] Congratulations, you have all the pre-reqs...
Installing tidalcycles haskell library (via cabal)...
sh: line 48: cabal: command not found
sh: line 49: cabal: command not found
[4] Atom already installed, skipping...
[6] Installing atom TidalCycles plugin...
Installing tidalcycles to /Users/Nate/.atom/packages ✓
[7] SuperCollider already installed, skipping...
[8] Installing SuperCollider Plugins...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 644 100 644 0 0 1096 0 --:--:-- --:--:-- --:--:-- 1095
100 6287k 100 6287k 0 0 2123k 0 0:00:02 0:00:02 --:--:-- 3685k
replace /Users/Nate/Library/Application Support/SuperCollider/Extensions/SC3plugins/AYUGens/AYUGens.html? [y]es, [n]o, [A]ll, [N]one, [r]ename: error: invalid response [{ENTER}]
replace /Users/Nate/Library/Application Support/SuperCollider/Extensions/SC3plugins/AYUGens/AYUGens.html? [y]es, [n]o, [A]ll, [N]one, [r]ename: error: invalid response [#### INST]
replace /Users/Nate/Library/Application Support/SuperCollider/Extensions/SC3plugins/AYUGens/AYUGens.html? [y]es, [n]o, [A]ll, [N]one, [r]ename: Nathans-MacBook-Pro:~ Nate$
Any advice is appreciated! Thanks so much