Skip to content

Instantly share code, notes, and snippets.

@itsrachelfish
Created April 10, 2020 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itsrachelfish/a54de7536c1d1f6c439c3351b942f383 to your computer and use it in GitHub Desktop.
Save itsrachelfish/a54de7536c1d1f6c439c3351b942f383 to your computer and use it in GitHub Desktop.
haskell parsers-0.12.10
Failed to build parsers-0.12.10.
Configuring library for parsers-0.12.10..
Preprocessing library for parsers-0.12.10..
Building library for parsers-0.12.10..
[1 of 8] Compiling Text.Parser.Combinators ( src/Text/Parser/Combinators.hs, dist/build/Text/Parser/Combinators.o )
[2 of 8] Compiling Text.Parser.Char ( src/Text/Parser/Char.hs, dist/build/Text/Parser/Char.o )
<command line>: can't load .so/.DLL for: /home/rachel/.cabal/store/ghc-8.6.5/unordered-containers-0.2.10.0-50457b032495e76b370911744967d8e1b4ca7d2db037d25f830c43e5bb3280e7/lib/libHSunordered-containers-0.2.10.0-50457b032495e76b370911744967d8e1b4ca7d2db037d25f830c43e5bb3280e7-ghc8.6.5.so (/home/rachel/.cabal/store/ghc-8.6.5/unordered-containers-0.2.10.0-50457b032495e76b370911744967d8e1b4ca7d2db037d25f830c43e5bb3280e7/lib/libHSunordered-containers-0.2.10.0-50457b032495e76b370911744967d8e1b4ca7d2db037d25f830c43e5bb3280e7-ghc8.6.5.so: undefined symbol: base_DataziTypeableziInternal_sameTypeRep_info)
@ibizaman
Copy link

Did you find a way around this? I have the exact same issue with multiple packages.

@itsrachelfish
Copy link
Author

@ibizaman I deleted everything and started over using nix to build everything instead

@ibizaman
Copy link

Thanks for replying! Do you mind expanding on what you mean by "deleted everything" and "build everything instead"? How do you do the latter?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment