#1843: ghc 6.8.1 broken on Mac OS X Leopard PPC
----------------------+-----------------------------------------------------
 Reporter:  guest     |          Owner:         
     Type:  bug       |         Status:  new    
 Priority:  high      |      Milestone:  6.8.2  
Component:  Compiler  |        Version:  6.8.1  
 Severity:  critical  |     Resolution:         
 Keywords:            |     Difficulty:  Unknown
 Testcase:            |   Architecture:  powerpc
       Os:  MacOS X   |  
----------------------+-----------------------------------------------------
Comment (by mokus):

 Replying to [comment:4 ChrisKuklewicz]:
 > I attempted to make 6.8.1 on a G4 with OS X 10.5 and XCode 3.0
 >
 > The stage1 compiler seems to run, but the I got _many_ of those "unknown
 scattered relocation type 4" errors.  The stage2 compiler that was
 installed simply segfaults when run.
 >
 > If I tried to compile the extra src tarball at the same time then it
 would die in the parsec package during compilation.  But that might be an
 unrelated error.

 I have had the same experience on my PowerBook G4 (building on Leopard
 using XCode 3 and ghc-6.6.1).  Regarding the parsec build issue:  based on
 the output when '-v' is added to the command-line that fails, the error
 seems to be related to the '-split-objs' option somehow making ld blow up.
 Removing '-O' from the command line apparently changes the output enough
 that it doesn't trigger the problem.

 I have no hypothesis regarding the segfault issue, but I can confirm that
 when building either 6.8.1 or head, my stage1 builds pretend to work, but
 my stage2 compilers are deader than doornails.  Anything I can do to
 provide more useful info?

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