[GHC] #15701: HEAD: Build failure in ghc-prim

#15701: HEAD: Build failure in ghc-prim -------------------------------------+------------------------------------- Reporter: trommler | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.8.1 Component: Compiler | Version: Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: Building GHC Unknown/Multiple | failed Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- Building GHC at changeset:21efbc7599e39ec93b8b I see the following message: {{{ checking whether GCC supports __atomic_ builtins... no configure: creating ./config.status config.status: error: cannot find input file: `ghc-prim.buildinfo.in' libraries/ghc-prim/ghc.mk:4: recipe for target 'libraries/ghc-prim/dist- install/package-data.mk' failed }}} And indeed there is no file `ghc-prim.buildinfo.in` in libraries/ghc-prim. There is no 8.7 for version so I am leaving it empty. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15701 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15701: HEAD: Build failure in ghc-prim -------------------------------------+------------------------------------- Reporter: trommler | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.8.1 Component: Compiler | Version: Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by RyanGlScott): Have you tried running `make maintainer-clean` before building? I believe that this error results from a lingering `ghc-prim` build artifact that is only removed with `maintainer-clean` (`clean` or `dist-clean` won't remove it). -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15701#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15701: HEAD: Build failure in ghc-prim -------------------------------------+------------------------------------- Reporter: trommler | Owner: (none) Type: bug | Status: closed Priority: normal | Milestone: 8.8.1 Component: Compiler | Version: Resolution: invalid | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by trommler): * status: new => closed * resolution: => invalid Comment: Replying to [comment:1 RyanGlScott]:
Have you tried running `make maintainer-clean` before building? This fixes my build. Thanks!
-- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15701#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC