Advertisement
gatoatigrado

ghc 7.0.3 source build on OpenSuSE 11.4 -- make error

Jun 6th, 2011
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. lectUtils.o
  2.  
  3. makeindex: Not writing to /tmp/tmpMA0INb/haddock_tmp.ind (openout_any = p).
  4. Can't create output index file /tmp/tmpMA0INb/haddock_tmp.ind.
  5. Usage: makeindex [-ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]
  6. could not make index /tmp/tmpMA0INb/haddock_tmp.ind
  7. Error: latex compilation failed
  8. make[1]: *** [utils/haddock/doc/haddock.ps] Error 1
  9. make[1]: *** Waiting for unfinished jobs....
  10. processing index /tmp/tmp6qV3MX/haddock_tmp.idx...
  11.  
  12. makeindex: Not writing to /tmp/tmp6qV3MX/haddock_tmp.ind (openout_any = p).
  13. Can't create output index file /tmp/tmp6qV3MX/haddock_tmp.ind.
  14. Usage: makeindex [-ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]
  15. could not make index /tmp/tmp6qV3MX/haddock_tmp.ind
  16. Error: pdflatex compilation failed
  17. make[1]: *** [utils/haddock/doc/haddock.pdf] Error 1
  18. latex failed
  19. Cabal_tmp.tex:1745: Undefined control sequence \Program.
  20. Cabal_tmp.tex:1745: leading text: \nolinkurl{C:\Program Files}
  21. Cabal_tmp.tex:1976: Undefined control sequence \Program.
  22. Cabal_tmp.tex:1976: leading text: }
  23. Cabal_tmp.tex:1976: Undefined control sequence \Haskell.
  24. Cabal_tmp.tex:1976: leading text: }
  25. Cabal_tmp.tex:1984: Undefined control sequence \Documents.
  26. Cabal_tmp.tex:1984: leading text: }
  27. Cabal_tmp.tex:1984: Undefined control sequence \user.
  28. Cabal_tmp.tex:1984: leading text: }
  29. Cabal_tmp.tex:1984: Undefined control sequence \Application.
  30. Cabal_tmp.tex:1984: leading text: }
  31. Cabal_tmp.tex:1984: Undefined control sequence \cabal.
  32. Cabal_tmp.tex:1984: leading text: }
  33. Cabal_tmp.tex:2033: Undefined control sequence \Program.
  34. Cabal_tmp.tex:2033: leading text: }
  35. Cabal_tmp.tex:2033: Undefined control sequence \Haskell.
  36. Cabal_tmp.tex:2033: leading text: }
  37. Error: latex compilation failed
  38. make[1]: *** [libraries/Cabal/doc/Cabal.ps] Error 1
  39. pdflatex failed
  40. Cabal_tmp.tex:1745: Undefined control sequence \Program.
  41. Cabal_tmp.tex:1745: leading text: \nolinkurl{C:\Program Files}
  42. Cabal_tmp.tex:1976: Undefined control sequence \Program.
  43. Cabal_tmp.tex:1976: leading text: }
  44. Cabal_tmp.tex:1976: Undefined control sequence \Haskell.
  45. Cabal_tmp.tex:1976: leading text: }
  46. Cabal_tmp.tex:1984: Undefined control sequence \Documents.
  47. Cabal_tmp.tex:1984: leading text: }
  48. Cabal_tmp.tex:1984: Undefined control sequence \user.
  49. Cabal_tmp.tex:1984: leading text: }
  50. Cabal_tmp.tex:1984: Undefined control sequence \Application.
  51. Cabal_tmp.tex:1984: leading text: }
  52. Cabal_tmp.tex:1984: Undefined control sequence \cabal.
  53. Cabal_tmp.tex:1984: leading text: }
  54. Cabal_tmp.tex:2033: Undefined control sequence \Program.
  55. Cabal_tmp.tex:2033: leading text: }
  56. Cabal_tmp.tex:2033: Undefined control sequence \Haskell.
  57. Cabal_tmp.tex:2033: leading text: }
  58. Error: pdflatex compilation failed
  59. make[1]: *** [libraries/Cabal/doc/Cabal.pdf] Error 1
  60. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement