Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. [root@nixos:/home/neo/Projects/haskell-editor-setup]# cabal v1-install --dependencies-only
  2. Resolving dependencies...
  3. Downloading comonad-5.0.5
  4. Downloading mwc-random-0.14.0.0
  5. Starting zlib-0.6.2.1
  6. Failed to install zlib-0.6.2.1
  7. Build log ( /root/.cabal/logs/ghc-8.6.5/zlib-0.6.2.1-JkgnCzQLE4d9AnItMNCDCp.log ):
  8. cabal: Entering directory '/tmp/cabal-tmp-8507/zlib-0.6.2.1'
  9. Configuring zlib-0.6.2.1...
  10. cabal: Missing dependency on a foreign library:
  11. * Missing (or bad) header file: zlib.h
  12. * Missing (or bad) C library: z
  13. This problem can usually be solved by installing the system package that
  14. provides this library (you may need the "-dev" version). If the library is
  15. already installed but in a non-standard location then you can use the flags
  16. --extra-include-dirs= and --extra-lib-dirs= to specify where it is.If the
  17. library file does exist, it may contain errors that are caught by the C
  18. compiler at the preprocessing stage. In this case you can re-run configure
  19. with the verbosity flag -v3 to see the error messages.
  20. If the header file does exist, it may contain errors that are caught by the C
  21. compiler at the preprocessing stage. In this case you can re-run configure
  22. with the verbosity flag -v3 to see the error messages.
  23.  
  24. cabal: Leaving directory '/tmp/cabal-tmp-8507/zlib-0.6.2.1'
  25. Downloaded mwc-random-0.14.0.0
  26. Starting mwc-random-0.14.0.0
  27. Downloaded comonad-5.0.5
  28. Starting comonad-5.0.5
  29. Building mwc-random-0.14.0.0
  30. Building comonad-5.0.5
  31. Warning: /tmp/pkgConf-comonad-5.0.5-8507/pkgConf: .:3:1: Unknown field:
  32. "visibility"
  33. Completed comonad-5.0.5
  34. Completed mwc-random-0.14.0.0
  35. cabal: Error: some packages failed to install:
  36. streaming-commons-0.2.1.1-CZmvtEHueYsJbEhtbGFKeF depends on
  37. streaming-commons-0.2.1.1 which failed to install.
  38. turtle-1.5.15-HMNBwyomcDOAzgiQOFNJ3f depends on turtle-1.5.15 which failed to
  39. install.
  40. zlib-0.6.2.1-JkgnCzQLE4d9AnItMNCDCp failed during the configure step. The
  41. exception was:
  42. ExitFailure 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement