-
Notifications
You must be signed in to change notification settings - Fork 243
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
lts-14.* snapshots fails with "'libiserv' missing" #269
Comments
@madjar thanks for the report. And yes libiserv is something that comes with ghc (recent versions), and is provided by the |
@angerman We are hitting this issue as well. What component actually needs fixing here and is there a way to help? |
In case it helps someone (temporarily) to get past this issue, I forked stackage.nix to remove the "libiserv" attribute, following https://github.com/input-output-hk/haskell.nix/blob/master/docs/user-guide.md#overriding-the-hackage-version |
@hamishmack @angerman Ping. Do you have any idea how to fix this without resorting to overriding? |
Also fixes packages like that depend on the `ghc` library.
I tried updating to the latest commit b8af990 and am still encountering this issue. :( |
Still happens on f2fffb6 |
Ah I see. I only fixed this for the
now work. |
First fix only fixed `haskell-nix.snapshot` by applying the fix also to mkStackPkgSet stack.yaml based projects should work with lts 14
First fix only fixed `haskell-nix.snapshot` by applying the fix also to mkStackPkgSet stack.yaml based projects should work with lts 14
First fix only fixed `haskell-nix.snapshot` by applying the fix also to mkStackPkgSet stack.yaml based projects should work with lts 14
Hi there!
After upgrading to the recent overlay changes, it appears my stack project has stopped working. The issue seems to boil down to the following:
Inside of
nix repl
(or, anywhere you would evaluate nix code), run:(import <nixpkgs> (import (builtins.fetchTarball https://github.com/input-output-hk/haskell.nix/archive/master.tar.gz))).haskell-nix.snapshots."lts-14.11"
It fails with
attribute 'libiserv' missing, at /nix/store/xxidvhr3q8z5g4r85mp92dvfw4rxiy9h-stackage-snapshot-source/lts-14.11.nix:1388:32
This is an issue for all lts-14* snapshots, but not 13. It seems that all
lts-14.*.nix
files in stackage.nix refer tolibiserv
, which is not actually in hackage (it seems to be part of ghc, if I understand correctly).The text was updated successfully, but these errors were encountered: