Guest User

Untitled

a guest
Oct 18th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. % cabal install gtk2hsGenerics
  2. Resolving dependencies...
  3. Downloading cairo-0.12.0...
  4.  
  5. /tmp/cairo-0.12.032132/cairo-0.12.0/Gtk2HsSetup.hs:25:2:
  6. предупреждение: #warning Setup.hs is guessing the version of Cabal. If compilation of Setup.hs fails use -DCABAL_VERSION_MINOR=x for Cabal version 1.x.0 when building (prefixed by --ghc-option= when using the 'cabal' command) [-Wcpp]
  7. [1 of 2] Compiling Gtk2HsSetup ( /tmp/cairo-0.12.032132/cairo-0.12.0/Gtk2HsSetup.hs, /tmp/cairo-0.12.032132/cairo-0.12.0/dist/setup/Gtk2HsSetup.o )
  8. [2 of 2] Compiling Main ( /tmp/cairo-0.12.032132/cairo-0.12.0/Setup.hs, /tmp/cairo-0.12.032132/cairo-0.12.0/dist/setup/Main.o )
  9. Linking /tmp/cairo-0.12.032132/cairo-0.12.0/dist/setup/setup ...
  10. Cannot find gtk2hsC2hs
  11. Please install `gtk2hs-buildtools` first and check that the install directory is in your PATH (e.g. HOME/.cabal/bin).
  12. Downloading glib-0.12.0...
  13.  
  14. /tmp/glib-0.12.032132/glib-0.12.0/Gtk2HsSetup.hs:25:2:
  15. предупреждение: #warning Setup.hs is guessing the version of Cabal. If compilation of Setup.hs fails use -DCABAL_VERSION_MINOR=x for Cabal version 1.x.0 when building (prefixed by --ghc-option= when using the 'cabal' command) [-Wcpp]
  16. [1 of 2] Compiling Gtk2HsSetup ( /tmp/glib-0.12.032132/glib-0.12.0/Gtk2HsSetup.hs, /tmp/glib-0.12.032132/glib-0.12.0/dist/setup/Gtk2HsSetup.o )
  17. [2 of 2] Compiling Main ( /tmp/glib-0.12.032132/glib-0.12.0/Setup.hs, /tmp/glib-0.12.032132/glib-0.12.0/dist/setup/Main.o )
  18. Linking /tmp/glib-0.12.032132/glib-0.12.0/dist/setup/setup ...
  19. Cannot find gtk2hsC2hs
  20. Please install `gtk2hs-buildtools` first and check that the install directory is in your PATH (e.g. HOME/.cabal/bin).
  21. cabal: Error: some packages failed to install:
  22. Gtk2hsGenerics-0.1 depends on glib-0.12.0 which failed to install.
  23. cairo-0.12.0 failed during the configure step. The exception was:
  24. ExitFailure 1
  25. gio-0.12.0 depends on glib-0.12.0 which failed to install.
  26. glib-0.12.0 failed during the configure step. The exception was:
  27. ExitFailure 1
  28. gtk-0.12.0 depends on glib-0.12.0 which failed to install.
  29. pango-0.12.0 depends on glib-0.12.0 which failed to install.
Add Comment
Please, Sign In to add comment