| 1 | ;; This buffer is for notes you don't want to save, and for Lisp evaluation. |
|---|
| 2 | ;; If you want to create a file, visit that file with C-x C-f, |
|---|
| 3 | ;; then enter the text in that file's own buffer. |
|---|
| 4 | |
|---|
| 5 | checking build system type... x86_64-unknown-linux-gnu |
|---|
| 6 | checking host system type... x86_64-unknown-linux-gnu |
|---|
| 7 | checking target system type... x86_64-unknown-linux-gnu |
|---|
| 8 | checking for ghc... /usr/bin/ghc |
|---|
| 9 | checking for ghc-pkg... /usr/bin/ghc-pkg |
|---|
| 10 | checking for hsc2hs... /usr/bin/hsc2hs |
|---|
| 11 | checking version of ghc... 6.10.4 |
|---|
| 12 | checking version of ghc-pkg matches... yes |
|---|
| 13 | checking ghc actually works... yes |
|---|
| 14 | checking the ghc core packages are all installed... yes |
|---|
| 15 | checking for perl... /usr/bin/perl |
|---|
| 16 | checking for gcc... gcc |
|---|
| 17 | checking for C compiler default output file name... a.out |
|---|
| 18 | checking whether the C compiler works... yes |
|---|
| 19 | checking whether we are cross compiling... no |
|---|
| 20 | checking for suffix of executables... |
|---|
| 21 | checking for suffix of object files... o |
|---|
| 22 | checking whether we are using the GNU C compiler... yes |
|---|
| 23 | checking whether gcc accepts -g... yes |
|---|
| 24 | checking for gcc option to accept ISO C89... none needed |
|---|
| 25 | checking how to run the C preprocessor... gcc -E |
|---|
| 26 | checking for grep that handles long lines and -e... /bin/grep |
|---|
| 27 | checking for egrep... /bin/grep -E |
|---|
| 28 | checking for ANSI C header files... yes |
|---|
| 29 | checking for sys/types.h... yes |
|---|
| 30 | checking for sys/stat.h... yes |
|---|
| 31 | checking for stdlib.h... yes |
|---|
| 32 | checking for string.h... yes |
|---|
| 33 | checking for memory.h... yes |
|---|
| 34 | checking for strings.h... yes |
|---|
| 35 | checking for inttypes.h... yes |
|---|
| 36 | checking for stdint.h... yes |
|---|
| 37 | checking for unistd.h... yes |
|---|
| 38 | checking zlib.h usability... yes |
|---|
| 39 | checking zlib.h presence... yes |
|---|
| 40 | checking for zlib.h... yes |
|---|
| 41 | checking for zlibVersion in -lz... yes |
|---|
| 42 | checking GL/gl.h usability... yes |
|---|
| 43 | checking GL/gl.h presence... yes |
|---|
| 44 | checking for GL/gl.h... yes |
|---|
| 45 | checking for library containing glEnd... -lGL |
|---|
| 46 | checking GL/glu.h usability... yes |
|---|
| 47 | checking GL/glu.h presence... yes |
|---|
| 48 | checking for GL/glu.h... yes |
|---|
| 49 | checking for library containing gluNewQuadric... -lGLU |
|---|
| 50 | checking GL/glut.h usability... yes |
|---|
| 51 | checking GL/glut.h presence... yes |
|---|
| 52 | checking for GL/glut.h... yes |
|---|
| 53 | checking for library containing glutMainLoop... -lglut |
|---|
| 54 | configure: creating ./config.status |
|---|
| 55 | config.status: creating scripts/config |
|---|
| 56 | ************************************************** |
|---|
| 57 | * Configuration completed successfully. |
|---|
| 58 | * |
|---|
| 59 | * Install prefix: /usr/local |
|---|
| 60 | * Haskell packages will be registered into |
|---|
| 61 | * the global ghc package database |
|---|
| 62 | * |
|---|
| 63 | * If you wish to change these settings then |
|---|
| 64 | * use --prefix= and/or --enable-user-install |
|---|
| 65 | * |
|---|
| 66 | * Now do "make" followed by "sudo make install" |
|---|
| 67 | ************************************************** |
|---|
| 68 | mike@bender:~/Misc/software/haskell-platform-2009.2.0.2$ make |
|---|
| 69 | scripts/build.sh |
|---|
| 70 | Building |
|---|
| 71 | "/usr/bin/ghc" "--make" "Setup" "-o" "Setup" "-package" "Cabal-1.6.0.3" |
|---|
| 72 | [1 of 1] Compiling Main ( Setup.hs, Setup.o ) |
|---|
| 73 | Linking Setup ... |
|---|
| 74 | "./Setup" "configure" "--package-db=../../packages/package.conf.inplace" "--prefix=/usr/local" "--with-compiler=/usr/bin/ghc" "--with-hc-pkg=/usr/bin/ghc-pkg" "--with-hsc2hs=/usr/bin/hsc2hs" "--enable-library-profiling" |
|---|
| 75 | Configuring mtl-1.1.0.2... |
|---|
| 76 | "./Setup" "build" |
|---|
| 77 | Preprocessing library mtl-1.1.0.2... |
|---|
| 78 | Building mtl-1.1.0.2... |
|---|
| 79 | |
|---|
| 80 | Control/Monad/Cont.hs:1:11: |
|---|
| 81 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 82 | |
|---|
| 83 | Control/Monad/Cont/Class.hs:1:11: |
|---|
| 84 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 85 | |
|---|
| 86 | Control/Monad/Error.hs:1:11: |
|---|
| 87 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 88 | |
|---|
| 89 | Control/Monad/Error/Class.hs:1:11: |
|---|
| 90 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 91 | |
|---|
| 92 | Control/Monad/List.hs:1:11: |
|---|
| 93 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 94 | |
|---|
| 95 | Control/Monad/RWS/Lazy.hs:1:11: |
|---|
| 96 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 97 | |
|---|
| 98 | Control/Monad/RWS/Strict.hs:1:11: |
|---|
| 99 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 100 | |
|---|
| 101 | Control/Monad/Reader.hs:2:11: |
|---|
| 102 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 103 | |
|---|
| 104 | Control/Monad/Reader/Class.hs:1:11: |
|---|
| 105 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 106 | |
|---|
| 107 | Control/Monad/State/Lazy.hs:1:11: |
|---|
| 108 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 109 | |
|---|
| 110 | Control/Monad/State/Strict.hs:1:11: |
|---|
| 111 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 112 | |
|---|
| 113 | Control/Monad/Writer.hs:1:11: |
|---|
| 114 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 115 | |
|---|
| 116 | Control/Monad/Writer/Class.hs:1:11: |
|---|
| 117 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 118 | |
|---|
| 119 | Control/Monad/Writer/Lazy.hs:1:11: |
|---|
| 120 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 121 | |
|---|
| 122 | Control/Monad/Writer/Strict.hs:1:11: |
|---|
| 123 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 124 | [ 1 of 21] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o ) |
|---|
| 125 | [ 2 of 21] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o ) |
|---|
| 126 | [ 3 of 21] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o ) |
|---|
| 127 | [ 4 of 21] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o ) |
|---|
| 128 | [ 5 of 21] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o ) |
|---|
| 129 | [ 6 of 21] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o ) |
|---|
| 130 | [ 7 of 21] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o ) |
|---|
| 131 | [ 8 of 21] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o ) |
|---|
| 132 | [ 9 of 21] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o ) |
|---|
| 133 | [10 of 21] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o ) |
|---|
| 134 | [11 of 21] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o ) |
|---|
| 135 | [12 of 21] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o ) |
|---|
| 136 | [13 of 21] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o ) |
|---|
| 137 | [14 of 21] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o ) |
|---|
| 138 | [15 of 21] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o ) |
|---|
| 139 | [16 of 21] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o ) |
|---|
| 140 | [17 of 21] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o ) |
|---|
| 141 | [18 of 21] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o ) |
|---|
| 142 | [19 of 21] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o ) |
|---|
| 143 | [20 of 21] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o ) |
|---|
| 144 | [21 of 21] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o ) |
|---|
| 145 | |
|---|
| 146 | Control/Monad/Cont.hs:1:11: |
|---|
| 147 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 148 | |
|---|
| 149 | Control/Monad/Cont/Class.hs:1:11: |
|---|
| 150 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 151 | |
|---|
| 152 | Control/Monad/Error.hs:1:11: |
|---|
| 153 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 154 | |
|---|
| 155 | Control/Monad/Error/Class.hs:1:11: |
|---|
| 156 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 157 | |
|---|
| 158 | Control/Monad/List.hs:1:11: |
|---|
| 159 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 160 | |
|---|
| 161 | Control/Monad/RWS/Lazy.hs:1:11: |
|---|
| 162 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 163 | |
|---|
| 164 | Control/Monad/RWS/Strict.hs:1:11: |
|---|
| 165 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 166 | |
|---|
| 167 | Control/Monad/Reader.hs:2:11: |
|---|
| 168 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 169 | |
|---|
| 170 | Control/Monad/Reader/Class.hs:1:11: |
|---|
| 171 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 172 | |
|---|
| 173 | Control/Monad/State/Lazy.hs:1:11: |
|---|
| 174 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 175 | |
|---|
| 176 | Control/Monad/State/Strict.hs:1:11: |
|---|
| 177 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 178 | |
|---|
| 179 | Control/Monad/Writer.hs:1:11: |
|---|
| 180 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 181 | |
|---|
| 182 | Control/Monad/Writer/Class.hs:1:11: |
|---|
| 183 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 184 | |
|---|
| 185 | Control/Monad/Writer/Lazy.hs:1:11: |
|---|
| 186 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 187 | |
|---|
| 188 | Control/Monad/Writer/Strict.hs:1:11: |
|---|
| 189 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 190 | |
|---|
| 191 | Control/Monad/Cont.hs:74:7: |
|---|
| 192 | Could not find module `Control.Monad': |
|---|
| 193 | Perhaps you haven't installed the profiling libraries for package `base'? |
|---|
| 194 | Use -v to see a list of the files searched for. |
|---|
| 195 | |
|---|
| 196 | Error: |
|---|
| 197 | Building the mtl-1.1.0.2 package failed |
|---|