| 1 | Script started on Wed 03 Jun 2009 12:11:01 AM PDT |
|---|
| 2 | desktop:~/ghc/haskell-platform-2009.2.0.1$ ./configure |
|---|
| 3 | checking build system type... x86_64-unknown-linux-gnu |
|---|
| 4 | checking host system type... x86_64-unknown-linux-gnu |
|---|
| 5 | checking target system type... x86_64-unknown-linux-gnu |
|---|
| 6 | checking for ghc... /usr/local/bin/ghc |
|---|
| 7 | checking for ghc-pkg... /usr/local/bin/ghc-pkg |
|---|
| 8 | checking for hsc2hs... /usr/local/bin/hsc2hs |
|---|
| 9 | checking version of ghc... 6.10.3 |
|---|
| 10 | checking version of ghc-pkg matches... yes |
|---|
| 11 | checking ghc actually works... yes |
|---|
| 12 | checking the ghc core packages are all installed... yes |
|---|
| 13 | checking for perl... /usr/bin/perl |
|---|
| 14 | checking for gcc... gcc |
|---|
| 15 | checking for C compiler default output file name... a.out |
|---|
| 16 | checking whether the C compiler works... yes |
|---|
| 17 | checking whether we are cross compiling... no |
|---|
| 18 | checking for suffix of executables... |
|---|
| 19 | checking for suffix of object files... o |
|---|
| 20 | checking whether we are using the GNU C compiler... yes |
|---|
| 21 | checking whether gcc accepts -g... yes |
|---|
| 22 | checking for gcc option to accept ISO C89... none needed |
|---|
| 23 | checking how to run the C preprocessor... gcc -E |
|---|
| 24 | checking for grep that handles long lines and -e... /bin/grep |
|---|
| 25 | checking for egrep... /bin/grep -E |
|---|
| 26 | checking for ANSI C header files... yes |
|---|
| 27 | checking for sys/types.h... yes |
|---|
| 28 | checking for sys/stat.h... yes |
|---|
| 29 | checking for stdlib.h... yes |
|---|
| 30 | checking for string.h... yes |
|---|
| 31 | checking for memory.h... yes |
|---|
| 32 | checking for strings.h... yes |
|---|
| 33 | checking for inttypes.h... yes |
|---|
| 34 | checking for stdint.h... yes |
|---|
| 35 | checking for unistd.h... yes |
|---|
| 36 | checking zlib.h usability... yes |
|---|
| 37 | checking zlib.h presence... yes |
|---|
| 38 | checking for zlib.h... yes |
|---|
| 39 | checking for zlibVersion in -lz... yes |
|---|
| 40 | checking GL/gl.h usability... yes |
|---|
| 41 | checking GL/gl.h presence... yes |
|---|
| 42 | checking for GL/gl.h... yes |
|---|
| 43 | checking for library containing glEnd... -lGL |
|---|
| 44 | checking GL/glu.h usability... yes |
|---|
| 45 | checking GL/glu.h presence... yes |
|---|
| 46 | checking for GL/glu.h... yes |
|---|
| 47 | checking for library containing gluNewQuadric... -lGLU |
|---|
| 48 | checking GL/glut.h usability... yes |
|---|
| 49 | checking GL/glut.h presence... yes |
|---|
| 50 | checking for GL/glut.h... yes |
|---|
| 51 | checking for library containing glutMainLoop... -lglut |
|---|
| 52 | configure: creating ./config.status |
|---|
| 53 | config.status: creating scripts/config |
|---|
| 54 | ************************************************** |
|---|
| 55 | * Configuration completed successfully. |
|---|
| 56 | * |
|---|
| 57 | * Install prefix: /usr/local |
|---|
| 58 | * Haskell packages will be registered into |
|---|
| 59 | * the global ghc package database |
|---|
| 60 | * |
|---|
| 61 | * If you wish to change these settings then |
|---|
| 62 | * use --prefix= and/or --enable-user-install |
|---|
| 63 | * |
|---|
| 64 | * Now do "make" followed by "sudo make install" |
|---|
| 65 | ************************************************** |
|---|
| 66 | desktop:~/ghc/haskell-platform-2009.2.0.1$ make -k |
|---|
| 67 | scripts/build.sh |
|---|
| 68 | Building mtl-1.1.0.2... |
|---|
| 69 | "/usr/local/bin/ghc" "--make" "Setup" "-o" "Setup" "-package" "Cabal-1.6.0.3" |
|---|
| 70 | [1 of 1] Compiling Main ( Setup.hs, Setup.o ) |
|---|
| 71 | Linking Setup ... |
|---|
| 72 | "./Setup" "configure" "--package-db=../../packages/package.conf.inplace" "--prefix=/usr/local" "--with-compiler=/usr/local/bin/ghc" "--with-hc-pkg=/usr/local/bin/ghc-pkg" "--with-hsc2hs=/usr/local/bin/hsc2hs" |
|---|
| 73 | Configuring mtl-1.1.0.2... |
|---|
| 74 | "./Setup" "build" |
|---|
| 75 | Preprocessing library mtl-1.1.0.2... |
|---|
| 76 | Building mtl-1.1.0.2... |
|---|
| 77 | |
|---|
| 78 | Control/Monad/Cont.hs:1:11: |
|---|
| 79 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 80 | |
|---|
| 81 | Control/Monad/Cont/Class.hs:1:11: |
|---|
| 82 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 83 | |
|---|
| 84 | Control/Monad/Error.hs:1:11: |
|---|
| 85 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 86 | |
|---|
| 87 | Control/Monad/Error/Class.hs:1:11: |
|---|
| 88 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 89 | |
|---|
| 90 | Control/Monad/List.hs:1:11: |
|---|
| 91 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 92 | |
|---|
| 93 | Control/Monad/RWS/Lazy.hs:1:11: |
|---|
| 94 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 95 | |
|---|
| 96 | Control/Monad/RWS/Strict.hs:1:11: |
|---|
| 97 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 98 | |
|---|
| 99 | Control/Monad/Reader.hs:2:11: |
|---|
| 100 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 101 | |
|---|
| 102 | Control/Monad/Reader/Class.hs:1:11: |
|---|
| 103 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 104 | |
|---|
| 105 | Control/Monad/State/Lazy.hs:1:11: |
|---|
| 106 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 107 | |
|---|
| 108 | Control/Monad/State/Strict.hs:1:11: |
|---|
| 109 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 110 | |
|---|
| 111 | Control/Monad/Writer.hs:1:11: |
|---|
| 112 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 113 | |
|---|
| 114 | Control/Monad/Writer/Class.hs:1:11: |
|---|
| 115 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 116 | |
|---|
| 117 | Control/Monad/Writer/Lazy.hs:1:11: |
|---|
| 118 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 119 | |
|---|
| 120 | Control/Monad/Writer/Strict.hs:1:11: |
|---|
| 121 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 122 | [ 1 of 21] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o ) |
|---|
| 123 | [ 2 of 21] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o ) |
|---|
| 124 | [ 3 of 21] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o ) |
|---|
| 125 | [ 4 of 21] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o ) |
|---|
| 126 | [ 5 of 21] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o ) |
|---|
| 127 | [ 6 of 21] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o ) |
|---|
| 128 | [ 7 of 21] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o ) |
|---|
| 129 | [ 8 of 21] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o ) |
|---|
| 130 | [ 9 of 21] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o ) |
|---|
| 131 | [10 of 21] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o ) |
|---|
| 132 | [11 of 21] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o ) |
|---|
| 133 | [12 of 21] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o ) |
|---|
| 134 | [13 of 21] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o ) |
|---|
| 135 | [14 of 21] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o ) |
|---|
| 136 | [15 of 21] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o ) |
|---|
| 137 | [16 of 21] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o ) |
|---|
| 138 | [17 of 21] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o ) |
|---|
| 139 | [18 of 21] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o ) |
|---|
| 140 | [19 of 21] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o ) |
|---|
| 141 | [20 of 21] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o ) |
|---|
| 142 | [21 of 21] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o ) |
|---|
| 143 | /usr/bin/ar: creating dist/build/libHSmtl-1.1.0.2.a |
|---|
| 144 | "./Setup" "register" "--inplace" |
|---|
| 145 | Registering mtl-1.1.0.2... |
|---|
| 146 | Reading package info from "dist/inplace-pkg-config" ... done. |
|---|
| 147 | Writing new package config file... done. |
|---|
| 148 | Building happy-1.18.4... |
|---|
| 149 | "/usr/local/bin/ghc" "--make" "Setup" "-o" "Setup" "-package" "Cabal-1.6.0.3" |
|---|
| 150 | [1 of 1] Compiling Main ( Setup.lhs, Setup.o ) |
|---|
| 151 | |
|---|
| 152 | Setup.lhs:6:51: |
|---|
| 153 | Warning: In the use of `buildVerbose' |
|---|
| 154 | (imported from Distribution.Simple.Setup): |
|---|
| 155 | Deprecated: "Use buildVerbosity instead" |
|---|
| 156 | |
|---|
| 157 | Setup.lhs:7:51: |
|---|
| 158 | Warning: In the use of `defaultUserHooks' |
|---|
| 159 | (imported from Distribution.Simple): |
|---|
| 160 | Deprecated: "Use simpleUserHooks or autoconfUserHooks, unless you need Cabal-1.2 |
|---|
| 161 | compatibility in which case you must stick with defaultUserHooks" |
|---|
| 162 | Linking Setup ... |
|---|
| 163 | "./Setup" "configure" "--package-db=../../packages/package.conf.inplace" "--prefix=/usr/local" "--with-compiler=/usr/local/bin/ghc" "--with-hc-pkg=/usr/local/bin/ghc-pkg" "--with-hsc2hs=/usr/local/bin/hsc2hs" |
|---|
| 164 | Warning: defaultUserHooks in Setup script is deprecated. |
|---|
| 165 | Configuring happy-1.18.4... |
|---|
| 166 | "./Setup" "build" |
|---|
| 167 | Preprocessing executables for happy-1.18.4... |
|---|
| 168 | Building happy-1.18.4... |
|---|
| 169 | [ 1 of 19] Compiling Paths_happy ( dist/build/autogen/Paths_happy.hs, dist/build/happy/happy-tmp/Paths_happy.o ) |
|---|
| 170 | [ 2 of 19] Compiling GenUtils ( src/GenUtils.lhs, dist/build/happy/happy-tmp/GenUtils.o ) |
|---|
| 171 | |
|---|
| 172 | src/GenUtils.lhs:48:11: Warning: Defined but not used: `f' |
|---|
| 173 | |
|---|
| 174 | src/GenUtils.lhs:55:11: Warning: Defined but not used: `f' |
|---|
| 175 | |
|---|
| 176 | src/GenUtils.lhs:72:8: |
|---|
| 177 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 178 | In the definition of `match': Patterns not matched: [] |
|---|
| 179 | |
|---|
| 180 | src/GenUtils.lhs:72:19: Warning: Defined but not used: `c' |
|---|
| 181 | |
|---|
| 182 | src/GenUtils.lhs:76:8: Warning: Defined but not used: `f' |
|---|
| 183 | |
|---|
| 184 | src/GenUtils.lhs:77:8: Warning: Defined but not used: `f' |
|---|
| 185 | |
|---|
| 186 | src/GenUtils.lhs:116:13: Warning: Defined but not used: `f' |
|---|
| 187 | |
|---|
| 188 | src/GenUtils.lhs:117:13: Warning: Defined but not used: `f' |
|---|
| 189 | |
|---|
| 190 | src/GenUtils.lhs:137:30: Warning: Defined but not used: `vs' |
|---|
| 191 | [ 3 of 19] Compiling ParseMonad ( src/ParseMonad.lhs, dist/build/happy/happy-tmp/ParseMonad.o ) |
|---|
| 192 | [ 4 of 19] Compiling AttrGrammar ( src/AttrGrammar.lhs, dist/build/happy/happy-tmp/AttrGrammar.o ) |
|---|
| 193 | |
|---|
| 194 | src/AttrGrammar.lhs:27:2: |
|---|
| 195 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 196 | In the definition of `subRefVal': |
|---|
| 197 | Patterns not matched: |
|---|
| 198 | AgTok_EOF |
|---|
| 199 | AgTok_Unknown _ |
|---|
| 200 | AgTok_RightmostRef _ |
|---|
| 201 | AgTok_SelfRef _ |
|---|
| 202 | ... |
|---|
| 203 | |
|---|
| 204 | src/AttrGrammar.lhs:28:2: |
|---|
| 205 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 206 | In the definition of `selfRefVal': |
|---|
| 207 | Patterns not matched: |
|---|
| 208 | AgTok_EOF |
|---|
| 209 | AgTok_Unknown _ |
|---|
| 210 | AgTok_RightmostRef _ |
|---|
| 211 | AgTok_SubRef _ |
|---|
| 212 | ... |
|---|
| 213 | |
|---|
| 214 | src/AttrGrammar.lhs:29:2: |
|---|
| 215 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 216 | In the definition of `rightRefVal': |
|---|
| 217 | Patterns not matched: |
|---|
| 218 | AgTok_EOF |
|---|
| 219 | AgTok_Unknown _ |
|---|
| 220 | AgTok_SubRef _ |
|---|
| 221 | AgTok_SelfRef _ |
|---|
| 222 | ... |
|---|
| 223 | |
|---|
| 224 | src/AttrGrammar.lhs:63:21: Warning: Defined but not used: `l' |
|---|
| 225 | [ 5 of 19] Compiling AttrGrammarParser ( dist/build/happy/happy-tmp/AttrGrammarParser.hs, dist/build/happy/happy-tmp/AttrGrammarParser.o ) |
|---|
| 226 | |
|---|
| 227 | dist/build/happy/happy-tmp/AttrGrammarParser.hs:19:23: |
|---|
| 228 | Warning: Defined but not used: data constructor `HappyAbsSyn' |
|---|
| 229 | |
|---|
| 230 | dist/build/happy/happy-tmp/AttrGrammarParser.hs:104:0: |
|---|
| 231 | Warning: Defined but not used: `happy_n_terms' |
|---|
| 232 | |
|---|
| 233 | dist/build/happy/happy-tmp/AttrGrammarParser.hs:105:0: |
|---|
| 234 | Warning: Defined but not used: `happy_n_nonterms' |
|---|
| 235 | |
|---|
| 236 | dist/build/happy/happy-tmp/AttrGrammarParser.hs:116:1: |
|---|
| 237 | Warning: Defined but not used: `happy_x_2' |
|---|
| 238 | |
|---|
| 239 | dist/build/happy/happy-tmp/AttrGrammarParser.hs:138:1: |
|---|
| 240 | Warning: Defined but not used: `happy_x_2' |
|---|
| 241 | |
|---|
| 242 | dist/build/happy/happy-tmp/AttrGrammarParser.hs:148:1: |
|---|
| 243 | Warning: Defined but not used: `happy_x_2' |
|---|
| 244 | |
|---|
| 245 | dist/build/happy/happy-tmp/AttrGrammarParser.hs:158:1: |
|---|
| 246 | Warning: Defined but not used: `happy_x_2' |
|---|
| 247 | |
|---|
| 248 | dist/build/happy/happy-tmp/AttrGrammarParser.hs:168:1: |
|---|
| 249 | Warning: Defined but not used: `happy_x_1' |
|---|
| 250 | |
|---|
| 251 | dist/build/happy/happy-tmp/AttrGrammarParser.hs:334:0: |
|---|
| 252 | Warning: Defined but not used: `happyThen1' |
|---|
| 253 | |
|---|
| 254 | dist/build/happy/happy-tmp/AttrGrammarParser.hs:338:19: |
|---|
| 255 | Warning: Defined but not used: `token' |
|---|
| 256 | |
|---|
| 257 | templates/GenericTemplate.hs:83:15: |
|---|
| 258 | Warning: Defined but not used: `tk' |
|---|
| 259 | |
|---|
| 260 | templates/GenericTemplate.hs:83:18: |
|---|
| 261 | Warning: Defined but not used: `st' |
|---|
| 262 | |
|---|
| 263 | templates/GenericTemplate.hs:83:21: |
|---|
| 264 | Warning: Defined but not used: `sts' |
|---|
| 265 | |
|---|
| 266 | templates/GenericTemplate.hs:85:14: |
|---|
| 267 | Warning: Defined but not used: `tk' |
|---|
| 268 | |
|---|
| 269 | templates/GenericTemplate.hs:85:20: |
|---|
| 270 | Warning: Defined but not used: `sts' |
|---|
| 271 | |
|---|
| 272 | templates/GenericTemplate.hs:179:21: |
|---|
| 273 | Warning: Defined but not used: `i' |
|---|
| 274 | |
|---|
| 275 | templates/GenericTemplate.hs:184:18: |
|---|
| 276 | Warning: Defined but not used: `i' |
|---|
| 277 | |
|---|
| 278 | templates/GenericTemplate.hs:184:20: |
|---|
| 279 | Warning: Defined but not used: `fn' |
|---|
| 280 | |
|---|
| 281 | templates/GenericTemplate.hs:186:34: |
|---|
| 282 | Warning: Defined but not used: `action' |
|---|
| 283 | |
|---|
| 284 | templates/GenericTemplate.hs:189:18: |
|---|
| 285 | Warning: Defined but not used: `i' |
|---|
| 286 | |
|---|
| 287 | templates/GenericTemplate.hs:189:20: |
|---|
| 288 | Warning: Defined but not used: `fn' |
|---|
| 289 | |
|---|
| 290 | templates/GenericTemplate.hs:191:52: |
|---|
| 291 | Warning: Defined but not used: `action' |
|---|
| 292 | |
|---|
| 293 | templates/GenericTemplate.hs:195:18: |
|---|
| 294 | Warning: Defined but not used: `i' |
|---|
| 295 | |
|---|
| 296 | templates/GenericTemplate.hs:195:20: |
|---|
| 297 | Warning: Defined but not used: `fn' |
|---|
| 298 | |
|---|
| 299 | templates/GenericTemplate.hs:197:68: |
|---|
| 300 | Warning: Defined but not used: `action' |
|---|
| 301 | |
|---|
| 302 | templates/GenericTemplate.hs:201:18: |
|---|
| 303 | Warning: Defined but not used: `i' |
|---|
| 304 | |
|---|
| 305 | templates/GenericTemplate.hs:201:20: |
|---|
| 306 | Warning: Defined but not used: `fn' |
|---|
| 307 | |
|---|
| 308 | templates/GenericTemplate.hs:203:84: |
|---|
| 309 | Warning: Defined but not used: `action' |
|---|
| 310 | |
|---|
| 311 | templates/GenericTemplate.hs:207:12: |
|---|
| 312 | Warning: Defined but not used: `k' |
|---|
| 313 | |
|---|
| 314 | templates/GenericTemplate.hs:207:14: |
|---|
| 315 | Warning: Defined but not used: `i' |
|---|
| 316 | |
|---|
| 317 | templates/GenericTemplate.hs:207:16: |
|---|
| 318 | Warning: Defined but not used: `fn' |
|---|
| 319 | |
|---|
| 320 | templates/GenericTemplate.hs:209:25: |
|---|
| 321 | Warning: Defined but not used: `st' |
|---|
| 322 | |
|---|
| 323 | templates/GenericTemplate.hs:211:25: |
|---|
| 324 | Warning: Defined but not used: `action' |
|---|
| 325 | |
|---|
| 326 | templates/GenericTemplate.hs:215:0: |
|---|
| 327 | Warning: Defined but not used: `happyMonadReduce' |
|---|
| 328 | |
|---|
| 329 | templates/GenericTemplate.hs:215:17: |
|---|
| 330 | Warning: Defined but not used: `k' |
|---|
| 331 | |
|---|
| 332 | templates/GenericTemplate.hs:215:19: |
|---|
| 333 | Warning: Defined but not used: `nt' |
|---|
| 334 | |
|---|
| 335 | templates/GenericTemplate.hs:215:22: |
|---|
| 336 | Warning: Defined but not used: `fn' |
|---|
| 337 | |
|---|
| 338 | templates/GenericTemplate.hs:219:36: |
|---|
| 339 | Warning: Defined but not used: `action' |
|---|
| 340 | |
|---|
| 341 | templates/GenericTemplate.hs:222:0: |
|---|
| 342 | Warning: Defined but not used: `happyMonad2Reduce' |
|---|
| 343 | |
|---|
| 344 | templates/GenericTemplate.hs:222:18: |
|---|
| 345 | Warning: Defined but not used: `k' |
|---|
| 346 | |
|---|
| 347 | templates/GenericTemplate.hs:222:20: |
|---|
| 348 | Warning: Defined but not used: `nt' |
|---|
| 349 | |
|---|
| 350 | templates/GenericTemplate.hs:222:23: |
|---|
| 351 | Warning: Defined but not used: `fn' |
|---|
| 352 | |
|---|
| 353 | templates/GenericTemplate.hs:224:26: |
|---|
| 354 | Warning: Defined but not used: `j' |
|---|
| 355 | |
|---|
| 356 | templates/GenericTemplate.hs:226:36: |
|---|
| 357 | Warning: Defined but not used: `action' |
|---|
| 358 | |
|---|
| 359 | templates/GenericTemplate.hs:239:0: |
|---|
| 360 | Warning: Defined but not used: `happyDropStk' |
|---|
| 361 | |
|---|
| 362 | templates/GenericTemplate.hs:240:16: |
|---|
| 363 | Warning: Defined but not used: `x' |
|---|
| 364 | |
|---|
| 365 | templates/GenericTemplate.hs:260:17: |
|---|
| 366 | Warning: Defined but not used: `old_st' |
|---|
| 367 | |
|---|
| 368 | templates/GenericTemplate.hs:260:26: |
|---|
| 369 | Warning: Defined but not used: `stk' |
|---|
| 370 | |
|---|
| 371 | templates/GenericTemplate.hs:290:12: |
|---|
| 372 | Warning: Defined but not used: `x' |
|---|
| 373 | |
|---|
| 374 | templates/GenericTemplate.hs:302:13: |
|---|
| 375 | Warning: Defined but not used: `a' |
|---|
| 376 | [ 6 of 19] Compiling AbsSyn ( src/AbsSyn.lhs, dist/build/happy/happy-tmp/AbsSyn.o ) |
|---|
| 377 | |
|---|
| 378 | src/AbsSyn.lhs:101:2: |
|---|
| 379 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 380 | In the definition of `getPrioNames': |
|---|
| 381 | Patterns not matched: |
|---|
| 382 | TokenAttribute _ _ |
|---|
| 383 | TokenAttributetype _ |
|---|
| 384 | TokenError _ |
|---|
| 385 | TokenExpect _ |
|---|
| 386 | ... |
|---|
| 387 | [ 7 of 19] Compiling Set ( src/Set.hs, dist/build/happy/happy-tmp/Set.o ) |
|---|
| 388 | [ 8 of 19] Compiling ParamRules ( src/ParamRules.hs, dist/build/happy/happy-tmp/ParamRules.o ) |
|---|
| 389 | [ 9 of 19] Compiling Grammar ( src/Grammar.lhs, dist/build/happy/happy-tmp/Grammar.o ) |
|---|
| 390 | |
|---|
| 391 | src/Grammar.lhs:124:9: Warning: Defined but not used: `i' |
|---|
| 392 | |
|---|
| 393 | src/Grammar.lhs:183:24: Warning: Defined but not used: `hd' |
|---|
| 394 | |
|---|
| 395 | src/Grammar.lhs:183:39: Warning: Defined but not used: `tl' |
|---|
| 396 | |
|---|
| 397 | src/Grammar.lhs:237:8: |
|---|
| 398 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 399 | In the definition of `lookupStart': |
|---|
| 400 | Patterns not matched: |
|---|
| 401 | TokenAttribute _ _ |
|---|
| 402 | TokenAttributetype _ |
|---|
| 403 | TokenError _ |
|---|
| 404 | TokenExpect _ |
|---|
| 405 | ... |
|---|
| 406 | |
|---|
| 407 | src/Grammar.lhs:237:31: Warning: Defined but not used: `s' |
|---|
| 408 | |
|---|
| 409 | src/Grammar.lhs:238:31: Warning: Defined but not used: `s' |
|---|
| 410 | |
|---|
| 411 | src/Grammar.lhs:273:30: Warning: Defined but not used: `ty' |
|---|
| 412 | |
|---|
| 413 | src/Grammar.lhs:302:27: Warning: Defined but not used: `a' |
|---|
| 414 | |
|---|
| 415 | src/Grammar.lhs:380:18: Warning: Defined but not used: `lhs' |
|---|
| 416 | |
|---|
| 417 | src/Grammar.lhs:380:22: |
|---|
| 418 | Warning: Defined but not used: `nonterm_names' |
|---|
| 419 | |
|---|
| 420 | src/Grammar.lhs:448:20: Warning: Defined but not used: `attrNames' |
|---|
| 421 | |
|---|
| 422 | src/Grammar.lhs:458:9: |
|---|
| 423 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 424 | In the definition of `formatSelfRule': |
|---|
| 425 | Patterns not matched: |
|---|
| 426 | Conditional _ |
|---|
| 427 | RightmostAssign _ _ |
|---|
| 428 | SubAssign _ _ |
|---|
| 429 | |
|---|
| 430 | src/Grammar.lhs:482:9: |
|---|
| 431 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 432 | In the definition of `formatCondition': |
|---|
| 433 | Patterns not matched: |
|---|
| 434 | RightmostAssign _ _ |
|---|
| 435 | SubAssign _ _ |
|---|
| 436 | SelfAssign _ _ |
|---|
| 437 | |
|---|
| 438 | src/Grammar.lhs:484:23: Warning: Defined but not used: `i' |
|---|
| 439 | |
|---|
| 440 | src/Grammar.lhs:485:23: Warning: Defined but not used: `i' |
|---|
| 441 | |
|---|
| 442 | src/Grammar.lhs:489:9: |
|---|
| 443 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 444 | In the definition of `formatToken': Patterns not matched: AgTok_EOF |
|---|
| 445 | |
|---|
| 446 | src/Grammar.lhs:534:24: |
|---|
| 447 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 448 | In a case alternative: Patterns not matched: [] |
|---|
| 449 | [10 of 19] Compiling ProduceGLRCode ( src/ProduceGLRCode.lhs, dist/build/happy/happy-tmp/ProduceGLRCode.o ) |
|---|
| 450 | |
|---|
| 451 | src/ProduceGLRCode.lhs:18:20: |
|---|
| 452 | Warning: Imported from `GenUtils' but not used: `fst3' |
|---|
| 453 | |
|---|
| 454 | src/ProduceGLRCode.lhs:23:2: |
|---|
| 455 | Warning: Module `Data.Maybe' is imported, but nothing from it is used, |
|---|
| 456 | except perhaps instances visible in `Data.Maybe' |
|---|
| 457 | To suppress this warning, use: import Data.Maybe() |
|---|
| 458 | |
|---|
| 459 | src/ProduceGLRCode.lhs:24:21: |
|---|
| 460 | Warning: Imported from `Data.Char' but not used: `isUpper' |
|---|
| 461 | |
|---|
| 462 | src/ProduceGLRCode.lhs:92:27: |
|---|
| 463 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 464 | In a case alternative: Patterns not matched: [] |
|---|
| 465 | |
|---|
| 466 | src/ProduceGLRCode.lhs:190:16: |
|---|
| 467 | Warning: Defined but not used: `drop_me' |
|---|
| 468 | |
|---|
| 469 | src/ProduceGLRCode.lhs:301:7: |
|---|
| 470 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 471 | In a case alternative: |
|---|
| 472 | Patterns not matched: |
|---|
| 473 | LR'MustFail |
|---|
| 474 | LR'Fail |
|---|
| 475 | LR'Multiple _ (LR'Multiple _ _) |
|---|
| 476 | LR'Multiple _ LR'MustFail |
|---|
| 477 | ... |
|---|
| 478 | |
|---|
| 479 | src/ProduceGLRCode.lhs:310:6: Warning: Defined but not used: `rule' |
|---|
| 480 | |
|---|
| 481 | src/ProduceGLRCode.lhs:317:37: |
|---|
| 482 | Warning: Defined but not used: `code' |
|---|
| 483 | |
|---|
| 484 | src/ProduceGLRCode.lhs:317:42: |
|---|
| 485 | Warning: Defined but not used: `dollar_vars' |
|---|
| 486 | |
|---|
| 487 | src/ProduceGLRCode.lhs:505:42: |
|---|
| 488 | Warning: Defined but not used: `ignore_monad_info' |
|---|
| 489 | |
|---|
| 490 | src/ProduceGLRCode.lhs:511:8: Warning: Defined but not used: `ty' |
|---|
| 491 | |
|---|
| 492 | src/ProduceGLRCode.lhs:512:25: Warning: Defined but not used: `ps' |
|---|
| 493 | |
|---|
| 494 | src/ProduceGLRCode.lhs:531:8: Warning: Defined but not used: `ty' |
|---|
| 495 | |
|---|
| 496 | src/ProduceGLRCode.lhs:538:41: |
|---|
| 497 | Warning: Defined but not used: `other' |
|---|
| 498 | |
|---|
| 499 | src/ProduceGLRCode.lhs:587:45: |
|---|
| 500 | Warning: Defined but not used: `j_vs' |
|---|
| 501 | |
|---|
| 502 | src/ProduceGLRCode.lhs:614:28: Warning: Defined but not used: `tn' |
|---|
| 503 | |
|---|
| 504 | src/ProduceGLRCode.lhs:642:22: |
|---|
| 505 | Warning: Defined but not used: `mask' |
|---|
| 506 | [11 of 19] Compiling Target ( src/Target.lhs, dist/build/happy/happy-tmp/Target.o ) |
|---|
| 507 | [12 of 19] Compiling ProduceCode ( src/ProduceCode.lhs, dist/build/happy/happy-tmp/ProduceCode.o ) |
|---|
| 508 | |
|---|
| 509 | src/ProduceCode.lhs:22:2: |
|---|
| 510 | Warning: Module `Array' is imported, but nothing from it is used, |
|---|
| 511 | except perhaps instances visible in `Array' |
|---|
| 512 | To suppress this warning, use: import Array() |
|---|
| 513 | |
|---|
| 514 | src/ProduceCode.lhs:45:33: |
|---|
| 515 | Warning: Defined but not used: `lookupProd' |
|---|
| 516 | |
|---|
| 517 | src/ProduceCode.lhs:46:38: |
|---|
| 518 | Warning: Defined but not used: `lookupProdNos' |
|---|
| 519 | |
|---|
| 520 | src/ProduceCode.lhs:50:32: Warning: Defined but not used: `names' |
|---|
| 521 | |
|---|
| 522 | src/ProduceCode.lhs:205:36: Warning: Defined but not used: `action' |
|---|
| 523 | |
|---|
| 524 | src/ProduceCode.lhs:211:25: Warning: Defined but not used: `action' |
|---|
| 525 | |
|---|
| 526 | src/ProduceCode.lhs:424:10: |
|---|
| 527 | Warning: Defined but not used: `eofError' |
|---|
| 528 | |
|---|
| 529 | src/ProduceCode.lhs:529:30: Warning: Defined but not used: `t' |
|---|
| 530 | |
|---|
| 531 | src/ProduceCode.lhs:541:28: Warning: Defined but not used: `t' |
|---|
| 532 | |
|---|
| 533 | src/ProduceCode.lhs:664:11: Warning: Defined but not used: `n' |
|---|
| 534 | |
|---|
| 535 | src/ProduceCode.lhs:769:26: |
|---|
| 536 | Warning: Defined but not used: `start_nonterm' |
|---|
| 537 | |
|---|
| 538 | src/ProduceCode.lhs:867:2: Warning: Defined but not used: `gotoVal' |
|---|
| 539 | |
|---|
| 540 | src/ProduceCode.lhs:875:24: Warning: Defined but not used: `as' |
|---|
| 541 | |
|---|
| 542 | src/ProduceCode.lhs:1080:28: |
|---|
| 543 | Warning: Defined but not used: `fst_zero' |
|---|
| 544 | |
|---|
| 545 | src/ProduceCode.lhs:1090:21: Warning: Defined but not used: `s' |
|---|
| 546 | |
|---|
| 547 | src/ProduceCode.lhs:1090:26: Warning: Defined but not used: `off' |
|---|
| 548 | |
|---|
| 549 | src/ProduceCode.lhs:1104:37: Warning: Defined but not used: `deflt' |
|---|
| 550 | |
|---|
| 551 | src/ProduceCode.lhs:1147:7: Warning: Defined but not used: `off' |
|---|
| 552 | |
|---|
| 553 | src/ProduceCode.lhs:1147:14: Warning: Defined but not used: `table' |
|---|
| 554 | |
|---|
| 555 | src/ProduceCode.lhs:1153:11: Warning: Defined but not used: `off' |
|---|
| 556 | |
|---|
| 557 | src/ProduceCode.lhs:1153:15: Warning: Defined but not used: `table' |
|---|
| 558 | |
|---|
| 559 | src/ProduceCode.lhs:1153:21: Warning: Defined but not used: `check' |
|---|
| 560 | |
|---|
| 561 | src/ProduceCode.lhs:1159:11: Warning: Defined but not used: `t' |
|---|
| 562 | |
|---|
| 563 | src/ProduceCode.lhs:1184:13: Warning: Defined but not used: `n' |
|---|
| 564 | [13 of 19] Compiling Lexer ( src/Lexer.lhs, dist/build/happy/happy-tmp/Lexer.o ) |
|---|
| 565 | |
|---|
| 566 | src/Lexer.lhs:23:2: |
|---|
| 567 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 568 | In the definition of `tokenToId': Patterns not matched: TokenEOF |
|---|
| 569 | |
|---|
| 570 | src/Lexer.lhs:187:15: Warning: Defined but not used: `cont' |
|---|
| 571 | |
|---|
| 572 | src/Lexer.lhs:233:8: Warning: Defined but not used: `c' |
|---|
| 573 | [14 of 19] Compiling Parser ( dist/build/happy/happy-tmp/Parser.hs, dist/build/happy/happy-tmp/Parser.o ) |
|---|
| 574 | |
|---|
| 575 | dist/build/happy/happy-tmp/Parser.hs:20:23: |
|---|
| 576 | Warning: Defined but not used: data constructor `HappyAbsSyn' |
|---|
| 577 | |
|---|
| 578 | dist/build/happy/happy-tmp/Parser.hs:218:0: |
|---|
| 579 | Warning: Defined but not used: `happy_n_terms' |
|---|
| 580 | |
|---|
| 581 | dist/build/happy/happy-tmp/Parser.hs:219:0: |
|---|
| 582 | Warning: Defined but not used: `happy_n_nonterms' |
|---|
| 583 | |
|---|
| 584 | dist/build/happy/happy-tmp/Parser.hs:224:1: |
|---|
| 585 | Warning: Defined but not used: `happy_x_3' |
|---|
| 586 | |
|---|
| 587 | dist/build/happy/happy-tmp/Parser.hs:254:1: |
|---|
| 588 | Warning: Defined but not used: `happy_x_5' |
|---|
| 589 | |
|---|
| 590 | dist/build/happy/happy-tmp/Parser.hs:256:1: |
|---|
| 591 | Warning: Defined but not used: `happy_x_3' |
|---|
| 592 | |
|---|
| 593 | dist/build/happy/happy-tmp/Parser.hs:260:4: |
|---|
| 594 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 595 | In a case alternative: |
|---|
| 596 | Patterns not matched: |
|---|
| 597 | TokenEOF |
|---|
| 598 | TokenKW _ |
|---|
| 599 | TokenNum _ _ |
|---|
| 600 | TokenInfo _ TokComma |
|---|
| 601 | ... |
|---|
| 602 | |
|---|
| 603 | dist/build/happy/happy-tmp/Parser.hs:262:1: |
|---|
| 604 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 605 | In a case alternative: |
|---|
| 606 | Patterns not matched: |
|---|
| 607 | TokenEOF |
|---|
| 608 | TokenKW _ |
|---|
| 609 | TokenNum _ _ |
|---|
| 610 | TokenInfo _ TokComma |
|---|
| 611 | ... |
|---|
| 612 | |
|---|
| 613 | dist/build/happy/happy-tmp/Parser.hs:270:1: |
|---|
| 614 | Warning: Defined but not used: `happy_x_6' |
|---|
| 615 | |
|---|
| 616 | dist/build/happy/happy-tmp/Parser.hs:271:1: |
|---|
| 617 | Warning: Defined but not used: `happy_x_5' |
|---|
| 618 | |
|---|
| 619 | dist/build/happy/happy-tmp/Parser.hs:273:1: |
|---|
| 620 | Warning: Defined but not used: `happy_x_3' |
|---|
| 621 | |
|---|
| 622 | dist/build/happy/happy-tmp/Parser.hs:277:4: |
|---|
| 623 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 624 | In a case alternative: |
|---|
| 625 | Patterns not matched: |
|---|
| 626 | TokenEOF |
|---|
| 627 | TokenKW _ |
|---|
| 628 | TokenNum _ _ |
|---|
| 629 | TokenInfo _ TokComma |
|---|
| 630 | ... |
|---|
| 631 | |
|---|
| 632 | dist/build/happy/happy-tmp/Parser.hs:279:1: |
|---|
| 633 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 634 | In a case alternative: |
|---|
| 635 | Patterns not matched: |
|---|
| 636 | TokenEOF |
|---|
| 637 | TokenKW _ |
|---|
| 638 | TokenNum _ _ |
|---|
| 639 | TokenInfo _ TokComma |
|---|
| 640 | ... |
|---|
| 641 | |
|---|
| 642 | dist/build/happy/happy-tmp/Parser.hs:287:1: |
|---|
| 643 | Warning: Defined but not used: `happy_x_3' |
|---|
| 644 | |
|---|
| 645 | dist/build/happy/happy-tmp/Parser.hs:291:4: |
|---|
| 646 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 647 | In a case alternative: |
|---|
| 648 | Patterns not matched: |
|---|
| 649 | TokenEOF |
|---|
| 650 | TokenKW _ |
|---|
| 651 | TokenNum _ _ |
|---|
| 652 | TokenInfo _ TokComma |
|---|
| 653 | ... |
|---|
| 654 | |
|---|
| 655 | dist/build/happy/happy-tmp/Parser.hs:299:17: |
|---|
| 656 | Warning: Defined but not used: `happy_x_3' |
|---|
| 657 | |
|---|
| 658 | dist/build/happy/happy-tmp/Parser.hs:301:1: |
|---|
| 659 | Warning: Defined but not used: `happy_x_1' |
|---|
| 660 | |
|---|
| 661 | dist/build/happy/happy-tmp/Parser.hs:314:5: |
|---|
| 662 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 663 | In a case alternative: |
|---|
| 664 | Patterns not matched: |
|---|
| 665 | TokenEOF |
|---|
| 666 | TokenKW _ |
|---|
| 667 | TokenNum _ _ |
|---|
| 668 | TokenInfo _ TokComma |
|---|
| 669 | ... |
|---|
| 670 | |
|---|
| 671 | dist/build/happy/happy-tmp/Parser.hs:321:1: |
|---|
| 672 | Warning: Defined but not used: `happy_x_2' |
|---|
| 673 | |
|---|
| 674 | dist/build/happy/happy-tmp/Parser.hs:324:1: |
|---|
| 675 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 676 | In a case alternative: |
|---|
| 677 | Patterns not matched: |
|---|
| 678 | TokenEOF |
|---|
| 679 | TokenKW _ |
|---|
| 680 | TokenNum _ _ |
|---|
| 681 | TokenInfo _ TokComma |
|---|
| 682 | ... |
|---|
| 683 | |
|---|
| 684 | dist/build/happy/happy-tmp/Parser.hs:331:1: |
|---|
| 685 | Warning: Defined but not used: `happy_x_2' |
|---|
| 686 | |
|---|
| 687 | dist/build/happy/happy-tmp/Parser.hs:347:19: |
|---|
| 688 | Warning: Defined but not used: `happy_x_4' |
|---|
| 689 | |
|---|
| 690 | dist/build/happy/happy-tmp/Parser.hs:351:1: |
|---|
| 691 | Warning: Defined but not used: `happyRest' |
|---|
| 692 | |
|---|
| 693 | dist/build/happy/happy-tmp/Parser.hs:351:12: |
|---|
| 694 | Warning: Defined but not used: `tk' |
|---|
| 695 | |
|---|
| 696 | dist/build/happy/happy-tmp/Parser.hs:354:1: |
|---|
| 697 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 698 | In a case alternative: |
|---|
| 699 | Patterns not matched: |
|---|
| 700 | TokenEOF |
|---|
| 701 | TokenKW _ |
|---|
| 702 | TokenNum _ _ |
|---|
| 703 | TokenInfo _ TokComma |
|---|
| 704 | ... |
|---|
| 705 | |
|---|
| 706 | dist/build/happy/happy-tmp/Parser.hs:362:1: |
|---|
| 707 | Warning: Defined but not used: `happyRest' |
|---|
| 708 | |
|---|
| 709 | dist/build/happy/happy-tmp/Parser.hs:362:12: |
|---|
| 710 | Warning: Defined but not used: `tk' |
|---|
| 711 | |
|---|
| 712 | dist/build/happy/happy-tmp/Parser.hs:365:1: |
|---|
| 713 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 714 | In a case alternative: |
|---|
| 715 | Patterns not matched: |
|---|
| 716 | TokenEOF |
|---|
| 717 | TokenKW _ |
|---|
| 718 | TokenNum _ _ |
|---|
| 719 | TokenInfo _ TokComma |
|---|
| 720 | ... |
|---|
| 721 | |
|---|
| 722 | dist/build/happy/happy-tmp/Parser.hs:371:5: |
|---|
| 723 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 724 | In a case alternative: |
|---|
| 725 | Patterns not matched: |
|---|
| 726 | TokenEOF |
|---|
| 727 | TokenKW _ |
|---|
| 728 | TokenNum _ _ |
|---|
| 729 | TokenInfo _ TokComma |
|---|
| 730 | ... |
|---|
| 731 | |
|---|
| 732 | dist/build/happy/happy-tmp/Parser.hs:377:19: |
|---|
| 733 | Warning: Defined but not used: `happy_x_4' |
|---|
| 734 | |
|---|
| 735 | dist/build/happy/happy-tmp/Parser.hs:379:1: |
|---|
| 736 | Warning: Defined but not used: `happy_x_2' |
|---|
| 737 | |
|---|
| 738 | dist/build/happy/happy-tmp/Parser.hs:382:4: |
|---|
| 739 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 740 | In a case alternative: |
|---|
| 741 | Patterns not matched: |
|---|
| 742 | TokenEOF |
|---|
| 743 | TokenKW _ |
|---|
| 744 | TokenNum _ _ |
|---|
| 745 | TokenInfo _ TokComma |
|---|
| 746 | ... |
|---|
| 747 | |
|---|
| 748 | dist/build/happy/happy-tmp/Parser.hs:425:1: |
|---|
| 749 | Warning: Defined but not used: `happy_x_2' |
|---|
| 750 | |
|---|
| 751 | dist/build/happy/happy-tmp/Parser.hs:435:1: |
|---|
| 752 | Warning: Defined but not used: `happy_x_1' |
|---|
| 753 | |
|---|
| 754 | dist/build/happy/happy-tmp/Parser.hs:436:5: |
|---|
| 755 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 756 | In a case alternative: |
|---|
| 757 | Patterns not matched: |
|---|
| 758 | TokenEOF |
|---|
| 759 | TokenKW _ |
|---|
| 760 | TokenNum _ _ |
|---|
| 761 | TokenInfo _ TokComma |
|---|
| 762 | ... |
|---|
| 763 | |
|---|
| 764 | dist/build/happy/happy-tmp/Parser.hs:464:1: |
|---|
| 765 | Warning: Defined but not used: `happy_x_1' |
|---|
| 766 | |
|---|
| 767 | dist/build/happy/happy-tmp/Parser.hs:465:5: |
|---|
| 768 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 769 | In a case alternative: |
|---|
| 770 | Patterns not matched: |
|---|
| 771 | TokenEOF |
|---|
| 772 | TokenKW _ |
|---|
| 773 | TokenNum _ _ |
|---|
| 774 | TokenInfo _ TokComma |
|---|
| 775 | ... |
|---|
| 776 | |
|---|
| 777 | dist/build/happy/happy-tmp/Parser.hs:472:1: |
|---|
| 778 | Warning: Defined but not used: `happy_x_1' |
|---|
| 779 | |
|---|
| 780 | dist/build/happy/happy-tmp/Parser.hs:481:1: |
|---|
| 781 | Warning: Defined but not used: `happy_x_1' |
|---|
| 782 | |
|---|
| 783 | dist/build/happy/happy-tmp/Parser.hs:482:5: |
|---|
| 784 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 785 | In a case alternative: |
|---|
| 786 | Patterns not matched: |
|---|
| 787 | TokenEOF |
|---|
| 788 | TokenKW _ |
|---|
| 789 | TokenNum _ _ |
|---|
| 790 | TokenInfo _ TokComma |
|---|
| 791 | ... |
|---|
| 792 | |
|---|
| 793 | dist/build/happy/happy-tmp/Parser.hs:491:1: |
|---|
| 794 | Warning: Defined but not used: `happy_x_1' |
|---|
| 795 | |
|---|
| 796 | dist/build/happy/happy-tmp/Parser.hs:492:5: |
|---|
| 797 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 798 | In a case alternative: |
|---|
| 799 | Patterns not matched: |
|---|
| 800 | TokenEOF |
|---|
| 801 | TokenKW _ |
|---|
| 802 | TokenNum _ _ |
|---|
| 803 | TokenInfo _ TokComma |
|---|
| 804 | ... |
|---|
| 805 | |
|---|
| 806 | dist/build/happy/happy-tmp/Parser.hs:499:18: |
|---|
| 807 | Warning: Defined but not used: `happy_x_1' |
|---|
| 808 | |
|---|
| 809 | dist/build/happy/happy-tmp/Parser.hs:507:1: |
|---|
| 810 | Warning: Defined but not used: `happy_x_1' |
|---|
| 811 | |
|---|
| 812 | dist/build/happy/happy-tmp/Parser.hs:508:5: |
|---|
| 813 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 814 | In a case alternative: |
|---|
| 815 | Patterns not matched: |
|---|
| 816 | TokenEOF |
|---|
| 817 | TokenKW _ |
|---|
| 818 | TokenNum _ _ |
|---|
| 819 | TokenInfo _ TokComma |
|---|
| 820 | ... |
|---|
| 821 | |
|---|
| 822 | dist/build/happy/happy-tmp/Parser.hs:509:1: |
|---|
| 823 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 824 | In a case alternative: |
|---|
| 825 | Patterns not matched: |
|---|
| 826 | TokenEOF |
|---|
| 827 | TokenKW _ |
|---|
| 828 | TokenNum _ _ |
|---|
| 829 | TokenInfo _ TokComma |
|---|
| 830 | ... |
|---|
| 831 | |
|---|
| 832 | dist/build/happy/happy-tmp/Parser.hs:516:1: |
|---|
| 833 | Warning: Defined but not used: `happy_x_1' |
|---|
| 834 | |
|---|
| 835 | dist/build/happy/happy-tmp/Parser.hs:517:5: |
|---|
| 836 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 837 | In a case alternative: |
|---|
| 838 | Patterns not matched: |
|---|
| 839 | TokenEOF |
|---|
| 840 | TokenKW _ |
|---|
| 841 | TokenNum _ _ |
|---|
| 842 | TokenInfo _ TokComma |
|---|
| 843 | ... |
|---|
| 844 | |
|---|
| 845 | dist/build/happy/happy-tmp/Parser.hs:525:1: |
|---|
| 846 | Warning: Defined but not used: `happy_x_1' |
|---|
| 847 | |
|---|
| 848 | dist/build/happy/happy-tmp/Parser.hs:526:5: |
|---|
| 849 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 850 | In a case alternative: |
|---|
| 851 | Patterns not matched: |
|---|
| 852 | TokenEOF |
|---|
| 853 | TokenKW _ |
|---|
| 854 | TokenNum _ _ |
|---|
| 855 | TokenInfo _ TokComma |
|---|
| 856 | ... |
|---|
| 857 | |
|---|
| 858 | dist/build/happy/happy-tmp/Parser.hs:527:1: |
|---|
| 859 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 860 | In a case alternative: |
|---|
| 861 | Patterns not matched: |
|---|
| 862 | TokenEOF |
|---|
| 863 | TokenKW _ |
|---|
| 864 | TokenNum _ _ |
|---|
| 865 | TokenInfo _ TokComma |
|---|
| 866 | ... |
|---|
| 867 | |
|---|
| 868 | dist/build/happy/happy-tmp/Parser.hs:536:1: |
|---|
| 869 | Warning: Defined but not used: `happy_x_1' |
|---|
| 870 | |
|---|
| 871 | dist/build/happy/happy-tmp/Parser.hs:538:4: |
|---|
| 872 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 873 | In a case alternative: |
|---|
| 874 | Patterns not matched: |
|---|
| 875 | TokenEOF |
|---|
| 876 | TokenKW _ |
|---|
| 877 | TokenNum _ _ |
|---|
| 878 | TokenInfo _ TokComma |
|---|
| 879 | ... |
|---|
| 880 | |
|---|
| 881 | dist/build/happy/happy-tmp/Parser.hs:539:1: |
|---|
| 882 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 883 | In a case alternative: |
|---|
| 884 | Patterns not matched: |
|---|
| 885 | TokenEOF |
|---|
| 886 | TokenKW _ |
|---|
| 887 | TokenNum _ _ |
|---|
| 888 | TokenInfo _ TokComma |
|---|
| 889 | ... |
|---|
| 890 | |
|---|
| 891 | dist/build/happy/happy-tmp/Parser.hs:540:1: |
|---|
| 892 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 893 | In a case alternative: |
|---|
| 894 | Patterns not matched: |
|---|
| 895 | TokenEOF |
|---|
| 896 | TokenKW _ |
|---|
| 897 | TokenNum _ _ |
|---|
| 898 | TokenInfo _ TokComma |
|---|
| 899 | ... |
|---|
| 900 | |
|---|
| 901 | dist/build/happy/happy-tmp/Parser.hs:550:1: |
|---|
| 902 | Warning: Defined but not used: `happy_x_1' |
|---|
| 903 | |
|---|
| 904 | dist/build/happy/happy-tmp/Parser.hs:552:4: |
|---|
| 905 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 906 | In a case alternative: |
|---|
| 907 | Patterns not matched: |
|---|
| 908 | TokenEOF |
|---|
| 909 | TokenKW _ |
|---|
| 910 | TokenNum _ _ |
|---|
| 911 | TokenInfo _ TokComma |
|---|
| 912 | ... |
|---|
| 913 | |
|---|
| 914 | dist/build/happy/happy-tmp/Parser.hs:553:1: |
|---|
| 915 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 916 | In a case alternative: |
|---|
| 917 | Patterns not matched: |
|---|
| 918 | TokenEOF |
|---|
| 919 | TokenKW _ |
|---|
| 920 | TokenNum _ _ |
|---|
| 921 | TokenInfo _ TokComma |
|---|
| 922 | ... |
|---|
| 923 | |
|---|
| 924 | dist/build/happy/happy-tmp/Parser.hs:554:1: |
|---|
| 925 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 926 | In a case alternative: |
|---|
| 927 | Patterns not matched: |
|---|
| 928 | TokenEOF |
|---|
| 929 | TokenKW _ |
|---|
| 930 | TokenNum _ _ |
|---|
| 931 | TokenInfo _ TokComma |
|---|
| 932 | ... |
|---|
| 933 | |
|---|
| 934 | dist/build/happy/happy-tmp/Parser.hs:555:1: |
|---|
| 935 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 936 | In a case alternative: |
|---|
| 937 | Patterns not matched: |
|---|
| 938 | TokenEOF |
|---|
| 939 | TokenKW _ |
|---|
| 940 | TokenNum _ _ |
|---|
| 941 | TokenInfo _ TokComma |
|---|
| 942 | ... |
|---|
| 943 | |
|---|
| 944 | dist/build/happy/happy-tmp/Parser.hs:562:1: |
|---|
| 945 | Warning: Defined but not used: `happy_x_1' |
|---|
| 946 | |
|---|
| 947 | dist/build/happy/happy-tmp/Parser.hs:570:1: |
|---|
| 948 | Warning: Defined but not used: `happy_x_1' |
|---|
| 949 | |
|---|
| 950 | dist/build/happy/happy-tmp/Parser.hs:578:1: |
|---|
| 951 | Warning: Defined but not used: `happy_x_1' |
|---|
| 952 | |
|---|
| 953 | dist/build/happy/happy-tmp/Parser.hs:586:1: |
|---|
| 954 | Warning: Defined but not used: `happy_x_1' |
|---|
| 955 | |
|---|
| 956 | dist/build/happy/happy-tmp/Parser.hs:587:5: |
|---|
| 957 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 958 | In a case alternative: |
|---|
| 959 | Patterns not matched: |
|---|
| 960 | TokenEOF |
|---|
| 961 | TokenKW _ |
|---|
| 962 | TokenInfo _ _ |
|---|
| 963 | TokenNum _ TokComma |
|---|
| 964 | ... |
|---|
| 965 | |
|---|
| 966 | dist/build/happy/happy-tmp/Parser.hs:594:1: |
|---|
| 967 | Warning: Defined but not used: `happy_x_1' |
|---|
| 968 | |
|---|
| 969 | dist/build/happy/happy-tmp/Parser.hs:595:5: |
|---|
| 970 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 971 | In a case alternative: |
|---|
| 972 | Patterns not matched: |
|---|
| 973 | TokenEOF |
|---|
| 974 | TokenKW _ |
|---|
| 975 | TokenNum _ _ |
|---|
| 976 | TokenInfo _ TokComma |
|---|
| 977 | ... |
|---|
| 978 | |
|---|
| 979 | dist/build/happy/happy-tmp/Parser.hs:602:1: |
|---|
| 980 | Warning: Defined but not used: `happy_x_1' |
|---|
| 981 | |
|---|
| 982 | dist/build/happy/happy-tmp/Parser.hs:603:5: |
|---|
| 983 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 984 | In a case alternative: |
|---|
| 985 | Patterns not matched: |
|---|
| 986 | TokenEOF |
|---|
| 987 | TokenKW _ |
|---|
| 988 | TokenNum _ _ |
|---|
| 989 | TokenInfo _ TokComma |
|---|
| 990 | ... |
|---|
| 991 | |
|---|
| 992 | dist/build/happy/happy-tmp/Parser.hs:611:1: |
|---|
| 993 | Warning: Defined but not used: `happy_x_1' |
|---|
| 994 | |
|---|
| 995 | dist/build/happy/happy-tmp/Parser.hs:612:5: |
|---|
| 996 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 997 | In a case alternative: |
|---|
| 998 | Patterns not matched: |
|---|
| 999 | TokenEOF |
|---|
| 1000 | TokenKW _ |
|---|
| 1001 | TokenNum _ _ |
|---|
| 1002 | TokenInfo _ TokComma |
|---|
| 1003 | ... |
|---|
| 1004 | |
|---|
| 1005 | dist/build/happy/happy-tmp/Parser.hs:613:1: |
|---|
| 1006 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 1007 | In a case alternative: |
|---|
| 1008 | Patterns not matched: |
|---|
| 1009 | TokenEOF |
|---|
| 1010 | TokenKW _ |
|---|
| 1011 | TokenNum _ _ |
|---|
| 1012 | TokenInfo _ TokComma |
|---|
| 1013 | ... |
|---|
| 1014 | |
|---|
| 1015 | dist/build/happy/happy-tmp/Parser.hs:620:5: |
|---|
| 1016 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 1017 | In a case alternative: |
|---|
| 1018 | Patterns not matched: |
|---|
| 1019 | TokenEOF |
|---|
| 1020 | TokenKW _ |
|---|
| 1021 | TokenNum _ _ |
|---|
| 1022 | TokenInfo _ TokComma |
|---|
| 1023 | ... |
|---|
| 1024 | |
|---|
| 1025 | dist/build/happy/happy-tmp/Parser.hs:649:5: |
|---|
| 1026 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 1027 | In a case alternative: |
|---|
| 1028 | Patterns not matched: |
|---|
| 1029 | TokenEOF |
|---|
| 1030 | TokenKW _ |
|---|
| 1031 | TokenNum _ _ |
|---|
| 1032 | TokenInfo _ TokComma |
|---|
| 1033 | ... |
|---|
| 1034 | |
|---|
| 1035 | dist/build/happy/happy-tmp/Parser.hs:650:1: |
|---|
| 1036 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 1037 | In a case alternative: |
|---|
| 1038 | Patterns not matched: |
|---|
| 1039 | TokenEOF |
|---|
| 1040 | TokenKW _ |
|---|
| 1041 | TokenNum _ _ |
|---|
| 1042 | TokenInfo _ TokComma |
|---|
| 1043 | ... |
|---|
| 1044 | |
|---|
| 1045 | dist/build/happy/happy-tmp/Parser.hs:658:5: |
|---|
| 1046 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 1047 | In a case alternative: |
|---|
| 1048 | Patterns not matched: |
|---|
| 1049 | TokenEOF |
|---|
| 1050 | TokenKW _ |
|---|
| 1051 | TokenNum _ _ |
|---|
| 1052 | TokenInfo _ TokComma |
|---|
| 1053 | ... |
|---|
| 1054 | |
|---|
| 1055 | dist/build/happy/happy-tmp/Parser.hs:671:5: |
|---|
| 1056 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 1057 | In a case alternative: |
|---|
| 1058 | Patterns not matched: |
|---|
| 1059 | TokenEOF |
|---|
| 1060 | TokenKW _ |
|---|
| 1061 | TokenNum _ _ |
|---|
| 1062 | TokenInfo _ TokComma |
|---|
| 1063 | ... |
|---|
| 1064 | |
|---|
| 1065 | dist/build/happy/happy-tmp/Parser.hs:686:11: |
|---|
| 1066 | Warning: Defined but not used: `happy_dollar_dollar' |
|---|
| 1067 | |
|---|
| 1068 | dist/build/happy/happy-tmp/Parser.hs:702:11: |
|---|
| 1069 | Warning: Defined but not used: `happy_dollar_dollar' |
|---|
| 1070 | |
|---|
| 1071 | dist/build/happy/happy-tmp/Parser.hs:703:10: |
|---|
| 1072 | Warning: Defined but not used: `happy_dollar_dollar' |
|---|
| 1073 | |
|---|
| 1074 | dist/build/happy/happy-tmp/Parser.hs:725:19: |
|---|
| 1075 | Warning: Defined but not used: `token' |
|---|
| 1076 | |
|---|
| 1077 | templates/GenericTemplate.hs:83:15: |
|---|
| 1078 | Warning: Defined but not used: `tk' |
|---|
| 1079 | |
|---|
| 1080 | templates/GenericTemplate.hs:83:18: |
|---|
| 1081 | Warning: Defined but not used: `st' |
|---|
| 1082 | |
|---|
| 1083 | templates/GenericTemplate.hs:83:21: |
|---|
| 1084 | Warning: Defined but not used: `sts' |
|---|
| 1085 | |
|---|
| 1086 | templates/GenericTemplate.hs:85:14: |
|---|
| 1087 | Warning: Defined but not used: `tk' |
|---|
| 1088 | |
|---|
| 1089 | templates/GenericTemplate.hs:85:20: |
|---|
| 1090 | Warning: Defined but not used: `sts' |
|---|
| 1091 | |
|---|
| 1092 | templates/GenericTemplate.hs:179:21: |
|---|
| 1093 | Warning: Defined but not used: `i' |
|---|
| 1094 | |
|---|
| 1095 | templates/GenericTemplate.hs:184:18: |
|---|
| 1096 | Warning: Defined but not used: `i' |
|---|
| 1097 | |
|---|
| 1098 | templates/GenericTemplate.hs:184:20: |
|---|
| 1099 | Warning: Defined but not used: `fn' |
|---|
| 1100 | |
|---|
| 1101 | templates/GenericTemplate.hs:186:34: |
|---|
| 1102 | Warning: Defined but not used: `action' |
|---|
| 1103 | |
|---|
| 1104 | templates/GenericTemplate.hs:189:18: |
|---|
| 1105 | Warning: Defined but not used: `i' |
|---|
| 1106 | |
|---|
| 1107 | templates/GenericTemplate.hs:189:20: |
|---|
| 1108 | Warning: Defined but not used: `fn' |
|---|
| 1109 | |
|---|
| 1110 | templates/GenericTemplate.hs:191:52: |
|---|
| 1111 | Warning: Defined but not used: `action' |
|---|
| 1112 | |
|---|
| 1113 | templates/GenericTemplate.hs:195:18: |
|---|
| 1114 | Warning: Defined but not used: `i' |
|---|
| 1115 | |
|---|
| 1116 | templates/GenericTemplate.hs:195:20: |
|---|
| 1117 | Warning: Defined but not used: `fn' |
|---|
| 1118 | |
|---|
| 1119 | templates/GenericTemplate.hs:197:68: |
|---|
| 1120 | Warning: Defined but not used: `action' |
|---|
| 1121 | |
|---|
| 1122 | templates/GenericTemplate.hs:201:18: |
|---|
| 1123 | Warning: Defined but not used: `i' |
|---|
| 1124 | |
|---|
| 1125 | templates/GenericTemplate.hs:201:20: |
|---|
| 1126 | Warning: Defined but not used: `fn' |
|---|
| 1127 | |
|---|
| 1128 | templates/GenericTemplate.hs:203:84: |
|---|
| 1129 | Warning: Defined but not used: `action' |
|---|
| 1130 | |
|---|
| 1131 | templates/GenericTemplate.hs:207:12: |
|---|
| 1132 | Warning: Defined but not used: `k' |
|---|
| 1133 | |
|---|
| 1134 | templates/GenericTemplate.hs:207:14: |
|---|
| 1135 | Warning: Defined but not used: `i' |
|---|
| 1136 | |
|---|
| 1137 | templates/GenericTemplate.hs:207:16: |
|---|
| 1138 | Warning: Defined but not used: `fn' |
|---|
| 1139 | |
|---|
| 1140 | templates/GenericTemplate.hs:209:25: |
|---|
| 1141 | Warning: Defined but not used: `st' |
|---|
| 1142 | |
|---|
| 1143 | templates/GenericTemplate.hs:211:25: |
|---|
| 1144 | Warning: Defined but not used: `action' |
|---|
| 1145 | |
|---|
| 1146 | templates/GenericTemplate.hs:215:17: |
|---|
| 1147 | Warning: Defined but not used: `k' |
|---|
| 1148 | |
|---|
| 1149 | templates/GenericTemplate.hs:215:19: |
|---|
| 1150 | Warning: Defined but not used: `nt' |
|---|
| 1151 | |
|---|
| 1152 | templates/GenericTemplate.hs:215:22: |
|---|
| 1153 | Warning: Defined but not used: `fn' |
|---|
| 1154 | |
|---|
| 1155 | templates/GenericTemplate.hs:219:36: |
|---|
| 1156 | Warning: Defined but not used: `action' |
|---|
| 1157 | |
|---|
| 1158 | templates/GenericTemplate.hs:222:0: |
|---|
| 1159 | Warning: Defined but not used: `happyMonad2Reduce' |
|---|
| 1160 | |
|---|
| 1161 | templates/GenericTemplate.hs:222:18: |
|---|
| 1162 | Warning: Defined but not used: `k' |
|---|
| 1163 | |
|---|
| 1164 | templates/GenericTemplate.hs:222:20: |
|---|
| 1165 | Warning: Defined but not used: `nt' |
|---|
| 1166 | |
|---|
| 1167 | templates/GenericTemplate.hs:222:23: |
|---|
| 1168 | Warning: Defined but not used: `fn' |
|---|
| 1169 | |
|---|
| 1170 | templates/GenericTemplate.hs:224:26: |
|---|
| 1171 | Warning: Defined but not used: `j' |
|---|
| 1172 | |
|---|
| 1173 | templates/GenericTemplate.hs:226:36: |
|---|
| 1174 | Warning: Defined but not used: `action' |
|---|
| 1175 | |
|---|
| 1176 | templates/GenericTemplate.hs:240:16: |
|---|
| 1177 | Warning: Defined but not used: `x' |
|---|
| 1178 | |
|---|
| 1179 | templates/GenericTemplate.hs:260:17: |
|---|
| 1180 | Warning: Defined but not used: `old_st' |
|---|
| 1181 | |
|---|
| 1182 | templates/GenericTemplate.hs:260:26: |
|---|
| 1183 | Warning: Defined but not used: `stk' |
|---|
| 1184 | |
|---|
| 1185 | templates/GenericTemplate.hs:290:12: |
|---|
| 1186 | Warning: Defined but not used: `x' |
|---|
| 1187 | |
|---|
| 1188 | templates/GenericTemplate.hs:302:13: |
|---|
| 1189 | Warning: Defined but not used: `a' |
|---|
| 1190 | [15 of 19] Compiling NameSet ( src/NameSet.hs, dist/build/happy/happy-tmp/NameSet.o ) |
|---|
| 1191 | [16 of 19] Compiling LALR ( src/LALR.lhs, dist/build/happy/happy-tmp/LALR.o ) |
|---|
| 1192 | |
|---|
| 1193 | src/LALR.lhs:106:51: Warning: Defined but not used: `name' |
|---|
| 1194 | |
|---|
| 1195 | src/LALR.lhs:187:28: Warning: Defined but not used: `old' |
|---|
| 1196 | |
|---|
| 1197 | src/LALR.lhs:237:8: |
|---|
| 1198 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 1199 | In the definition of `numberSets': |
|---|
| 1200 | Patterns not matched: ((_, _) : _) (_, [], _) |
|---|
| 1201 | |
|---|
| 1202 | src/LALR.lhs:349:18: Warning: Defined but not used: `array' |
|---|
| 1203 | |
|---|
| 1204 | src/LALR.lhs:363:17: Warning: Defined but not used: `array' |
|---|
| 1205 | |
|---|
| 1206 | src/LALR.lhs:369:10: Warning: Defined but not used: `array' |
|---|
| 1207 | |
|---|
| 1208 | src/LALR.lhs:370:22: Warning: Defined but not used: `item' |
|---|
| 1209 | |
|---|
| 1210 | src/LALR.lhs:370:27: Warning: Defined but not used: `s' |
|---|
| 1211 | |
|---|
| 1212 | src/LALR.lhs:384:25: Warning: Defined but not used: `m' |
|---|
| 1213 | |
|---|
| 1214 | src/LALR.lhs:498:21: Warning: Defined but not used: `set' |
|---|
| 1215 | |
|---|
| 1216 | src/LALR.lhs:522:24: Warning: Defined but not used: `set' |
|---|
| 1217 | |
|---|
| 1218 | src/LALR.lhs:575:24: Warning: Defined but not used: `x' |
|---|
| 1219 | |
|---|
| 1220 | src/LALR.lhs:576:12: Warning: Defined but not used: `x' |
|---|
| 1221 | |
|---|
| 1222 | src/LALR.lhs:581:12: Warning: Defined but not used: `a' |
|---|
| 1223 | |
|---|
| 1224 | src/LALR.lhs:581:33: Warning: Defined but not used: `b' |
|---|
| 1225 | |
|---|
| 1226 | src/LALR.lhs:585:12: Warning: Defined but not used: `a' |
|---|
| 1227 | |
|---|
| 1228 | src/LALR.lhs:585:33: Warning: Defined but not used: `b' |
|---|
| 1229 | |
|---|
| 1230 | src/LALR.lhs:600:24: Warning: Defined but not used: `s' |
|---|
| 1231 | |
|---|
| 1232 | src/LALR.lhs:600:26: Warning: Defined but not used: `p' |
|---|
| 1233 | |
|---|
| 1234 | src/LALR.lhs:600:42: Warning: Defined but not used: `s'' |
|---|
| 1235 | |
|---|
| 1236 | src/LALR.lhs:600:45: Warning: Defined but not used: `p'' |
|---|
| 1237 | |
|---|
| 1238 | src/LALR.lhs:601:25: Warning: Defined but not used: `s' |
|---|
| 1239 | |
|---|
| 1240 | src/LALR.lhs:601:42: Warning: Defined but not used: `s'' |
|---|
| 1241 | |
|---|
| 1242 | src/LALR.lhs:617:29: Warning: Defined but not used: `c' |
|---|
| 1243 | |
|---|
| 1244 | src/LALR.lhs:636:29: Warning: Defined but not used: `state' |
|---|
| 1245 | |
|---|
| 1246 | src/LALR.lhs:643:40: Warning: Defined but not used: `as' |
|---|
| 1247 | |
|---|
| 1248 | src/LALR.lhs:643:43: Warning: Defined but not used: `a' |
|---|
| 1249 | |
|---|
| 1250 | src/LALR.lhs:643:47: Warning: Defined but not used: `sr' |
|---|
| 1251 | |
|---|
| 1252 | src/LALR.lhs:643:50: Warning: Defined but not used: `rr' |
|---|
| 1253 | [17 of 19] Compiling Info ( src/Info.lhs, dist/build/happy/happy-tmp/Info.o ) |
|---|
| 1254 | |
|---|
| 1255 | src/Info.lhs:39:31: Warning: Defined but not used: `terms' |
|---|
| 1256 | |
|---|
| 1257 | src/Info.lhs:41:30: Warning: Defined but not used: `eof' |
|---|
| 1258 | |
|---|
| 1259 | src/Info.lhs:42:32: Warning: Defined but not used: `fst_term' |
|---|
| 1260 | |
|---|
| 1261 | src/Info.lhs:65:24: Warning: Defined but not used: `state' |
|---|
| 1262 | |
|---|
| 1263 | src/Info.lhs:102:30: Warning: Defined but not used: `sem' |
|---|
| 1264 | |
|---|
| 1265 | src/Info.lhs:102:35: Warning: Defined but not used: `prec' |
|---|
| 1266 | |
|---|
| 1267 | src/Info.lhs:134:27: Warning: Defined but not used: `sem' |
|---|
| 1268 | |
|---|
| 1269 | src/Info.lhs:134:32: Warning: Defined but not used: `prec' |
|---|
| 1270 | |
|---|
| 1271 | src/Info.lhs:137:16: Warning: Defined but not used: `t' |
|---|
| 1272 | |
|---|
| 1273 | src/Info.lhs:145:4: |
|---|
| 1274 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 1275 | In the definition of `showAction'': Patterns not matched: LR'Fail |
|---|
| 1276 | |
|---|
| 1277 | src/Info.lhs:162:14: Warning: Defined but not used: `nt' |
|---|
| 1278 | [18 of 19] Compiling First ( src/First.lhs, dist/build/happy/happy-tmp/First.o ) |
|---|
| 1279 | [19 of 19] Compiling Main ( src/Main.lhs, dist/build/happy/happy-tmp/Main.o ) |
|---|
| 1280 | |
|---|
| 1281 | src/Main.lhs:92:13: _scc_ is deprecated; use an SCC pragma instead |
|---|
| 1282 | |
|---|
| 1283 | src/Main.lhs:103:26: _scc_ is deprecated; use an SCC pragma instead |
|---|
| 1284 | |
|---|
| 1285 | src/Main.lhs:104:26: _scc_ is deprecated; use an SCC pragma instead |
|---|
| 1286 | |
|---|
| 1287 | src/Main.lhs:105:26: _scc_ is deprecated; use an SCC pragma instead |
|---|
| 1288 | |
|---|
| 1289 | src/Main.lhs:106:34: _scc_ is deprecated; use an SCC pragma instead |
|---|
| 1290 | |
|---|
| 1291 | src/Main.lhs:107:26: _scc_ is deprecated; use an SCC pragma instead |
|---|
| 1292 | |
|---|
| 1293 | src/Main.lhs:108:26: _scc_ is deprecated; use an SCC pragma instead |
|---|
| 1294 | |
|---|
| 1295 | src/Main.lhs:109:26: _scc_ is deprecated; use an SCC pragma instead |
|---|
| 1296 | |
|---|
| 1297 | src/Main.lhs:110:26: _scc_ is deprecated; use an SCC pragma instead |
|---|
| 1298 | |
|---|
| 1299 | src/Main.lhs:111:40: _scc_ is deprecated; use an SCC pragma instead |
|---|
| 1300 | |
|---|
| 1301 | src/Main.lhs:106:12: Warning: Defined but not used: `lainfo' |
|---|
| 1302 | |
|---|
| 1303 | src/Main.lhs:140:16: Warning: Defined but not used: `n' |
|---|
| 1304 | |
|---|
| 1305 | src/Main.lhs:143:16: Warning: Defined but not used: `n' |
|---|
| 1306 | |
|---|
| 1307 | src/Main.lhs:294:2: Warning: Defined but not used: `optPrint' |
|---|
| 1308 | |
|---|
| 1309 | src/Main.lhs:345:25: Warning: Defined but not used: `fl' |
|---|
| 1310 | |
|---|
| 1311 | src/Main.lhs:354:19: Warning: Defined but not used: `r' |
|---|
| 1312 | |
|---|
| 1313 | src/Main.lhs:361:16: Warning: Defined but not used: `c' |
|---|
| 1314 | |
|---|
| 1315 | src/Main.lhs:367:18: |
|---|
| 1316 | Warning: Defined but not used: data constructor `DumpMangle' |
|---|
| 1317 | |
|---|
| 1318 | src/Main.lhs:368:18: |
|---|
| 1319 | Warning: Defined but not used: data constructor `DumpLR0' |
|---|
| 1320 | |
|---|
| 1321 | src/Main.lhs:369:18: |
|---|
| 1322 | Warning: Defined but not used: data constructor `DumpAction' |
|---|
| 1323 | |
|---|
| 1324 | src/Main.lhs:370:18: |
|---|
| 1325 | Warning: Defined but not used: data constructor `DumpGoto' |
|---|
| 1326 | |
|---|
| 1327 | src/Main.lhs:371:18: |
|---|
| 1328 | Warning: Defined but not used: data constructor `DumpLA' |
|---|
| 1329 | |
|---|
| 1330 | src/Main.lhs:447:36: Warning: Defined but not used: `coerce' |
|---|
| 1331 | |
|---|
| 1332 | src/Main.lhs:521:37: Warning: Defined but not used: `ext' |
|---|
| 1333 | |
|---|
| 1334 | src/Main.lhs:542:12: Warning: Defined but not used: `target' |
|---|
| 1335 | Linking dist/build/happy/happy ... |
|---|
| 1336 | "./Setup" "register" "--inplace" |
|---|
| 1337 | Package contains no library to register: happy-1.18.4... |
|---|
| 1338 | Building HUnit-1.2.0.3... |
|---|
| 1339 | "/usr/local/bin/ghc" "--make" "Setup" "-o" "Setup" "-package" "Cabal-1.6.0.3" |
|---|
| 1340 | [1 of 1] Compiling Main ( Setup.hs, Setup.o ) |
|---|
| 1341 | Linking Setup ... |
|---|
| 1342 | "./Setup" "configure" "--package-db=../../packages/package.conf.inplace" "--prefix=/usr/local" "--with-compiler=/usr/local/bin/ghc" "--with-hc-pkg=/usr/local/bin/ghc-pkg" "--with-hsc2hs=/usr/local/bin/hsc2hs" "--with-happy=../happy-1.18.4/dist/build/happy/happy" "--happy-options=--template=../happy-1.18.4" |
|---|
| 1343 | Configuring HUnit-1.2.0.3... |
|---|
| 1344 | "./Setup" "build" |
|---|
| 1345 | Preprocessing library HUnit-1.2.0.3... |
|---|
| 1346 | Building HUnit-1.2.0.3... |
|---|
| 1347 | [1 of 5] Compiling Test.HUnit.Terminal ( Test/HUnit/Terminal.lhs, dist/build/Test/HUnit/Terminal.o ) |
|---|
| 1348 | [2 of 5] Compiling Test.HUnit.Lang ( Test/HUnit/Lang.lhs, dist/build/Test/HUnit/Lang.o ) |
|---|
| 1349 | [3 of 5] Compiling Test.HUnit.Base ( Test/HUnit/Base.lhs, dist/build/Test/HUnit/Base.o ) |
|---|
| 1350 | [4 of 5] Compiling Test.HUnit.Text ( Test/HUnit/Text.lhs, dist/build/Test/HUnit/Text.o ) |
|---|
| 1351 | [5 of 5] Compiling Test.HUnit ( Test/HUnit.lhs, dist/build/Test/HUnit.o ) |
|---|
| 1352 | /usr/bin/ar: creating dist/build/libHSHUnit-1.2.0.3.a |
|---|
| 1353 | "./Setup" "register" "--inplace" |
|---|
| 1354 | Registering HUnit-1.2.0.3... |
|---|
| 1355 | Reading package info from "dist/inplace-pkg-config" ... done. |
|---|
| 1356 | Writing new package config file... done. |
|---|
| 1357 | Building OpenGL-2.2.1.1... |
|---|
| 1358 | "/usr/local/bin/ghc" "--make" "Setup" "-o" "Setup" "-package" "Cabal-1.6.0.3" |
|---|
| 1359 | [1 of 1] Compiling Main ( Setup.hs, Setup.o ) |
|---|
| 1360 | |
|---|
| 1361 | Setup.hs:3:0: |
|---|
| 1362 | Warning: In the use of `defaultUserHooks' |
|---|
| 1363 | (imported from Distribution.Simple): |
|---|
| 1364 | Deprecated: "Use simpleUserHooks or autoconfUserHooks, unless you need Cabal-1.2 |
|---|
| 1365 | compatibility in which case you must stick with defaultUserHooks" |
|---|
| 1366 | Linking Setup ... |
|---|
| 1367 | "./Setup" "configure" "--package-db=../../packages/package.conf.inplace" "--prefix=/usr/local" "--with-compiler=/usr/local/bin/ghc" "--with-hc-pkg=/usr/local/bin/ghc-pkg" "--with-hsc2hs=/usr/local/bin/hsc2hs" "--with-happy=../happy-1.18.4/dist/build/happy/happy" "--happy-options=--template=../happy-1.18.4" |
|---|
| 1368 | Warning: defaultUserHooks in Setup script is deprecated. |
|---|
| 1369 | Configuring OpenGL-2.2.1.1... |
|---|
| 1370 | checking for gcc... gcc |
|---|
| 1371 | checking for C compiler default output file name... a.out |
|---|
| 1372 | checking whether the C compiler works... yes |
|---|
| 1373 | checking whether we are cross compiling... no |
|---|
| 1374 | checking for suffix of executables... |
|---|
| 1375 | checking for suffix of object files... o |
|---|
| 1376 | checking whether we are using the GNU C compiler... yes |
|---|
| 1377 | checking whether gcc accepts -g... yes |
|---|
| 1378 | checking for gcc option to accept ISO C89... none needed |
|---|
| 1379 | checking for Windows environment... no |
|---|
| 1380 | checking how to run the C preprocessor... gcc -E |
|---|
| 1381 | checking for X... libraries , headers |
|---|
| 1382 | checking for gethostbyname... yes |
|---|
| 1383 | checking for connect... yes |
|---|
| 1384 | checking for remove... yes |
|---|
| 1385 | checking for shmat... yes |
|---|
| 1386 | checking for IceConnectionNumber in -lICE... yes |
|---|
| 1387 | checking build system type... x86_64-unknown-linux-gnu |
|---|
| 1388 | checking host system type... x86_64-unknown-linux-gnu |
|---|
| 1389 | checking target system type... x86_64-unknown-linux-gnu |
|---|
| 1390 | checking for atan... no |
|---|
| 1391 | checking for atan in -lm... yes |
|---|
| 1392 | checking for GL library... -lGL -lm |
|---|
| 1393 | checking for GLU library... -lGLU -lGL -lm |
|---|
| 1394 | checking for grep that handles long lines and -e... /bin/grep |
|---|
| 1395 | checking for egrep... /bin/grep -E |
|---|
| 1396 | checking for ANSI C header files... yes |
|---|
| 1397 | checking for sys/types.h... yes |
|---|
| 1398 | checking for sys/stat.h... yes |
|---|
| 1399 | checking for stdlib.h... yes |
|---|
| 1400 | checking for string.h... yes |
|---|
| 1401 | checking for memory.h... yes |
|---|
| 1402 | checking for strings.h... yes |
|---|
| 1403 | checking for inttypes.h... yes |
|---|
| 1404 | checking for stdint.h... yes |
|---|
| 1405 | checking for unistd.h... yes |
|---|
| 1406 | checking GL/gl.h usability... yes |
|---|
| 1407 | checking GL/gl.h presence... yes |
|---|
| 1408 | checking for GL/gl.h... yes |
|---|
| 1409 | checking OpenGL/gl.h usability... no |
|---|
| 1410 | checking OpenGL/gl.h presence... no |
|---|
| 1411 | checking for OpenGL/gl.h... no |
|---|
| 1412 | checking GL/glu.h usability... yes |
|---|
| 1413 | checking GL/glu.h presence... yes |
|---|
| 1414 | checking for GL/glu.h... yes |
|---|
| 1415 | checking OpenGL/glu.h usability... no |
|---|
| 1416 | checking OpenGL/glu.h presence... no |
|---|
| 1417 | checking for OpenGL/glu.h... no |
|---|
| 1418 | checking Haskell type for GLboolean... Word8 |
|---|
| 1419 | checking Haskell type for GLbyte... Int8 |
|---|
| 1420 | checking Haskell type for GLubyte... Word8 |
|---|
| 1421 | checking Haskell type for GLshort... Int16 |
|---|
| 1422 | checking Haskell type for GLushort... Word16 |
|---|
| 1423 | checking Haskell type for GLint... Int32 |
|---|
| 1424 | checking Haskell type for GLuint... Word32 |
|---|
| 1425 | checking Haskell type for GLsizei... Int32 |
|---|
| 1426 | checking Haskell type for GLenum... Word32 |
|---|
| 1427 | checking Haskell type for GLbitfield... Word32 |
|---|
| 1428 | checking Haskell type for GLfloat... Float |
|---|
| 1429 | checking Haskell type for GLclampf... Float |
|---|
| 1430 | checking Haskell type for GLdouble... Double |
|---|
| 1431 | checking Haskell type for GLclampd... Double |
|---|
| 1432 | checking Haskell type for GLchar... Int8 |
|---|
| 1433 | checking Haskell type for GLintptr... Int64 |
|---|
| 1434 | checking Haskell type for GLsizeiptr... Int64 |
|---|
| 1435 | configure: creating ./config.status |
|---|
| 1436 | config.status: creating config.mk |
|---|
| 1437 | config.status: creating OpenGL.buildinfo |
|---|
| 1438 | config.status: creating include/HsOpenGLConfig.h |
|---|
| 1439 | config.status: creating include/HsOpenGL.h |
|---|
| 1440 | config.status: include/HsOpenGL.h is unchanged |
|---|
| 1441 | "./Setup" "build" |
|---|
| 1442 | Preprocessing library OpenGL-2.2.1.1... |
|---|
| 1443 | Building OpenGL-2.2.1.1... |
|---|
| 1444 | [ 1 of 84] Compiling Graphics.Rendering.OpenGL.GL.PeekPoke ( Graphics/Rendering/OpenGL/GL/PeekPoke.hs, dist/build/Graphics/Rendering/OpenGL/GL/PeekPoke.o ) |
|---|
| 1445 | [ 2 of 84] Compiling Graphics.Rendering.OpenGL.GL.IOState ( Graphics/Rendering/OpenGL/GL/IOState.hs, dist/build/Graphics/Rendering/OpenGL/GL/IOState.o ) |
|---|
| 1446 | [ 3 of 84] Compiling Graphics.Rendering.OpenGL.GL.GLboolean ( Graphics/Rendering/OpenGL/GL/GLboolean.hs, dist/build/Graphics/Rendering/OpenGL/GL/GLboolean.o ) |
|---|
| 1447 | [ 4 of 84] Compiling Graphics.Rendering.OpenGL.GL.Extensions ( Graphics/Rendering/OpenGL/GL/Extensions.hs, dist/build/Graphics/Rendering/OpenGL/GL/Extensions.o ) |
|---|
| 1448 | [ 5 of 84] Compiling Graphics.Rendering.OpenGL.GL.Exception ( Graphics/Rendering/OpenGL/GL/Exception.hs, dist/build/Graphics/Rendering/OpenGL/GL/Exception.o ) |
|---|
| 1449 | [ 6 of 84] Compiling Graphics.Rendering.OpenGL.GL.StateVar ( Graphics/Rendering/OpenGL/GL/StateVar.hs, dist/build/Graphics/Rendering/OpenGL/GL/StateVar.o ) |
|---|
| 1450 | [ 7 of 84] Compiling Graphics.Rendering.OpenGL.GL.FlushFinish ( Graphics/Rendering/OpenGL/GL/FlushFinish.hs, dist/build/Graphics/Rendering/OpenGL/GL/FlushFinish.o ) |
|---|
| 1451 | [ 8 of 84] Compiling Graphics.Rendering.OpenGL.GL.BasicTypes ( Graphics/Rendering/OpenGL/GL/BasicTypes.hs, dist/build/Graphics/Rendering/OpenGL/GL/BasicTypes.o ) |
|---|
| 1452 | [ 9 of 84] Compiling Graphics.Rendering.OpenGL.GL.SavingState ( Graphics/Rendering/OpenGL/GL/SavingState.hs, dist/build/Graphics/Rendering/OpenGL/GL/SavingState.o ) |
|---|
| 1453 | [10 of 84] Compiling Graphics.Rendering.OpenGL.GL.StringQueries ( Graphics/Rendering/OpenGL/GL/StringQueries.hs, dist/build/Graphics/Rendering/OpenGL/GL/StringQueries.o ) |
|---|
| 1454 | [11 of 84] Compiling Graphics.Rendering.OpenGL.GLU.Initialization ( Graphics/Rendering/OpenGL/GLU/Initialization.hs, dist/build/Graphics/Rendering/OpenGL/GLU/Initialization.o ) |
|---|
| 1455 | [12 of 84] Compiling Graphics.Rendering.OpenGL.GL.BlendingFactor ( Graphics/Rendering/OpenGL/GL/BlendingFactor.hs, dist/build/Graphics/Rendering/OpenGL/GL/BlendingFactor.o ) |
|---|
| 1456 | [13 of 84] Compiling Graphics.Rendering.OpenGL.GL.BufferMode ( Graphics/Rendering/OpenGL/GL/BufferMode.hs, dist/build/Graphics/Rendering/OpenGL/GL/BufferMode.o ) |
|---|
| 1457 | [14 of 84] Compiling Graphics.Rendering.OpenGL.GL.ComparisonFunction ( Graphics/Rendering/OpenGL/GL/ComparisonFunction.hs, dist/build/Graphics/Rendering/OpenGL/GL/ComparisonFunction.o ) |
|---|
| 1458 | [15 of 84] Compiling Graphics.Rendering.OpenGL.GL.DataType ( Graphics/Rendering/OpenGL/GL/DataType.hs, dist/build/Graphics/Rendering/OpenGL/GL/DataType.o ) |
|---|
| 1459 | [16 of 84] Compiling Graphics.Rendering.OpenGL.GL.EdgeFlag ( Graphics/Rendering/OpenGL/GL/EdgeFlag.hs, dist/build/Graphics/Rendering/OpenGL/GL/EdgeFlag.o ) |
|---|
| 1460 | [17 of 84] Compiling Graphics.Rendering.OpenGL.GL.Face ( Graphics/Rendering/OpenGL/GL/Face.hs, dist/build/Graphics/Rendering/OpenGL/GL/Face.o ) |
|---|
| 1461 | [18 of 84] Compiling Graphics.Rendering.OpenGL.GL.PixelFormat ( Graphics/Rendering/OpenGL/GL/PixelFormat.hs, dist/build/Graphics/Rendering/OpenGL/GL/PixelFormat.o ) |
|---|
| 1462 | [19 of 84] Compiling Graphics.Rendering.OpenGL.GL.PixelData ( Graphics/Rendering/OpenGL/GL/PixelData.hs, dist/build/Graphics/Rendering/OpenGL/GL/PixelData.o ) |
|---|
| 1463 | [20 of 84] Compiling Graphics.Rendering.OpenGL.GL.PixelRectangles.Reset ( Graphics/Rendering/OpenGL/GL/PixelRectangles/Reset.hs, dist/build/Graphics/Rendering/OpenGL/GL/PixelRectangles/Reset.o ) |
|---|
| 1464 | [21 of 84] Compiling Graphics.Rendering.OpenGL.GL.PixelRectangles.Sink ( Graphics/Rendering/OpenGL/GL/PixelRectangles/Sink.hs, dist/build/Graphics/Rendering/OpenGL/GL/PixelRectangles/Sink.o ) |
|---|
| 1465 | [22 of 84] Compiling Graphics.Rendering.OpenGL.GL.PointParameter ( Graphics/Rendering/OpenGL/GL/PointParameter.hs, dist/build/Graphics/Rendering/OpenGL/GL/PointParameter.o ) |
|---|
| 1466 | [23 of 84] Compiling Graphics.Rendering.OpenGL.GL.PolygonMode ( Graphics/Rendering/OpenGL/GL/PolygonMode.hs, dist/build/Graphics/Rendering/OpenGL/GL/PolygonMode.o ) |
|---|
| 1467 | [24 of 84] Compiling Graphics.Rendering.OpenGL.GL.PrimitiveMode ( Graphics/Rendering/OpenGL/GL/PrimitiveMode.hs, dist/build/Graphics/Rendering/OpenGL/GL/PrimitiveMode.o ) |
|---|
| 1468 | [25 of 84] Compiling Graphics.Rendering.OpenGL.GL.Texturing.PixelInternalFormat ( Graphics/Rendering/OpenGL/GL/Texturing/PixelInternalFormat.hs, dist/build/Graphics/Rendering/OpenGL/GL/Texturing/PixelInternalFormat.o ) |
|---|
| 1469 | [26 of 84] Compiling Graphics.Rendering.OpenGL.GL.Texturing.TextureUnit ( Graphics/Rendering/OpenGL/GL/Texturing/TextureUnit.hs, dist/build/Graphics/Rendering/OpenGL/GL/Texturing/TextureUnit.o ) |
|---|
| 1470 | [27 of 84] Compiling Graphics.Rendering.OpenGL.GLU.ErrorsInternal ( Graphics/Rendering/OpenGL/GLU/ErrorsInternal.hs, dist/build/Graphics/Rendering/OpenGL/GLU/ErrorsInternal.o ) |
|---|
| 1471 | [28 of 84] Compiling Graphics.Rendering.OpenGL.GLU.Errors ( Graphics/Rendering/OpenGL/GLU/Errors.hs, dist/build/Graphics/Rendering/OpenGL/GLU/Errors.o ) |
|---|
| 1472 | [29 of 84] Compiling Graphics.Rendering.OpenGL.GL.QueryUtils ( Graphics/Rendering/OpenGL/GL/QueryUtils.hs, dist/build/Graphics/Rendering/OpenGL/GL/QueryUtils.o ) |
|---|
| 1473 | [30 of 84] Compiling Graphics.Rendering.OpenGL.GL.BeginEnd ( Graphics/Rendering/OpenGL/GL/BeginEnd.hs, dist/build/Graphics/Rendering/OpenGL/GL/BeginEnd.o ) |
|---|
| 1474 | [31 of 84] Compiling Graphics.Rendering.OpenGL.GL.Hints ( Graphics/Rendering/OpenGL/GL/Hints.hs, dist/build/Graphics/Rendering/OpenGL/GL/Hints.o ) |
|---|
| 1475 | [32 of 84] Compiling Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelStorage ( Graphics/Rendering/OpenGL/GL/PixelRectangles/PixelStorage.hs, dist/build/Graphics/Rendering/OpenGL/GL/PixelRectangles/PixelStorage.o ) |
|---|
| 1476 | [33 of 84] Compiling Graphics.Rendering.OpenGL.GL.VertexSpec ( Graphics/Rendering/OpenGL/GL/VertexSpec.hs, dist/build/Graphics/Rendering/OpenGL/GL/VertexSpec.o ) |
|---|
| 1477 | [34 of 84] Compiling Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelMap ( Graphics/Rendering/OpenGL/GL/PixelRectangles/PixelMap.hs, dist/build/Graphics/Rendering/OpenGL/GL/PixelRectangles/PixelMap.o ) |
|---|
| 1478 | [35 of 84] Compiling Graphics.Rendering.OpenGL.GL.Rectangles ( Graphics/Rendering/OpenGL/GL/Rectangles.hs, dist/build/Graphics/Rendering/OpenGL/GL/Rectangles.o ) |
|---|
| 1479 | [36 of 84] Compiling Graphics.Rendering.OpenGL.GLU.Tessellation ( Graphics/Rendering/OpenGL/GLU/Tessellation.hs, dist/build/Graphics/Rendering/OpenGL/GLU/Tessellation.o ) |
|---|
| 1480 | [37 of 84] Compiling Graphics.Rendering.OpenGL.GL.Capability ( Graphics/Rendering/OpenGL/GL/Capability.hs, dist/build/Graphics/Rendering/OpenGL/GL/Capability.o ) |
|---|
| 1481 | [38 of 84] Compiling Graphics.Rendering.OpenGL.GL.Colors ( Graphics/Rendering/OpenGL/GL/Colors.hs, dist/build/Graphics/Rendering/OpenGL/GL/Colors.o ) |
|---|
| 1482 | [39 of 84] Compiling Graphics.Rendering.OpenGL.GLU.Quadrics ( Graphics/Rendering/OpenGL/GLU/Quadrics.hs, dist/build/Graphics/Rendering/OpenGL/GLU/Quadrics.o ) |
|---|
| 1483 | [40 of 84] Compiling Graphics.Rendering.OpenGL.GL.ColorSum ( Graphics/Rendering/OpenGL/GL/ColorSum.hs, dist/build/Graphics/Rendering/OpenGL/GL/ColorSum.o ) |
|---|
| 1484 | [41 of 84] Compiling Graphics.Rendering.OpenGL.GL.CoordTrans ( Graphics/Rendering/OpenGL/GL/CoordTrans.hs, dist/build/Graphics/Rendering/OpenGL/GL/CoordTrans.o ) |
|---|
| 1485 | [42 of 84] Compiling Graphics.Rendering.OpenGL.GL.Bitmaps ( Graphics/Rendering/OpenGL/GL/Bitmaps.hs, dist/build/Graphics/Rendering/OpenGL/GL/Bitmaps.o ) |
|---|
| 1486 | [43 of 84] Compiling Graphics.Rendering.OpenGL.GL.Clipping ( Graphics/Rendering/OpenGL/GL/Clipping.hs, dist/build/Graphics/Rendering/OpenGL/GL/Clipping.o ) |
|---|
| 1487 | [44 of 84] Compiling Graphics.Rendering.OpenGL.GL.PixelRectangles.Rasterization ( Graphics/Rendering/OpenGL/GL/PixelRectangles/Rasterization.hs, dist/build/Graphics/Rendering/OpenGL/GL/PixelRectangles/Rasterization.o ) |
|---|
| 1488 | [45 of 84] Compiling Graphics.Rendering.OpenGL.GLU.Matrix ( Graphics/Rendering/OpenGL/GLU/Matrix.hs, dist/build/Graphics/Rendering/OpenGL/GLU/Matrix.o ) |
|---|
| 1489 | [46 of 84] Compiling Graphics.Rendering.OpenGL.GL.Fog ( Graphics/Rendering/OpenGL/GL/Fog.hs, dist/build/Graphics/Rendering/OpenGL/GL/Fog.o ) |
|---|
| 1490 | [47 of 84] Compiling Graphics.Rendering.OpenGL.GL.Framebuffer ( Graphics/Rendering/OpenGL/GL/Framebuffer.hs, dist/build/Graphics/Rendering/OpenGL/GL/Framebuffer.o ) |
|---|
| 1491 | [48 of 84] Compiling Graphics.Rendering.OpenGL.GL.LineSegments ( Graphics/Rendering/OpenGL/GL/LineSegments.hs, dist/build/Graphics/Rendering/OpenGL/GL/LineSegments.o ) |
|---|
| 1492 | [49 of 84] Compiling Graphics.Rendering.OpenGL.GL.PixelRectangles.ColorTable ( Graphics/Rendering/OpenGL/GL/PixelRectangles/ColorTable.hs, dist/build/Graphics/Rendering/OpenGL/GL/PixelRectangles/ColorTable.o ) |
|---|
| 1493 | [50 of 84] Compiling Graphics.Rendering.OpenGL.GL.PixelRectangles.Convolution ( Graphics/Rendering/OpenGL/GL/PixelRectangles/Convolution.hs, dist/build/Graphics/Rendering/OpenGL/GL/PixelRectangles/Convolution.o ) |
|---|
| 1494 | [51 of 84] Compiling Graphics.Rendering.OpenGL.GL.PixelRectangles.Histogram ( Graphics/Rendering/OpenGL/GL/PixelRectangles/Histogram.hs, dist/build/Graphics/Rendering/OpenGL/GL/PixelRectangles/Histogram.o ) |
|---|
| 1495 | [52 of 84] Compiling Graphics.Rendering.OpenGL.GL.PixelRectangles.Minmax ( Graphics/Rendering/OpenGL/GL/PixelRectangles/Minmax.hs, dist/build/Graphics/Rendering/OpenGL/GL/PixelRectangles/Minmax.o ) |
|---|
| 1496 | [53 of 84] Compiling Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelTransfer ( Graphics/Rendering/OpenGL/GL/PixelRectangles/PixelTransfer.hs, dist/build/Graphics/Rendering/OpenGL/GL/PixelRectangles/PixelTransfer.o ) |
|---|
| 1497 | [54 of 84] Compiling Graphics.Rendering.OpenGL.GL.PixelRectangles ( Graphics/Rendering/OpenGL/GL/PixelRectangles.hs, dist/build/Graphics/Rendering/OpenGL/GL/PixelRectangles.o ) |
|---|
| 1498 | [55 of 84] Compiling Graphics.Rendering.OpenGL.GL.ReadCopyPixels ( Graphics/Rendering/OpenGL/GL/ReadCopyPixels.hs, dist/build/Graphics/Rendering/OpenGL/GL/ReadCopyPixels.o ) |
|---|
| 1499 | [56 of 84] Compiling Graphics.Rendering.OpenGL.GL.Texturing.TextureTarget ( Graphics/Rendering/OpenGL/GL/Texturing/TextureTarget.hs, dist/build/Graphics/Rendering/OpenGL/GL/Texturing/TextureTarget.o ) |
|---|
| 1500 | [57 of 84] Compiling Graphics.Rendering.OpenGL.GL.Texturing.Specification ( Graphics/Rendering/OpenGL/GL/Texturing/Specification.hs, dist/build/Graphics/Rendering/OpenGL/GL/Texturing/Specification.o ) |
|---|
| 1501 | [58 of 84] Compiling Graphics.Rendering.OpenGL.GL.Texturing.Queries ( Graphics/Rendering/OpenGL/GL/Texturing/Queries.hs, dist/build/Graphics/Rendering/OpenGL/GL/Texturing/Queries.o ) |
|---|
| 1502 | [59 of 84] Compiling Graphics.Rendering.OpenGL.GLU.Mipmapping ( Graphics/Rendering/OpenGL/GLU/Mipmapping.hs, dist/build/Graphics/Rendering/OpenGL/GLU/Mipmapping.o ) |
|---|
| 1503 | [60 of 84] Compiling Graphics.Rendering.OpenGL.GL.Texturing.TexParameter ( Graphics/Rendering/OpenGL/GL/Texturing/TexParameter.hs, dist/build/Graphics/Rendering/OpenGL/GL/Texturing/TexParameter.o ) |
|---|
| 1504 | [61 of 84] Compiling Graphics.Rendering.OpenGL.GL.Points ( Graphics/Rendering/OpenGL/GL/Points.hs, dist/build/Graphics/Rendering/OpenGL/GL/Points.o ) |
|---|
| 1505 | [62 of 84] Compiling Graphics.Rendering.OpenGL.GL.Polygons ( Graphics/Rendering/OpenGL/GL/Polygons.hs, dist/build/Graphics/Rendering/OpenGL/GL/Polygons.o ) |
|---|
| 1506 | [63 of 84] Compiling Graphics.Rendering.OpenGL.GL.RasterPos ( Graphics/Rendering/OpenGL/GL/RasterPos.hs, dist/build/Graphics/Rendering/OpenGL/GL/RasterPos.o ) |
|---|
| 1507 | [64 of 84] Compiling Graphics.Rendering.OpenGL.GL.Texturing.Application ( Graphics/Rendering/OpenGL/GL/Texturing/Application.hs, dist/build/Graphics/Rendering/OpenGL/GL/Texturing/Application.o ) |
|---|
| 1508 | [65 of 84] Compiling Graphics.Rendering.OpenGL.GL.VertexArrays ( Graphics/Rendering/OpenGL/GL/VertexArrays.hs, dist/build/Graphics/Rendering/OpenGL/GL/VertexArrays.o ) |
|---|
| 1509 | [66 of 84] Compiling Graphics.Rendering.OpenGL.GL.BufferObjects ( Graphics/Rendering/OpenGL/GL/BufferObjects.hs, dist/build/Graphics/Rendering/OpenGL/GL/BufferObjects.o ) |
|---|
| 1510 | [67 of 84] Compiling Graphics.Rendering.OpenGL.GL.PerFragment ( Graphics/Rendering/OpenGL/GL/PerFragment.hs, dist/build/Graphics/Rendering/OpenGL/GL/PerFragment.o ) |
|---|
| 1511 | [68 of 84] Compiling Graphics.Rendering.OpenGL.GL.Texturing.Parameters ( Graphics/Rendering/OpenGL/GL/Texturing/Parameters.hs, dist/build/Graphics/Rendering/OpenGL/GL/Texturing/Parameters.o ) |
|---|
| 1512 | [69 of 84] Compiling Graphics.Rendering.OpenGL.GL.Texturing.Environments ( Graphics/Rendering/OpenGL/GL/Texturing/Environments.hs, dist/build/Graphics/Rendering/OpenGL/GL/Texturing/Environments.o ) |
|---|
| 1513 | [70 of 84] Compiling Graphics.Rendering.OpenGL.GL.Shaders ( Graphics/Rendering/OpenGL/GL/Shaders.hs, dist/build/Graphics/Rendering/OpenGL/GL/Shaders.o ) |
|---|
| 1514 | [71 of 84] Compiling Graphics.Rendering.OpenGL.GL.Texturing.Objects ( Graphics/Rendering/OpenGL/GL/Texturing/Objects.hs, dist/build/Graphics/Rendering/OpenGL/GL/Texturing/Objects.o ) |
|---|
| 1515 | [72 of 84] Compiling Graphics.Rendering.OpenGL.GL.Texturing ( Graphics/Rendering/OpenGL/GL/Texturing.hs, dist/build/Graphics/Rendering/OpenGL/GL/Texturing.o ) |
|---|
| 1516 | [73 of 84] Compiling Graphics.Rendering.OpenGL.GL.DisplayLists ( Graphics/Rendering/OpenGL/GL/DisplayLists.hs, dist/build/Graphics/Rendering/OpenGL/GL/DisplayLists.o ) |
|---|
| 1517 | [74 of 84] Compiling Graphics.Rendering.OpenGL.GL.Domain ( Graphics/Rendering/OpenGL/GL/Domain.hs, dist/build/Graphics/Rendering/OpenGL/GL/Domain.o ) |
|---|
| 1518 | [75 of 84] Compiling Graphics.Rendering.OpenGL.GL.ControlPoint ( Graphics/Rendering/OpenGL/GL/ControlPoint.hs, dist/build/Graphics/Rendering/OpenGL/GL/ControlPoint.o ) |
|---|
| 1519 | [76 of 84] Compiling Graphics.Rendering.OpenGL.GL.Evaluators ( Graphics/Rendering/OpenGL/GL/Evaluators.hs, dist/build/Graphics/Rendering/OpenGL/GL/Evaluators.o ) |
|---|
| 1520 | [77 of 84] Compiling Graphics.Rendering.OpenGL.GLU.NURBS ( Graphics/Rendering/OpenGL/GLU/NURBS.hs, dist/build/Graphics/Rendering/OpenGL/GLU/NURBS.o ) |
|---|
| 1521 | [78 of 84] Compiling Graphics.Rendering.OpenGL.GLU ( Graphics/Rendering/OpenGL/GLU.hs, dist/build/Graphics/Rendering/OpenGL/GLU.o ) |
|---|
| 1522 | [79 of 84] Compiling Graphics.Rendering.OpenGL.GL.RenderMode ( Graphics/Rendering/OpenGL/GL/RenderMode.hs, dist/build/Graphics/Rendering/OpenGL/GL/RenderMode.o ) |
|---|
| 1523 | [80 of 84] Compiling Graphics.Rendering.OpenGL.GL.Selection ( Graphics/Rendering/OpenGL/GL/Selection.hs, dist/build/Graphics/Rendering/OpenGL/GL/Selection.o ) |
|---|
| 1524 | [81 of 84] Compiling Graphics.Rendering.OpenGL.GL.Feedback ( Graphics/Rendering/OpenGL/GL/Feedback.hs, dist/build/Graphics/Rendering/OpenGL/GL/Feedback.o ) |
|---|
| 1525 | [82 of 84] Compiling Graphics.Rendering.OpenGL.GL.Antialiasing ( Graphics/Rendering/OpenGL/GL/Antialiasing.hs, dist/build/Graphics/Rendering/OpenGL/GL/Antialiasing.o ) |
|---|
| 1526 | [83 of 84] Compiling Graphics.Rendering.OpenGL.GL ( Graphics/Rendering/OpenGL/GL.hs, dist/build/Graphics/Rendering/OpenGL/GL.o ) |
|---|
| 1527 | [84 of 84] Compiling Graphics.Rendering.OpenGL ( Graphics/Rendering/OpenGL.hs, dist/build/Graphics/Rendering/OpenGL.o ) |
|---|
| 1528 | /usr/bin/ar: creating dist/build/libHSOpenGL-2.2.1.1.a |
|---|
| 1529 | "./Setup" "register" "--inplace" |
|---|
| 1530 | Registering OpenGL-2.2.1.1... |
|---|
| 1531 | Reading package info from "dist/inplace-pkg-config" ... done. |
|---|
| 1532 | Writing new package config file... done. |
|---|
| 1533 | Building GLUT-2.1.1.2... |
|---|
| 1534 | "/usr/local/bin/ghc" "--make" "Setup" "-o" "Setup" "-package" "Cabal-1.6.0.3" |
|---|
| 1535 | [1 of 1] Compiling Main ( Setup.hs, Setup.o ) |
|---|
| 1536 | |
|---|
| 1537 | Setup.hs:3:0: |
|---|
| 1538 | Warning: In the use of `defaultUserHooks' |
|---|
| 1539 | (imported from Distribution.Simple): |
|---|
| 1540 | Deprecated: "Use simpleUserHooks or autoconfUserHooks, unless you need Cabal-1.2 |
|---|
| 1541 | compatibility in which case you must stick with defaultUserHooks" |
|---|
| 1542 | Linking Setup ... |
|---|
| 1543 | "./Setup" "configure" "--package-db=../../packages/package.conf.inplace" "--prefix=/usr/local" "--with-compiler=/usr/local/bin/ghc" "--with-hc-pkg=/usr/local/bin/ghc-pkg" "--with-hsc2hs=/usr/local/bin/hsc2hs" "--with-happy=../happy-1.18.4/dist/build/happy/happy" "--happy-options=--template=../happy-1.18.4" |
|---|
| 1544 | Warning: defaultUserHooks in Setup script is deprecated. |
|---|
| 1545 | Configuring GLUT-2.1.1.2... |
|---|
| 1546 | checking for gcc... gcc |
|---|
| 1547 | checking for C compiler default output file name... a.out |
|---|
| 1548 | checking whether the C compiler works... yes |
|---|
| 1549 | checking whether we are cross compiling... no |
|---|
| 1550 | checking for suffix of executables... |
|---|
| 1551 | checking for suffix of object files... o |
|---|
| 1552 | checking whether we are using the GNU C compiler... yes |
|---|
| 1553 | checking whether gcc accepts -g... yes |
|---|
| 1554 | checking for gcc option to accept ISO C89... none needed |
|---|
| 1555 | checking for Windows environment... no |
|---|
| 1556 | checking how to run the C preprocessor... gcc -E |
|---|
| 1557 | checking for X... libraries , headers |
|---|
| 1558 | checking for gethostbyname... yes |
|---|
| 1559 | checking for connect... yes |
|---|
| 1560 | checking for remove... yes |
|---|
| 1561 | checking for shmat... yes |
|---|
| 1562 | checking for IceConnectionNumber in -lICE... yes |
|---|
| 1563 | checking build system type... x86_64-unknown-linux-gnu |
|---|
| 1564 | checking host system type... x86_64-unknown-linux-gnu |
|---|
| 1565 | checking target system type... x86_64-unknown-linux-gnu |
|---|
| 1566 | checking for atan... no |
|---|
| 1567 | checking for atan in -lm... yes |
|---|
| 1568 | checking for GL library... -lGL -lm |
|---|
| 1569 | checking for GLU library... -lGLU -lGL -lm |
|---|
| 1570 | checking for grep that handles long lines and -e... /bin/grep |
|---|
| 1571 | checking for egrep... /bin/grep -E |
|---|
| 1572 | checking for ANSI C header files... yes |
|---|
| 1573 | checking for sys/types.h... yes |
|---|
| 1574 | checking for sys/stat.h... yes |
|---|
| 1575 | checking for stdlib.h... yes |
|---|
| 1576 | checking for string.h... yes |
|---|
| 1577 | checking for memory.h... yes |
|---|
| 1578 | checking for strings.h... yes |
|---|
| 1579 | checking for inttypes.h... yes |
|---|
| 1580 | checking for stdint.h... yes |
|---|
| 1581 | checking for unistd.h... yes |
|---|
| 1582 | checking windows.h usability... no |
|---|
| 1583 | checking windows.h presence... no |
|---|
| 1584 | checking for windows.h... no |
|---|
| 1585 | checking GL/glut.h usability... yes |
|---|
| 1586 | checking GL/glut.h presence... yes |
|---|
| 1587 | checking for GL/glut.h... yes |
|---|
| 1588 | checking for GLUT library... -lglut -lSM -lICE -lXmu -lXi -lGLU -lGL -lm |
|---|
| 1589 | checking for GL/glut.h... (cached) yes |
|---|
| 1590 | checking GLUT/glut.h usability... no |
|---|
| 1591 | checking GLUT/glut.h presence... no |
|---|
| 1592 | checking for GLUT/glut.h... no |
|---|
| 1593 | checking for windows.h... (cached) no |
|---|
| 1594 | configure: creating ./config.status |
|---|
| 1595 | config.status: creating config.mk |
|---|
| 1596 | config.status: creating GLUT.buildinfo |
|---|
| 1597 | config.status: creating include/HsGLUTConfig.h |
|---|
| 1598 | config.status: creating include/HsGLUT.h |
|---|
| 1599 | "./Setup" "build" |
|---|
| 1600 | Preprocessing library GLUT-2.1.1.2... |
|---|
| 1601 | Building GLUT-2.1.1.2... |
|---|
| 1602 | [ 1 of 21] Compiling Graphics.UI.GLUT.Extensions ( Graphics/UI/GLUT/Extensions.hs, dist/build/Graphics/UI/GLUT/Extensions.o ) |
|---|
| 1603 | [ 2 of 21] Compiling Graphics.UI.GLUT.QueryUtils ( Graphics/UI/GLUT/QueryUtils.hs, dist/build/Graphics/UI/GLUT/QueryUtils.o ) |
|---|
| 1604 | [ 3 of 21] Compiling Graphics.UI.GLUT.Constants ( Graphics/UI/GLUT/Constants.hs, dist/build/Graphics/UI/GLUT/Constants.o ) |
|---|
| 1605 | [ 4 of 21] Compiling Graphics.UI.GLUT.Types ( Graphics/UI/GLUT/Types.hs, dist/build/Graphics/UI/GLUT/Types.o ) |
|---|
| 1606 | [ 5 of 21] Compiling Graphics.UI.GLUT.Window ( Graphics/UI/GLUT/Window.hs, dist/build/Graphics/UI/GLUT/Window.o ) |
|---|
| 1607 | [ 6 of 21] Compiling Graphics.UI.GLUT.Callbacks.Registration ( Graphics/UI/GLUT/Callbacks/Registration.hs, dist/build/Graphics/UI/GLUT/Callbacks/Registration.o ) |
|---|
| 1608 | [ 7 of 21] Compiling Graphics.UI.GLUT.Overlay ( Graphics/UI/GLUT/Overlay.hs, dist/build/Graphics/UI/GLUT/Overlay.o ) |
|---|
| 1609 | [ 8 of 21] Compiling Graphics.UI.GLUT.State ( Graphics/UI/GLUT/State.hs, dist/build/Graphics/UI/GLUT/State.o ) |
|---|
| 1610 | [ 9 of 21] Compiling Graphics.UI.GLUT.Objects ( Graphics/UI/GLUT/Objects.hs, dist/build/Graphics/UI/GLUT/Objects.o ) |
|---|
| 1611 | [10 of 21] Compiling Graphics.UI.GLUT.Initialization ( Graphics/UI/GLUT/Initialization.hs, dist/build/Graphics/UI/GLUT/Initialization.o ) |
|---|
| 1612 | [11 of 21] Compiling Graphics.UI.GLUT.GameMode ( Graphics/UI/GLUT/GameMode.hs, dist/build/Graphics/UI/GLUT/GameMode.o ) |
|---|
| 1613 | [12 of 21] Compiling Graphics.UI.GLUT.Fonts ( Graphics/UI/GLUT/Fonts.hs, dist/build/Graphics/UI/GLUT/Fonts.o ) |
|---|
| 1614 | [13 of 21] Compiling Graphics.UI.GLUT.DeviceControl ( Graphics/UI/GLUT/DeviceControl.hs, dist/build/Graphics/UI/GLUT/DeviceControl.o ) |
|---|
| 1615 | [14 of 21] Compiling Graphics.UI.GLUT.Debugging ( Graphics/UI/GLUT/Debugging.hs, dist/build/Graphics/UI/GLUT/Debugging.o ) |
|---|
| 1616 | [15 of 21] Compiling Graphics.UI.GLUT.Colormap ( Graphics/UI/GLUT/Colormap.hs, dist/build/Graphics/UI/GLUT/Colormap.o ) |
|---|
| 1617 | [16 of 21] Compiling Graphics.UI.GLUT.Callbacks.Window ( Graphics/UI/GLUT/Callbacks/Window.hs, dist/build/Graphics/UI/GLUT/Callbacks/Window.o ) |
|---|
| 1618 | [17 of 21] Compiling Graphics.UI.GLUT.Menu ( Graphics/UI/GLUT/Menu.hs, dist/build/Graphics/UI/GLUT/Menu.o ) |
|---|
| 1619 | [18 of 21] Compiling Graphics.UI.GLUT.Callbacks.Global ( Graphics/UI/GLUT/Callbacks/Global.hs, dist/build/Graphics/UI/GLUT/Callbacks/Global.o ) |
|---|
| 1620 | [19 of 21] Compiling Graphics.UI.GLUT.Callbacks ( Graphics/UI/GLUT/Callbacks.hs, dist/build/Graphics/UI/GLUT/Callbacks.o ) |
|---|
| 1621 | [20 of 21] Compiling Graphics.UI.GLUT.Begin ( Graphics/UI/GLUT/Begin.hs, dist/build/Graphics/UI/GLUT/Begin.o ) |
|---|
| 1622 | [21 of 21] Compiling Graphics.UI.GLUT ( Graphics/UI/GLUT.hs, dist/build/Graphics/UI/GLUT.o ) |
|---|
| 1623 | /usr/bin/ar: creating dist/build/libHSGLUT-2.1.1.2.a |
|---|
| 1624 | "./Setup" "register" "--inplace" |
|---|
| 1625 | Registering GLUT-2.1.1.2... |
|---|
| 1626 | Reading package info from "dist/inplace-pkg-config" ... done. |
|---|
| 1627 | Writing new package config file... done. |
|---|
| 1628 | Building QuickCheck-1.2.0.0... |
|---|
| 1629 | "/usr/local/bin/ghc" "--make" "Setup" "-o" "Setup" "-package" "Cabal-1.6.0.3" |
|---|
| 1630 | [1 of 1] Compiling Main ( Setup.hs, Setup.o ) |
|---|
| 1631 | Linking Setup ... |
|---|
| 1632 | "./Setup" "configure" "--package-db=../../packages/package.conf.inplace" "--prefix=/usr/local" "--with-compiler=/usr/local/bin/ghc" "--with-hc-pkg=/usr/local/bin/ghc-pkg" "--with-hsc2hs=/usr/local/bin/hsc2hs" "--with-happy=../happy-1.18.4/dist/build/happy/happy" "--happy-options=--template=../happy-1.18.4" |
|---|
| 1633 | Configuring QuickCheck-1.2.0.0... |
|---|
| 1634 | "./Setup" "build" |
|---|
| 1635 | Preprocessing library QuickCheck-1.2.0.0... |
|---|
| 1636 | Building QuickCheck-1.2.0.0... |
|---|
| 1637 | [1 of 8] Compiling Test.QuickCheck ( Test/QuickCheck.hs, dist/build/Test/QuickCheck.o ) |
|---|
| 1638 | [2 of 8] Compiling Test.QuickCheck.Utils ( Test/QuickCheck/Utils.hs, dist/build/Test/QuickCheck/Utils.o ) |
|---|
| 1639 | [3 of 8] Compiling Test.QuickCheck.Poly ( Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o ) |
|---|
| 1640 | [4 of 8] Compiling Test.QuickCheck.Batch ( Test/QuickCheck/Batch.hs, dist/build/Test/QuickCheck/Batch.o ) |
|---|
| 1641 | [5 of 8] Compiling Debug.QuickCheck.Utils ( Debug/QuickCheck/Utils.hs, dist/build/Debug/QuickCheck/Utils.o ) |
|---|
| 1642 | [6 of 8] Compiling Debug.QuickCheck.Poly ( Debug/QuickCheck/Poly.hs, dist/build/Debug/QuickCheck/Poly.o ) |
|---|
| 1643 | [7 of 8] Compiling Debug.QuickCheck ( Debug/QuickCheck.hs, dist/build/Debug/QuickCheck.o ) |
|---|
| 1644 | [8 of 8] Compiling Debug.QuickCheck.Batch ( Debug/QuickCheck/Batch.hs, dist/build/Debug/QuickCheck/Batch.o ) |
|---|
| 1645 | /usr/bin/ar: creating dist/build/libHSQuickCheck-1.2.0.0.a |
|---|
| 1646 | "./Setup" "register" "--inplace" |
|---|
| 1647 | Registering QuickCheck-1.2.0.0... |
|---|
| 1648 | Reading package info from "dist/inplace-pkg-config" ... done. |
|---|
| 1649 | Writing new package config file... done. |
|---|
| 1650 | Building alex-2.3.1... |
|---|
| 1651 | "/usr/local/bin/ghc" "--make" "Setup" "-o" "Setup" "-package" "Cabal-1.6.0.3" |
|---|
| 1652 | [1 of 1] Compiling Main ( Setup.lhs, Setup.o ) |
|---|
| 1653 | |
|---|
| 1654 | Setup.lhs:6:51: |
|---|
| 1655 | Warning: In the use of `buildVerbose' |
|---|
| 1656 | (imported from Distribution.Simple.Setup): |
|---|
| 1657 | Deprecated: "Use buildVerbosity instead" |
|---|
| 1658 | |
|---|
| 1659 | Setup.lhs:7:51: |
|---|
| 1660 | Warning: In the use of `defaultUserHooks' |
|---|
| 1661 | (imported from Distribution.Simple): |
|---|
| 1662 | Deprecated: "Use simpleUserHooks or autoconfUserHooks, unless you need Cabal-1.2 |
|---|
| 1663 | compatibility in which case you must stick with defaultUserHooks" |
|---|
| 1664 | Linking Setup ... |
|---|
| 1665 | "./Setup" "configure" "--package-db=../../packages/package.conf.inplace" "--prefix=/usr/local" "--with-compiler=/usr/local/bin/ghc" "--with-hc-pkg=/usr/local/bin/ghc-pkg" "--with-hsc2hs=/usr/local/bin/hsc2hs" "--with-happy=../happy-1.18.4/dist/build/happy/happy" "--happy-options=--template=../happy-1.18.4" |
|---|
| 1666 | Warning: defaultUserHooks in Setup script is deprecated. |
|---|
| 1667 | Configuring alex-2.3.1... |
|---|
| 1668 | "./Setup" "build" |
|---|
| 1669 | Preprocessing executables for alex-2.3.1... |
|---|
| 1670 | Building alex-2.3.1... |
|---|
| 1671 | [ 1 of 16] Compiling Set ( src/Set.hs, dist/build/alex/alex-tmp/Set.o ) |
|---|
| 1672 | [ 2 of 16] Compiling DFS ( src/DFS.hs, dist/build/alex/alex-tmp/DFS.o ) |
|---|
| 1673 | [ 3 of 16] Compiling Sort ( src/Sort.hs, dist/build/alex/alex-tmp/Sort.o ) |
|---|
| 1674 | [ 4 of 16] Compiling CharSet ( src/CharSet.hs, dist/build/alex/alex-tmp/CharSet.o ) |
|---|
| 1675 | [ 5 of 16] Compiling Map ( src/Map.hs, dist/build/alex/alex-tmp/Map.o ) |
|---|
| 1676 | [ 6 of 16] Compiling Paths_alex ( dist/build/autogen/Paths_alex.hs, dist/build/alex/alex-tmp/Paths_alex.o ) |
|---|
| 1677 | [ 7 of 16] Compiling Util ( src/Util.hs, dist/build/alex/alex-tmp/Util.o ) |
|---|
| 1678 | [ 8 of 16] Compiling AbsSyn ( src/AbsSyn.hs, dist/build/alex/alex-tmp/AbsSyn.o ) |
|---|
| 1679 | [ 9 of 16] Compiling ParseMonad ( src/ParseMonad.hs, dist/build/alex/alex-tmp/ParseMonad.o ) |
|---|
| 1680 | [10 of 16] Compiling Scan ( dist/build/alex/alex-tmp/Scan.hs, dist/build/alex/alex-tmp/Scan.o ) |
|---|
| 1681 | [11 of 16] Compiling Output ( src/Output.hs, dist/build/alex/alex-tmp/Output.o ) |
|---|
| 1682 | [12 of 16] Compiling Info ( src/Info.hs, dist/build/alex/alex-tmp/Info.o ) |
|---|
| 1683 | [13 of 16] Compiling NFA ( src/NFA.hs, dist/build/alex/alex-tmp/NFA.o ) |
|---|
| 1684 | [14 of 16] Compiling DFA ( src/DFA.hs, dist/build/alex/alex-tmp/DFA.o ) |
|---|
| 1685 | [15 of 16] Compiling Parser ( dist/build/alex/alex-tmp/Parser.hs, dist/build/alex/alex-tmp/Parser.o ) |
|---|
| 1686 | [16 of 16] Compiling Main ( src/Main.hs, dist/build/alex/alex-tmp/Main.o ) |
|---|
| 1687 | Linking dist/build/alex/alex ... |
|---|
| 1688 | "./Setup" "register" "--inplace" |
|---|
| 1689 | Package contains no library to register: alex-2.3.1... |
|---|
| 1690 | Building editline-0.2.1.0... |
|---|
| 1691 | "/usr/local/bin/ghc" "--make" "Setup" "-o" "Setup" "-package" "Cabal-1.6.0.3" |
|---|
| 1692 | [1 of 1] Compiling Main ( Setup.lhs, Setup.o ) |
|---|
| 1693 | |
|---|
| 1694 | Setup.lhs:3:0: |
|---|
| 1695 | Warning: In the use of `defaultUserHooks' |
|---|
| 1696 | (imported from Distribution.Simple): |
|---|
| 1697 | Deprecated: "Use simpleUserHooks or autoconfUserHooks, unless you need Cabal-1.2 |
|---|
| 1698 | compatibility in which case you must stick with defaultUserHooks" |
|---|
| 1699 | Linking Setup ... |
|---|
| 1700 | "./Setup" "configure" "--package-db=../../packages/package.conf.inplace" "--prefix=/usr/local" "--with-compiler=/usr/local/bin/ghc" "--with-hc-pkg=/usr/local/bin/ghc-pkg" "--with-hsc2hs=/usr/local/bin/hsc2hs" "--with-happy=../happy-1.18.4/dist/build/happy/happy" "--happy-options=--template=../happy-1.18.4" "--with-alex=../alex-2.3.1/dist/build/alex/alex" |
|---|
| 1701 | Warning: defaultUserHooks in Setup script is deprecated. |
|---|
| 1702 | Configuring editline-0.2.1.0... |
|---|
| 1703 | checking for gcc... gcc |
|---|
| 1704 | checking for C compiler default output file name... a.out |
|---|
| 1705 | checking whether the C compiler works... yes |
|---|
| 1706 | checking whether we are cross compiling... no |
|---|
| 1707 | checking for suffix of executables... |
|---|
| 1708 | checking for suffix of object files... o |
|---|
| 1709 | checking whether we are using the GNU C compiler... yes |
|---|
| 1710 | checking whether gcc accepts -g... yes |
|---|
| 1711 | checking for gcc option to accept ISO C89... none needed |
|---|
| 1712 | checking for tputs in -lncurses... yes |
|---|
| 1713 | checking for el_init... no |
|---|
| 1714 | checking for readline... no |
|---|
| 1715 | checking how to run the C preprocessor... gcc -E |
|---|
| 1716 | checking for grep that handles long lines and -e... /bin/grep |
|---|
| 1717 | checking for egrep... /bin/grep -E |
|---|
| 1718 | checking for ANSI C header files... no |
|---|
| 1719 | checking for sys/types.h... yes |
|---|
| 1720 | checking for sys/stat.h... yes |
|---|
| 1721 | checking for stdlib.h... yes |
|---|
| 1722 | checking for string.h... yes |
|---|
| 1723 | checking for memory.h... yes |
|---|
| 1724 | checking for strings.h... yes |
|---|
| 1725 | checking for inttypes.h... yes |
|---|
| 1726 | checking for stdint.h... yes |
|---|
| 1727 | checking for unistd.h... yes |
|---|
| 1728 | checking editline/readline.h usability... no |
|---|
| 1729 | checking editline/readline.h presence... no |
|---|
| 1730 | checking for editline/readline.h... no |
|---|
| 1731 | checking editline/editline.h usability... no |
|---|
| 1732 | checking editline/editline.h presence... no |
|---|
| 1733 | checking for editline/editline.h... no |
|---|
| 1734 | checking readline/readline.h usability... yes |
|---|
| 1735 | checking readline/readline.h presence... yes |
|---|
| 1736 | checking for readline/readline.h... yes |
|---|
| 1737 | checking for sign of read_history result on error... negative |
|---|
| 1738 | checking for rl_completion_matches... no |
|---|
| 1739 | checking for completion_matches... no |
|---|
| 1740 | configure: error: editline not found, so this package cannot be built |
|---|
| 1741 | See `config.log' for more details. |
|---|
| 1742 | |
|---|
| 1743 | Error: |
|---|
| 1744 | Configuring the editline-0.2.1.0 package failed |
|---|
| 1745 | make: *** [build.stamp] Error 2 |
|---|
| 1746 | make: Target `default' not remade because of errors. |
|---|
| 1747 | |
|---|
| 1748 | Script done on Wed 03 Jun 2009 12:13:27 AM PDT |
|---|