*** setup configure Configuring HAppS-Server-0.9.2... Dependency base-any: using base-3.0.1.0 Dependency HaXml>=1.13&&<1.14: using HaXml-1.13.3 Dependency parsec-any: using parsec-3.0.0 Dependency mtl-any: using mtl-1.1.0.0 Dependency network-any: using network-2.1.0.0 Dependency regex-compat-any: using regex-compat-0.90 Dependency hslogger>=1.0.2: using hslogger-1.0.5 Dependency HAppS-Data>=0.9.2: using HAppS-Data-0.9.2.1 Dependency HAppS-Util>=0.9.2: using HAppS-Util-0.9.2.1 Dependency HAppS-State>=0.9.2: using HAppS-State-0.9.2.1 Dependency HAppS-IxSet>=0.9.2: using HAppS-IxSet-0.9.2.1 Dependency HTTP-any: using HTTP-3001.0.4 Dependency template-haskell-any: using template-haskell-2.2.0.0 Dependency xhtml-any: using xhtml-3000.1.0.0 Dependency html-any: using html-1.0.1.1 Dependency bytestring-any: using bytestring-0.9.1.0 Dependency random-any: using random-1.0.0.0 Dependency containers-any: using containers-0.1.0.1 Dependency old-time-any: using old-time-1.0.0.0 Dependency old-locale-any: using old-locale-1.0.0.0 Dependency directory-any: using directory-1.0.0.0 Dependency unix-any: using unix-2.3.0.0 Using compiler: ghc-6.8.2 Using install prefix: /usr/local/tmp/archive/install Binaries installed in: /usr/local/tmp/archive/install/bin Libraries installed in: /usr/local/tmp/archive/install/lib/HAppS-Server-0.9.2/ghc-6.8.2 Private binaries installed in: /usr/local/tmp/archive/install/libexec Data files installed in: /usr/local/tmp/archive/install/share/HAppS-Server-0.9.2 Documentation installed in: /usr/local/tmp/archive/install/share/doc/HAppS-Server-0.9.2 Using alex version 2.0.1 found on system at: /usr/local/bin/alex Using ar found on system at: /usr/bin/ar Using c2hs version 0.15.1 found on system at: /usr/local/bin/c2hs Using cpphs version 0.7 found on system at: /usr/bin/cpphs Using ffihugs found on system at: /usr/local/bin/ffihugs Using ghc version 6.8.2 found on system at: /usr/local/bin/ghc Using ghc-pkg version 6.8.2 found on system at: /usr/local/bin/ghc-pkg No greencard found Using haddock version 2.1.0 found on system at: /usr/local/bin/haddock Using happy version 1.17 found on system at: /usr/local/bin/happy No hmake found Using hsc2hs version 0.66-ghc found on system at: /usr/local/bin/hsc2hs Using hscolour version 1.9 found on system at: /usr/local/bin/HsColour Using hugs found on system at: /usr/local/bin/hugs No jhc found Using ld found on system at: /usr/bin/ld No nhc98 found Using pkg-config version 0.22 found on system at: /usr/bin/pkg-config Using ranlib found on system at: /usr/bin/ranlib Using strip found on system at: /usr/bin/strip Using tar found on system at: /bin/tar *** setup build Creating dist/build (and its parents) Creating dist/build/autogen (and its parents) Preprocessing library HAppS-Server-0.9.2... Building HAppS-Server-0.9.2... Building library... Creating dist/build (and its parents) /usr/local/bin/ghc -package-name HAppS-Server-0.9.2 --make -hide-all-packages -i -idist/build/autogen -idist/build -isrc -Idist/build -optP-DUNIX -odir dist/build -hidir dist/build -stubdir dist/build -package base-3.0.1.0 -package HaXml-1.13.3 -package parsec-3.0.0 -package mtl-1.1.0.0 -package network-2.1.0.0 -package regex-compat-0.90 -package hslogger-1.0.5 -package HAppS-Data-0.9.2.1 -package HAppS-Util-0.9.2.1 -package HAppS-State-0.9.2.1 -package HAppS-IxSet-0.9.2.1 -package HTTP-3001.0.4 -package template-haskell-2.2.0.0 -package xhtml-3000.1.0.0 -package html-1.0.1.1 -package bytestring-0.9.1.0 -package random-1.0.0.0 -package containers-0.1.0.1 -package old-time-1.0.0.0 -package old-locale-1.0.0.0 -package directory-1.0.0.0 -package unix-2.3.0.0 -O -W -fno-warn-incomplete-patterns -XCPP -XUndecidableInstances HAppS.Server HAppS.Server.Cookie HAppS.Server.HTTP.Client HAppS.Server.HTTP.Types HAppS.Server.HTTP.LowLevel HAppS.Server.HTTP.FileServe HAppS.Server.SimpleHTTP HAppS.Server.JSON HAppS.Server.MessageWrap HAppS.Server.MinHaXML HAppS.Server.SURI HAppS.Server.XSLT HAppS.Server.Facebook HAppS.Server.Cron HAppS.Server.StdConfig HAppS.Store.Util HAppS.Store.FlashMsgs HAppS.Store.HelpReqs HAppS.Server.S3 HAppS.Server.HTTPClient.HTTP HAppS.Server.HTTPClient.Stream HAppS.Server.HTTPClient.TCP HAppS.Server.HTTP.Clock HAppS.Server.HTTP.Handler HAppS.Server.HTTP.LazyLiner HAppS.Server.HTTP.Listen HAppS.Server.HTTP.Multipart HAppS.Server.HTTP.RFC822Headers HAppS.Server.SURI.ParseURI [ 1 of 29] Compiling HAppS.Server.SURI.ParseURI ( src/HAppS/Server/SURI/ParseURI.hs, dist/build/HAppS/Server/SURI/ParseURI.o ) [ 2 of 29] Compiling HAppS.Server.HTTP.RFC822Headers ( src/HAppS/Server/HTTP/RFC822Headers.hs, dist/build/HAppS/Server/HTTP/RFC822Headers.o ) [ 3 of 29] Compiling HAppS.Server.HTTP.Multipart ( src/HAppS/Server/HTTP/Multipart.hs, dist/build/HAppS/Server/HTTP/Multipart.o ) [ 4 of 29] Compiling HAppS.Server.HTTP.LazyLiner ( src/HAppS/Server/HTTP/LazyLiner.hs, dist/build/HAppS/Server/HTTP/LazyLiner.o ) [ 5 of 29] Compiling HAppS.Server.HTTP.Clock ( src/HAppS/Server/HTTP/Clock.hs, dist/build/HAppS/Server/HTTP/Clock.o ) [ 6 of 29] Compiling HAppS.Server.HTTPClient.Stream ( src/HAppS/Server/HTTPClient/Stream.hs, dist/build/HAppS/Server/HTTPClient/Stream.o ) [ 7 of 29] Compiling HAppS.Server.HTTPClient.TCP ( src/HAppS/Server/HTTPClient/TCP.hs, dist/build/HAppS/Server/HTTPClient/TCP.o ) src/HAppS/Server/HTTPClient/TCP.hs:92:23: Warning: Defined but not used: `addr' src/HAppS/Server/HTTPClient/TCP.hs:92:32: Warning: Defined but not used: `hst' src/HAppS/Server/HTTPClient/TCP.hs:110:24: Warning: Defined but not used: `addr' src/HAppS/Server/HTTPClient/TCP.hs:166:33: Warning: Defined but not used: `addr' [ 8 of 29] Compiling HAppS.Server.HTTPClient.HTTP ( src/HAppS/Server/HTTPClient/HTTP.hs, dist/build/HAppS/Server/HTTPClient/HTTP.o ) src/HAppS/Server/HTTPClient/HTTP.hs:137:0: Warning: Deprecated use of `authority' (imported from Network.URI): use uriAuthority, and note changed functionality src/HAppS/Server/HTTPClient/HTTP.hs:414:59: Warning: Defined but not used: `v' src/HAppS/Server/HTTPClient/HTTP.hs:594:33: Warning: Defined but not used: `version' src/HAppS/Server/HTTPClient/HTTP.hs:600:16: Warning: Defined but not used: `yes' src/HAppS/Server/HTTPClient/HTTP.hs:603:2: Warning: Defined but not used: `no' src/HAppS/Server/HTTPClient/HTTP.hs:611:33: Warning: Defined but not used: `version' src/HAppS/Server/HTTPClient/HTTP.hs:618:16: Warning: Defined but not used: `yes' src/HAppS/Server/HTTPClient/HTTP.hs:619:16: Warning: Defined but not used: `no' src/HAppS/Server/HTTPClient/HTTP.hs:765:37: Warning: Defined but not used: `xs' src/HAppS/Server/HTTPClient/HTTP.hs:951:18: Warning: Defined but not used: `conn' [ 9 of 29] Compiling HAppS.Server.S3 ( src/HAppS/Server/S3.hs, dist/build/HAppS/Server/S3.o ) src/HAppS/Server/S3.hs:21:0: Warning: Deprecated use of `authority' (imported from Network.URI): use uriAuthority, and note changed functionality src/HAppS/Server/S3.hs:22:73: Warning: Imported from `Control.Concurrent' but not used: `forkIO' src/HAppS/Server/S3.hs:102:14: Warning: Defined but not used: `s3' src/HAppS/Server/S3.hs:123:25: Warning: accepting non-standard pattern guards (use -XPatternGuards to suppress this message) (2, _, _) <- rspCode res [10 of 29] Compiling HAppS.Store.Util ( src/HAppS/Store/Util.hs, dist/build/HAppS/Store/Util.o ) ghc-6.8.2: /usr/local/tmp/archive/install/lib/HAppS-IxSet-0.9.2.1/ghc-6.8.2/HSHAppS-IxSet-0.9.2.1.o: unknown symbol `binaryzm0zi4zi1_DataziBinaryziGet_zdf2_closure' Loading package base ... linking ... done. Loading package html-1.0.1.1 ... linking ... done. Loading package xhtml-3000.1.0.0 ... linking ... done. Loading package array-0.1.0.0 ... linking ... done. Loading package mtl-1.1.0.0 ... linking ... done. Loading package bytestring-0.9.1.0 ... linking ... done. Loading package parsec-3.0.0 ... linking ... done. Loading package network-2.1.0.0 ... linking ... done. Loading package HTTP-3001.0.4 ... linking ... done. Loading package old-locale-1.0.0.0 ... linking ... done. Loading package old-time-1.0.0.0 ... linking ... done. Loading package filepath-1.1.0.0 ... linking ... done. Loading package directory-1.0.0.0 ... linking ... done. Loading package unix-2.3.0.0 ... linking ... done. Loading package containers-0.1.0.1 ... linking ... done. Loading package process-1.0.0.0 ... linking ... done. Loading package hslogger-1.0.5 ... linking ... done. Loading package pretty-1.0.0.0 ... linking ... done. Loading package packedstring-0.1.0.0 ... linking ... done. Loading package template-haskell ... linking ... done. Loading package HAppS-Util-0.9.2.1 ... linking ... done. Loading package random-1.0.0.0 ... linking ... done. Loading package haskell98 ... linking ... done. Loading package HaXml-1.13.3 ... linking ... done. Loading package stm-2.1.1.0 ... linking ... done. Loading package syb-with-class-0.4 ... linking ... done. Loading package regex-base-0.93.1 ... linking ... done. Loading package regex-posix-0.72.0.2 ... linking ... done. Loading package regex-compat-0.90 ... linking ... done. Loading package binary-0.4.2 ... linking ... done. Loading package HAppS-Data-0.9.2.1 ... linking ... done. Loading package HAppS-State-0.9.2.1 ... linking ... done. Loading package HAppS-IxSet-0.9.2.1 ... linking ... ghc-6.8.2: unable to load package `HAppS-IxSet-0.9.2.1'