NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18k stars 14.01k forks source link

ldconfig misbehaviour in stackage nightly #47865

Closed turion closed 4 years ago

turion commented 6 years ago

Issue description

When building a Haskell stack project with stackage nightly-2018-10-03, it runs into #35387.

Steps to reproduce

Clone any Haskell project with a working .cabal file.

$ git clone git@github.com:ivanperez-keera/dunai.git
$ cd dunai/

Build it:

$ stack build --resolver nightly-2018-10-03 --haddock --test --bench --no-run-benchmarks

Technical details

turion commented 6 years ago

The issue arises with GHC 8.6, it seems. Much older stackage releases have GHC 8.4 or older.

stale[bot] commented 4 years ago

Thank you for your contributions.

This has been automatically marked as stale because it has had no activity for 180 days.

If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.

Here are suggestions that might help resolve this more quickly:

  1. Search for maintainers and people that previously touched the related code and @ mention them in a comment.
  2. Ask on the NixOS Discourse.
  3. Ask on the #nixos channel on irc.freenode.net.
turion commented 4 years ago

This seems to be fixed with an up-to-date stack and nightly.