Advertisement
Guest User

Manjaro fresh install then ran yaourt -S --aur haskell-glut

a guest
Jan 7th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. Configuring GLUT-2.6.0.0...
  2. Preprocessing library for GLUT-2.6.0.0..
  3. Building library for GLUT-2.6.0.0..
  4. [ 1 of 25] Compiling Graphics.UI.GLUT.Debugging ( src/Graphics/UI/GLUT/Debugging.hs, dist/build/Graphics/UI/GLUT/Debugging.o )
  5.  
  6. src/Graphics/UI/GLUT/Debugging.hs:16:8: error:
  7. Could not find module ‘Prelude’
  8. There are files missing in the ‘base-4.10.1.0’ package,
  9. try running 'ghc-pkg check'.
  10. Use -v to see a list of the files searched for.
  11. |
  12. 16 | module Graphics.UI.GLUT.Debugging (
  13. | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  14.  
  15. src/Graphics/UI/GLUT/Debugging.hs:20:1: error:
  16. Could not find module ‘Graphics.Rendering.OpenGL’
  17. There are files missing in the ‘OpenGL-3.0.2.0’ package,
  18. try running 'ghc-pkg check'.
  19. Use -v to see a list of the files searched for.
  20. |
  21. 20 | import Graphics.Rendering.OpenGL ( Error(..), errors, get )
  22. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  23.  
  24. src/Graphics/UI/GLUT/Debugging.hs:21:1: error:
  25. Could not find module ‘System.Environment’
  26. There are files missing in the ‘base-4.10.1.0’ package,
  27. try running 'ghc-pkg check'.
  28. Use -v to see a list of the files searched for.
  29. |
  30. 21 | import System.Environment
  31. | ^^^^^^^^^^^^^^^^^^^^^^^^^
  32.  
  33. src/Graphics/UI/GLUT/Debugging.hs:22:1: error:
  34. Could not find module ‘System.IO’
  35. There are files missing in the ‘base-4.10.1.0’ package,
  36. try running 'ghc-pkg check'.
  37. Use -v to see a list of the files searched for.
  38. |
  39. 22 | import System.IO
  40. | ^^^^^^^^^^^^^^^^
  41. ==> ERROR: A failure occurred in build().
  42. Aborting...
  43. ==> ERROR: Makepkg was unable to build haskell-glut.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement