#1195: Build error on MacOSX (Intel) 10.4.8 for HEAD from 2007-03-05 when
compiling with ghc-6.6
--------------------------------+-------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |          Owner:         
     Type:  bug                 |         Status:  new    
 Priority:  normal              |      Milestone:         
Component:  libraries/base      |        Version:  6.7    
 Severity:  normal              |     Resolution:         
 Keywords:                      |     Difficulty:  Unknown
 Testcase:                      |   Architecture:  x86    
       Os:  MacOS X             |  
--------------------------------+-------------------------------------------
Comment (by thorkilnaur):

 On PPC Mac OS X 10.4,
 http://darcs.haskell.org:8010/tnaur%20PPC%20OSX%20head/builds/12/step-
 compilestage1/0 has a different error:

 {{{
 == make all -r -f Makefile;
  in /Users/thorkilnaur/tn/buildbot/ghc/tnaur-ppc-osx/tnaur-ppc-osx-
 head/build/libraries/base
 ------------------------------------------------------------------------
 ../../compiler/ghc-inplace -H16m -O -fglasgow-exts -cpp -Iinclude
 -"#include" HsBase.h -funbox-strict-fields -package-name  base-2.0 -O
 -fasm -fgenerics  -fgenerics    -c GHC/Err.lhs-boot -o GHC/Err.o-boot
 -ohi GHC/Err.hi-boot
 GHC error in desugarer lookup in base:GHC.Err:
   Failed to load interface for `GHC.Base':
     Use -v to see a list of the files searched for.
 ghc-6.7.20070221: panic! (the 'impossible' happened)
   (GHC version 6.7.20070221 for powerpc-apple-darwin):
         initDs user error (IOEnv failure)

 Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug

 make[2]: *** [GHC/Err.o-boot] Error 1
 }}}

 But the reaction following the error is similar:

 {{{
 ------------------------------------------------------------------------
 == make all -r -f Makefile;
  in /Users/thorkilnaur/tn/buildbot/ghc/tnaur-ppc-osx/tnaur-ppc-osx-
 head/build/libraries/haskell98
 ------------------------------------------------------------------------
 ../../compiler/ghc-inplace -H16m -O -package-name  haskell98-1.0 -O -fasm
 -fgenerics  -package base -fgenerics    -c Ix.hs -o Ix.o  -ohi Ix.hi

 Ix.hs:1:0:
     Failed to load interface for `Prelude':
       Use -v to see a list of the files searched for.
 make[2]: *** [Ix.o] Error 1
 ...
 ------------------------------------------------------------------------
 == Finished making `all' in base haskell98 template-haskell readline
 regex-base regex-posix regex-compat parsec Cabal unix               stm
 ...
 PWD = /Users/thorkilnaur/tn/buildbot/ghc/tnaur-ppc-osx/tnaur-ppc-osx-
 head/build/libraries
 ------------------------------------------------------------------------
 program finished with exit code 0
 }}}

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