Build #1 for WxGeneric-0.5.2

[all reports]

Package WxGeneric-0.5.2
Install DependencyFailed SybWidget-0.5.2
Docs NotTried
Tests NotTried
Time submitted 2015-05-22 22:19:05.767494 UTC
Compiler ghc-7.8.3
OS linux
Arch x86_64
Dependencies xtc-1.0.1, wxcore-0.91.0.0, wx-0.91.0.0, mtl-2.2.1, haskell98-2.0.0.3, base-4.7.0.1, SybWidget-0.5.2
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring TypeCompose-0.9.10...
Building TypeCompose-0.9.10...
Preprocessing library TypeCompose-0.9.10...
[ 1 of 10] Compiling Control.Instances ( src/Control/Instances.hs, dist/build/Control/Instances.o )
[ 2 of 10] Compiling Data.RefMonad    ( src/Data/RefMonad.hs, dist/build/Data/RefMonad.o )
[ 3 of 10] Compiling Data.Bijection   ( src/Data/Bijection.hs, dist/build/Data/Bijection.o )
[ 4 of 10] Compiling Control.Compose  ( src/Control/Compose.hs, dist/build/Control/Compose.o )
[ 5 of 10] Compiling Data.Title       ( src/Data/Title.hs, dist/build/Data/Title.o )
[ 6 of 10] Compiling Data.CxMonoid    ( src/Data/CxMonoid.hs, dist/build/Data/CxMonoid.o )
[ 7 of 10] Compiling Data.Pair        ( src/Data/Pair.hs, dist/build/Data/Pair.o )
[ 8 of 10] Compiling Data.Zip         ( src/Data/Zip.hs, dist/build/Data/Zip.o )

src/Data/Zip.hs:111:1: Warning:
    Rule "zipWith  prelude" may never fire
      because ‘zipWith’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘zipWith’

src/Data/Zip.hs:112:1: Warning:
    Rule "zipWith3 prelude" may never fire
      because ‘zipWith3’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘zipWith3’
[ 9 of 10] Compiling Data.Partial     ( src/Data/Partial.hs, dist/build/Data/Partial.o )
[10 of 10] Compiling Data.Lambda      ( src/Data/Lambda.hs, dist/build/Data/Lambda.o )
In-place registering TypeCompose-0.9.10...
Running Haddock for TypeCompose-0.9.10...
Running hscolour for TypeCompose-0.9.10...
Preprocessing library TypeCompose-0.9.10...
Preprocessing library TypeCompose-0.9.10...
Haddock coverage:
 100% (  1 /  1) in 'Control.Instances'
 100% (  3 /  3) in 'Data.RefMonad'
 100% (  8 /  8) in 'Data.Bijection'
  85% ( 84 / 99) in 'Control.Compose'
  67% (  2 /  3) in 'Data.Title'
 100% (  4 /  4) in 'Data.CxMonoid'
 100% ( 16 / 16) in 'Data.Pair'
 100% ( 18 / 18) in 'Data.Zip'
  91% ( 10 / 11) in 'Data.Partial'
 100% (  8 /  8) in 'Data.Lambda'
Documentation created: dist/doc/html/TypeCompose/index.html,
dist/doc/html/TypeCompose/TypeCompose.txt
Creating package registration file: /tmp/pkgConf-TypeCompose-0.914312.10
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/TypeCompose-0.9.10
Registering TypeCompose-0.9.10...
Installed TypeCompose-0.9.10
Configuring stm-2.4.4...
Building stm-2.4.4...
Preprocessing library stm-2.4.4...
[ 1 of 10] Compiling Control.Sequential.STM ( Control/Sequential/STM.hs, dist/build/Control/Sequential/STM.o )
[ 2 of 10] Compiling Control.Concurrent.STM.TBQueue ( Control/Concurrent/STM/TBQueue.hs, dist/build/Control/Concurrent/STM/TBQueue.o )
[ 3 of 10] Compiling Control.Concurrent.STM.TQueue ( Control/Concurrent/STM/TQueue.hs, dist/build/Control/Concurrent/STM/TQueue.o )
[ 4 of 10] Compiling Control.Concurrent.STM.TChan ( Control/Concurrent/STM/TChan.hs, dist/build/Control/Concurrent/STM/TChan.o )
[ 5 of 10] Compiling Control.Concurrent.STM.TMVar ( Control/Concurrent/STM/TMVar.hs, dist/build/Control/Concurrent/STM/TMVar.o )
[ 6 of 10] Compiling Control.Concurrent.STM.TVar ( Control/Concurrent/STM/TVar.hs, dist/build/Control/Concurrent/STM/TVar.o )
[ 7 of 10] Compiling Control.Concurrent.STM.TArray ( Control/Concurrent/STM/TArray.hs, dist/build/Control/Concurrent/STM/TArray.o )
[ 8 of 10] Compiling Control.Monad.STM ( Control/Monad/STM.hs, dist/build/Control/Monad/STM.o )
[ 9 of 10] Compiling Control.Concurrent.STM ( Control/Concurrent/STM.hs, dist/build/Control/Concurrent/STM.o )
[10 of 10] Compiling Control.Concurrent.STM.TSem ( Control/Concurrent/STM/TSem.hs, dist/build/Control/Concurrent/STM/TSem.o )
In-place registering stm-2.4.4...
Running Haddock for stm-2.4.4...
Running hscolour for stm-2.4.4...
Preprocessing library stm-2.4.4...
Preprocessing library stm-2.4.4...
Haddock coverage:
   0% (  0 / 11) in 'Control.Sequential.STM'
 100% ( 13 / 13) in 'Control.Concurrent.STM.TBQueue'
 100% ( 12 / 12) in 'Control.Concurrent.STM.TQueue'
 100% ( 18 / 18) in 'Control.Concurrent.STM.TChan'
 100% ( 16 / 16) in 'Control.Concurrent.STM.TMVar'
 100% ( 13 / 13) in 'Control.Concurrent.STM.TVar'
 100% (  2 /  2) in 'Control.Concurrent.STM.TArray'
  90% (  9 / 10) in 'Control.Monad.STM'
 100% (  8 /  8) in 'Control.Concurrent.STM'
  40% (  2 /  5) in 'Control.Concurrent.STM.TSem'
Documentation created: dist/doc/html/stm/index.html, dist/doc/html/stm/stm.txt
Creating package registration file: /tmp/pkgConf-stm-2.414312.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/stm-2.4.4
Registering stm-2.4.4...
Installed stm-2.4.4
Configuring strict-0.3.2...
Building strict-0.3.2...
Preprocessing library strict-0.3.2...

Data/Strict/Tuple.hs:17:16: Warning:
    -fglasgow-exts is deprecated: Use individual extensions instead
[1 of 5] Compiling System.IO.Strict ( System/IO/Strict.hs, dist/build/System/IO/Strict.o )
[2 of 5] Compiling Data.Strict.Either ( Data/Strict/Either.hs, dist/build/Data/Strict/Either.o )
[3 of 5] Compiling Data.Strict.Maybe ( Data/Strict/Maybe.hs, dist/build/Data/Strict/Maybe.o )
[4 of 5] Compiling Data.Strict.Tuple ( Data/Strict/Tuple.hs, dist/build/Data/Strict/Tuple.o )
[5 of 5] Compiling Data.Strict      ( Data/Strict.hs, dist/build/Data/Strict.o )
In-place registering strict-0.3.2...
Running Haddock for strict-0.3.2...
Running hscolour for strict-0.3.2...
Preprocessing library strict-0.3.2...
Preprocessing library strict-0.3.2...

Data/Strict/Tuple.hs:17:16: Warning:
    -fglasgow-exts is deprecated: Use individual extensions instead
Haddock coverage:
 100% (  7 /  7) in 'System.IO.Strict'
 100% (  7 /  7) in 'Data.Strict.Either'
 100% (  7 /  7) in 'Data.Strict.Maybe'
  86% (  6 /  7) in 'Data.Strict.Tuple'
 100% (  4 /  4) in 'Data.Strict'
Documentation created: dist/doc/html/strict/index.html,
dist/doc/html/strict/strict.txt
Creating package registration file: /tmp/pkgConf-strict-0.314312.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/strict-0.3.2
Registering strict-0.3.2...
Installed strict-0.3.2
Configuring syb-with-class-0.6.1.5...
Building syb-with-class-0.6.1.5...
Preprocessing library syb-with-class-0.6.1.5...
[1 of 4] Compiling Data.Generics.SYB.WithClass.Context ( Data/Generics/SYB/WithClass/Context.hs, dist/build/Data/Generics/SYB/WithClass/Context.o )
[2 of 4] Compiling Data.Generics.SYB.WithClass.Basics ( Data/Generics/SYB/WithClass/Basics.hs, dist/build/Data/Generics/SYB/WithClass/Basics.o )

Data/Generics/SYB/WithClass/Basics.hs:69:19: Warning:
    In the use of type constructor or class ‘Typeable1’
    (imported from Data.Typeable, but defined in Data.Typeable.Internal):
    Deprecated: "renamed to 'Typeable'"

Data/Generics/SYB/WithClass/Basics.hs:76:19: Warning:
    In the use of type constructor or class ‘Typeable2’
    (imported from Data.Typeable, but defined in Data.Typeable.Internal):
    Deprecated: "renamed to 'Typeable'"
[3 of 4] Compiling Data.Generics.SYB.WithClass.Derive ( Data/Generics/SYB/WithClass/Derive.hs, dist/build/Data/Generics/SYB/WithClass/Derive.o )

Data/Generics/SYB/WithClass/Derive.hs:58:18: Warning:
    In the use of type constructor or class ‘Typeable1’
    (imported from Data.Generics.SYB.WithClass.Basics, but defined in Data.Typeable.Internal):
    Deprecated: "renamed to 'Typeable'"

Data/Generics/SYB/WithClass/Derive.hs:59:18: Warning:
    In the use of type constructor or class ‘Typeable2’
    (imported from Data.Generics.SYB.WithClass.Basics, but defined in Data.Typeable.Internal):
    Deprecated: "renamed to 'Typeable'"

Data/Generics/SYB/WithClass/Derive.hs:60:18: Warning:
    In the use of type constructor or class ‘Typeable3’
    (imported from Data.Generics.SYB.WithClass.Basics, but defined in Data.Typeable.Internal):
    Deprecated: "renamed to 'Typeable'"

Data/Generics/SYB/WithClass/Derive.hs:61:18: Warning:
    In the use of type constructor or class ‘Typeable4’
    (imported from Data.Generics.SYB.WithClass.Basics, but defined in Data.Typeable.Internal):
    Deprecated: "renamed to 'Typeable'"

Data/Generics/SYB/WithClass/Derive.hs:62:18: Warning:
    In the use of type constructor or class ‘Typeable5’
    (imported from Data.Generics.SYB.WithClass.Basics, but defined in Data.Typeable.Internal):
    Deprecated: "renamed to 'Typeable'"

Data/Generics/SYB/WithClass/Derive.hs:63:18: Warning:
    In the use of type constructor or class ‘Typeable6’
    (imported from Data.Generics.SYB.WithClass.Basics, but defined in Data.Typeable.Internal):
    Deprecated: "renamed to 'Typeable'"

Data/Generics/SYB/WithClass/Derive.hs:64:18: Warning:
    In the use of type constructor or class ‘Typeable7’
    (imported from Data.Generics.SYB.WithClass.Basics, but defined in Data.Typeable.Internal):
    Deprecated: "renamed to 'Typeable'"
[4 of 4] Compiling Data.Generics.SYB.WithClass.Instances ( Data/Generics/SYB/WithClass/Instances.hs, dist/build/Data/Generics/SYB/WithClass/Instances.o )
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package array-0.5.0.0 ... linking ... done.
Loading package deepseq-1.3.0.2 ... linking ... done.
Loading package containers-0.5.5.1 ... linking ... done.
Loading package pretty-1.1.1.1 ... linking ... done.
Loading package template-haskell ... linking ... done.
Loading package bytestring-0.10.4.0 ... linking ... done.
In-place registering syb-with-class-0.6.1.5...
Running Haddock for syb-with-class-0.6.1.5...
Running hscolour for syb-with-class-0.6.1.5...
Preprocessing library syb-with-class-0.6.1.5...
Preprocessing library syb-with-class-0.6.1.5...

Data/Generics/SYB/WithClass/Basics.hs:69:19: Warning:
    In the use of type constructor or class ‘Typeable1’
    (imported from Data.Typeable, but defined in Data.Typeable.Internal):
    Deprecated: "renamed to 'Typeable'"

Data/Generics/SYB/WithClass/Basics.hs:76:19: Warning:
    In the use of type constructor or class ‘Typeable2’
    (imported from Data.Typeable, but defined in Data.Typeable.Internal):
    Deprecated: "renamed to 'Typeable'"

Data/Generics/SYB/WithClass/Derive.hs:58:18: Warning:
    In the use of type constructor or class ‘Typeable1’
    (imported from Data.Generics.SYB.WithClass.Basics, but defined in Data.Typeable.Internal):
    Deprecated: "renamed to 'Typeable'"

Data/Generics/SYB/WithClass/Derive.hs:59:18: Warning:
    In the use of type constructor or class ‘Typeable2’
    (imported from Data.Generics.SYB.WithClass.Basics, but defined in Data.Typeable.Internal):
    Deprecated: "renamed to 'Typeable'"

Data/Generics/SYB/WithClass/Derive.hs:60:18: Warning:
    In the use of type constructor or class ‘Typeable3’
    (imported from Data.Generics.SYB.WithClass.Basics, but defined in Data.Typeable.Internal):
    Deprecated: "renamed to 'Typeable'"

Data/Generics/SYB/WithClass/Derive.hs:61:18: Warning:
    In the use of type constructor or class ‘Typeable4’
    (imported from Data.Generics.SYB.WithClass.Basics, but defined in Data.Typeable.Internal):
    Deprecated: "renamed to 'Typeable'"

Data/Generics/SYB/WithClass/Derive.hs:62:18: Warning:
    In the use of type constructor or class ‘Typeable5’
    (imported from Data.Generics.SYB.WithClass.Basics, but defined in Data.Typeable.Internal):
    Deprecated: "renamed to 'Typeable'"

Data/Generics/SYB/WithClass/Derive.hs:63:18: Warning:
    In the use of type constructor or class ‘Typeable6’
    (imported from Data.Generics.SYB.WithClass.Basics, but defined in Data.Typeable.Internal):
    Deprecated: "renamed to 'Typeable'"

Data/Generics/SYB/WithClass/Derive.hs:64:18: Warning:
    In the use of type constructor or class ‘Typeable7’
    (imported from Data.Generics.SYB.WithClass.Basics, but defined in Data.Typeable.Internal):
    Deprecated: "renamed to 'Typeable'"
Haddock coverage:
   0% (  0 /  8) in 'Data.Generics.SYB.WithClass.Context'
  67% ( 34 / 51) in 'Data.Generics.SYB.WithClass.Basics'
  31% (  5 / 16) in 'Data.Generics.SYB.WithClass.Derive'
   0% (  0 /  1) in 'Data.Generics.SYB.WithClass.Instances'
Documentation created: dist/doc/html/syb-with-class/index.html,
dist/doc/html/syb-with-class/syb-with-class.txt
Creating package registration file: /tmp/pkgConf-syb-with-class-0.6.114312.5
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/syb-with-class-0.6.1.5
Registering syb-with-class-0.6.1.5...
Installed syb-with-class-0.6.1.5
Configuring text-1.2.0.6...
Building text-1.2.0.6...
Preprocessing library text-1.2.0.6...
[ 1 of 43] Compiling Data.Text.Internal.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o )
[ 2 of 43] Compiling Data.Text.Internal.Encoding.Utf32 ( Data/Text/Internal/Encoding/Utf32.hs, dist/build/Data/Text/Internal/Encoding/Utf32.o )
[ 3 of 43] Compiling Data.Text.Internal.Builder.RealFloat.Functions ( Data/Text/Internal/Builder/RealFloat/Functions.hs, dist/build/Data/Text/Internal/Builder/RealFloat/Functions.o )
[ 4 of 43] Compiling Data.Text.Internal.Builder.Int.Digits ( Data/Text/Internal/Builder/Int/Digits.hs, dist/build/Data/Text/Internal/Builder/Int/Digits.o )
[ 5 of 43] Compiling Data.Text.Encoding.Error ( Data/Text/Encoding/Error.hs, dist/build/Data/Text/Encoding/Error.o )
[ 6 of 43] Compiling Data.Text.Internal.Unsafe.Shift ( Data/Text/Internal/Unsafe/Shift.hs, dist/build/Data/Text/Internal/Unsafe/Shift.o )
[ 7 of 43] Compiling Data.Text.Internal.Encoding.Utf16 ( Data/Text/Internal/Encoding/Utf16.hs, dist/build/Data/Text/Internal/Encoding/Utf16.o )
[ 8 of 43] Compiling Data.Text.Internal.Functions ( Data/Text/Internal/Functions.hs, dist/build/Data/Text/Internal/Functions.o )
[ 9 of 43] Compiling Data.Text.Internal.Unsafe ( Data/Text/Internal/Unsafe.hs, dist/build/Data/Text/Internal/Unsafe.o )
[10 of 43] Compiling Data.Text.Array  ( Data/Text/Array.hs, dist/build/Data/Text/Array.o )
[11 of 43] Compiling Data.Text.Internal.Unsafe.Char ( Data/Text/Internal/Unsafe/Char.hs, dist/build/Data/Text/Internal/Unsafe/Char.o )
[12 of 43] Compiling Data.Text.Internal ( Data/Text/Internal.hs, dist/build/Data/Text/Internal.o )
[13 of 43] Compiling Data.Text.Internal.Fusion.Size ( Data/Text/Internal/Fusion/Size.hs, dist/build/Data/Text/Internal/Fusion/Size.o )
[14 of 43] Compiling Data.Text.Internal.Fusion.Types ( Data/Text/Internal/Fusion/Types.hs, dist/build/Data/Text/Internal/Fusion/Types.o )
[15 of 43] Compiling Data.Text.Internal.Fusion.CaseMapping ( Data/Text/Internal/Fusion/CaseMapping.hs, dist/build/Data/Text/Internal/Fusion/CaseMapping.o )
[16 of 43] Compiling Data.Text.Internal.Fusion.Common ( Data/Text/Internal/Fusion/Common.hs, dist/build/Data/Text/Internal/Fusion/Common.o )
[17 of 43] Compiling Data.Text.Unsafe ( Data/Text/Unsafe.hs, dist/build/Data/Text/Unsafe.o )
[18 of 43] Compiling Data.Text.Internal.Private ( Data/Text/Internal/Private.hs, dist/build/Data/Text/Internal/Private.o )
[19 of 43] Compiling Data.Text.Internal.Fusion ( Data/Text/Internal/Fusion.hs, dist/build/Data/Text/Internal/Fusion.o )
[20 of 43] Compiling Data.Text.Internal.Encoding.Fusion.Common ( Data/Text/Internal/Encoding/Fusion/Common.hs, dist/build/Data/Text/Internal/Encoding/Fusion/Common.o )
[21 of 43] Compiling Data.Text.Internal.Encoding.Utf8 ( Data/Text/Internal/Encoding/Utf8.hs, dist/build/Data/Text/Internal/Encoding/Utf8.o )
[22 of 43] Compiling Data.Text.Internal.Encoding.Fusion ( Data/Text/Internal/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Encoding/Fusion.o )
[23 of 43] Compiling Data.Text.Internal.Lazy.Encoding.Fusion ( Data/Text/Internal/Lazy/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Encoding/Fusion.o )
[24 of 43] Compiling Data.Text.Internal.Search ( Data/Text/Internal/Search.hs, dist/build/Data/Text/Internal/Search.o )
[25 of 43] Compiling Data.Text        ( Data/Text.hs, dist/build/Data/Text.o )
[26 of 43] Compiling Data.Text.Encoding ( Data/Text/Encoding.hs, dist/build/Data/Text/Encoding.o )
[27 of 43] Compiling Data.Text.Foreign ( Data/Text/Foreign.hs, dist/build/Data/Text/Foreign.o )
[28 of 43] Compiling Data.Text.Internal.IO ( Data/Text/Internal/IO.hs, dist/build/Data/Text/Internal/IO.o )
[29 of 43] Compiling Data.Text.IO     ( Data/Text/IO.hs, dist/build/Data/Text/IO.o )
[30 of 43] Compiling Data.Text.Internal.Lazy ( Data/Text/Internal/Lazy.hs, dist/build/Data/Text/Internal/Lazy.o )
[31 of 43] Compiling Data.Text.Internal.Lazy.Fusion ( Data/Text/Internal/Lazy/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Fusion.o )
[32 of 43] Compiling Data.Text.Internal.Lazy.Search ( Data/Text/Internal/Lazy/Search.hs, dist/build/Data/Text/Internal/Lazy/Search.o )
[33 of 43] Compiling Data.Text.Lazy.Internal ( Data/Text/Lazy/Internal.hs, dist/build/Data/Text/Lazy/Internal.o )
[34 of 43] Compiling Data.Text.Lazy   ( Data/Text/Lazy.hs, dist/build/Data/Text/Lazy.o )
[35 of 43] Compiling Data.Text.Internal.Builder ( Data/Text/Internal/Builder.hs, dist/build/Data/Text/Internal/Builder.o )
[36 of 43] Compiling Data.Text.Lazy.Builder ( Data/Text/Lazy/Builder.hs, dist/build/Data/Text/Lazy/Builder.o )
[37 of 43] Compiling Data.Text.Internal.Builder.Functions ( Data/Text/Internal/Builder/Functions.hs, dist/build/Data/Text/Internal/Builder/Functions.o )
[38 of 43] Compiling Data.Text.Lazy.Builder.Int ( Data/Text/Lazy/Builder/Int.hs, dist/build/Data/Text/Lazy/Builder/Int.o )
[39 of 43] Compiling Data.Text.Lazy.IO ( Data/Text/Lazy/IO.hs, dist/build/Data/Text/Lazy/IO.o )
[40 of 43] Compiling Data.Text.Lazy.Read ( Data/Text/Lazy/Read.hs, dist/build/Data/Text/Lazy/Read.o )
[41 of 43] Compiling Data.Text.Lazy.Builder.RealFloat ( Data/Text/Lazy/Builder/RealFloat.hs, dist/build/Data/Text/Lazy/Builder/RealFloat.o )
[42 of 43] Compiling Data.Text.Lazy.Encoding ( Data/Text/Lazy/Encoding.hs, dist/build/Data/Text/Lazy/Encoding.o )
[43 of 43] Compiling Data.Text.Read   ( Data/Text/Read.hs, dist/build/Data/Text/Read.o )
In-place registering text-1.2.0.6...
Running Haddock for text-1.2.0.6...
Running hscolour for text-1.2.0.6...
Preprocessing library text-1.2.0.6...
Preprocessing library text-1.2.0.6...
Haddock coverage:
  14% (  1 /  7) in 'Data.Text.Internal.Read'
  50% (  1 /  2) in 'Data.Text.Internal.Encoding.Utf32'
  50% (  1 /  2) in 'Data.Text.Internal.Builder.RealFloat.Functions'
   0% (  0 /  2) in 'Data.Text.Internal.Builder.Int.Digits'
 100% ( 12 / 12) in 'Data.Text.Encoding.Error'
 100% (  2 /  2) in 'Data.Text.Internal.Unsafe.Shift'
  25% (  1 /  4) in 'Data.Text.Internal.Encoding.Utf16'
 100% (  2 /  2) in 'Data.Text.Internal.Functions'
 100% (  3 /  3) in 'Data.Text.Internal.Unsafe'
 100% ( 16 / 16) in 'Data.Text.Array'
  33% (  2 /  6) in 'Data.Text.Internal.Unsafe.Char'
  95% ( 19 / 20) in 'Data.Text.Internal'
  38% (  5 / 13) in 'Data.Text.Internal.Fusion.Size'
  88% (  7 /  8) in 'Data.Text.Internal.Fusion.Types'
   0% (  0 /  5) in 'Data.Text.Internal.Fusion.CaseMapping'
  89% ( 63 / 71) in 'Data.Text.Internal.Fusion.Common'
  93% ( 13 / 14) in 'Data.Text.Unsafe'
  33% (  1 /  3) in 'Data.Text.Internal.Private'
  91% ( 20 / 22) in 'Data.Text.Internal.Fusion'
  33% (  2 /  6) in 'Data.Text.Internal.Encoding.Fusion.Common'
  17% (  2 / 12) in 'Data.Text.Internal.Encoding.Utf8'
  91% ( 10 / 11) in 'Data.Text.Internal.Encoding.Fusion'
 100% ( 10 / 10) in 'Data.Text.Internal.Lazy.Encoding.Fusion'
 100% (  2 /  2) in 'Data.Text.Internal.Search'
 100% (125 /125) in 'Data.Text'
 100% ( 33 / 33) in 'Data.Text.Encoding'
 100% ( 18 / 18) in 'Data.Text.Foreign'
 100% (  3 /  3) in 'Data.Text.Internal.IO'
 100% ( 20 / 20) in 'Data.Text.IO'
  93% ( 14 / 15) in 'Data.Text.Internal.Lazy'
 100% (  8 /  8) in 'Data.Text.Internal.Lazy.Fusion'
 100% (  2 /  2) in 'Data.Text.Internal.Lazy.Search'
 100% (  2 /  2) in 'Data.Text.Lazy.Internal'
  99% (127 /128) in 'Data.Text.Lazy'
  94% ( 16 / 17) in 'Data.Text.Internal.Builder'
 100% ( 12 / 12) in 'Data.Text.Lazy.Builder'
 100% (  3 /  3) in 'Data.Text.Internal.Builder.Functions'
   0% (  0 /  3) in 'Data.Text.Lazy.Builder.Int'
 100% ( 19 / 19) in 'Data.Text.Lazy.IO'
 100% (  7 /  7) in 'Data.Text.Lazy.Read'
  75% (  3 /  4) in 'Data.Text.Lazy.Builder.RealFloat'
  89% ( 24 / 27) in 'Data.Text.Lazy.Encoding'
 100% (  7 /  7) in 'Data.Text.Read'
Warning: Data.Text.Internal.Fusion.Common: could not find link destinations for:
    Data.Text.Internal.Fusion.Common.findIndicesI
Warning: Data.Text.Unsafe: could not find link destinations for:
    GHC.IO.bracket
Warning: Data.Text: could not find link destinations for:
    Data.Text.replicateChar Data.Text.countChar
Warning: Data.Text.Internal.IO: could not find link destinations for:
    GHC.IO.Handle.Types.Handle__
Warning: Data.Text.Lazy: could not find link destinations for:
    Data.Text.Lazy.replicateChar Data.Text.Lazy.dropWords Data.Text.Lazy.splitAtWord Data.Text.Lazy.countChar
Warning: Data.Text.Internal.Builder: could not find link destinations for:
    Data.Text.Internal.Builder.empty Data.Text.Internal.Builder.append
Warning: Data.Text.Lazy.Builder.RealFloat: could not find link destinations for:
    Data.Text.Lazy.Builder.RealFloat.floatToDigits
Documentation created: dist/doc/html/text/index.html,
dist/doc/html/text/text.txt
Creating package registration file: /tmp/pkgConf-text-1.2.014312.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/text-1.2.0.6
Registering text-1.2.0.6...
Installed text-1.2.0.6
Configuring transformers-0.4.3.0...
Building transformers-0.4.3.0...
Preprocessing library transformers-0.4.3.0...
[ 1 of 28] Compiling Data.Functor.Identity ( oldsrc/Data/Functor/Identity.hs, dist/build/Data/Functor/Identity.o )
[ 2 of 28] Compiling Control.Monad.Trans.Class ( Control/Monad/Trans/Class.hs, dist/build/Control/Monad/Trans/Class.o )
[ 3 of 28] Compiling Control.Monad.Signatures ( Control/Monad/Signatures.hs, dist/build/Control/Monad/Signatures.o )
[ 4 of 28] Compiling Control.Monad.IO.Class ( Control/Monad/IO/Class.hs, dist/build/Control/Monad/IO/Class.o )
[ 5 of 28] Compiling Control.Monad.Trans.Cont ( Control/Monad/Trans/Cont.hs, dist/build/Control/Monad/Trans/Cont.o )
[ 6 of 28] Compiling Control.Monad.Trans.Reader ( Control/Monad/Trans/Reader.hs, dist/build/Control/Monad/Trans/Reader.o )
[ 7 of 28] Compiling Control.Monad.Trans.RWS.Lazy ( Control/Monad/Trans/RWS/Lazy.hs, dist/build/Control/Monad/Trans/RWS/Lazy.o )
[ 8 of 28] Compiling Control.Monad.Trans.RWS ( Control/Monad/Trans/RWS.hs, dist/build/Control/Monad/Trans/RWS.o )
[ 9 of 28] Compiling Control.Monad.Trans.RWS.Strict ( Control/Monad/Trans/RWS/Strict.hs, dist/build/Control/Monad/Trans/RWS/Strict.o )
[10 of 28] Compiling Control.Monad.Trans.State.Lazy ( Control/Monad/Trans/State/Lazy.hs, dist/build/Control/Monad/Trans/State/Lazy.o )
[11 of 28] Compiling Control.Monad.Trans.State ( Control/Monad/Trans/State.hs, dist/build/Control/Monad/Trans/State.o )
[12 of 28] Compiling Control.Monad.Trans.State.Strict ( Control/Monad/Trans/State/Strict.hs, dist/build/Control/Monad/Trans/State/Strict.o )
[13 of 28] Compiling Data.Functor.Classes ( Data/Functor/Classes.hs, dist/build/Data/Functor/Classes.o )
[14 of 28] Compiling Data.Functor.Constant ( Data/Functor/Constant.hs, dist/build/Data/Functor/Constant.o )
[15 of 28] Compiling Control.Applicative.Lift ( Control/Applicative/Lift.hs, dist/build/Control/Applicative/Lift.o )
[16 of 28] Compiling Control.Monad.Trans.Except ( Control/Monad/Trans/Except.hs, dist/build/Control/Monad/Trans/Except.o )
[17 of 28] Compiling Control.Monad.Trans.Error ( Control/Monad/Trans/Error.hs, dist/build/Control/Monad/Trans/Error.o )
[18 of 28] Compiling Control.Monad.Trans.Identity ( Control/Monad/Trans/Identity.hs, dist/build/Control/Monad/Trans/Identity.o )
[19 of 28] Compiling Control.Monad.Trans.List ( Control/Monad/Trans/List.hs, dist/build/Control/Monad/Trans/List.o )
[20 of 28] Compiling Control.Monad.Trans.Maybe ( Control/Monad/Trans/Maybe.hs, dist/build/Control/Monad/Trans/Maybe.o )
[21 of 28] Compiling Control.Monad.Trans.Writer.Lazy ( Control/Monad/Trans/Writer/Lazy.hs, dist/build/Control/Monad/Trans/Writer/Lazy.o )
[22 of 28] Compiling Control.Monad.Trans.Writer ( Control/Monad/Trans/Writer.hs, dist/build/Control/Monad/Trans/Writer.o )
[23 of 28] Compiling Control.Monad.Trans.Writer.Strict ( Control/Monad/Trans/Writer/Strict.hs, dist/build/Control/Monad/Trans/Writer/Strict.o )
[24 of 28] Compiling Data.Functor.Compose ( Data/Functor/Compose.hs, dist/build/Data/Functor/Compose.o )
[25 of 28] Compiling Data.Functor.Product ( Data/Functor/Product.hs, dist/build/Data/Functor/Product.o )
[26 of 28] Compiling Data.Functor.Sum ( Data/Functor/Sum.hs, dist/build/Data/Functor/Sum.o )
[27 of 28] Compiling Control.Applicative.Backwards ( Control/Applicative/Backwards.hs, dist/build/Control/Applicative/Backwards.o )
[28 of 28] Compiling Data.Functor.Reverse ( Data/Functor/Reverse.hs, dist/build/Data/Functor/Reverse.o )
In-place registering transformers-0.4.3.0...
Running Haddock for transformers-0.4.3.0...
Running hscolour for transformers-0.4.3.0...
Preprocessing library transformers-0.4.3.0...
Preprocessing library transformers-0.4.3.0...
Haddock coverage:
 100% (  2 /  2) in 'Data.Functor.Identity'
 100% ( 14 / 14) in 'Control.Monad.Trans.Class'
 100% (  5 /  5) in 'Control.Monad.Signatures'
 100% (  2 /  2) in 'Control.Monad.IO.Class'
 100% ( 22 / 22) in 'Control.Monad.Trans.Cont'
 100% ( 18 / 18) in 'Control.Monad.Trans.Reader'
 100% ( 37 / 37) in 'Control.Monad.Trans.RWS.Lazy'
 100% (  2 /  2) in 'Control.Monad.Trans.RWS'
 100% ( 37 / 37) in 'Control.Monad.Trans.RWS.Strict'
 100% ( 34 / 34) in 'Control.Monad.Trans.State.Lazy'
 100% (  2 /  2) in 'Control.Monad.Trans.State'
 100% ( 34 / 34) in 'Control.Monad.Trans.State.Strict'
 100% ( 15 / 15) in 'Data.Functor.Classes'
 100% (  2 /  2) in 'Data.Functor.Constant'
 100% (  9 /  9) in 'Control.Applicative.Lift'
 100% ( 19 / 19) in 'Control.Monad.Trans.Except'
 100% ( 15 / 15) in 'Control.Monad.Trans.Error'
 100% (  7 /  7) in 'Control.Monad.Trans.Identity'
 100% (  7 /  7) in 'Control.Monad.Trans.List'
 100% ( 12 / 12) in 'Control.Monad.Trans.Maybe'
 100% ( 20 / 20) in 'Control.Monad.Trans.Writer.Lazy'
 100% (  2 /  2) in 'Control.Monad.Trans.Writer'
 100% ( 20 / 20) in 'Control.Monad.Trans.Writer.Strict'
 100% (  2 /  2) in 'Data.Functor.Compose'
 100% (  2 /  2) in 'Data.Functor.Product'
 100% (  2 /  2) in 'Data.Functor.Sum'
 100% (  2 /  2) in 'Control.Applicative.Backwards'
 100% (  2 /  2) in 'Data.Functor.Reverse'
Documentation created: dist/doc/html/transformers/index.html,
dist/doc/html/transformers/transformers.txt
Creating package registration file: /tmp/pkgConf-transformers-0.4.314312.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/transformers-0.4.3.0
Registering transformers-0.4.3.0...
Installed transformers-0.4.3.0
Configuring mtl-2.2.1...
Building mtl-2.2.1...
Preprocessing library mtl-2.2.1...
[ 1 of 22] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o )
[ 2 of 22] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 3 of 22] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[ 4 of 22] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[ 5 of 22] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o )
[ 6 of 22] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )
[ 7 of 22] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o )
[ 8 of 22] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o )
[ 9 of 22] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o )
[10 of 22] Compiling Control.Monad.Except ( Control/Monad/Except.hs, dist/build/Control/Monad/Except.o )
[11 of 22] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o )
[12 of 22] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o )
[13 of 22] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o )
[14 of 22] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o )
[15 of 22] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o )
[16 of 22] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o )
[17 of 22] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o )
[18 of 22] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o )
[19 of 22] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o )
[20 of 22] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o )
[21 of 22] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o )
[22 of 22] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o )
In-place registering mtl-2.2.1...
Running Haddock for mtl-2.2.1...
Running hscolour for mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Haddock coverage:
  75% (  3 /  4) in 'Control.Monad.Writer.Class'
 100% (  5 /  5) in 'Control.Monad.State.Class'
 100% (  3 /  3) in 'Control.Monad.Reader.Class'
  80% (  4 /  5) in 'Control.Monad.RWS.Class'
 100% (  4 /  4) in 'Control.Monad.Identity'
 100% (  3 /  3) in 'Control.Monad.Error.Class'
  50% (  1 /  2) in 'Control.Monad.Cont.Class'
 100% (  3 /  3) in 'Control.Monad.Trans'
  93% ( 14 / 15) in 'Control.Monad.Error'
 100% ( 19 / 19) in 'Control.Monad.Except'
 100% (  5 /  5) in 'Control.Monad.List'
  95% ( 21 / 22) in 'Control.Monad.RWS.Lazy'
 100% (  2 /  2) in 'Control.Monad.RWS'
  96% ( 22 / 23) in 'Control.Monad.Reader'
  95% ( 21 / 22) in 'Control.Monad.RWS.Strict'
  96% ( 24 / 25) in 'Control.Monad.State.Lazy'
 100% (  2 /  2) in 'Control.Monad.State'
  96% ( 24 / 25) in 'Control.Monad.State.Strict'
  89% ( 17 / 19) in 'Control.Monad.Writer.Lazy'
 100% (  2 /  2) in 'Control.Monad.Writer'
  94% ( 17 / 18) in 'Control.Monad.Writer.Strict'
  91% ( 20 / 22) in 'Control.Monad.Cont'
Documentation created: dist/doc/html/mtl/index.html, dist/doc/html/mtl/mtl.txt
Creating package registration file: /tmp/pkgConf-mtl-2.214312.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/mtl-2.2.1
Registering mtl-2.2.1...
Installed mtl-2.2.1
Downloading SybWidget-0.5.2...
Configuring SybWidget-0.5.2...
Building SybWidget-0.5.2...
Preprocessing library SybWidget-0.5.2...

src/Graphics/UI/SybWidget/InstanceCreator.hs:3:12: Warning:
    -fglasgow-exts is deprecated: Use individual extensions instead

src/Graphics/UI/SybWidget.hs:1:1:
    Ambiguous module name ‘Prelude’:
      it was found in multiple packages: base haskell98-2.0.0.3
Failed to install SybWidget-0.5.2
Configuring parsec-3.1.9...
Building parsec-3.1.9...
Preprocessing library parsec-3.1.9...
[ 1 of 25] Compiling Text.Parsec.Pos  ( Text/Parsec/Pos.hs, dist/build/Text/Parsec/Pos.o )
[ 2 of 25] Compiling Text.Parsec.Error ( Text/Parsec/Error.hs, dist/build/Text/Parsec/Error.o )
[ 3 of 25] Compiling Text.ParserCombinators.Parsec.Error ( Text/ParserCombinators/Parsec/Error.hs, dist/build/Text/ParserCombinators/Parsec/Error.o )
[ 4 of 25] Compiling Text.Parsec.Prim ( Text/Parsec/Prim.hs, dist/build/Text/Parsec/Prim.o )
[ 5 of 25] Compiling Text.Parsec.Combinator ( Text/Parsec/Combinator.hs, dist/build/Text/Parsec/Combinator.o )
[ 6 of 25] Compiling Text.ParserCombinators.Parsec.Combinator ( Text/ParserCombinators/Parsec/Combinator.hs, dist/build/Text/ParserCombinators/Parsec/Combinator.o )
[ 7 of 25] Compiling Text.Parsec.String ( Text/Parsec/String.hs, dist/build/Text/Parsec/String.o )
[ 8 of 25] Compiling Text.Parsec.ByteString ( Text/Parsec/ByteString.hs, dist/build/Text/Parsec/ByteString.o )
[ 9 of 25] Compiling Text.Parsec.ByteString.Lazy ( Text/Parsec/ByteString/Lazy.hs, dist/build/Text/Parsec/ByteString/Lazy.o )
[10 of 25] Compiling Text.Parsec.Text ( Text/Parsec/Text.hs, dist/build/Text/Parsec/Text.o )
[11 of 25] Compiling Text.Parsec.Text.Lazy ( Text/Parsec/Text/Lazy.hs, dist/build/Text/Parsec/Text/Lazy.o )
[12 of 25] Compiling Text.Parsec.Expr ( Text/Parsec/Expr.hs, dist/build/Text/Parsec/Expr.o )
[13 of 25] Compiling Text.ParserCombinators.Parsec.Prim ( Text/ParserCombinators/Parsec/Prim.hs, dist/build/Text/ParserCombinators/Parsec/Prim.o )
[14 of 25] Compiling Text.ParserCombinators.Parsec.Pos ( Text/ParserCombinators/Parsec/Pos.hs, dist/build/Text/ParserCombinators/Parsec/Pos.o )
[15 of 25] Compiling Text.Parsec.Char ( Text/Parsec/Char.hs, dist/build/Text/Parsec/Char.o )
[16 of 25] Compiling Text.Parsec.Token ( Text/Parsec/Token.hs, dist/build/Text/Parsec/Token.o )
[17 of 25] Compiling Text.ParserCombinators.Parsec.Token ( Text/ParserCombinators/Parsec/Token.hs, dist/build/Text/ParserCombinators/Parsec/Token.o )
[18 of 25] Compiling Text.ParserCombinators.Parsec.Char ( Text/ParserCombinators/Parsec/Char.hs, dist/build/Text/ParserCombinators/Parsec/Char.o )
[19 of 25] Compiling Text.ParserCombinators.Parsec ( Text/ParserCombinators/Parsec.hs, dist/build/Text/ParserCombinators/Parsec.o )
[20 of 25] Compiling Text.ParserCombinators.Parsec.Expr ( Text/ParserCombinators/Parsec/Expr.hs, dist/build/Text/ParserCombinators/Parsec/Expr.o )
[21 of 25] Compiling Text.Parsec      ( Text/Parsec.hs, dist/build/Text/Parsec.o )
[22 of 25] Compiling Text.Parsec.Language ( Text/Parsec/Language.hs, dist/build/Text/Parsec/Language.o )
[23 of 25] Compiling Text.ParserCombinators.Parsec.Language ( Text/ParserCombinators/Parsec/Language.hs, dist/build/Text/ParserCombinators/Parsec/Language.o )
[24 of 25] Compiling Text.Parsec.Perm ( Text/Parsec/Perm.hs, dist/build/Text/Parsec/Perm.o )
[25 of 25] Compiling Text.ParserCombinators.Parsec.Perm ( Text/ParserCombinators/Parsec/Perm.hs, dist/build/Text/ParserCombinators/Parsec/Perm.o )
In-place registering parsec-3.1.9...
Running Haddock for parsec-3.1.9...
Running hscolour for parsec-3.1.9...
Preprocessing library parsec-3.1.9...
Preprocessing library parsec-3.1.9...
Haddock coverage:
  82% ( 14 / 17) in 'Text.Parsec.Pos'
  43% (  6 / 14) in 'Text.Parsec.Error'
  38% (  6 / 16) in 'Text.ParserCombinators.Parsec.Error'
  64% ( 32 / 50) in 'Text.Parsec.Prim'
 100% ( 24 / 24) in 'Text.Parsec.Combinator'
 100% ( 24 / 24) in 'Text.ParserCombinators.Parsec.Combinator'
  50% (  2 /  4) in 'Text.Parsec.String'
  50% (  2 /  4) in 'Text.Parsec.ByteString'
  50% (  2 /  4) in 'Text.Parsec.ByteString.Lazy'
  33% (  1 /  3) in 'Text.Parsec.Text'
  33% (  1 /  3) in 'Text.Parsec.Text.Lazy'
 100% (  5 /  5) in 'Text.Parsec.Expr'
  70% ( 21 / 30) in 'Text.ParserCombinators.Parsec.Prim'
  82% ( 14 / 17) in 'Text.ParserCombinators.Parsec.Pos'
 100% ( 20 / 20) in 'Text.Parsec.Char'
  67% (  4 /  6) in 'Text.Parsec.Token'
  67% (  4 /  6) in 'Text.ParserCombinators.Parsec.Token'
  95% ( 18 / 19) in 'Text.ParserCombinators.Parsec.Char'
  83% ( 15 / 18) in 'Text.ParserCombinators.Parsec'
  40% (  2 /  5) in 'Text.ParserCombinators.Parsec.Expr'
  78% ( 73 / 94) in 'Text.Parsec'
  80% (  8 / 10) in 'Text.Parsec.Language'
  80% (  8 / 10) in 'Text.ParserCombinators.Parsec.Language'
 100% (  8 /  8) in 'Text.Parsec.Perm'
 100% (  7 /  7) in 'Text.ParserCombinators.Parsec.Perm'
Documentation created: dist/doc/html/parsec/index.html,
dist/doc/html/parsec/parsec.txt
Creating package registration file: /tmp/pkgConf-parsec-3.114312.9
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/parsec-3.1.9
Registering parsec-3.1.9...
Installed parsec-3.1.9
Configuring wxdirect-0.91.0.0...
Building wxdirect-0.91.0.0...
Preprocessing library wxdirect-0.91.0.0...
[1 of 1] Compiling Application.Wxdirect ( src/Application/Wxdirect.hs, dist/build/Application/Wxdirect.o )
In-place registering wxdirect-0.91.0.0...
Preprocessing executable 'wxdirect' for wxdirect-0.91.0.0...
[ 1 of 12] Compiling IOExtra          ( src/IOExtra.hs, dist/build/wxdirect/wxdirect-tmp/IOExtra.o )
[ 2 of 12] Compiling Types            ( src/Types.hs, dist/build/wxdirect/wxdirect-tmp/Types.o )
[ 3 of 12] Compiling ParseC           ( src/ParseC.hs, dist/build/wxdirect/wxdirect-tmp/ParseC.o )
[ 4 of 12] Compiling HaskellNames     ( src/HaskellNames.hs, dist/build/wxdirect/wxdirect-tmp/HaskellNames.o )
[ 5 of 12] Compiling Classes          ( src/Classes.hs, dist/build/wxdirect/wxdirect-tmp/Classes.o )
[ 6 of 12] Compiling DeriveTypes      ( src/DeriveTypes.hs, dist/build/wxdirect/wxdirect-tmp/DeriveTypes.o )
[ 7 of 12] Compiling CompileSTC       ( src/CompileSTC.hs, dist/build/wxdirect/wxdirect-tmp/CompileSTC.o )
[ 8 of 12] Compiling CompileClassInfo ( src/CompileClassInfo.hs, dist/build/wxdirect/wxdirect-tmp/CompileClassInfo.o )
[ 9 of 12] Compiling CompileClassTypes ( src/CompileClassTypes.hs, dist/build/wxdirect/wxdirect-tmp/CompileClassTypes.o )
[10 of 12] Compiling CompileHeader    ( src/CompileHeader.hs, dist/build/wxdirect/wxdirect-tmp/CompileHeader.o )
[11 of 12] Compiling CompileClasses   ( src/CompileClasses.hs, dist/build/wxdirect/wxdirect-tmp/CompileClasses.o )
[12 of 12] Compiling Main             ( src/Main.hs, dist/build/wxdirect/wxdirect-tmp/Main.o )
Linking dist/build/wxdirect/wxdirect ...
Running Haddock for wxdirect-0.91.0.0...
Running hscolour for wxdirect-0.91.0.0...
Preprocessing library wxdirect-0.91.0.0...
Preprocessing executable 'wxdirect' for wxdirect-0.91.0.0...
Preprocessing library wxdirect-0.91.0.0...
Haddock coverage:
   0% (  0 /  1) in 'Application.Wxdirect'
Documentation created: dist/doc/html/wxdirect/index.html,
dist/doc/html/wxdirect/wxdirect.txt
Preprocessing executable 'wxdirect' for wxdirect-0.91.0.0...
Creating package registration file: /tmp/pkgConf-wxdirect-0.91.014312.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/wxdirect-0.91.0.0
Installing executable(s) in
/home/builder/hackage-server/build-cache/tmp-install/bin
Warning: The directory
/home/builder/hackage-server/build-cache/tmp-install/bin is not in the system
search path.
Registering wxdirect-0.91.0.0...
Installed wxdirect-0.91.0.0
[1 of 1] Compiling Main             ( /tmp/wxc-0.91.0.0-14312/wxc-0.91.0.0/dist/setup/setup.hs, /tmp/wxc-0.91.0.0-14312/wxc-0.91.0.0/dist/setup/Main.o )
Linking /tmp/wxc-0.91.0.0-14312/wxc-0.91.0.0/dist/setup/setup ...
Configuring wxc-0.91.0.0...

          Warning: No config found to match: /usr/bin/wx-config --version=2.9 --version-full
                   in /usr/lib/x86_64-linux-gnu/wx/config
          If you require this configuration, please install the desired
          library build.  If this is part of an automated configuration
          test and no other errors occur, you may safely ignore it.
          You may use wx-config --list to see all configs available in
          the default prefix.

readProcess failed: readProcess: wx-config "--version=2.9" "--version-full" (exit 1): failed
Configuring wxc to build against wxWidgets 3.0.0.0

Building wxc
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/apppath.cpp -o dist/build/src/cpp/apppath.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/dragimage.cpp -o dist/build/src/cpp/dragimage.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljaccelerator.cpp -o dist/build/src/cpp/eljaccelerator.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljartprov.cpp -o dist/build/src/cpp/eljartprov.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljbitmap.cpp -o dist/build/src/cpp/eljbitmap.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljbrush.cpp -o dist/build/src/cpp/eljbrush.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljbusyinfo.cpp -o dist/build/src/cpp/eljbusyinfo.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljbutton.cpp -o dist/build/src/cpp/eljbutton.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljcalendarctrl.cpp -o dist/build/src/cpp/eljcalendarctrl.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljcaret.cpp -o dist/build/src/cpp/eljcaret.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljcheckbox.cpp -o dist/build/src/cpp/eljcheckbox.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljchecklistbox.cpp -o dist/build/src/cpp/eljchecklistbox.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljchoice.cpp -o dist/build/src/cpp/eljchoice.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljclipboard.cpp -o dist/build/src/cpp/eljclipboard.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljcoldata.cpp -o dist/build/src/cpp/eljcoldata.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljcolour.cpp -o dist/build/src/cpp/eljcolour.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljcolourdlg.cpp -o dist/build/src/cpp/eljcolourdlg.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljcombobox.cpp -o dist/build/src/cpp/eljcombobox.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljconfigbase.cpp -o dist/build/src/cpp/eljconfigbase.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljcontrol.cpp -o dist/build/src/cpp/eljcontrol.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljctxhelp.cpp -o dist/build/src/cpp/eljctxhelp.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljcursor.cpp -o dist/build/src/cpp/eljcursor.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljdataformat.cpp -o dist/build/src/cpp/eljdataformat.o
src/cpp/eljdataformat.cpp: In function ‘wxDataFormat* wxDataFormat_CreateFromType(int)’:
src/cpp/eljdataformat.cpp:13:55: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  return new wxDataFormat ((wxDataFormat::NativeFormat)typ);
                                                       ^
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljdatetime.cpp -o dist/build/src/cpp/eljdatetime.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljdc.cpp -o dist/build/src/cpp/eljdc.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljdcsvg.cpp -o dist/build/src/cpp/eljdcsvg.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljdialog.cpp -o dist/build/src/cpp/eljdialog.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljdirdlg.cpp -o dist/build/src/cpp/eljdirdlg.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljdnd.cpp -o dist/build/src/cpp/eljdnd.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljdrawing.cpp -o dist/build/src/cpp/eljdrawing.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljevent.cpp -o dist/build/src/cpp/eljevent.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljfiledialog.cpp -o dist/build/src/cpp/eljfiledialog.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljfilehist.cpp -o dist/build/src/cpp/eljfilehist.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljfindrepldlg.cpp -o dist/build/src/cpp/eljfindrepldlg.o
src/cpp/eljfindrepldlg.cpp:21:17: note: #pragma message: wxWidgets find/replace dialog event wrappers generated
 #pragma message "wxWidgets find/replace dialog event wrappers generated"
                 ^
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljfont.cpp -o dist/build/src/cpp/eljfont.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljfontdata.cpp -o dist/build/src/cpp/eljfontdata.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljfontdlg.cpp -o dist/build/src/cpp/eljfontdlg.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljframe.cpp -o dist/build/src/cpp/eljframe.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljgauge.cpp -o dist/build/src/cpp/eljgauge.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljgrid.cpp -o dist/build/src/cpp/eljgrid.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljhelpcontroller.cpp -o dist/build/src/cpp/eljhelpcontroller.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljicnbndl.cpp -o dist/build/src/cpp/eljicnbndl.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljicon.cpp -o dist/build/src/cpp/eljicon.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljimage.cpp -o dist/build/src/cpp/eljimage.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljimagelist.cpp -o dist/build/src/cpp/eljimagelist.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljlayoutconstraints.cpp -o dist/build/src/cpp/eljlayoutconstraints.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljlistbox.cpp -o dist/build/src/cpp/eljlistbox.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljlistctrl.cpp -o dist/build/src/cpp/eljlistctrl.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljlocale.cpp -o dist/build/src/cpp/eljlocale.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljlog.cpp -o dist/build/src/cpp/eljlog.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljmask.cpp -o dist/build/src/cpp/eljmask.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljmdi.cpp -o dist/build/src/cpp/eljmdi.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljmenu.cpp -o dist/build/src/cpp/eljmenu.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljmenubar.cpp -o dist/build/src/cpp/eljmenubar.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljmessagedialog.cpp -o dist/build/src/cpp/eljmessagedialog.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljmime.cpp -o dist/build/src/cpp/eljmime.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljminiframe.cpp -o dist/build/src/cpp/eljminiframe.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljnotebook.cpp -o dist/build/src/cpp/eljnotebook.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljpalette.cpp -o dist/build/src/cpp/eljpalette.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljpanel.cpp -o dist/build/src/cpp/eljpanel.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljpen.cpp -o dist/build/src/cpp/eljpen.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljprintdlg.cpp -o dist/build/src/cpp/eljprintdlg.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljprinting.cpp -o dist/build/src/cpp/eljprinting.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljprocess.cpp -o dist/build/src/cpp/eljprocess.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljradiobox.cpp -o dist/build/src/cpp/eljradiobox.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljradiobutton.cpp -o dist/build/src/cpp/eljradiobutton.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljrc.cpp -o dist/build/src/cpp/eljrc.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljregion.cpp -o dist/build/src/cpp/eljregion.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljregioniter.cpp -o dist/build/src/cpp/eljregioniter.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljsash.cpp -o dist/build/src/cpp/eljsash.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljscrollbar.cpp -o dist/build/src/cpp/eljscrollbar.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljscrolledwindow.cpp -o dist/build/src/cpp/eljscrolledwindow.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljsingleinst.cpp -o dist/build/src/cpp/eljsingleinst.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljsizer.cpp -o dist/build/src/cpp/eljsizer.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljslider.cpp -o dist/build/src/cpp/eljslider.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljspinctrl.cpp -o dist/build/src/cpp/eljspinctrl.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljsplitterwindow.cpp -o dist/build/src/cpp/eljsplitterwindow.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljstaticbox.cpp -o dist/build/src/cpp/eljstaticbox.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljstaticline.cpp -o dist/build/src/cpp/eljstaticline.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljstatictext.cpp -o dist/build/src/cpp/eljstatictext.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljstatusbar.cpp -o dist/build/src/cpp/eljstatusbar.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljsystemsettings.cpp -o dist/build/src/cpp/eljsystemsettings.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljtextctrl.cpp -o dist/build/src/cpp/eljtextctrl.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljtimer.cpp -o dist/build/src/cpp/eljtimer.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljtipwnd.cpp -o dist/build/src/cpp/eljtipwnd.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljtglbtn.cpp -o dist/build/src/cpp/eljtglbtn.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljtoolbar.cpp -o dist/build/src/cpp/eljtoolbar.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljvalidator.cpp -o dist/build/src/cpp/eljvalidator.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljwindow.cpp -o dist/build/src/cpp/eljwindow.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/eljwizard.cpp -o dist/build/src/cpp/eljwizard.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/ewxw_main.cpp -o dist/build/src/cpp/ewxw_main.o
src/cpp/ewxw_main.cpp: In function ‘void ELJApp_InitializeC(wxClosure*, int, char**)’:
src/cpp/ewxw_main.cpp:105:32: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   char* args[] = { "wxc", NULL };
                                ^
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/extra.cpp -o dist/build/src/cpp/extra.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/glcanvas.cpp -o dist/build/src/cpp/glcanvas.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/graphicscontext.cpp -o dist/build/src/cpp/graphicscontext.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/image.cpp -o dist/build/src/cpp/image.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/managed.cpp -o dist/build/src/cpp/managed.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/mediactrl.cpp -o dist/build/src/cpp/mediactrl.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/previewframe.cpp -o dist/build/src/cpp/previewframe.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/printout.cpp -o dist/build/src/cpp/printout.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/sckaddr.cpp -o dist/build/src/cpp/sckaddr.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/socket.cpp -o dist/build/src/cpp/socket.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/sound.cpp -o dist/build/src/cpp/sound.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/stc.cpp -o dist/build/src/cpp/stc.o
src/cpp/stc.cpp: In function ‘void wxStyledTextEvent_SetDragResult(void*, int)’:
src/cpp/stc.cpp:600:62: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   ((wxStyledTextEvent*) _obj)->SetDragResult(*(wxDragResult*)val);
                                                              ^
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/std.cpp -o dist/build/src/cpp/std.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/taskbaricon.cpp -o dist/build/src/cpp/taskbaricon.o
src/cpp/taskbaricon.cpp:21:17: note: #pragma message: wxWidgets taskbar event wrappers generated
 #pragma message "wxWidgets taskbar event wrappers generated"
                 ^
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/textstream.cpp -o dist/build/src/cpp/textstream.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/treectrl.cpp -o dist/build/src/cpp/treectrl.o
/usr/bin/gcc -Isrc/include -I/usr/include/wx-3.0 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -D__WXGTK__ -DWXUSINGDLL '-D_FILE_OFFSET_BITS=64' -DwxcREFUSE_MEDIACTRL -fPIC -c src/cpp/wrapper.cpp -o dist/build/src/cpp/wrapper.o
Linking wxc
/usr/bin/gcc -shared -Wl,-soname,libwxc.so -o dist/build/libwxc.so.0.91.0.0 dist/build/src/cpp/apppath.o dist/build/src/cpp/dragimage.o dist/build/src/cpp/eljaccelerator.o dist/build/src/cpp/eljartprov.o dist/build/src/cpp/eljbitmap.o dist/build/src/cpp/eljbrush.o dist/build/src/cpp/eljbusyinfo.o dist/build/src/cpp/eljbutton.o dist/build/src/cpp/eljcalendarctrl.o dist/build/src/cpp/eljcaret.o dist/build/src/cpp/eljcheckbox.o dist/build/src/cpp/eljchecklistbox.o dist/build/src/cpp/eljchoice.o dist/build/src/cpp/eljclipboard.o dist/build/src/cpp/eljcoldata.o dist/build/src/cpp/eljcolour.o dist/build/src/cpp/eljcolourdlg.o dist/build/src/cpp/eljcombobox.o dist/build/src/cpp/eljconfigbase.o dist/build/src/cpp/eljcontrol.o dist/build/src/cpp/eljctxhelp.o dist/build/src/cpp/eljcursor.o dist/build/src/cpp/eljdataformat.o dist/build/src/cpp/eljdatetime.o dist/build/src/cpp/eljdc.o dist/build/src/cpp/eljdcsvg.o dist/build/src/cpp/eljdialog.o dist/build/src/cpp/eljdirdlg.o dist/build/src/cpp/eljdnd.o dist/build/src/cpp/eljdrawing.o dist/build/src/cpp/eljevent.o dist/build/src/cpp/eljfiledialog.o dist/build/src/cpp/eljfilehist.o dist/build/src/cpp/eljfindrepldlg.o dist/build/src/cpp/eljfont.o dist/build/src/cpp/eljfontdata.o dist/build/src/cpp/eljfontdlg.o dist/build/src/cpp/eljframe.o dist/build/src/cpp/eljgauge.o dist/build/src/cpp/eljgrid.o dist/build/src/cpp/eljhelpcontroller.o dist/build/src/cpp/eljicnbndl.o dist/build/src/cpp/eljicon.o dist/build/src/cpp/eljimage.o dist/build/src/cpp/eljimagelist.o dist/build/src/cpp/eljlayoutconstraints.o dist/build/src/cpp/eljlistbox.o dist/build/src/cpp/eljlistctrl.o dist/build/src/cpp/eljlocale.o dist/build/src/cpp/eljlog.o dist/build/src/cpp/eljmask.o dist/build/src/cpp/eljmdi.o dist/build/src/cpp/eljmenu.o dist/build/src/cpp/eljmenubar.o dist/build/src/cpp/eljmessagedialog.o dist/build/src/cpp/eljmime.o dist/build/src/cpp/eljminiframe.o dist/build/src/cpp/eljnotebook.o dist/build/src/cpp/eljpalette.o dist/build/src/cpp/eljpanel.o dist/build/src/cpp/eljpen.o dist/build/src/cpp/eljprintdlg.o dist/build/src/cpp/eljprinting.o dist/build/src/cpp/eljprocess.o dist/build/src/cpp/eljradiobox.o dist/build/src/cpp/eljradiobutton.o dist/build/src/cpp/eljrc.o dist/build/src/cpp/eljregion.o dist/build/src/cpp/eljregioniter.o dist/build/src/cpp/eljsash.o dist/build/src/cpp/eljscrollbar.o dist/build/src/cpp/eljscrolledwindow.o dist/build/src/cpp/eljsingleinst.o dist/build/src/cpp/eljsizer.o dist/build/src/cpp/eljslider.o dist/build/src/cpp/eljspinctrl.o dist/build/src/cpp/eljsplitterwindow.o dist/build/src/cpp/eljstaticbox.o dist/build/src/cpp/eljstaticline.o dist/build/src/cpp/eljstatictext.o dist/build/src/cpp/eljstatusbar.o dist/build/src/cpp/eljsystemsettings.o dist/build/src/cpp/eljtextctrl.o dist/build/src/cpp/eljtimer.o dist/build/src/cpp/eljtipwnd.o dist/build/src/cpp/eljtglbtn.o dist/build/src/cpp/eljtoolbar.o dist/build/src/cpp/eljvalidator.o dist/build/src/cpp/eljwindow.o dist/build/src/cpp/eljwizard.o dist/build/src/cpp/ewxw_main.o dist/build/src/cpp/extra.o dist/build/src/cpp/glcanvas.o dist/build/src/cpp/graphicscontext.o dist/build/src/cpp/image.o dist/build/src/cpp/managed.o dist/build/src/cpp/mediactrl.o dist/build/src/cpp/previewframe.o dist/build/src/cpp/printout.o dist/build/src/cpp/sckaddr.o dist/build/src/cpp/socket.o dist/build/src/cpp/sound.o dist/build/src/cpp/stc.o dist/build/src/cpp/std.o dist/build/src/cpp/taskbaricon.o dist/build/src/cpp/textstream.o dist/build/src/cpp/treectrl.o dist/build/src/cpp/wrapper.o -L/usr/lib/x86_64-linux-gnu '-lstdc++' -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_stc-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_ribbon-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_aui-3.0 -lwx_gtk2u_gl-3.0 -lwx_gtk2u_media-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0
Running Haddock for wxc-0.91.0.0...
Running hscolour for wxc-0.91.0.0...
Preprocessing library wxc-0.91.0.0...
Preprocessing library wxc-0.91.0.0...
haddock: No input file(s).
Creating package registration file: /tmp/pkgConf-wxc-0.91.014312.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/wxc-0.91.0.0
Registering wxc-0.91.0.0...
Installed wxc-0.91.0.0
[1 of 1] Compiling Main             ( /tmp/wxcore-0.91.0.0-14312/wxcore-0.91.0.0/dist/setup/setup.hs, /tmp/wxcore-0.91.0.0-14312/wxcore-0.91.0.0/dist/setup/Main.o )
Linking /tmp/wxcore-0.91.0.0-14312/wxcore-0.91.0.0/dist/setup/setup ...
Configuring wxcore-0.91.0.0...
/bin/sh: 1: wxdirect: not found
/bin/sh: 1: wxdirect: not found
/bin/sh: 1: wxdirect: not found
Generating class type definitions from .h files
wxdirect -t --wxc "/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/wxc-0.91.0.0" -o "src/haskell/Graphics/UI/WXCore" "/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/wxc-0.91.0.0/include/wxc.h"
Generating class info definitions
wxdirect -i --wxc "/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/wxc-0.91.0.0" -o "src/haskell/Graphics/UI/WXCore" "/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/wxc-0.91.0.0/include/wxc.h"
Generating class method definitions from .h files
wxdirect -c --wxc "/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/wxc-0.91.0.0" -o "src/haskell/Graphics/UI/WXCore" "/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/wxc-0.91.0.0/include/wxc.h"
Building wxcore-0.91.0.0...
Preprocessing library wxcore-0.91.0.0...
[ 1 of 23] Compiling Graphics.UI.WXCore.WxcObject ( src/haskell/Graphics/UI/WXCore/WxcObject.hs, dist/build/Graphics/UI/WXCore/WxcObject.o )
[ 2 of 23] Compiling Graphics.UI.WXCore.WxcClassTypes ( src/haskell/Graphics/UI/WXCore/WxcClassTypes.hs, dist/build/Graphics/UI/WXCore/WxcClassTypes.o )
[ 3 of 23] Compiling Graphics.UI.WXCore.WxcTypes ( src/haskell/Graphics/UI/WXCore/WxcTypes.hs, dist/build/Graphics/UI/WXCore/WxcTypes.o )
[ 4 of 23] Compiling Graphics.UI.WXCore.WxcClassesAL ( src/haskell/Graphics/UI/WXCore/WxcClassesAL.hs, dist/build/Graphics/UI/WXCore/WxcClassesAL.o )
[ 5 of 23] Compiling Graphics.UI.WXCore.WxcClassesMZ ( src/haskell/Graphics/UI/WXCore/WxcClassesMZ.hs, dist/build/Graphics/UI/WXCore/WxcClassesMZ.o )
[ 6 of 23] Compiling Graphics.UI.WXCore.GHCiSupport ( src/haskell/Graphics/UI/WXCore/GHCiSupport.hs, dist/build/Graphics/UI/WXCore/GHCiSupport.o )
[ 7 of 23] Compiling Graphics.UI.WXCore.WxcClasses ( src/haskell/Graphics/UI/WXCore/WxcClasses.hs, dist/build/Graphics/UI/WXCore/WxcClasses.o )
[ 8 of 23] Compiling Graphics.UI.WXCore.WxcClassInfo ( src/haskell/Graphics/UI/WXCore/WxcClassInfo.hs, dist/build/Graphics/UI/WXCore/WxcClassInfo.o )
[ 9 of 23] Compiling Graphics.UI.WXCore.Defines ( src/haskell/Graphics/UI/WXCore/Defines.hs, dist/build/Graphics/UI/WXCore/Defines.o )
[10 of 23] Compiling Graphics.UI.WXCore.WxcDefs ( src/haskell/Graphics/UI/WXCore/WxcDefs.hs, dist/build/Graphics/UI/WXCore/WxcDefs.o )
[11 of 23] Compiling Graphics.UI.WXCore.Types ( src/haskell/Graphics/UI/WXCore/Types.hs, dist/build/Graphics/UI/WXCore/Types.o )
[12 of 23] Compiling Graphics.UI.WXCore.Draw ( src/haskell/Graphics/UI/WXCore/Draw.hs, dist/build/Graphics/UI/WXCore/Draw.o )
[13 of 23] Compiling Graphics.UI.WXCore.Events ( src/haskell/Graphics/UI/WXCore/Events.hs, dist/build/Graphics/UI/WXCore/Events.o )
[14 of 23] Compiling Graphics.UI.WXCore.Process ( src/haskell/Graphics/UI/WXCore/Process.hs, dist/build/Graphics/UI/WXCore/Process.o )
[15 of 23] Compiling Graphics.UI.WXCore.Frame ( src/haskell/Graphics/UI/WXCore/Frame.hs, dist/build/Graphics/UI/WXCore/Frame.o )
[16 of 23] Compiling Graphics.UI.WXCore.Print ( src/haskell/Graphics/UI/WXCore/Print.hs, dist/build/Graphics/UI/WXCore/Print.o )
[17 of 23] Compiling Graphics.UI.WXCore.Dialogs ( src/haskell/Graphics/UI/WXCore/Dialogs.hs, dist/build/Graphics/UI/WXCore/Dialogs.o )
[18 of 23] Compiling Graphics.UI.WXCore.Controls ( src/haskell/Graphics/UI/WXCore/Controls.hs, dist/build/Graphics/UI/WXCore/Controls.o )
[19 of 23] Compiling Graphics.UI.WXCore.Layout ( src/haskell/Graphics/UI/WXCore/Layout.hs, dist/build/Graphics/UI/WXCore/Layout.o )
[20 of 23] Compiling Graphics.UI.WXCore.Image ( src/haskell/Graphics/UI/WXCore/Image.hs, dist/build/Graphics/UI/WXCore/Image.o )
[21 of 23] Compiling Graphics.UI.WXCore.DragAndDrop ( src/haskell/Graphics/UI/WXCore/DragAndDrop.hs, dist/build/Graphics/UI/WXCore/DragAndDrop.o )
[22 of 23] Compiling Graphics.UI.WXCore.OpenGL ( src/haskell/Graphics/UI/WXCore/OpenGL.hs, dist/build/Graphics/UI/WXCore/OpenGL.o )
[23 of 23] Compiling Graphics.UI.WXCore ( src/haskell/Graphics/UI/WXCore.hs, dist/build/Graphics/UI/WXCore.o )
In-place registering wxcore-0.91.0.0...
Running Haddock for wxcore-0.91.0.0...
Running hscolour for wxcore-0.91.0.0...
Preprocessing library wxcore-0.91.0.0...
Preprocessing library wxcore-0.91.0.0...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: wxc-0.91.0.0
Haddock coverage:
  88% ( 14 / 16) in 'Graphics.UI.WXCore.WxcObject'
 100% (2190 /2190) in 'Graphics.UI.WXCore.WxcClassTypes'
  42% (101 /239) in 'Graphics.UI.WXCore.WxcTypes'
 100% (1620 /1620) in 'Graphics.UI.WXCore.WxcClassesAL'
 100% (2468 /2468) in 'Graphics.UI.WXCore.WxcClassesMZ'
   0% (  0 /  2) in 'Graphics.UI.WXCore.GHCiSupport'
 100% (  5 /  5) in 'Graphics.UI.WXCore.WxcClasses'
   2% ( 13 /799) in 'Graphics.UI.WXCore.WxcClassInfo'
 100% (  9 /  9) in 'Graphics.UI.WXCore.Defines'
   1% ( 16 /2645) in 'Graphics.UI.WXCore.WxcDefs'
  61% ( 91 /149) in 'Graphics.UI.WXCore.Types'
  96% ( 71 / 74) in 'Graphics.UI.WXCore.Draw'
  97% (194 /201) in 'Graphics.UI.WXCore.Events'
 100% ( 21 / 21) in 'Graphics.UI.WXCore.Process'
  95% ( 18 / 19) in 'Graphics.UI.WXCore.Frame'
 100% ( 17 / 17) in 'Graphics.UI.WXCore.Print'
 100% ( 24 / 24) in 'Graphics.UI.WXCore.Dialogs'
 100% ( 16 / 16) in 'Graphics.UI.WXCore.Controls'
Warning: Graphics.UI.WXCore.Layout: widget is exported separately but will be documented under Widget. Consider exporting it together with its parent(s) for code clarity.
 100% (107 /107) in 'Graphics.UI.WXCore.Layout'
  98% ( 40 / 41) in 'Graphics.UI.WXCore.Image'
  75% (  6 /  8) in 'Graphics.UI.WXCore.DragAndDrop'
 100% (  6 /  6) in 'Graphics.UI.WXCore.OpenGL'
 100% ( 20 / 20) in 'Graphics.UI.WXCore'
Documentation created: dist/doc/html/wxcore/index.html,
dist/doc/html/wxcore/wxcore.txt
Creating package registration file: /tmp/pkgConf-wxcore-0.91.014312.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/wxcore-0.91.0.0
Registering wxcore-0.91.0.0...
Installed wxcore-0.91.0.0
Configuring wx-0.91.0.0...
Building wx-0.91.0.0...
Preprocessing library wx-0.91.0.0...
[ 1 of 16] Compiling Graphics.UI.WX.Types ( src/Graphics/UI/WX/Types.hs, dist/build/Graphics/UI/WX/Types.o )
[ 2 of 16] Compiling Graphics.UI.WX.Attributes ( src/Graphics/UI/WX/Attributes.hs, dist/build/Graphics/UI/WX/Attributes.o )
[ 3 of 16] Compiling Graphics.UI.WX.Layout ( src/Graphics/UI/WX/Layout.hs, dist/build/Graphics/UI/WX/Layout.o )
[ 4 of 16] Compiling Graphics.UI.WX.Classes ( src/Graphics/UI/WX/Classes.hs, dist/build/Graphics/UI/WX/Classes.o )
[ 5 of 16] Compiling Graphics.UI.WX.Media ( src/Graphics/UI/WX/Media.hs, dist/build/Graphics/UI/WX/Media.o )
[ 6 of 16] Compiling Graphics.UI.WX.Events ( src/Graphics/UI/WX/Events.hs, dist/build/Graphics/UI/WX/Events.o )
[ 7 of 16] Compiling Graphics.UI.WX.Window ( src/Graphics/UI/WX/Window.hs, dist/build/Graphics/UI/WX/Window.o )
[ 8 of 16] Compiling Graphics.UI.WX.TopLevelWindow ( src/Graphics/UI/WX/TopLevelWindow.hs, dist/build/Graphics/UI/WX/TopLevelWindow.o )
[ 9 of 16] Compiling Graphics.UI.WX.Variable ( src/Graphics/UI/WX/Variable.hs, dist/build/Graphics/UI/WX/Variable.o )
[10 of 16] Compiling Graphics.UI.WX.Frame ( src/Graphics/UI/WX/Frame.hs, dist/build/Graphics/UI/WX/Frame.o )
[11 of 16] Compiling Graphics.UI.WX.Controls ( src/Graphics/UI/WX/Controls.hs, dist/build/Graphics/UI/WX/Controls.o )
[12 of 16] Compiling Graphics.UI.WX.Dialogs ( src/Graphics/UI/WX/Dialogs.hs, dist/build/Graphics/UI/WX/Dialogs.o )
[13 of 16] Compiling Graphics.UI.WX.Timer ( src/Graphics/UI/WX/Timer.hs, dist/build/Graphics/UI/WX/Timer.o )
[14 of 16] Compiling Graphics.UI.WX.Menu ( src/Graphics/UI/WX/Menu.hs, dist/build/Graphics/UI/WX/Menu.o )
[15 of 16] Compiling Graphics.UI.WX.Draw ( src/Graphics/UI/WX/Draw.hs, dist/build/Graphics/UI/WX/Draw.o )
[16 of 16] Compiling Graphics.UI.WX   ( src/Graphics/UI/WX.hs, dist/build/Graphics/UI/WX.o )
In-place registering wx-0.91.0.0...
Running Haddock for wx-0.91.0.0...
Running hscolour for wx-0.91.0.0...
Preprocessing library wx-0.91.0.0...
Preprocessing library wx-0.91.0.0...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: wxc-0.91.0.0
Haddock coverage:
  65% (109 /167) in 'Graphics.UI.WX.Types'
 100% ( 38 / 38) in 'Graphics.UI.WX.Attributes'
Warning: Graphics.UI.WX.Layout: layout is exported separately but will be documented under Form. Consider exporting it together with its parent(s) for code clarity.
 100% (  5 /  5) in 'Graphics.UI.WX.Layout'
  97% ( 31 / 32) in 'Graphics.UI.WX.Classes'
 100% ( 18 / 18) in 'Graphics.UI.WX.Media'
Warning: Graphics.UI.WX.Events: select is exported separately but will be documented under Selecting. Consider exporting it together with its parent(s) for code clarity.
Warning: Graphics.UI.WX.Events: command is exported separately but will be documented under Commanding. Consider exporting it together with its parent(s) for code clarity.
Warning: Graphics.UI.WX.Events: mouse is exported separately but will be documented under Reactive. Consider exporting it together with its parent(s) for code clarity.
Warning: Graphics.UI.WX.Events: keyboard is exported separately but will be documented under Reactive. Consider exporting it together with its parent(s) for code clarity.
Warning: Graphics.UI.WX.Events: closing is exported separately but will be documented under Reactive. Consider exporting it together with its parent(s) for code clarity.
Warning: Graphics.UI.WX.Events: idle is exported separately but will be documented under Reactive. Consider exporting it together with its parent(s) for code clarity.
Warning: Graphics.UI.WX.Events: resize is exported separately but will be documented under Reactive. Consider exporting it together with its parent(s) for code clarity.
Warning: Graphics.UI.WX.Events: focus is exported separately but will be documented under Reactive. Consider exporting it together with its parent(s) for code clarity.
Warning: Graphics.UI.WX.Events: activate is exported separately but will be documented under Reactive. Consider exporting it together with its parent(s) for code clarity.
Warning: Graphics.UI.WX.Events: paint is exported separately but will be documented under Paint. Consider exporting it together with its parent(s) for code clarity.
Warning: Graphics.UI.WX.Events: paintRaw is exported separately but will be documented under Paint. Consider exporting it together with its parent(s) for code clarity.
Warning: Graphics.UI.WX.Events: repaint is exported separately but will be documented under Paint. Consider exporting it together with its parent(s) for code clarity.
  61% ( 44 / 72) in 'Graphics.UI.WX.Events'
 100% ( 21 / 21) in 'Graphics.UI.WX.Window'
 100% (  5 /  5) in 'Graphics.UI.WX.TopLevelWindow'
 100% (  2 /  2) in 'Graphics.UI.WX.Variable'
 100% ( 25 / 25) in 'Graphics.UI.WX.Frame'
Warning: Graphics.UI.WX.Controls: alignment is exported separately but will be documented under Aligned. Consider exporting it together with its parent(s) for code clarity.
Warning: Graphics.UI.WX.Controls: wrap is exported separately but will be documented under Wrapped. Consider exporting it together with its parent(s) for code clarity.
Warning: Graphics.UI.WX.Controls: sorted is exported separately but will be documented under Sorted. Consider exporting it together with its parent(s) for code clarity.
  89% (115 /129) in 'Graphics.UI.WX.Controls'
 100% ( 24 / 24) in 'Graphics.UI.WX.Dialogs'
 100% (  4 /  4) in 'Graphics.UI.WX.Timer'
 100% ( 43 / 43) in 'Graphics.UI.WX.Menu'
Warning: Graphics.UI.WX.Draw: pen is exported separately but will be documented under Drawn. Consider exporting it together with its parent(s) for code clarity.
Warning: Graphics.UI.WX.Draw: penKind is exported separately but will be documented under Drawn. Consider exporting it together with its parent(s) for code clarity.
Warning: Graphics.UI.WX.Draw: penWidth is exported separately but will be documented under Drawn. Consider exporting it together with its parent(s) for code clarity.
Warning: Graphics.UI.WX.Draw: penCap is exported separately but will be documented under Drawn. Consider exporting it together with its parent(s) for code clarity.
Warning: Graphics.UI.WX.Draw: penJoin is exported separately but will be documented under Drawn. Consider exporting it together with its parent(s) for code clarity.
Warning: Graphics.UI.WX.Draw: penColor is exported separately but will be documented under Drawn. Consider exporting it together with its parent(s) for code clarity.
Warning: Graphics.UI.WX.Draw: brush is exported separately but will be documented under Brushed. Consider exporting it together with its parent(s) for code clarity.
Warning: Graphics.UI.WX.Draw: brushKind is exported separately but will be documented under Brushed. Consider exporting it together with its parent(s) for code clarity.
Warning: Graphics.UI.WX.Draw: brushColor is exported separately but will be documented under Brushed. Consider exporting it together with its parent(s) for code clarity.
  88% ( 22 / 25) in 'Graphics.UI.WX.Draw'
 100% ( 18 / 18) in 'Graphics.UI.WX'
Warning: Graphics.UI.WX.Controls: could not find link destinations for:
    Graphics.UI.WX.Controls.CSingleListBox Graphics.UI.WX.Controls.CMultiListBox
Documentation created: dist/doc/html/wx/index.html, dist/doc/html/wx/wx.txt
Creating package registration file: /tmp/pkgConf-wx-0.91.014312.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/wx-0.91.0.0
Registering wx-0.91.0.0...
Installed wx-0.91.0.0
Downloading xtc-1.0.1...
Configuring xtc-1.0.1...
Building xtc-1.0.1...
Preprocessing library xtc-1.0.1...
[1 of 1] Compiling Graphics.UI.XTC  ( Graphics/UI/XTC.hs, dist/build/Graphics/UI/XTC.o )

Graphics/UI/XTC.hs:147:14: Warning:
    This binding for ‘item’ shadows the existing binding
      imported from ‘Graphics.UI.WX’ at Graphics/UI/XTC.hs:60:1-53
      (and originally defined in ‘Graphics.UI.WX.Classes’)

Graphics/UI/XTC.hs:388:59: Warning:
    Defaulting the following constraint(s) to type ‘Integer’
      (Num a0)
        arising from the literal ‘255’ at Graphics/UI/XTC.hs:388:59-61
      (Integral a0)
        arising from a use of ‘rgb’ at Graphics/UI/XTC.hs:388:55-57
    In the first argument of ‘rgb’, namely ‘255’
    In the expression: rgb 255 100 100
    In a case alternative: Nothing -> rgb 255 100 100
In-place registering xtc-1.0.1...
Running Haddock for xtc-1.0.1...
Running hscolour for xtc-1.0.1...
Preprocessing library xtc-1.0.1...
Preprocessing library xtc-1.0.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: wxc-0.91.0.0

Graphics/UI/XTC.hs:147:14: Warning:
    This binding for ‘item’ shadows the existing binding
      imported from ‘Graphics.UI.WX’ at Graphics/UI/XTC.hs:60:1-53
      (and originally defined in ‘Graphics.UI.WX.Classes’)

Graphics/UI/XTC.hs:388:59: Warning:
    Defaulting the following constraint(s) to type ‘Integer’
      (Num a0)
        arising from the literal ‘255’ at Graphics/UI/XTC.hs:388:59-61
      (Integral a0)
        arising from a use of ‘rgb’ at Graphics/UI/XTC.hs:388:55-57
    In the first argument of ‘rgb’, namely ‘255’
    In the expression: rgb 255 100 100
    In a case alternative: Nothing -> rgb 255 100 100
Haddock coverage:
  97% ( 29 / 30) in 'Graphics.UI.XTC'
Warning: Graphics.UI.XTC: could not find link destinations for:
    Graphics.UI.XTC.CRadioView Graphics.UI.XTC.CListView Graphics.UI.XTC.CMultiListView Graphics.UI.XTC.CChoiceView Graphics.UI.XTC.CValueEntry
Documentation created: dist/doc/html/xtc/index.html, dist/doc/html/xtc/xtc.txt
Creating package registration file: /tmp/pkgConf-xtc-1.014312.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/xtc-1.0.1
Registering xtc-1.0.1...
Installed xtc-1.0.1
cabal: Error: some packages failed to install:
SybWidget-0.5.2 failed during the building phase. The exception was:
ExitFailure 1
WxGeneric-0.5.2 depends on SybWidget-0.5.2 which failed to install.

Test log

No test log was submitted for this report.