Ticket #2377 (closed bug: fixed)
Building ghc-api with profiling fails during install
| Reported by: | bos | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.10.1 |
| Component: | Compiler | Version: | 6.8.3 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.
