[GHC] #8374: `tcIfaceGlobal (local): not found` while compiling
GHC
ghc-devs at haskell.org
Wed Mar 5 13:30:36 UTC 2014
#8374: `tcIfaceGlobal (local): not found` while compiling
----------------------------------------+---------------------------
Reporter: bgamari | Owner:
Type: bug | Status: new
Priority: high | Milestone:
Component: Build System | Version: 7.7
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: arm
Type of failure: Building GHC failed | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
----------------------------------------+---------------------------
Comment (by bernalex):
The patch is available here:
<http://www.haskell.org/pipermail/libraries/2014-February/022243.html>.
I did not add build.mk either.
I posted my architecture in comment 20:
<https://ghc.haskell.org/trac/ghc/ticket/8374#comment:20>:
{{{
https://ghc.haskell.org/trac/ghc/ticket/8374#comment:20
}}}
Here's the head of my make output:
{{{
make -C ../.. all_libraries/base
make[1]: Entering directory `/home/alexander/git/ghc2'
===--- building phase 0
make -r --no-print-directory -f ghc.mk phase=0 phase_0_builds
make[2]: Nothing to be done for `phase_0_builds'.
===--- building phase 1
make -r --no-print-directory -f ghc.mk phase=1 phase_1_builds
make[2]: Nothing to be done for `phase_1_builds'.
===--- building final phase
make -r --no-print-directory -f ghc.mk phase=final all_libraries/base
"rm" -f libraries/base/dist-install/build/.depend-v-p-dyn.haskell.tmp
}}}
I have uploaded the entire build log for you at:
<https://secure.plaimi.net/~alexander/tmp/ghc-bork.log>.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8374#comment:24>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list