| 1 | Script started on Wed 03 Jun 2009 12:05:33 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 | Linking Setup ... |
|---|
| 71 | "./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" |
|---|
| 72 | Configuring mtl-1.1.0.2... |
|---|
| 73 | "./Setup" "build" |
|---|
| 74 | Preprocessing library mtl-1.1.0.2... |
|---|
| 75 | Building mtl-1.1.0.2... |
|---|
| 76 | |
|---|
| 77 | Control/Monad/Cont.hs:1:11: |
|---|
| 78 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 79 | |
|---|
| 80 | Control/Monad/Cont/Class.hs:1:11: |
|---|
| 81 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 82 | |
|---|
| 83 | Control/Monad/Error.hs:1:11: |
|---|
| 84 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 85 | |
|---|
| 86 | Control/Monad/Error/Class.hs:1:11: |
|---|
| 87 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 88 | |
|---|
| 89 | Control/Monad/List.hs:1:11: |
|---|
| 90 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 91 | |
|---|
| 92 | Control/Monad/RWS/Lazy.hs:1:11: |
|---|
| 93 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 94 | |
|---|
| 95 | Control/Monad/RWS/Strict.hs:1:11: |
|---|
| 96 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 97 | |
|---|
| 98 | Control/Monad/Reader.hs:2:11: |
|---|
| 99 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 100 | |
|---|
| 101 | Control/Monad/Reader/Class.hs:1:11: |
|---|
| 102 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 103 | |
|---|
| 104 | Control/Monad/State/Lazy.hs:1:11: |
|---|
| 105 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 106 | |
|---|
| 107 | Control/Monad/State/Strict.hs:1:11: |
|---|
| 108 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 109 | |
|---|
| 110 | Control/Monad/Writer.hs:1:11: |
|---|
| 111 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 112 | |
|---|
| 113 | Control/Monad/Writer/Class.hs:1:11: |
|---|
| 114 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 115 | |
|---|
| 116 | Control/Monad/Writer/Lazy.hs:1:11: |
|---|
| 117 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 118 | |
|---|
| 119 | Control/Monad/Writer/Strict.hs:1:11: |
|---|
| 120 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 121 | [ 1 of 21] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o ) |
|---|
| 122 | [ 2 of 21] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o ) |
|---|
| 123 | [ 3 of 21] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o ) |
|---|
| 124 | [ 4 of 21] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o ) |
|---|
| 125 | [ 5 of 21] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o ) |
|---|
| 126 | [ 6 of 21] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o ) |
|---|
| 127 | [ 7 of 21] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o ) |
|---|
| 128 | [ 8 of 21] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o ) |
|---|
| 129 | [ 9 of 21] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o ) |
|---|
| 130 | [10 of 21] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o ) |
|---|
| 131 | [11 of 21] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o ) |
|---|
| 132 | [12 of 21] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o ) |
|---|
| 133 | [13 of 21] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o ) |
|---|
| 134 | [14 of 21] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o ) |
|---|
| 135 | [15 of 21] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o ) |
|---|
| 136 | [16 of 21] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o ) |
|---|
| 137 | [17 of 21] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o ) |
|---|
| 138 | [18 of 21] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o ) |
|---|
| 139 | [19 of 21] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o ) |
|---|
| 140 | [20 of 21] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o ) |
|---|
| 141 | [21 of 21] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o ) |
|---|
| 142 | /usr/bin/ar: creating dist/build/libHSmtl-1.1.0.2.a |
|---|
| 143 | "./Setup" "register" "--inplace" |
|---|
| 144 | Registering mtl-1.1.0.2... |
|---|
| 145 | Reading package info from "dist/inplace-pkg-config" ... done. |
|---|
| 146 | Writing new package config file... done. |
|---|
| 147 | Building happy-1.18.4... |
|---|
| 148 | "/usr/local/bin/ghc" "--make" "Setup" "-o" "Setup" "-package" "Cabal-1.6.0.3" |
|---|
| 149 | Linking Setup ... |
|---|
| 150 | "./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" |
|---|
| 151 | Warning: defaultUserHooks in Setup script is deprecated. |
|---|
| 152 | Configuring happy-1.18.4... |
|---|
| 153 | "./Setup" "build" |
|---|
| 154 | Preprocessing executables for happy-1.18.4... |
|---|
| 155 | Setup: The program happy is required but it could not be found |
|---|
| 156 | |
|---|
| 157 | Error: |
|---|
| 158 | Building the happy-1.18.4 package failed |
|---|
| 159 | make: *** [build.stamp] Error 2 |
|---|
| 160 | make: Target `default' not remade because of errors. |
|---|
| 161 | |
|---|
| 162 | Script done on Wed 03 Jun 2009 12:06:13 AM PDT |
|---|