[GHC] #8374: `tcIfaceGlobal (local): not found` while compiling
GHC
ghc-devs at haskell.org
Mon Sep 30 01:20:04 CEST 2013
#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 rwbarton):
make uses file modification timestamps to determine what needs to be
rebuilt, and your cp command doesn't preserve timestamps, so effectively
you are touching all the files in a somewhat random order.
These panics look similar to the ones in #3103, in case that helps anyone
understand what is going on.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8374#comment:11>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list