You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
Errors during installation e.g. via ghcup should be lifted to the user rather than swallowed, to enable debugging (e.g. to find out which prerequisites may be missing).
E.g. when attempting to install ghc-8.2.2 on ubuntu-22.04 (via ghcup), one sees only this:
[ Info ] Unpacking: ghc-8.2.2-x86_64-deb8-linux.tar.xz to /home/runner/.ghcup/tmp/ghcup-6d11b83f58858e08
[ Info ] Installing GHC (this may take a while)
[ Error ] Process "gmake" with arguments ["DESTDIR=/home/runner/.ghcup/tmp/ghcup-28ddbf5[38](https://github.com/andreasabel/unix/actions/runs/3624403077/jobs/6111349578#step:3:40)ab31e65",
[ ... ] "install"] failed with exit code 2.
[ Error ] Also check the logs in /home/runner/.ghcup/logs
Errors during installation e.g. via
ghcup
should be lifted to the user rather than swallowed, to enable debugging (e.g. to find out which prerequisites may be missing).E.g. when attempting to install ghc-8.2.2 on ubuntu-22.04 (via ghcup), one sees only this:
https://github.com/andreasabel/unix/actions/runs/3624403077/jobs/6111349578#step:3:52
Lifted from: haskell/unix#266 (comment)
The text was updated successfully, but these errors were encountered: