#5013: sporadic failures during compilation under solaris
----------------------------+-----------------------------------------------
  Reporter:  maeder         |          Owner:         
      Type:  bug            |         Status:  new    
  Priority:  normal         |      Milestone:  7.2.1  
 Component:  Compiler       |        Version:  7.0.4  
Resolution:                 |       Keywords:         
  Testcase:                 |      Blockedby:         
Difficulty:                 |             Os:  Solaris
  Blocking:                 |   Architecture:  x86    
   Failure:  Runtime crash  |  
----------------------------+-----------------------------------------------
Changes (by maeder):

  * status:  closed => new
  * version:  7.0.2 => 7.0.4
  * resolution:  worksforme =>
  * architecture:  Unknown/Multiple => x86


Comment:

 The original failure on x86-solaris (ghc-7.0.4 and gcc-4.3.6) re-occurred
 now at least two times. On Sept. 1st:

 {{{
 Failed to load interface for `GHC.Bool':
   There are files missing in the `ghc-prim' package,
   try running 'ghc-pkg check'.
   Use -v to see a list of the files searched for.
 }}}

 today:
 {{{
 Failed to load interface for `Network.Socket':
   There are files missing in the `network-2.3.0.4' package,
   try running 'ghc-pkg check'.
   Use -v to see a list of the files searched for.
 }}}

 After "ghc -M ..." I call "ghc -v0 -w -c -O ..." via a Makefile for all
 670 files.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5013#comment:16>
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