Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. ~/vcs/ddns (master) nix-shell
  2. ~/vcs/ddns (master) cabal build
  3. Resolving dependencies...
  4. Build profile: -w ghc-8.6.5 -O1
  5. In order, the following will be built (use -v for more details):
  6. - wreq-0.5.3.2 (lib:wreq) (requires build)
  7. - ddns-0.0.1 (exe:ddns) (first run)
  8. Starting wreq-0.5.3.2 (all, legacy fallback)
  9. Building wreq-0.5.3.2 (all, legacy fallback)
  10.  
  11. Failed to build wreq-0.5.3.2.
  12. Build log (
  13. /home/patrick/.cabal/logs/ghc-8.6.5/wreq-0.5.3.2-f8a8e1e8c99c3a3eba3629c2ced5bf84a09ac49c066fc64c4e59c0d0c99a0cd8.log
  14. ):
  15. [1 of 1] Compiling Main ( /home/patrick/vcs/ddns/dist-newstyle/tmp/src-29003/wreq-0.5.3.2/dist/setup/setup.hs, /home/patrick/vcs/ddns/dist-newstyle/tmp/src-29003/wreq-0.5.3.2/dist/setup/Main.o )
  16. Linking /home/patrick/vcs/ddns/dist-newstyle/tmp/src-29003/wreq-0.5.3.2/dist/setup/setup ...
  17. Configuring wreq-0.5.3.2...
  18. Preprocessing library for wreq-0.5.3.2..
  19. Building library for wreq-0.5.3.2..
  20. [ 1 of 15] Compiling Network.Wreq.Cache.Store ( Network/Wreq/Cache/Store.hs, dist/build/Network/Wreq/Cache/Store.o )
  21. [ 2 of 15] Compiling Network.Wreq.Internal.OAuth1 ( Network/Wreq/Internal/OAuth1.hs, dist/build/Network/Wreq/Internal/OAuth1.o )
  22. [ 3 of 15] Compiling Network.Wreq.Internal.Types ( Network/Wreq/Internal/Types.hs, dist/build/Network/Wreq/Internal/Types.o )
  23. [ 4 of 15] Compiling Network.Wreq.Lens.Machinery ( Network/Wreq/Lens/Machinery.hs, dist/build/Network/Wreq/Lens/Machinery.o )
  24. [ 5 of 15] Compiling Network.Wreq.Internal.Lens ( Network/Wreq/Internal/Lens.hs, dist/build/Network/Wreq/Internal/Lens.o )
  25. <command line>: can't load .so/.DLL for: libz.so (libz.so: cannot open shared object file: No such file or directory)
  26. cabal: Failed to build wreq-0.5.3.2 (which is required by exe:ddns from
  27. ddns-0.0.1). See the build log above for details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement