-
Notifications
You must be signed in to change notification settings - Fork 21
Install on Ubuntu 20 with Stack fails #103
Comments
HI! Thanks for the detailed report. Might this be the same issue as in haskell-gi/haskell-gi#239? It seems weird though because that suggests an old version of the system gobject package, but if you're running Ubuntu 20.04 it should be fairly recent. |
Hi! Thanks for the response. I checked my version of gobject and it was 2.64.3 (which seems quite recent). I tried first switching to ghc 8.10.2, then using the nightly resolver by editing
I was told off about something to do with Cabal, and it said to also add the below to
Installing failed at first:
If I try with the version in the link ( (And, if I remove the Cabal line and retry, I get the same |
OK! Yeah if you change the Stack resolver I think it might be a world of pain with all those extra-deps. I haven't run with Stack in a long time, so I'm a bit out of the loop and not much help. 😞 I'll see if I can bump the Stack resolver when I get some time. I'm suspecting it's the Haskell packages that are outdated and your system dependencies that are "too new", but I'm not sure. Maybe bumping these versions will help. |
Describe the bug
Following the instructions with Ubuntu 20.04, I get a build failure without much extra useful information.
To Reproduce
Steps to reproduce the behavior:
cd
to the directoryapt
stack install
Result
(with the beginning parts snipped)
If I retry, I get this:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: