I have installed  ghc-6.4.1.20050801-i386-unknown-linux

to  Debian Linux.
( > uname -m  
  i686
  > uname -r
  2.4.27-2-686-smp
)

and am trying to make it  (ghc-6.4.1.20050801-src)
from source by itself.
It reports

---------------------------------
...
...

../../ghc/compiler/ghc-inplace -H16m -O -fglasgow-exts -cpp -Iinclude 
-"#include" HsBase.h -funbox-strict-fields -ignore-package base -O 
-Rghc-timing -fgeneri\cs  -fgenerics -split-objs    -c GHC/Dotnet.hs -o 
GHC/Dotnet.o  -ohi GHC/Dotnet.hi
...
...

( cd GHC/Dotnet_split; rm -f ld.script; touch ld.script; echo 
"INPUT(" *.o ")" >>ld.script; /usr/bin/ld -r -x -o ../Dotnet.o ld.script; );
rm -f GHC/PArr.o; if [ ! -d GHC/PArr_split ]; then mkdir GHC/PArr_split; 
else \usr/bin/find GHC/PArr_split -name '*.o' -print | 
xargs rm -f __rm_food; fi;
../../ghc/compiler/ghc-inplace -H16m -O -fglasgow-exts -cpp -Iinclude 
-"#include" HsBase.h -funbox-strict-fields -ignore-package base -O 
-Rghc-timing -fgeneri\cs  -fgenerics -split-objs    -c 
GHC/PArr.hs -o GHC/PArr.o  -ohi GHC/PArr.hi
ghc-6.4.1.20050801: internal error: evacuate: strange closure type 2160
    Please report this as a bug to glasgow-haskell-bugs@haskell.org,
    or http://www.sourceforge.net/projects/ghc/
make[2]: *** [GHC/PArr.o] Error 254
make[1]: *** [all] Error 1
make[1]: Leaving directory 
`/home/mechvel/ghc/6.4.1-aug-1/ghc-6.4.1.20050801/libraries'
make: *** [build] Error 1
---------------------------------


If the GHC developers need the archive with  config.log and make.log,
let them give me the address to send it to.

-----------------
Serge Mechveliani
[EMAIL PROTECTED]
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to