[Hat] hat 2.00 make failure

Byron Hale hat@haskell.org
Sat, 15 Jun 2002 14:10:48 -0700


At 09:50 AM 6/15/2002 -0700, you wrote:
>At 02:22 PM 6/15/2002 +0100, you wrote:
>>Byron Hale <byron.hale@einfo.com> writes:
>>
>> > Making hat 2.0 resulted in a system crash.
>> > Environment: Redhat Linux 7.2 i686 SMP GHC 5.02.3 hmake 3.05
>>
>>I understand that you couldn't capture the output of the first build,
>>but can you supply a full log of the second build that resulted in
>>a seg fault?

The problem seems to be a bug in gcc 2.96:

cd src/hat/lib;        make HC=ghc all install-ghc
make[1]: Entering directory 
`/home/bhale/dl/programming/functional/haskell98/hat/v2.0/hat-2.00/src/hat/lib'
/home/bhale/dl/programming/functional/haskell98/hat/v2.0/hat-2.00/script/hat-trans 
-trusted -prelude PreludeTracing.hs
Wrote TPreludeTracing.hs
ghc -package-name hat -package lang -fglasgow-exts 
-fno-warn-overlapping-patterns -fno-warn-missing-methods -cpp -c -o 
/home/bhale/dl/programming/functional/haskell98/hat/v2.0/hat-2.00/targets/ix86-Linux/obj/hatlib/ghc/TPrelude.o 
TPreludeTracing.hs
mv  PreludeTracing.hx  Prelude.hx
/home/bhale/dl/programming/functional/haskell98/hat/v2.0/hat-2.00/script/hat-trans 
-trusted -prelude IxTracing.hs
Wrote TIxTracing.hs
ghc -package-name hat -package lang -fglasgow-exts 
-fno-warn-overlapping-patterns -fno-warn-missing-methods -cpp -c -o 
/home/bhale/dl/programming/functional/haskell98/hat/v2.0/hat-2.00/targets/ix86-Linux/obj/hatlib/ghc/TIx.o 
TIxTracing.hs
make[1]: Leaving directory 
`/home/bhale/dl/programming/functional/haskell98/hat/v2.0/hat-2.00/src/hat/lib'
gcc: Internal Error: segmentation fault (program as) See 
http://www.bugzilla.redhat.com/bugzilla.
make[1]: *** 
[/home/bhale/dl/programming/functional/haskell98/hat/v2.0/hat-2.00/targets/i86-Linux/obj/hatlib/ghc/TIx.o] 
Error 1
make: *** [targets/i86-Linux/hat-lib-ghc] Error 2

Best Regards,
Byron