Skip to content
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

elm package is broken #75941

Closed
abbec opened this issue Dec 19, 2019 · 3 comments
Closed

elm package is broken #75941

abbec opened this issue Dec 19, 2019 · 3 comments
Labels

Comments

@abbec
Copy link

abbec commented Dec 19, 2019

Describe the bug
The elm package fails to build because of snap-server failing to build

To Reproduce

nix-env -iA nixpkgs.elmPackages.elm

src/Snap/Internal/Http/Server/TLS.hs:108:14: error:
    Not in scope: ‘Socket.bindSocket’
    Perhaps you meant one of these:
      ‘Socket.fdSocket’ (imported from Network.Socket),
      ‘Socket.mkSocket’ (imported from Network.Socket),
      ‘Socket.withFdSocket’ (imported from Network.Socket)
    Module ‘Network.Socket’ does not export ‘bindSocket’.
    |
108 |              Socket.bindSocket sock addr
    |              ^^^^^^^^^^^^^^^^^

builder for '/nix/store/71cdi2kbihkqd4f3p4n2kmz31i3wk2za-snap-server-1.1.1.1.drv' failed with exit code 1

Expected behavior
Elm is installed.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
https://hydra.nixos.org/build/108513559 shows that it has been failing since 2019-12-05 11:05:31.

Metadata

 - system: `"x86_64-linux"`
 - host os: `Linux 3.10.0-1062.9.1.el7.x86_64, CentOS Linux, 7 (Core)`
 - multi-user?: `no`
 - sandbox: `no`
 - version: `nix-env (Nix) 2.3.1`
 - channels(albert.cervin): `"nixpkgs-20.03pre205792.fb1bc1b891f"`
 - nixpkgs: `/mnt/home/albert.cervin/.nix-defexpr/channels/nixpkgs`

Maintainer information:

# a list of nixpkgs attributes affected by the problem
attribute:
# a list of nixos modules affected by the problem
module:
@abbec abbec added the 0.kind: bug Something is broken label Dec 19, 2019
@cdepillabout
Copy link
Member

Fixed in #75882 (although it hasn't been merged into master just yet).

@abbec
Copy link
Author

abbec commented Dec 23, 2019

Cool! I will close this then? Or should I wait until it is merged in?

@cdepillabout
Copy link
Member

@abbec It will eventually be merged, so I'll go ahead and close this.

If you (or anyone else) want to use this now, you can currently get it from the haskell-updates branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants