-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Haskell Quickbite #179
base: master
Are you sure you want to change the base?
Haskell Quickbite #179
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I work through these instructions, 'stack build' errors out complaining "/usr/bin/ld.gold: error: cannot find -lgmp" and won't finish.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strike my last comment about the library error. That was while I was on a compute node. The stack built while on the head node just fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mfricke@hopper:~ $ module load ghcup
mfricke@hopper:~ $ ghcup install ghc 9.10.1
[ Info ] downloading: https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-0.0.8.yaml as file /users/mfricke/.ghcup/cache/ghcup-0.0.8.yaml
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 454k 100 454k 0 0 1187k 0 --:--:-- --:--:-- --:--:-- 1190k
[ Warn ] New GHCup version available: 0.1.30.0. To upgrade, run 'ghcup upgrade'
[ Warn ] New cabal version available. If you want to install this latest version, run 'ghcup install cabal 3.12.1.0'
[ Warn ] New hls version available. If you want to install this latest version, run 'ghcup install hls 2.9.0.1'
[ Warn ] New stack version available. If you want to install this latest version, run 'ghcup install stack 2.15.7'
[ Info ] downloading: https://downloads.haskell.org/~ghc/9.10.1/ghc-9.10.1-x86_64-rocky8-linux.tar.xz as file /users/mfricke/.ghcup/tmp/ghcup-6b3903f56377b69a/ghc-9.10.1-x86_64-rocky8-linux.tar.xz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0curl: (6) Could not resolve host: downloads.haskell.org
[ Error ] [GHCup-05841] Download failed: Process "curl" with arguments ["-fL", "-o",
[ ... ] "/users/mfricke/.ghcup/tmp/ghcup-6b3903f56377b69a/ghc-9.10.1-x86_64-rocky8-linux.tar.xz.tmp",
[ ... ] "https://downloads.haskell.org/ghc/9.10.1/ghc-9.10.1-x86_64-rocky8-linux.tar.xz"] failed with exit code 6. $ ghcup install ghc
[ Error ] Also check the logs in /users/mfricke/.ghcup/logs
mfricke@hopper:
[ Warn ] New GHCup version available: 0.1.30.0. To upgrade, run 'ghcup upgrade'
[ Warn ] New ghc version available. If you want to install this latest version, run 'ghcup install ghc 9.10.1'
[ Warn ] New cabal version available. If you want to install this latest version, run 'ghcup install cabal 3.12.1.0'
[ Warn ] New hls version available. If you want to install this latest version, run 'ghcup install hls 2.9.0.1'
[ Warn ] New stack version available. If you want to install this latest version, run 'ghcup install stack 2.15.7'
[ Warn ] [GHCup-00110] ghc-9.4.8 is already installed; if you really want to reinstall it, you may want to run 'ghcup install ghc --force 9.4.8'
No description provided.