Skip to content
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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Haskell Quickbite #179

wants to merge 4 commits into from

Conversation

rysc3
Copy link
Contributor

@rysc3 rysc3 commented May 24, 2024

No description provided.

@rysc3 rysc3 marked this pull request as ready for review June 11, 2024 04:28
@rysc3 rysc3 requested a review from gmfricke as a code owner June 11, 2024 04:28
@rysc3 rysc3 requested review from mdunlavy and nap23carc June 11, 2024 23:02
Copy link

@nap23carc nap23carc left a 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.

Copy link

@nap23carc nap23carc left a 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.

Copy link
Collaborator

@gmfricke gmfricke left a 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.
[ Error ] Also check the logs in /users/mfricke/.ghcup/logs
mfricke@hopper:
$ ghcup install ghc
[ 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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants