Advertisement
Guest User

ghc 7.0.3 source build on OpenSuSE 11.4 -- make error2

a guest
Jun 11th, 2011
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. on the commandline:
  2. Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead
  3. "inplace/bin/mkdirhier" libraries/haskeline/dist-install/doc/html/haskeline//.
  4. "rm" -rf utils/haddock/doc/haddock/
  5. "/usr/bin/xsltproc" --stringparam base.dir utils/haddock/doc/haddock/ --stringparam use.id.as.filename 1 --stringparam html.stylesheet fptools.css --nonet --stringparam toc.section.depth 3 --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl utils/haddock/doc/haddock.xml
  6.  
  7. on the commandline:
  8. Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables #-} instead
  9. "/usr/bin/dblatex" utils/haddock/doc/haddock.xml --ps -o utils/haddock/doc/haddock.ps
  10. Build the book set list...
  11. Writing utils/haddock/doc/haddock/license.html for section(license)
  12. Writing utils/haddock/doc/haddock/ch01s03.html for section
  13. Build the listings...
  14. Writing utils/haddock/doc/haddock/ch01s04.html for section
  15. latex failed
  16. Writing utils/haddock/doc/haddock/introduction.html for chapter(introduction)
  17. Cabal.tex:1754: Undefined control sequence \Program.
  18. Cabal.tex:1754: leading text: \nolinkurl{C:\Program}
  19. Cabal.tex:1985: Undefined control sequence \Program.
  20. Cabal.tex:1985: leading text: }
  21. Cabal.tex:1985: Undefined control sequence \Haskell.
  22. Cabal.tex:1985: leading text: }
  23. Cabal.tex:1993: Undefined control sequence \Documents.
  24. Cabal.tex:1993: leading text: }
  25. Cabal.tex:1993: Undefined control sequence \user.
  26. Cabal.tex:1993: leading text: }
  27. Cabal.tex:1993: Undefined control sequence \Application.
  28. Cabal.tex:1993: leading text: }
  29. Cabal.tex:1993: Undefined control sequence \cabal.
  30. Cabal.tex:1993: leading text: }
  31. Cabal.tex:2042: Undefined control sequence \Program.
  32. Cabal.tex:2042: leading text: }
  33. Cabal.tex:2042: Undefined control sequence \Haskell.
  34. Cabal.tex:2042: leading text: }
  35. Unexpected error occured
  36. [ -f libraries/Cabal/doc/Cabal.ps ]
  37. make[1]: *** [libraries/Cabal/doc/Cabal.ps] Error 1
  38. make[1]: *** Waiting for unfinished jobs....
  39. pdflatex failed
  40. Cabal.tex:1754: Undefined control sequence \Program.
  41. Cabal.tex:1754: leading text: \nolinkurl{C:\Program}
  42. Cabal.tex:1985: Undefined control sequence \Program.
  43. Cabal.tex:1985: leading text: }
  44. Cabal.tex:1985: Undefined control sequence \Haskell.
  45. Cabal.tex:1985: leading text: }
  46. Cabal.tex:1993: Undefined control sequence \Documents.
  47. Cabal.tex:1993: leading text: }
  48. Cabal.tex:1993: Undefined control sequence \user.
  49. Cabal.tex:1993: leading text: }
  50. Cabal.tex:1993: Undefined control sequence \Application.
  51. Cabal.tex:1993: leading text: }
  52. Cabal.tex:1993: Undefined control sequence \cabal.
  53. Cabal.tex:1993: leading text: }
  54. Cabal.tex:2042: Undefined control sequence \Program.
  55. Cabal.tex:2042: leading text: }
  56. Cabal.tex:2042: Undefined control sequence \Haskell.
  57. Cabal.tex:2042: leading text: }
  58. Unexpected error occured
  59. [ -f libraries/Cabal/doc/Cabal.pdf ]
  60. make[1]: *** [libraries/Cabal/doc/Cabal.pdf] Error 1
  61. XSLT stylesheets DocBook - LaTeX 2e (0.3)
  62. ===================================================
  63. Writing utils/haddock/doc/haddock/invoking.html for chapter(invoking)
  64. Writing utils/haddock/doc/haddock/ch03s02.html for section
  65. Writing utils/haddock/doc/haddock/ch03s03.html for section
  66. Writing utils/haddock/doc/haddock/ch03s04.html for section
  67. Writing utils/haddock/doc/haddock/ch03s05.html for section
  68. Build haddock.ps
  69. This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
  70. restricted \write18 enabled.
  71. entering extended mode
  72. Writing utils/haddock/doc/haddock/hyperlinking.html for section(hyperlinking)
  73. Writing utils/haddock/doc/haddock/module-attributes.html for section(module-attributes)
  74. Writing utils/haddock/doc/haddock/ch03s08.html for section
  75. Writing utils/haddock/doc/haddock/markup.html for chapter(markup)
  76. Writing utils/haddock/doc/haddock/ix01.html for index
  77. Writing utils/haddock/doc/haddock/index.html for book(haddock)
  78. cp mk/fptools.css utils/haddock/doc/haddock/
  79. processing index /tmp/tmpDRpLVO/haddock.idx...
  80.  
  81. makeindex: Not writing to /tmp/tmpDRpLVO/haddock.ind (openout_any = p).
  82. Can't create output index file /tmp/tmpDRpLVO/haddock.ind.
  83. Usage: makeindex [-ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]
  84. could not make index /tmp/tmpDRpLVO/haddock.ind
  85. Unexpected error occured
  86. [ -f utils/haddock/doc/haddock.ps ]
  87. make[1]: *** [utils/haddock/doc/haddock.ps] Error 1
  88. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement