Build #1 for hans-2.1.0.0

[all reports]

Package hans-2.1.0.0
Install DependencyFailed unix-2.3.2.0
Docs NotTried
Tests NotTried
Time submitted unknown
Compiler ghc-7.6.3
OS linux
Arch x86_64
Dependencies unix-2.3.2.0, time-1.3, random-1.0.0.3, old-locale-1.0.0.5, monadLib-3.6.2, fingertree-0.0.1.1, containers-0.4.2.1, cereal-0.3.0.0, bytestring-0.9.1.10, base-4.6.0.1
Flags -halvm -example -bounded-channels

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring bytestring-0.9.1.10...
Building bytestring-0.9.1.10...
Preprocessing library bytestring-0.9.1.10...
ghc: unrecognised flags: -fno-method-sharing
Usage: For basic information, try the `--help' option.
Failed to install bytestring-0.9.1.10
Configuring containers-0.4.2.1...
Building containers-0.4.2.1...
Preprocessing library containers-0.4.2.1...
[1 of 7] Compiling Data.Set         ( Data/Set.hs, dist/build/Data/Set.o )
[2 of 7] Compiling Data.Map         ( Data/Map.hs, dist/build/Data/Map.o )
[3 of 7] Compiling Data.IntSet      ( Data/IntSet.hs, dist/build/Data/IntSet.o )
[4 of 7] Compiling Data.IntMap      ( Data/IntMap.hs, dist/build/Data/IntMap.o )
[5 of 7] Compiling Data.Sequence    ( Data/Sequence.hs, dist/build/Data/Sequence.o )

Data/Sequence.hs:311:1: Warning:
    SPECIALISE pragma on INLINE function probably won't fire: `deep'

Data/Sequence.hs:312:1: Warning:
    SPECIALISE pragma on INLINE function probably won't fire: `deep'

Data/Sequence.hs:437:1: Warning:
    SPECIALISE pragma on INLINE function probably won't fire: `node2'

Data/Sequence.hs:438:1: Warning:
    SPECIALISE pragma on INLINE function probably won't fire: `node2'

Data/Sequence.hs:443:1: Warning:
    SPECIALISE pragma on INLINE function probably won't fire: `node3'

Data/Sequence.hs:444:1: Warning:
    SPECIALISE pragma on INLINE function probably won't fire: `node3'
[6 of 7] Compiling Data.Tree        ( Data/Tree.hs, dist/build/Data/Tree.o )
[7 of 7] Compiling Data.Graph       ( Data/Graph.hs, dist/build/Data/Graph.o )
In-place registering containers-0.4.2.1...
Running Haddock for containers-0.4.2.1...
Running hscolour for containers-0.4.2.1...
Preprocessing library containers-0.4.2.1...
Preprocessing library containers-0.4.2.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
Haddock coverage:
 100% ( 60 / 60) in 'Data.Set'
 100% ( 58 / 58) in 'Data.IntSet'
  99% (116 /117) in 'Data.IntMap'
 100% ( 82 / 82) in 'Data.Sequence'
  94% ( 15 / 16) in 'Data.Tree'
 100% ( 33 / 33) in 'Data.Graph'
 100% (128 /128) in 'Data.Map'
Warning: Data.IntMap: could not find link destinations for:
    Data.IntMap.mapAccumL
Warning: Data.Sequence: could not find link destinations for:
    Data.Sequence.PQueue Data.Sequence.applicativeTree Data.Sequence.unrollPQ Data.Sequence.toPQ Data.Sequence.FingerTree Data.Sequence.mergePQ
Warning: Data.Map: could not find link destinations for:
    Data.Map.mapAccumL
Documentation created: dist/doc/html/containers/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/containers-0.4.2.1/ghc-7.6.3
Registering containers-0.4.2.1...
Installed containers-0.4.2.1
Downloading fingertree-0.0.1.1...
Configuring fingertree-0.0.1.1...
Building fingertree-0.0.1.1...
Preprocessing library fingertree-0.0.1.1...
[1 of 3] Compiling Data.FingerTree  ( Data/FingerTree.hs, dist/build/Data/FingerTree.o )
[2 of 3] Compiling Data.IntervalMap.FingerTree ( Data/IntervalMap/FingerTree.hs, dist/build/Data/IntervalMap/FingerTree.o )
[3 of 3] Compiling Data.PriorityQueue.FingerTree ( Data/PriorityQueue/FingerTree.hs, dist/build/Data/PriorityQueue/FingerTree.o )
In-place registering fingertree-0.0.1.1...
Running Haddock for fingertree-0.0.1.1...
Running hscolour for fingertree-0.0.1.1...
Preprocessing library fingertree-0.0.1.1...
Preprocessing library fingertree-0.0.1.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
Haddock coverage:
 100% ( 29 / 29) in 'Data.FingerTree'
 100% ( 14 / 14) in 'Data.IntervalMap.FingerTree'
 100% ( 13 / 13) in 'Data.PriorityQueue.FingerTree'
Documentation created: dist/doc/html/fingertree/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/fingertree-0.0.1.1/ghc-7.6.3
Registering fingertree-0.0.1.1...
Installed fingertree-0.0.1.1
Downloading monadLib-3.6.2...
Configuring monadLib-3.6.2...
Building monadLib-3.6.2...
Preprocessing library monadLib-3.6.2...
[1 of 3] Compiling MonadLib         ( src/MonadLib.hs, dist/build/MonadLib.o )
[2 of 3] Compiling MonadLib.Derive  ( src/MonadLib/Derive.hs, dist/build/MonadLib/Derive.o )

src/MonadLib/Derive.hs:16:1: Warning:
    The import of `Control.Monad' is redundant
      except perhaps to import instances from `Control.Monad'
    To import instances alone, use: import Control.Monad()
[3 of 3] Compiling MonadLib.Monads  ( src/MonadLib/Monads.hs, dist/build/MonadLib/Monads.o )

src/MonadLib/Monads.hs:15:1: Warning:
    The import of `Control.Monad' is redundant
      except perhaps to import instances from `Control.Monad'
    To import instances alone, use: import Control.Monad()
In-place registering monadLib-3.6.2...
Running Haddock for monadLib-3.6.2...
Running hscolour for monadLib-3.6.2...
Preprocessing library monadLib-3.6.2...
Preprocessing library monadLib-3.6.2...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0

src/MonadLib/Derive.hs:16:1: Warning:
    The import of `Control.Monad' is redundant
      except perhaps to import instances from `Control.Monad'
    To import instances alone, use: import Control.Monad()

src/MonadLib/Monads.hs:15:1: Warning:
    The import of `Control.Monad' is redundant
      except perhaps to import instances from `Control.Monad'
    To import instances alone, use: import Control.Monad()
Haddock coverage:
  97% ( 59 / 61) in 'MonadLib'
  91% ( 20 / 22) in 'MonadLib.Derive'
  17% (  2 / 12) in 'MonadLib.Monads'
Documentation created: dist/doc/html/monadLib/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/monadLib-3.6.2/ghc-7.6.3
Registering monadLib-3.6.2...
Installed monadLib-3.6.2
Downloading time-1.3...
[1 of 1] Compiling Main             ( /tmp/time-1.3-25420/time-1.3/Setup.hs, /tmp/time-1.3-25420/time-1.3/dist/setup/Main.o )

/tmp/time-1.3-25420/time-1.3/Setup.hs:16:42: Warning:
    In the use of `runTests'
    (imported from Distribution.Simple, but defined in Distribution.Simple.UserHooks):
    Deprecated: "Please use the new testing interface instead!"
Linking /tmp/time-1.3-25420/time-1.3/dist/setup/setup ...
Configuring time-1.3...
configure: WARNING: unrecognized options: --with-compiler, --with-gcc
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking whether time.h and sys/time.h may both be included... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking whether altzone is declared... no
configure: creating ./config.status
config.status: creating include/HsTimeConfig.h
config.status: include/HsTimeConfig.h is unchanged
configure: WARNING: unrecognized options: --with-compiler, --with-gcc
Building time-1.3...
Preprocessing library time-1.3...
[ 1 of 24] Compiling Data.Time.Clock.CTimeval ( Data/Time/Clock/CTimeval.hs, dist/build/Data/Time/Clock/CTimeval.o )
[ 2 of 24] Compiling Data.Time.Clock.Scale ( Data/Time/Clock/Scale.hs, dist/build/Data/Time/Clock/Scale.o )

Data/Time/Clock/Scale.hs:33:32: Warning:
    In the use of `mkTyCon'
    (imported from Data.Data, but defined in Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

Data/Time/Clock/Scale.hs:50:32: Warning:
    In the use of `mkTyCon'
    (imported from Data.Data, but defined in Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"
[ 3 of 24] Compiling Data.Time.Calendar.Private ( Data/Time/Calendar/Private.hs, dist/build/Data/Time/Calendar/Private.o )
[ 4 of 24] Compiling Data.Time.Calendar.MonthDay ( Data/Time/Calendar/MonthDay.hs, dist/build/Data/Time/Calendar/MonthDay.o )
[ 5 of 24] Compiling Data.Time.Calendar.Days ( Data/Time/Calendar/Days.hs, dist/build/Data/Time/Calendar/Days.o )

Data/Time/Calendar/Days.hs:26:32: Warning:
    In the use of `mkTyCon'
    (imported from Data.Data, but defined in Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"
[ 6 of 24] Compiling Data.Time.Calendar.OrdinalDate ( Data/Time/Calendar/OrdinalDate.hs, dist/build/Data/Time/Calendar/OrdinalDate.o )
[ 7 of 24] Compiling Data.Time.Calendar.Gregorian ( Data/Time/Calendar/Gregorian.hs, dist/build/Data/Time/Calendar/Gregorian.o )
[ 8 of 24] Compiling Data.Time.Calendar.WeekDate ( Data/Time/Calendar/WeekDate.hs, dist/build/Data/Time/Calendar/WeekDate.o )
[ 9 of 24] Compiling Data.Time.Calendar.JulianYearDay ( Data/Time/Calendar/JulianYearDay.hs, dist/build/Data/Time/Calendar/JulianYearDay.o )
[10 of 24] Compiling Data.Time.Calendar.Julian ( Data/Time/Calendar/Julian.hs, dist/build/Data/Time/Calendar/Julian.o )
[11 of 24] Compiling Data.Time.Clock.UTC ( Data/Time/Clock/UTC.hs, dist/build/Data/Time/Clock/UTC.o )

Data/Time/Clock/UTC.hs:44:32: Warning:
    In the use of `mkTyCon'
    (imported from Data.Data, but defined in Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

Data/Time/Clock/UTC.hs:71:32: Warning:
    In the use of `mkTyCon'
    (imported from Data.Data, but defined in Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"
[12 of 24] Compiling Data.Time.Clock.POSIX ( Data/Time/Clock/POSIX.hs, dist/build/Data/Time/Clock/POSIX.o )
[13 of 24] Compiling Data.Time.Clock.UTCDiff ( Data/Time/Clock/UTCDiff.hs, dist/build/Data/Time/Clock/UTCDiff.o )
[14 of 24] Compiling Data.Time.Clock  ( Data/Time/Clock.hs, dist/build/Data/Time/Clock.o )
[15 of 24] Compiling Data.Time.LocalTime.TimeZone ( Data/Time/LocalTime/TimeZone.hs, dist/build/Data/Time/LocalTime/TimeZone.o )

Data/Time/LocalTime/TimeZone.hs:44:32: Warning:
    In the use of `mkTyCon'
    (imported from Data.Data, but defined in Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"
[16 of 24] Compiling Data.Time.LocalTime.TimeOfDay ( Data/Time/LocalTime/TimeOfDay.hs, dist/build/Data/Time/LocalTime/TimeOfDay.o )

Data/Time/LocalTime/TimeOfDay.hs:42:32: Warning:
    In the use of `mkTyCon'
    (imported from Data.Data, but defined in Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"
[17 of 24] Compiling Data.Time.Calendar ( Data/Time/Calendar.hs, dist/build/Data/Time/Calendar.o )
[18 of 24] Compiling Data.Time.Calendar.Easter ( Data/Time/Calendar/Easter.hs, dist/build/Data/Time/Calendar/Easter.o )
[19 of 24] Compiling Data.Time.LocalTime.LocalTime ( Data/Time/LocalTime/LocalTime.hs, dist/build/Data/Time/LocalTime/LocalTime.o )

Data/Time/LocalTime/LocalTime.hs:43:32: Warning:
    In the use of `mkTyCon'
    (imported from Data.Data, but defined in Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

Data/Time/LocalTime/LocalTime.hs:83:32: Warning:
    In the use of `mkTyCon'
    (imported from Data.Data, but defined in Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"
[20 of 24] Compiling Data.Time.LocalTime ( Data/Time/LocalTime.hs, dist/build/Data/Time/LocalTime.o )
[21 of 24] Compiling Data.Time.Clock.TAI ( Data/Time/Clock/TAI.hs, dist/build/Data/Time/Clock/TAI.o )

Data/Time/Clock/TAI.hs:39:32: Warning:
    In the use of `mkTyCon'
    (imported from Data.Data, but defined in Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"
[22 of 24] Compiling Data.Time.Format.Parse ( Data/Time/Format/Parse.hs, dist/build/Data/Time/Format/Parse.o )
[23 of 24] Compiling Data.Time.Format ( Data/Time/Format.hs, dist/build/Data/Time/Format.o )
[24 of 24] Compiling Data.Time        ( Data/Time.hs, dist/build/Data/Time.o )
In-place registering time-1.3...
Running Haddock for time-1.3...
Running hscolour for time-1.3...
Preprocessing library time-1.3...
Preprocessing library time-1.3...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0

Data/Time/Clock/Scale.hs:33:32: Warning:
    In the use of `mkTyCon'
    (imported from Data.Data, but defined in Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

Data/Time/Clock/Scale.hs:50:32: Warning:
    In the use of `mkTyCon'
    (imported from Data.Data, but defined in Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

Data/Time/Calendar/Days.hs:26:32: Warning:
    In the use of `mkTyCon'
    (imported from Data.Data, but defined in Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

Data/Time/Clock/UTC.hs:44:32: Warning:
    In the use of `mkTyCon'
    (imported from Data.Data, but defined in Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

Data/Time/Clock/UTC.hs:71:32: Warning:
    In the use of `mkTyCon'
    (imported from Data.Data, but defined in Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

Data/Time/LocalTime/TimeZone.hs:44:32: Warning:
    In the use of `mkTyCon'
    (imported from Data.Data, but defined in Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

Data/Time/LocalTime/TimeOfDay.hs:42:32: Warning:
    In the use of `mkTyCon'
    (imported from Data.Data, but defined in Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

Data/Time/LocalTime/LocalTime.hs:43:32: Warning:
    In the use of `mkTyCon'
    (imported from Data.Data, but defined in Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

Data/Time/LocalTime/LocalTime.hs:83:32: Warning:
    In the use of `mkTyCon'
    (imported from Data.Data, but defined in Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"

Data/Time/Clock/TAI.hs:39:32: Warning:
    In the use of `mkTyCon'
    (imported from Data.Data, but defined in Data.Typeable):
    Deprecated: "either derive Typeable, or use mkTyCon3 instead"
Haddock coverage:
  25% (  1 /  4) in 'Data.Time.Clock.CTimeval'
  88% (  7 /  8) in 'Data.Time.Clock.Scale'
   0% (  0 / 11) in 'Data.Time.Calendar.Private'
  80% (  4 /  5) in 'Data.Time.Calendar.MonthDay'
  40% (  2 /  5) in 'Data.Time.Calendar.Days'
  83% ( 10 / 12) in 'Data.Time.Calendar.OrdinalDate'
  92% ( 11 / 12) in 'Data.Time.Calendar.Gregorian'
 100% (  5 /  5) in 'Data.Time.Calendar.WeekDate'
  86% (  6 /  7) in 'Data.Time.Calendar.JulianYearDay'
  94% ( 15 / 16) in 'Data.Time.Calendar.Julian'
  80% (  4 /  5) in 'Data.Time.Clock.UTC'
  67% (  4 /  6) in 'Data.Time.Clock.POSIX'
  67% (  2 /  3) in 'Data.Time.Clock.UTCDiff'
 100% ( 15 / 15) in 'Data.Time.Clock'
  90% (  9 / 10) in 'Data.Time.LocalTime.TimeZone'
  83% ( 10 / 12) in 'Data.Time.LocalTime.TimeOfDay'
  81% ( 13 / 16) in 'Data.Time.Calendar'
  83% (  5 /  6) in 'Data.Time.Calendar.Easter'
  58% (  7 / 12) in 'Data.Time.LocalTime.LocalTime'
  81% ( 26 / 32) in 'Data.Time.LocalTime'
  70% (  7 / 10) in 'Data.Time.Clock.TAI'
  83% (  5 /  6) in 'Data.Time.Format.Parse'
  70% (  7 / 10) in 'Data.Time.Format'
  80% (  4 /  5) in 'Data.Time'
Documentation created: dist/doc/html/time/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/time-1.3/ghc-7.6.3
Registering time-1.3...
Installed time-1.3
Configuring unix-2.3.2.0...
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for an ANSI C-conforming const... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for string.h... (cached) yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for sys/stat.h... (cached) yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for getgrgid_r... yes
checking for getgrnam_r... yes
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for getpwent... yes
checking for getgrent... yes
checking for lchown... yes
checking for setenv... yes
checking for sysconf... yes
checking for unsetenv... yes
checking for nanosleep... yes
checking for ptsname... yes
checking for setitimer... yes
checking for shm_open in -lrt... yes
checking for shm_open... yes
checking for shm_unlink... yes
checking value of SIGABRT... 6
checking value of SIGALRM... 14
checking value of SIGBUS... 7
checking value of SIGCHLD... 17
checking value of SIGCONT... 18
checking value of SIGFPE... 8
checking value of SIGHUP... 1
checking value of SIGILL... 4
checking value of SIGINT... 2
checking value of SIGKILL... 9
checking value of SIGPIPE... 13
checking value of SIGQUIT... 3
checking value of SIGSEGV... 11
checking value of SIGSTOP... 19
checking value of SIGTERM... 15
checking value of SIGTSTP... 20
checking value of SIGTTIN... 21
checking value of SIGTTOU... 22
checking value of SIGUSR1... 10
checking value of SIGUSR2... 12
checking value of SIGPOLL... 29
checking value of SIGPROF... 27
checking value of SIGSYS... 31
checking value of SIGTRAP... 5
checking value of SIGURG... 23
checking value of SIGVTALRM... 26
checking value of SIGXCPU... 24
checking value of SIGXFSZ... 25
checking value of SIG_BLOCK... 0
checking value of SIG_SETMASK... 2
checking value of SIG_UNBLOCK... 1
checking for _SC_GETGR_R_SIZE_MAX... yes
checking for _SC_GETPW_R_SIZE_MAX... yes
checking return type of usleep... int
checking return type of unsetenv... int
checking for RTLD_NEXT from dlfcn.h... no
checking for RTLD_DEFAULT from dlfcn.h... no
checking for RTLD_LOCAL from dlfcn.h... yes
checking for RTLD_GLOBAL from dlfcn.h... yes
checking for RTLD_NOW from dlfcn.h... yes
checking for openpty... no
checking for openpty in -lutil... yes
checking for /dev/ptmx... yes
checking for /dev/ptc... no
checking for dlopen in -ldl... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
configure: creating ./config.status
config.status: creating unix.buildinfo
config.status: creating include/HsUnixConfig.h
config.status: include/HsUnixConfig.h is unchanged
Building unix-2.3.2.0...
Preprocessing library unix-2.3.2.0...

dist/build/System/Posix/Signals.hs:127:0:
     fatal error: Signals.h: No such file or directory
compilation terminated.
Failed to install unix-2.3.2.0
Downloading random-1.0.0.3...
Configuring random-1.0.0.3...
Building random-1.0.0.3...
Preprocessing library random-1.0.0.3...
[1 of 1] Compiling System.Random    ( System/Random.hs, dist/build/System/Random.o )
In-place registering random-1.0.0.3...
Running Haddock for random-1.0.0.3...
Running hscolour for random-1.0.0.3...
Preprocessing library random-1.0.0.3...
Preprocessing library random-1.0.0.3...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
Haddock coverage:
Cannot find documentation for: $intro
 100% ( 16 / 16) in 'System.Random'
Documentation created: dist/doc/html/random/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/random-1.0.0.3/ghc-7.6.3
Registering random-1.0.0.3...
Installed random-1.0.0.3
cabal: Error: some packages failed to install:
bytestring-0.9.1.10 failed during the building phase. The exception was:
ExitFailure 1
cereal-0.3.0.0 depends on bytestring-0.9.1.10 which failed to install.
hans-2.1.0.0 depends on unix-2.3.2.0 which failed to install.
unix-2.3.2.0 failed during the building phase. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.