-
Notifications
You must be signed in to change notification settings - Fork 14
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
Failed to install ghc8.0 and ghc8.2 on ubuntu-24.04 #101
Comments
Thanks for the heads up! So I suppose GHC 8.0 and 8.2 will become unsupported. (They are already not supported by latest Stack anymore.) |
Adding an extra source can fix it, see my test here. But I'm not sure if it is worth to do. |
Well if it is just one line... |
Github runners currently switched
ubuntu-latest
fromubuntu-22.04
toubuntu-24.04
, which made ghc8.0 and ghc 8.2 install failed. See debug log here.That is because
libncurses5
andlibtinfo5
install failed:setup/src/installer.ts
Lines 278 to 286 in dd344bc
And then
/usr/local/.ghcup/tmp/ghcup-3ba2aace02c1cc3e/usr/local/.ghcup/ghc/8.2.2/lib/ghc-8.2.2/bin/ghc-pkg: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
.Related issue: haskell/ghcup-hs#947
The text was updated successfully, but these errors were encountered: