#2377: Building ghc-api with profiling fails during install
------------------------+---------------------------------------------------
    Reporter:  bos      |       Owner:          
        Type:  bug      |      Status:  new     
    Priority:  normal   |   Component:  Compiler
     Version:  6.8.3    |    Severity:  normal  
    Keywords:           |    Testcase:          
Architecture:  Unknown  |          Os:  Unknown 
------------------------+---------------------------------------------------
 I tried to build GHC-as-a-library using profiling, per
 http://www.haskell.org/haskellwiki/GHC/As_a_library - unfortunately, it
 stumbled on one of the last steps.

 This is what I added to `mk/build/mk`:
 {{{
 echo "GhcCompilerWays=p" >> mk/build.mk
 }}}

 And this is what happened during `make install`:

 {{{
 rm -f package.conf.inplace
 rm -f ../driver/stamp-pkg-conf-ghc
 make ../driver/stamp-pkg-conf-ghc
 make[3]: *** No rule to make target `../driver/stamp-pkg-conf-ghc'.  Stop.
 make[2]: *** [stage2/ghc_p-6.8.3] Error 2
 make[1]: *** [install] Error 1
 make: *** [install] Error 1
 }}}

 Please let me know if you need more details.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2377>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to