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
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.
Well if it is just one line...
I am happy to get this as a PR (after some cleanup and maybe a comment added to the deb command that this is necessary for ubuntu 24.04.
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: