Closed sakshamsharma closed 8 years ago
According to http://www.portagefilelist.de/site/query/file/, you need webkit-gtk which provides /usr/share/gir-1.0/JavaScriptCore-4.0.gir
.
Oops! All this time with Gentoo, never knew about portagefilelist.de !
In any case, what was missing was some USE flag, I already had webkit-gtk
.
For future, here are the USE flags I used:
net-libs/webkit-gtk coverage doc gles2 gnome-keyring libnotify libsecret multilib_abi_amd64 nsplugin spell X -opengl
Trying out a clean install. I don't have a local
cabal
orghc
, and basically use thestack
env vars to replicate a normal haskell environment which doesn't run into dependency conflicts all the time.A
stack build
results in a build failure ongi-javascriptcore-4.0.3
I believe there's some assumption made about the location of GI at some place? P.S. Tested on Gentoo.