
Trying to compile sources gives me: ghc: internal error: evacuate(static): strange closure type 34 (GHC version 6.10.4 for i386_unknown_linux) Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug This already occured to me some times before and a cleanup and recompile would work. This time i am stuck as i can't compile anymore. The ghc version i use is the 6.10.4 from the ghc home page binary distribution i think. uname -a gives : Linux localhost.localdomain 2.6.29.4-167.fc11.i586 #1 SMP Wed May 27 17:14:37 EDT 2009 i686 athlon i386 GNU/Linux The command line is: ghc -fwarn-incomplete-patterns -fno-warn-unused-binds -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-missing-signatures -fno-glasgow-exts -Werror -outputdir /tmp/mfk/build -package ghc -i/tmp/mfk/gensrc --make common/MFK/Common/SrcGen.hs common/MFK/Common/Conf.hs Any hints ?

This is clearly a GHC bug of some sort. Have you tried looking for this error on the GHC bug tracker? It's possible it's already been fixed in a newer version of GHC.Otherwise, I suggest emailing the GHC user mailing list. -Brent On Wed, Feb 10, 2010 at 10:52:24AM +0100, jean verdier wrote:
Trying to compile sources gives me:
ghc: internal error: evacuate(static): strange closure type 34 (GHC version 6.10.4 for i386_unknown_linux) Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
This already occured to me some times before and a cleanup and recompile would work. This time i am stuck as i can't compile anymore. The ghc version i use is the 6.10.4 from the ghc home page binary distribution i think.
uname -a gives : Linux localhost.localdomain 2.6.29.4-167.fc11.i586 #1 SMP Wed May 27 17:14:37 EDT 2009 i686 athlon i386 GNU/Linux
The command line is: ghc -fwarn-incomplete-patterns -fno-warn-unused-binds -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-missing-signatures -fno-glasgow-exts -Werror -outputdir /tmp/mfk/build -package ghc -i/tmp/mfk/gensrc --make common/MFK/Common/SrcGen.hs common/MFK/Common/Conf.hs
Any hints ?
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

Thx for your reply. I've switched back to the yum version (6.10.3) and it works. The problem was too mysterious with the 6.10.4 i had and it does not seem common so i might have done something stupid at some point with my install. Tried to find a bug and got Oops… Trac detected an internal error: OperationalError: database is locked So i guess i'll stick with the yumed 6.10.3 :) On Wed, 2010-02-10 at 15:54 -0500, Brent Yorgey wrote:
This is clearly a GHC bug of some sort. Have you tried looking for this error on the GHC bug tracker? It's possible it's already been fixed in a newer version of GHC.Otherwise, I suggest emailing the GHC user mailing list.
-Brent
On Wed, Feb 10, 2010 at 10:52:24AM +0100, jean verdier wrote:
Trying to compile sources gives me:
ghc: internal error: evacuate(static): strange closure type 34 (GHC version 6.10.4 for i386_unknown_linux) Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
This already occured to me some times before and a cleanup and recompile would work. This time i am stuck as i can't compile anymore. The ghc version i use is the 6.10.4 from the ghc home page binary distribution i think.
uname -a gives : Linux localhost.localdomain 2.6.29.4-167.fc11.i586 #1 SMP Wed May 27 17:14:37 EDT 2009 i686 athlon i386 GNU/Linux
The command line is: ghc -fwarn-incomplete-patterns -fno-warn-unused-binds -fno-warn-unused-matches -fno-warn-unused-imports -fno-warn-missing-signatures -fno-glasgow-exts -Werror -outputdir /tmp/mfk/build -package ghc -i/tmp/mfk/gensrc --make common/MFK/Common/SrcGen.hs common/MFK/Common/Conf.hs
Any hints ?
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
participants (2)
-
Brent Yorgey
-
jean verdier