[GHC] #8320: Build fails due to Haddock error in ghc-prim:GHC.Types

GHC ghc-devs at haskell.org
Wed Sep 25 14:33:05 CEST 2013


#8320: Build fails due to Haddock error in ghc-prim:GHC.Types
----------------------------------------+---------------------------
        Reporter:  guest                |            Owner:
            Type:  bug                  |           Status:  new
        Priority:  normal               |        Milestone:
       Component:  Build System         |          Version:  7.7
      Resolution:                       |         Keywords:
Operating System:  Linux                |     Architecture:  x86
 Type of failure:  Building GHC failed  |       Difficulty:  Unknown
       Test Case:                       |       Blocked By:
        Blocking:                       |  Related Tickets:
----------------------------------------+---------------------------

Comment (by guest):

 Replying to [comment:13 kazu-yamamoto]:
 > I saw this problem (the top, not comment 2) on 32bit Linux. I saw #8276
 on 64bit Linux. Of source, if I put
 > {{{
 > HADDOCK_DOCS       = NO
 > }}}
 > to mk/build.mk, building GHC works fine on both Linux.

 Thanks Kazu that works. That flag also skips building haddock the tool.
 I suppose that's normal.

 Now that I built, installed HEAD and accidentally executed "ghc -v"
 instead of "ghc -V" and saw interessting messages. Are messages like
 "dph-seq not found" and "Deleting temp files" normal or actually
 debug messages that should be hidden?

 {{{
 ~ $ ghc -v
 Glasgow Haskell Compiler, Version 7.7.20130924, stage 2 booted by GHC
 version 7.6.3
 Using binary package database:
 /tmp/ghc/7.7.20130924/lib/ghc-7.7.20130924/package.conf.d/package.cache
 wired-in package ghc-prim mapped to ghc-
 prim-0.3.1.0-1a51f4d990d4ba60a7bebe49b71a4509
 wired-in package integer-gmp mapped to integer-
 gmp-0.5.1.0-68d74af8d5c1c44507f359ecebda168b
 wired-in package base mapped to
 base-4.7.0.0-13f975e81921cf03d203f82457310880
 wired-in package rts mapped to builtin_rts
 wired-in package template-haskell mapped to template-
 haskell-2.9.0.0-4f7c22527213a39f437cc8da13a57943
 wired-in package dph-seq not found.
 wired-in package dph-par not found.
 Hsc static flags:
 *** Deleting temp files:
 Deleting:
 *** Deleting temp dirs:
 Deleting:
 ghc: no input files
 Usage: For basic information, try the `--help' option.
 }}}

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



More information about the ghc-tickets mailing list