bkerby

lambdabot fails

Jul 16th, 2012
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.96 KB | None | 0 0
  1. Resolving dependencies...
  2. Configuring lambdabot-4.2.3.2...
  3. Building lambdabot-4.2.3.2...
  4. Preprocessing executable 'lambdabot' for lambdabot-4.2.3.2...
  5.  
  6. Plugin/Pl/Common.hs:1:12:
  7. Warning: The -fvia-C flag does nothing; it will be removed in a future GHC release
  8.  
  9. Plugin/Pl/RuleLib.hs:1:16:
  10. Warning: -fglasgow-exts is deprecated: Use individual extensions instead
  11. [ 1 of 79] Compiling Plugin.Dict.DictLookup ( Plugin/Dict/DictLookup.hs, dist/build/lambdabot/lambdabot-tmp/Plugin/Dict/DictLookup.o )
  12.  
  13. Plugin/Dict/DictLookup.hs:22:1:
  14. Warning: Module `Control.OldException' is deprecated:
  15. Future versions of base will not support the old exceptions style. Please switch to extensible exceptions.
  16.  
  17. Plugin/Dict/DictLookup.hs:22:30:
  18. Warning: In the use of `handle'
  19. (imported from Control.OldException):
  20. Deprecated: "Future versions of base will not support the old exceptions style. Please switch to extensible exceptions."
  21. [ 2 of 79] Compiling Plugin.Dummy.DocAssocs ( Plugin/Dummy/DocAssocs.hs, dist/build/lambdabot/lambdabot-tmp/Plugin/Dummy/DocAssocs.o )
  22. [ 3 of 79] Compiling Plugin.Free.Util ( Plugin/Free/Util.hs, dist/build/lambdabot/lambdabot-tmp/Plugin/Free/Util.o )
  23. [ 4 of 79] Compiling Plugin.Free.Parse ( Plugin/Free/Parse.hs, dist/build/lambdabot/lambdabot-tmp/Plugin/Free/Parse.o )
  24. [ 5 of 79] Compiling Plugin.Free.Type ( Plugin/Free/Type.hs, dist/build/lambdabot/lambdabot-tmp/Plugin/Free/Type.o )
  25. [ 6 of 79] Compiling Plugin.Free.Expr ( Plugin/Free/Expr.hs, dist/build/lambdabot/lambdabot-tmp/Plugin/Free/Expr.o )
  26. [ 7 of 79] Compiling Plugin.Free.Theorem ( Plugin/Free/Theorem.hs, dist/build/lambdabot/lambdabot-tmp/Plugin/Free/Theorem.o )
  27. [ 8 of 79] Compiling Plugin.Free.FreeTheorem ( Plugin/Free/FreeTheorem.hs, dist/build/lambdabot/lambdabot-tmp/Plugin/Free/FreeTheorem.o )
  28. [ 9 of 79] Compiling Plugin.Pl.Common ( Plugin/Pl/Common.hs, dist/build/lambdabot/lambdabot-tmp/Plugin/Pl/Common.o )
  29. [10 of 79] Compiling Plugin.Pl.Parser ( Plugin/Pl/Parser.hs, dist/build/lambdabot/lambdabot-tmp/Plugin/Pl/Parser.o )
  30. [11 of 79] Compiling Plugin.Pl.PrettyPrinter ( Plugin/Pl/PrettyPrinter.hs, dist/build/lambdabot/lambdabot-tmp/Plugin/Pl/PrettyPrinter.o )
  31. [12 of 79] Compiling Plugin.Pl.Transform ( Plugin/Pl/Transform.hs, dist/build/lambdabot/lambdabot-tmp/Plugin/Pl/Transform.o )
  32. [13 of 79] Compiling Plugin.Pl.Names ( Plugin/Pl/Names.hs, dist/build/lambdabot/lambdabot-tmp/Plugin/Pl/Names.o )
  33. [14 of 79] Compiling Plugin.Pl.RuleLib ( Plugin/Pl/RuleLib.hs, dist/build/lambdabot/lambdabot-tmp/Plugin/Pl/RuleLib.o )
  34. [15 of 79] Compiling Plugin.Pl.Rules ( Plugin/Pl/Rules.hs, dist/build/lambdabot/lambdabot-tmp/Plugin/Pl/Rules.o )
  35. [16 of 79] Compiling Plugin.Pl.Optimize ( Plugin/Pl/Optimize.hs, dist/build/lambdabot/lambdabot-tmp/Plugin/Pl/Optimize.o )
  36. [17 of 79] Compiling Plugin.Quote.Text ( Plugin/Quote/Text.hs, dist/build/lambdabot/lambdabot-tmp/Plugin/Quote/Text.o )
  37. [18 of 79] Compiling Paths_lambdabot ( dist/build/autogen/Paths_lambdabot.hs, dist/build/lambdabot/lambdabot-tmp/Paths_lambdabot.o )
  38. [19 of 79] Compiling Shared ( Shared.hs, dist/build/lambdabot/lambdabot-tmp/Shared.o )
  39. [20 of 79] Compiling Message ( Message.hs, dist/build/lambdabot/lambdabot-tmp/Message.o )
  40. [21 of 79] Compiling IRCBase ( IRCBase.hs, dist/build/lambdabot/lambdabot-tmp/IRCBase.o )
  41. [22 of 79] Compiling File ( File.hs, dist/build/lambdabot/lambdabot-tmp/File.o )
  42. [23 of 79] Compiling Config ( Config.hs, dist/build/lambdabot/lambdabot-tmp/Config.o )
  43. [24 of 79] Compiling Plugin.Quote.Fortune ( Plugin/Quote/Fortune.hs, dist/build/lambdabot/lambdabot-tmp/Plugin/Quote/Fortune.o )
  44.  
  45. Plugin/Quote/Fortune.hs:13:1:
  46. Warning: Module `Control.OldException' is deprecated:
  47. Future versions of base will not support the old exceptions style. Please switch to extensible exceptions.
  48.  
  49. Plugin/Quote/Fortune.hs:13:45:
  50. Warning: In the use of `C.catch'
  51. (imported from Control.OldException):
  52. Deprecated: "Future versions of base will not support the old exceptions style. Please switch to extensible exceptions."
  53. [25 of 79] Compiling Lambdabot ( Lambdabot.hs, dist/build/lambdabot/lambdabot-tmp/Lambdabot.o )
  54.  
  55. Lambdabot.hs:72:1:
  56. Warning: Module `Control.OldException' is deprecated:
  57. Future versions of base will not support the old exceptions style. Please switch to extensible exceptions.
  58.  
  59. Lambdabot.hs:72:1:
  60. Warning: In the use of type constructor or class `Exception'
  61. (imported from Control.OldException):
  62. Deprecated: "Future versions of base will not support the old exceptions style. Please switch to extensible exceptions."
  63.  
  64. Lambdabot.hs:72:1:
  65. Warning: In the use of data constructor `ErrorCall'
  66. (imported from Control.OldException):
  67. Deprecated: "Future versions of base will not support the old exceptions style. Please switch to extensible exceptions."
  68.  
  69. Lambdabot.hs:72:1:
  70. Warning: In the use of `catch'
  71. (imported from Control.OldException):
  72. Deprecated: "Future versions of base will not support the old exceptions style. Please switch to extensible exceptions."
  73.  
  74. Lambdabot.hs:72:1:
  75. Warning: In the use of `try'
  76. (imported from Control.OldException):
  77. Deprecated: "Future versions of base will not support the old exceptions style. Please switch to extensible exceptions."
  78.  
  79. Lambdabot.hs:72:1:
  80. Warning: In the use of `catchDyn'
  81. (imported from Control.OldException):
  82. Deprecated: "Future versions of base will not support the old exceptions style. Please switch to extensible exceptions."
  83.  
  84. Lambdabot.hs:72:1:
  85. Warning: In the use of `throwDyn'
  86. (imported from Control.OldException):
  87. Deprecated: "Future versions of base will not support the old exceptions style. Please switch to extensible exceptions."
  88. [26 of 79] Compiling LBState ( LBState.hs, dist/build/lambdabot/lambdabot-tmp/LBState.o )
  89. [27 of 79] Compiling Plugin ( Plugin.hs, dist/build/lambdabot/lambdabot-tmp/Plugin.o )
  90. [28 of 79] Compiling Plugin.Activity ( Plugin/Activity.hs, dist/build/lambdabot/lambdabot-tmp/Plugin/Activity.o )
  91. Loading package ghc-prim ... linking ... done.
  92. Loading package integer-gmp ... linking ... done.
  93. Loading package base ... linking ... done.
  94. Loading package Boolean-0.0.1 ... linking ... done.
  95. Loading package array-0.4.0.0 ... linking ... done.
  96. Loading package deepseq-1.3.0.0 ... linking ... done.
  97. Loading package containers-0.4.2.1 ... linking ... done.
  98. Loading package semigroups-0.8.3.2 ... linking ... done.
  99. Loading package void-0.5.6 ... linking ... done.
  100. Loading package MemoTrie-0.5 ... linking ... done.
  101. Loading package NumInstances-1.0 ... linking ... done.
  102. Loading package vector-space-0.8.1 ... linking ... done.
  103. Loading package transformers-0.3.0.0 ... linking ... done.
  104. Loading package mtl-2.1.2 ... linking ... done.
  105. Loading package bytestring-0.9.2.1 ... linking ... done.
  106. Loading package unix-2.5.1.1 ... linking ... done.
  107. Loading package unlambda-0.1 ... linking ... done.
  108. Loading package extensible-exceptions-0.1.1.4 ... linking ... done.
  109. Loading package old-locale-1.0.0.4 ... linking ... done.
  110. Loading package time-1.4.0.1 ... linking ... done.
  111. Loading package random-1.0.1.1 ... linking ... done.
  112. Loading package pretty-1.1.1.0 ... linking ... done.
  113. Loading package template-haskell ... linking ... done.
  114. Loading package QuickCheck-2.4.2 ... linking ... done.
  115. Loading package dlist-0.5 ... linking ... done.
  116. Loading package smallcheck-0.6.1 ... linking ... done.
  117. Loading package syb-0.3.6.2 ... linking ... done.
  118. Loading package show-0.4.1.2 ... linking ... done.
  119. Loading package filepath-1.3.0.0 ... linking ... done.
  120. Loading package old-time-1.1.0.0 ... linking ... done.
  121. Loading package directory-1.1.0.2 ... linking ... done.
  122. Loading package process-1.1.0.1 ... linking ... done.
  123. Loading package readline-1.0.1.0 ... linking ... done.
  124. Loading package text-0.11.2.2 ... linking ... done.
  125. Loading package parsec-3.1.3 ... linking ... done.
  126. Loading package network-2.3.0.14 ... linking ... done.
  127. Loading package HTTP-4000.2.3 ... linking ... done.
  128. Loading package oeis-0.3.1 ... linking ... done.
  129. Loading package numbers-3000.0.0.0 ... linking ... done.
  130. Loading package logict-0.5.0.1 ... linking ... done.
  131. Loading package binary-0.5.1.0 ... linking ... done.
  132. Loading package haskell-src-1.0.1.5 ... linking ... done.
  133. Loading package regex-base-0.93.2 ... linking ... done.
  134. Loading package regex-posix-0.95.2 ... linking ... done.
  135. Loading package regex-compat-0.95.1 ... linking ... done.
  136. Loading package tagsoup-0.12.6 ... linking ... done.
  137. Loading package utf8-string-0.3.7 ... linking ... done.
  138. Loading package zlib-0.5.3.3 ... linking ... done.
  139. Loading package lambdabot-utils-4.2.1 ... linking ... done.
  140. Loading package cpphs-1.13.3 ... linking ... done.
  141. Loading package haskell-src-exts-1.13.3 ... linking ... done.
  142. Loading package data-inttrie-0.0.7 ... linking ... done.
  143. Loading package data-memocombinators-0.4.3 ... linking ... done.
  144. Loading package brainfuck-0.1 ... linking ... done.
  145. Loading package lazysmallcheck-0.6 ... linking ... done.
  146. Loading package Stream-0.4.6 ... linking ... done.
  147. Loading package arrows-0.4.4.0 ... linking ... done.
  148. Loading package MonadRandom-0.1.6 ... linking ... done.
  149. Loading package IOSpec-0.2.5 ... linking ... done.
  150.  
  151. Plugin/Activity.hs:18:10:
  152. Illegal instance declaration for `Module
  153. ActivityModule ActivityState'
  154. (All instance types must be of the form (T a1 ... an)
  155. where a1 ... an are *distinct type variables*,
  156. and each type variable appears at most once in the instance head.
  157. Use -XFlexibleInstances if you want to disable this.)
  158. In the instance declaration for `Module ActivityModule ActivityState'
  159. cabal: Error: some packages failed to install:
  160. lambdabot-4.2.3.2 failed during the building phase. The exception was:
  161. ExitFailure 1
Advertisement
Add Comment
Please, Sign In to add comment