Build #8 for hsc3-auditor-0.11

[all reports]

Package hsc3-auditor-0.11
Install DependencyFailed cmath-0.3
Docs NotTried
Tests NotTried
Time submitted 2016-12-26 10:20:21.513611 UTC
Compiler ghc-8.0.1.20161018
OS linux
Arch x86_64
Dependencies base-4.9.0.0, filepath-1.4.1.0, hmt-0.11, hosc-0.11.1, hsc3-0.11
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring cmath-0.3...
Configuring colour-2.3.3...
Building cmath-0.3...
Building colour-2.3.3...
Configuring data-binary-ieee754-0.4.4...
Failed to install cmath-0.3
Build log ( /home/builder/.cabal/logs/cmath-0.3.log ):
cabal: Entering directory '/tmp/cabal-tmp-32553/cmath-0.3'
Configuring cmath-0.3...
Building cmath-0.3...
Preprocessing library cmath-0.3...

on the commandline: warning:
    The -fvia-C flag does nothing; it will be removed in a future GHC release
[1 of 1] Compiling Foreign.C.Math.Double ( dist/build/Foreign/C/Math/Double.hs, dist/build/Foreign/C/Math/Double.o )

Foreign/C/Math/Double.hsc:146:11: error:
    Variable not in scope:
      unsafePerformIO
        :: IO (Double, integer-gmp-1.0.0.1:GHC.Integer.Type.Integer)
           -> (Double, Int)

Foreign/C/Math/Double.hsc:188:10: error:
    Variable not in scope:
      unsafePerformIO :: IO (Double, Double) -> (Double, Double)
cabal: Leaving directory '/tmp/cabal-tmp-32553/cmath-0.3'
Building data-binary-ieee754-0.4.4...
Installed data-binary-ieee754-0.4.4
Configuring mtl-2.2.1...
Building mtl-2.2.1...
Configuring multiset-comb-0.2.4.1...
Installed colour-2.3.3
Building multiset-comb-0.2.4.1...
Configuring murmur-hash-0.1.0.9...
Installed mtl-2.2.1
Building murmur-hash-0.1.0.9...
Configuring network-2.6.3.1...
Installed multiset-comb-0.2.4.1
Configuring primitive-0.6.2.0...
Installed murmur-hash-0.1.0.9
Building primitive-0.6.2.0...
Building network-2.6.3.1...
Configuring primitive-0.6.1.0...
Installed primitive-0.6.2.0
Building primitive-0.6.1.0...
Configuring split-0.2.3.1...
Installed network-2.6.3.1
Building split-0.2.3.1...
Configuring random-1.1...
Installed primitive-0.6.1.0
Configuring utf8-string-1.0.1.1...
Installed split-0.2.3.1
Building random-1.1...
Building utf8-string-1.0.1.1...
Configuring text-1.2.2.1...
Installed random-1.1
Building text-1.2.2.1...
Installed utf8-string-1.0.1.1
Configuring SG-1.0...
Building SG-1.0...
Configuring tf-random-0.5...
Failed to install SG-1.0
Build log ( /home/builder/.cabal/logs/SG-1.0.log ):
cabal: Entering directory '/tmp/cabal-tmp-32553/SG-1.0'
Configuring SG-1.0...
Building SG-1.0...
Preprocessing library SG-1.0...
[1 of 8] Compiling Data.SG.Vector   ( Data/SG/Vector.hs, dist/build/Data/SG/Vector.o )
[2 of 8] Compiling Data.SG.Vector.Basic ( Data/SG/Vector/Basic.hs, dist/build/Data/SG/Vector/Basic.o )

Data/SG/Vector/Basic.hs:50:1: warning: [-Wunused-imports]
    The import of ‘Data.Foldable’ is redundant
      except perhaps to import instances from ‘Data.Foldable’
    To import instances alone, use: import Data.Foldable()
[3 of 8] Compiling Data.SG.Matrix   ( Data/SG/Matrix.hs, dist/build/Data/SG/Matrix.o )
[4 of 8] Compiling Data.SG.Geometry ( Data/SG/Geometry.hs, dist/build/Data/SG/Geometry.o )

Data/SG/Geometry.hs:64:13: error:
    • Could not deduce (Show a) arising from a use of ‘+’
      from the context: Num a
        bound by the type signature for:
                   plusDir :: Num a => Pair a -> Pair a -> Pair a
        at Data/SG/Geometry.hs:64:3-9
      Possible fix:
        add (Show a) to the context of
          the type signature for:
            plusDir :: Num a => Pair a -> Pair a -> Pair a
    • In the expression: (+)
      In an equation for ‘plusDir’: plusDir = (+)
      In the instance declaration for ‘Geometry Pair Pair LinePair’

Data/SG/Geometry.hs:65:12: error:
    • Could not deduce (Show a) arising from a use of ‘-’
      from the context: Num a
        bound by the type signature for:
                   fromPt :: Num a => Pair a -> Pair a -> Pair a
        at Data/SG/Geometry.hs:65:3-8
      Possible fix:
        add (Show a) to the context of
          the type signature for:
            fromPt :: Num a => Pair a -> Pair a -> Pair a
    • In the expression: (-)
      In an equation for ‘fromPt’: fromPt = (-)
      In the instance declaration for ‘Geometry Pair Pair LinePair’

Data/SG/Geometry.hs:70:13: error:
    • Could not deduce (Show a) arising from a use of ‘+’
      from the context: Num a
        bound by the type signature for:
                   plusDir :: Num a => Triple a -> Triple a -> Triple a
        at Data/SG/Geometry.hs:70:3-9
      Possible fix:
        add (Show a) to the context of
          the type signature for:
            plusDir :: Num a => Triple a -> Triple a -> Triple a
    • In the expression: (+)
      In an equation for ‘plusDir’: plusDir = (+)
      In the instance declaration for ‘Geometry Triple Triple LineTriple’

Data/SG/Geometry.hs:71:12: error:
    • Could not deduce (Show a) arising from a use of ‘-’
      from the context: Num a
        bound by the type signature for:
                   fromPt :: Num a => Triple a -> Triple a -> Triple a
        at Data/SG/Geometry.hs:71:3-8
      Possible fix:
        add (Show a) to the context of
          the type signature for:
            fromPt :: Num a => Triple a -> Triple a -> Triple a
    • In the expression: (-)
      In an equation for ‘fromPt’: fromPt = (-)
      In the instance declaration for ‘Geometry Triple Triple LineTriple’

Data/SG/Geometry.hs:164:5: error:
    • Could not deduce (Eq a) arising from a use of ‘==’
      from the context: (Geometry rel pt ln,
                         Coord2 rel,
                         Coord2 pt,
                         Fractional a)
        bound by the type signature for:
                   valueAtX :: (Geometry rel pt ln, Coord2 rel, Coord2 pt,
                                Fractional a) =>
                               ln a -> a -> Maybe a
        at Data/SG/Geometry.hs:(161,1)-(162,25)
      Possible fix:
        add (Eq a) to the context of
          the type signature for:
            valueAtX :: (Geometry rel pt ln, Coord2 rel, Coord2 pt,
                         Fractional a) =>
                        ln a -> a -> Maybe a
    • In the expression: xd == 0
      In a stmt of a pattern guard for
                     an equation for ‘valueAtX’:
        xd == 0
      In an equation for ‘valueAtX’:
          valueAtX l tgt
            | xd == 0 = Nothing
            | otherwise = let t = (tgt - x) / xd in Just t
            where
                x = getX $ getLineStart l
                xd = getX $ getLineDir l

Data/SG/Geometry.hs:177:5: error:
    • Could not deduce (Eq a) arising from a use of ‘==’
      from the context: (Geometry rel pt ln,
                         Coord2 rel,
                         Coord2 pt,
                         Fractional a)
        bound by the type signature for:
                   valueAtY :: (Geometry rel pt ln, Coord2 rel, Coord2 pt,
                                Fractional a) =>
                               ln a -> a -> Maybe a
        at Data/SG/Geometry.hs:(174,1)-(175,25)
      Possible fix:
        add (Eq a) to the context of
          the type signature for:
            valueAtY :: (Geometry rel pt ln, Coord2 rel, Coord2 pt,
                         Fractional a) =>
                        ln a -> a -> Maybe a
    • In the expression: yd == 0
      In a stmt of a pattern guard for
                     an equation for ‘valueAtY’:
        yd == 0
      In an equation for ‘valueAtY’:
          valueAtY l tgt
            | yd == 0 = Nothing
            | otherwise = let t = (tgt - y) / yd in Just t
            where
                y = getY $ getLineStart l
                yd = getY $ getLineDir l

Data/SG/Geometry.hs:190:5: error:
    • Could not deduce (Eq a) arising from a use of ‘==’
      from the context: (Geometry rel pt ln,
                         Coord3 rel,
                         Coord3 pt,
                         Fractional a)
        bound by the type signature for:
                   valueAtZ :: (Geometry rel pt ln, Coord3 rel, Coord3 pt,
                                Fractional a) =>
                               ln a -> a -> Maybe a
        at Data/SG/Geometry.hs:(187,1)-(188,25)
      Possible fix:
        add (Eq a) to the context of
          the type signature for:
            valueAtZ :: (Geometry rel pt ln, Coord3 rel, Coord3 pt,
                         Fractional a) =>
                        ln a -> a -> Maybe a
    • In the expression: zd == 0
      In a stmt of a pattern guard for
                     an equation for ‘valueAtZ’:
        zd == 0
      In an equation for ‘valueAtZ’:
          valueAtZ l tgt
            | zd == 0 = Nothing
            | otherwise = let t = (tgt - z) / zd in Just t
            where
                z = getZ $ getLineStart l
                zd = getZ $ getLineDir l
cabal: Leaving directory '/tmp/cabal-tmp-32553/SG-1.0'
Building tf-random-0.5...
Configuring vector-0.11.0.0...
Installed tf-random-0.5
Building vector-0.11.0.0...
Installed text-1.2.2.1
Configuring QuickCheck-2.9.2...
Building QuickCheck-2.9.2...
Configuring hashable-1.2.4.0...
Installed vector-0.11.0.0
Building hashable-1.2.4.0...
Configuring blaze-builder-0.4.0.2...
Installed QuickCheck-2.9.2
Building blaze-builder-0.4.0.2...
Configuring parsec-3.1.11...
Installed hashable-1.2.4.0
Building parsec-3.1.11...
Configuring xml-1.3.14...
Installed blaze-builder-0.4.0.2
Building xml-1.3.14...
Installed parsec-3.1.11
Configuring permutation-0.5.0.5...
Configuring hosc-0.11.1...
Installed xml-1.3.14
Building hosc-0.11.1...
Configuring hashtables-1.2.1.0...
Failed to install hosc-0.11.1
Build log ( /home/builder/.cabal/logs/hosc-0.11.1.log ):
cabal: Entering directory '/tmp/cabal-tmp-32555/hosc-0.11.1'
Configuring hosc-0.11.1...
Building hosc-0.11.1...
Preprocessing library hosc-0.11.1...
[ 1 of 14] Compiling Sound.OpenSoundControl.Time ( Sound/OpenSoundControl/Time.hs, dist/build/Sound/OpenSoundControl/Time.o )
[ 2 of 14] Compiling Sound.OpenSoundControl.Type ( Sound/OpenSoundControl/Type.hs, dist/build/Sound/OpenSoundControl/Type.o )
[ 3 of 14] Compiling Sound.OpenSoundControl.Transport ( Sound/OpenSoundControl/Transport.hs, dist/build/Sound/OpenSoundControl/Transport.o )
[ 4 of 14] Compiling Sound.OpenSoundControl.Coding.Coerce ( Sound/OpenSoundControl/Coding/Coerce.hs, dist/build/Sound/OpenSoundControl/Coding/Coerce.o )
[ 5 of 14] Compiling Sound.OpenSoundControl.Coding.Cast ( Sound/OpenSoundControl/Coding/Cast.hs, dist/build/Sound/OpenSoundControl/Coding/Cast.o )
[ 6 of 14] Compiling Sound.OpenSoundControl.Coding.Byte ( Sound/OpenSoundControl/Coding/Byte.hs, dist/build/Sound/OpenSoundControl/Coding/Byte.o )
[ 7 of 14] Compiling Sound.OpenSoundControl.Coding.Decode.Base ( Sound/OpenSoundControl/Coding/Decode/Base.hs, dist/build/Sound/OpenSoundControl/Coding/Decode/Base.o )
[ 8 of 14] Compiling Sound.OpenSoundControl.Coding.Decode.Binary ( Sound/OpenSoundControl/Coding/Decode/Binary.hs, dist/build/Sound/OpenSoundControl/Coding/Decode/Binary.o )

Sound/OpenSoundControl/Coding/Decode/Binary.hs:50:45: error:
    Ambiguous occurrence ‘getInt32be’
    It could refer to either ‘Data.Binary.Get.getInt32be’,
                             imported from ‘Data.Binary.Get’ at Sound/OpenSoundControl/Coding/Decode/Binary.hs:7:1-22
                          or ‘Sound.OpenSoundControl.Coding.Decode.Binary.getInt32be’,
                             defined at Sound/OpenSoundControl/Coding/Decode/Binary.hs:30:1

Sound/OpenSoundControl/Coding/Decode/Binary.hs:90:23: error:
    Ambiguous occurrence ‘isolate’
    It could refer to either ‘Data.Binary.Get.isolate’,
                             imported from ‘Data.Binary.Get’ at Sound/OpenSoundControl/Coding/Decode/Binary.hs:7:1-22
                             (and originally defined in ‘Data.Binary.Get.Internal’)
                          or ‘Sound.OpenSoundControl.Coding.Decode.Binary.isolate’,
                             defined at Sound/OpenSoundControl/Coding/Decode/Binary.hs:21:1
cabal: Leaving directory '/tmp/cabal-tmp-32555/hosc-0.11.1'
Building hashtables-1.2.1.0...
Building permutation-0.5.0.5...
Installed permutation-0.5.0.5
Configuring html-minimalist-0.11...
Building html-minimalist-0.11...
Installed hashtables-1.2.1.0
Configuring gtk2hs-buildtools-0.13.2.1...
Building gtk2hs-buildtools-0.13.2.1...
Installed html-minimalist-0.11
Installed gtk2hs-buildtools-0.13.2.1
Configuring cairo-0.13.3.1...
Building cairo-0.13.3.1...
Installed cairo-0.13.3.1
cabal: Error: some packages failed to install:
SG-1.0 failed during the building phase. The exception was:
ExitFailure 1
cmath-0.3 failed during the building phase. The exception was:
ExitFailure 1
hcg-minus-0.11 depends on SG-1.0 which failed to install.
hmt-0.11 depends on SG-1.0 which failed to install.
hosc-0.11.1 failed during the building phase. The exception was:
ExitFailure 1
hsc3-0.11 depends on cmath-0.3 which failed to install.
hsc3-auditor-0.11 depends on cmath-0.3 which failed to install.

Test log

No test log was submitted for this report.