Re: [nightly] 21-Nov-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
Simon Marlow <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
On 21/11/2012 20:47, GHC Build Reports wrote:
> The last 30 lines of /64playpen/simonmar/nightly/HEAD-unreg-cam-04-unx/logs/x86_64-unknown-linux-stage2 are
> ------------------------------------------------------------------------
> ------------------------------------------------------------------------
>
> 3% ( 2 / 63) in 'GHC.Tuple'
> 0% ( 0 / 3) in 'GHC.Debug'
> 0% ( 0 /336) in 'GHC.PrimopWrappers'
> 36% (150 /422) in 'GHC.Prim'
> 100% ( 3 / 3) in 'GHC.Magic'
> *** Core Lint warnings : in result of Desugar (after optimization) ***
> {-# LINE 99 "libraries/ghc-prim/GHC/Classes.hs #-}: Warning:
> [RHS of $c/=_a75U :: GHC.Types.Float
> -> GHC.Types.Float -> GHC.Types.Bool]
> INLINE binder is (non-rule) loop breaker: $c/=_a75U
> {-# LINE 102 "libraries/ghc-prim/GHC/Classes.hs #-}: Warning:
> [RHS of $c/=_a75N :: GHC.Types.Double
> -> GHC.Types.Double -> GHC.Types.Bool]
> INLINE binder is (non-rule) loop breaker: $c/=_a75N
> {-# LINE 85 "libraries/ghc-prim/GHC/Classes.hs #-}: Warning:
> [RHS of $c/=_a76i :: forall a_a5HG.
> GHC.Classes.Eq a_a5HG =>
> [a_a5HG] -> [a_a5HG] -> GHC.Types.Bool]
> INLINE binder is (non-rule) loop breaker: $c/=_a76i
>
> /64playpen/simonmar/nightly/HEAD-unreg-cam-04-unx/x86_64-unknown-linux/libraries/integer-gmp/dist-install/build/GHC/Integer/Type.hi
> Declaration for $fEqInteger:
> attempting to use module `ghc-prim:GHC.Classes' (libraries/ghc-prim/./GHC/Classes.hs) which is not loaded
> 38% ( 6 / 16) in 'GHC.Classes'
> Cannot continue after interface file error
> make[1]: *** [libraries/ghc-prim/dist-install/doc/html/ghc-prim/ghc-prim.haddock] Error 1
> make: *** [all] Error 2
I don't know what's causing this error in the unregisterised build - it
looks like some kind of build-system problem though. Ian if you had a
chance to look into it that would be great.
Cheers,
Simon