bkerby

loh install failed in nixos

Sep 8th, 2012
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. $> cabal install
  2. Resolving dependencies...
  3. Configuring loh-0.0.0...
  4. Building loh-0.0.0...
  5. Preprocessing executable 'lohd' for loh-0.0.0...
  6. [1 of 5] Compiling Loh.Core.LastFM.Auth ( src/Loh/Core/LastFM/Auth.hs, dist/build/lohd/lohd-tmp/Loh/Core/LastFM/Auth.o )
  7. [2 of 5] Compiling Loh.Core.Types ( src/Loh/Core/Types.hs, dist/build/lohd/lohd-tmp/Loh/Core/Types.o )
  8. [3 of 5] Compiling Loh.Core.Task ( src/Loh/Core/Task.hs, dist/build/lohd/lohd-tmp/Loh/Core/Task.o )
  9. [4 of 5] Compiling Loh.Core.LastFM.Method ( src/Loh/Core/LastFM/Method.hs, dist/build/lohd/lohd-tmp/Loh/Core/LastFM/Method.o )
  10. [5 of 5] Compiling Main ( src/Loh/Server/Scrobbler.hs, dist/build/lohd/lohd-tmp/Main.o )
  11. Linking dist/build/lohd/lohd ...
  12. Preprocessing executable 'loh' for loh-0.0.0...
  13. [ 1 of 12] Compiling Loh.Core.Players.Kludges ( src/Loh/Core/Players/Kludges.hs, dist/build/loh/loh-tmp/Loh/Core/Players/Kludges.o )
  14. [ 2 of 12] Compiling Mocp ( src/libmocp/Mocp.hs, dist/build/loh/loh-tmp/Mocp.o )
  15. [ 3 of 12] Compiling Loh.Core.Types ( src/Loh/Core/Types.hs, dist/build/loh/loh-tmp/Loh/Core/Types.o )
  16. [ 4 of 12] Compiling Loh.Core.Players.Mocp ( src/Loh/Core/Players/Mocp.hs, dist/build/loh/loh-tmp/Loh/Core/Players/Mocp.o )
  17. [ 5 of 12] Compiling Loh.Core.Players.Mpd ( src/Loh/Core/Players/Mpd.hs, dist/build/loh/loh-tmp/Loh/Core/Players/Mpd.o )
  18. [ 6 of 12] Compiling Loh.Core.Players ( src/Loh/Core/Players.hs, dist/build/loh/loh-tmp/Loh/Core/Players.o )
  19. [ 7 of 12] Compiling Loh.Core.LastFM.Auth ( src/Loh/Core/LastFM/Auth.hs, dist/build/loh/loh-tmp/Loh/Core/LastFM/Auth.o )
  20. [ 8 of 12] Compiling Loh.Core.Task ( src/Loh/Core/Task.hs, dist/build/loh/loh-tmp/Loh/Core/Task.o )
  21. [ 9 of 12] Compiling Loh.Core.LastFM.Method ( src/Loh/Core/LastFM/Method.hs, dist/build/loh/loh-tmp/Loh/Core/LastFM/Method.o )
  22. [10 of 12] Compiling Loh.Client.Config ( src/Loh/Client/Config.hs, dist/build/loh/loh-tmp/Loh/Client/Config.o )
  23. [11 of 12] Compiling Loh.Client.Eventer ( src/Loh/Client/Eventer.hs, dist/build/loh/loh-tmp/Loh/Client/Eventer.o )
  24. [12 of 12] Compiling Main ( src/Loh/Client/Client.hs, dist/build/loh/loh-tmp/Main.o )
  25. Linking dist/build/loh/loh ...
  26. Preprocessing library loh-0.0.0...
  27. [1 of 9] Compiling Loh.Core.Players.Kludges ( src/Loh/Core/Players/Kludges.hs, dist/build/Loh/Core/Players/Kludges.o )
  28. [2 of 9] Compiling Loh.Core.Types ( src/Loh/Core/Types.hs, dist/build/Loh/Core/Types.o )
  29. [3 of 9] Compiling Loh.Core.Players.Mpd ( src/Loh/Core/Players/Mpd.hs, dist/build/Loh/Core/Players/Mpd.o )
  30. [4 of 9] Compiling Mocp ( src/libmocp/Mocp.hs, dist/build/Mocp.o )
  31. [5 of 9] Compiling Loh.Core.Players.Mocp ( src/Loh/Core/Players/Mocp.hs, dist/build/Loh/Core/Players/Mocp.o )
  32. [6 of 9] Compiling Loh.Core.Players ( src/Loh/Core/Players.hs, dist/build/Loh/Core/Players.o )
  33. [7 of 9] Compiling Loh.Core.LastFM.Auth ( src/Loh/Core/LastFM/Auth.hs, dist/build/Loh/Core/LastFM/Auth.o )
  34. [8 of 9] Compiling Loh.Core.Task ( src/Loh/Core/Task.hs, dist/build/Loh/Core/Task.o )
  35. [9 of 9] Compiling Loh.Core.LastFM.Method ( src/Loh/Core/LastFM/Method.hs, dist/build/Loh/Core/LastFM/Method.o )
  36. Registering loh-0.0.0...
  37. Installing library in /home/dmalikov/.cabal/lib/loh-0.0.0/ghc-7.4.1
  38. Installing executable(s) in /home/dmalikov/.cabal/bin
  39. Registering loh-0.0.0...
  40. cabal: loh-0.0.0: Warning: haddock-interfaces:
  41. /home/dmalikov/.cabal/share/doc/loh-0.0.0/html/loh.haddock doesn't exist or
  42. isn't a file
  43. loh-0.0.0: Warning: haddock-html:
  44. /home/dmalikov/.cabal/share/doc/loh-0.0.0/html doesn't exist or isn't a
  45. directory
  46. loh-0.0.0: dependency "aeson-0.6.0.2-e018919df0553961c0385ac933889630" doesn't
  47. exist (use --force to override)
  48. loh-0.0.0: dependency "hslogger-1.2.0-e4b7eaa071f5c5f578bc9231e1b663ce"
  49. doesn't exist (use --force to override)
  50. loh-0.0.0: dependency "liblastfm-0.0.3.4-edbe34b4cfa0adef4e3d37d236dfd921"
  51. doesn't exist (use --force to override)
  52. loh-0.0.0: dependency "libmpd-0.8.0-a909a7827382e46b8047df7a02b1ae61" doesn't
  53. exist (use --force to override)
  54. loh-0.0.0: dependency "monad-loops-0.3.3.0-01ea4ee82cf0cccce144fe0de3d0ebb9"
  55. doesn't exist (use --force to override)
  56. loh-0.0.0: dependency "mtl-2.1.1-801101765c9185fec3b8dbd5355f5550" doesn't
  57. exist (use --force to override)
  58. loh-0.0.0: dependency "network-2.3.0.13-0e395818023187bddce8afc967414cd7"
  59. doesn't exist (use --force to override)
  60. loh-0.0.0: dependency "split-0.2.0.0-5a50248fb49eaf5e17d2c9486ef14357" doesn't
  61. exist (use --force to override)
  62. loh-0.0.0: dependency "text-0.11.2.0-cbc26447607f975ce9a7ddeec2f00d71" doesn't
  63. exist (use --force to override)
  64. loh-0.0.0: dependency
  65. "unordered-containers-0.2.2.0-a6387eb8f82f4515e24ee15bb97ad2f3" doesn't exist
  66. (use --force to override)
  67. cabal: Error: some packages failed to install:
  68. loh-0.0.0 failed during the final install step. The exception was:
  69. ExitFailure 1
Advertisement
Add Comment
Please, Sign In to add comment