[GHC] #11413: GHC 8.1.20160111 fails to bootstrap itself.

GHC ghc-devs at haskell.org
Tue Jan 12 20:52:29 UTC 2016


#11413: GHC 8.1.20160111 fails to bootstrap itself.
-------------------------------------+-------------------------------------
           Reporter:  kgardas        |             Owner:
               Type:  bug            |            Status:  new
           Priority:  highest        |         Milestone:
          Component:  Core           |           Version:  8.1
  Libraries                          |
           Keywords:                 |  Operating System:  Solaris
       Architecture:  x86            |   Type of failure:  Building GHC
                                     |  failed
          Test Case:                 |        Blocked By:
           Blocking:                 |   Related Tickets:
Differential Rev(s):                 |         Wiki Page:
-------------------------------------+-------------------------------------
 Hello,
 bootstrapping GHC HEAD with HEAD is broken. The failure looks like:
 {{{
 libraries/binary/src/Data/Binary/Builder/Base.hs:67:0: error:
      missing binary operator before token "("

 libraries/binary/src/Data/Binary/Builder/Base.hs:114:0: error:
      missing binary operator before token "("

 libraries/binary/src/Data/Binary/Builder/Base.hs:123:0: error:
      missing binary operator before token "("
 `gcc' failed in phase `C pre-processor'. (Exit code: 1)
 gmake[1]: *** [utils/ghc-cabal/dist/build/tmp/ghc-cabal] Error 1
 gmake: *** [all] Error 2
 }}}
 I'm setting highest prio on this (as I feel) so lower this if you like.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11413>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list