[GHC] #12077: DYNAMIC_GHC_PROGRAMS=NO: T8761 is failing (Make pattern synonyms work with Template Haskell)
GHC
ghc-devs at haskell.org
Mon May 23 11:29:16 UTC 2016
#12077: DYNAMIC_GHC_PROGRAMS=NO: T8761 is failing (Make pattern synonyms work with
Template Haskell)
-------------------------------------+-------------------------------------
Reporter: thomie | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Template Haskell | Version: 8.0.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case: th/T8761
Blocked By: | Blocking:
Related Tickets: #8761 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by bollmann):
hmm, putting `DYNAMIC_GHC_PROGRAMS=NO` into `mk/build.mk` and then running
`./boot && ./configure && make` results in an error:
{{{
Configuring ghc-prim-0.5.0.0...
ghc-cabal: Cannot find the program 'ghc'. User-specified path
'/home/dominik/ghc/inplace/bin/ghc-stage1' does not refer to an executable
and
the program is not on the system path.
libraries/ghc-prim/ghc.mk:4: recipe for target 'libraries/ghc-prim/dist-
install/package-data.mk' failed
make[1]: *** [libraries/ghc-prim/dist-install/package-data.mk] Error 1
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
}}}
I don't really understand what's happening here.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12077#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list