#4269: Abort trap when building HEAD on OS X
------------------------+---------------------------------------------------
Reporter: judahj | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 6.13 | Keywords:
Testcase: | Blockedby:
Os: MacOS X | Blocking:
Architecture: x86 | Failure: Building GHC failed
------------------------+---------------------------------------------------
I cannot build GHC from the latest HEAD with OS X 10.6.3 (Core 2 Duo
Macbook, 32-bit). I get the following error:
{{{
"inplace/bin/ghc-stage2" -H64m -O0 -fasm -DNEW_GHC_LAYOUT -hide-all-
packages -i -iutils/haddock/src -iutils/haddock/dist/build
-iutils/haddock/dist/build/autogen -Iutils/haddock/dist/build
-Iutils/haddock/dist/build/autogen -optP-DIN_GHC_TREE -optP-include
-optPutils/haddock/dist/build/autogen/cabal_macros.h -package Cabal-1.9.2
-package array-0.3.0.0 -package base-4.3.0.0 -package containers-0.3.0.0
-package directory-1.0.1.2 -package filepath-1.2.0.0 -package
ghc-6.13.20100823 -package pretty-1.0.1.1 -package xhtml-3000.2.0.1
-funbox-strict-fields -O2 -Wall -fwarn-tabs -XForeignFunctionInterface
-XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables
-XMagicHash -no-user-package-conf -rtsopts -odir
utils/haddock/dist/build -hidir utils/haddock/dist/build -stubdir
utils/haddock/dist/build -hisuf hi -osuf o -hcsuf hc -c
utils/haddock/src/Haddock/Types.hs -o
utils/haddock/dist/build/Haddock/Types.o
make[1]: *** [utils/haddock/dist/build/Haddock/Types.o] Abort trap
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [utils/haddock/dist/build/Haddock/GhcUtils.o] Abort trap
make: *** [all] Error 2
}}}
And in fact I get an "Abort trap" even just from running {{{inplace/bin
/ghc-stage2 --version}}}.
Let me know if there's any extra tests I can run to investigate this. I
added -DDEBUG to my
{{{build.mk}}}, but it didn't change the results.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4269>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs