Guest User

Untitled

a guest
Oct 18th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. % cabal install gtk2hsGenerics
  2. Resolving dependencies...
  3.  
  4. /tmp/cairo-0.12.04706/cairo-0.12.0/Gtk2HsSetup.hs:25:2:
  5. предупреждение: #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]
  6. [1 of 2] Compiling Gtk2HsSetup ( /tmp/cairo-0.12.04706/cairo-0.12.0/Gtk2HsSetup.hs, /tmp/cairo-0.12.04706/cairo-0.12.0/dist/setup/Gtk2HsSetup.o )
  7. [2 of 2] Compiling Main ( /tmp/cairo-0.12.04706/cairo-0.12.0/Setup.hs, /tmp/cairo-0.12.04706/cairo-0.12.0/dist/setup/Main.o )
  8. Linking /tmp/cairo-0.12.04706/cairo-0.12.0/dist/setup/setup ...
  9. Cannot find gtk2hsC2hs
  10. Please install `gtk2hs-buildtools` first and check that the install directory is in your PATH (e.g. HOME/.cabal/bin).
  11.  
  12. /tmp/glib-0.12.04706/glib-0.12.0/Gtk2HsSetup.hs:25:2:
  13. предупреждение: #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]
  14. [1 of 2] Compiling Gtk2HsSetup ( /tmp/glib-0.12.04706/glib-0.12.0/Gtk2HsSetup.hs, /tmp/glib-0.12.04706/glib-0.12.0/dist/setup/Gtk2HsSetup.o )
  15. [2 of 2] Compiling Main ( /tmp/glib-0.12.04706/glib-0.12.0/Setup.hs, /tmp/glib-0.12.04706/glib-0.12.0/dist/setup/Main.o )
  16. Linking /tmp/glib-0.12.04706/glib-0.12.0/dist/setup/setup ...
  17. Cannot find gtk2hsC2hs
  18. Please install `gtk2hs-buildtools` first and check that the install directory is in your PATH (e.g. HOME/.cabal/bin).
  19. cabal: Error: some packages failed to install:
  20. Gtk2hsGenerics-0.1 depends on glib-0.12.0 which failed to install.
  21. cairo-0.12.0 failed during the configure step. The exception was:
  22. ExitFailure 1
  23. gio-0.12.0 depends on glib-0.12.0 which failed to install.
  24. glib-0.12.0 failed during the configure step. The exception was:
  25. ExitFailure 1
  26. gtk-0.12.0 depends on glib-0.12.0 which failed to install.
  27. pango-0.12.0 depends on glib-0.12.0 which failed to install.
Add Comment
Please, Sign In to add comment