Skip to content

can't install on docker + nix-2.3 (nixos-19.09) #439

@tim2CF

Description

@tim2CF

Steps to reproduce:

   #!/bin/sh

   docker run -it --rm \
     -v "nix:/nix" \
     nixos/nix:2.3 sh -c "
     nix-channel --add https://nixos.org/channels/nixos-19.09 nixpkgs &&
     nix-channel --update &&
     nix-env -iA nixpkgs.haskellPackages.network_3_1_0_1 &&
     sh
     "

causes error

Failures:

  tests/Network/SocketSpec.hs:43:9:
  1) Network.Socket.bind successfully binds to an ipv6 socket
       uncaught exception: IOException of type UnsupportedOperation
       Network.Socket.bind: unsupported operation (Cannot assign requested address)

  To rerun use: --match "/Network.Socket/bind/successfully binds to an ipv6 socket/"

Randomized with seed 1342511728

Finished in 0.2589 seconds
48 examples, 1 failure
Test suite spec: FAIL

the same error for latest release v3.1.1.1

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions