Bugs item #1163215, was opened at 2005-03-14 19:29
Message generated for change (Comment added) made by simonmar
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1163215&group_id=8032

Category: None
Group: None
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: Gour (ggd)
>Assigned to: Simon Marlow (simonmar)
Summary:  internal error: scavenge_mark_stack: 

Initial Comment:
Hi!   
   
I 'patched' ghc-6.4 source with the latest Adjustor.c   
on the hope to get FFI support under amd64.   
   
However, attempt to compile gtk2hs gives:   
   
[...]   
  
make[2]: Leaving directory  
`/var/tmp/portage/gtk2hs-0.9.7/work/gtk2hs-0.9.7'  
if test -f glib/glib.precomp; then :; else make  
glib/glib.precomp; fi;  
make[2]: Entering directory  
`/var/tmp/portage/gtk2hs-0.9.7/work/gtk2hs-0.9.7'  
/var/tmp/portage/gtk2hs-0.9.7/work/gtk2hs-0.9.7/tools/c2hs/c2hsLocal  
+RTS -H300m -M350m -RTS  
-C-I/usr/include/glib-2.0 -C-I/usr/lib/glib-2.0/include  
--cppopts='-include "config.h"'  
--precomp=glib/glib.precomp glib-object.h  
elapsed time: 0.00 (start)  
elapsed time: 0.00 (about to parse headder)  
elapsed time: 3.11 (about to serialise header)  
c2hsLocal: internal error: scavenge_mark_stack:  
unimplemented/strange closure type -1780819864  
@ 0x2a95dad118  
    Please report this as a bug to  
glasgow-haskell-bugs@haskell.org,  
    or http://www.sourceforge.net/projects/ghc/  
make[2]: *** [glib/glib.precomp] Error 254  
make[2]: Leaving directory  
`/var/tmp/portage/gtk2hs-0.9.7/work/gtk2hs-0.9.7'  
make[1]: *** [glib/System/Glib/Types.hs] Error 2  
make[1]: Leaving directory  
`/var/tmp/portage/gtk2hs-0.9.7/work/gtk2hs-0.9.7'  
ghc-6.4: can't find file `glib/System/Glib/Types.hs'  
make: *** [glib/libHSglib_a.deps] Error 1  
make: *** Deleting file `glib/libHSglib_a.deps'  
  
 
Sincerely, 
Gour 
 

----------------------------------------------------------------------

>Comment By: Simon Marlow (simonmar)
Date: 2005-04-29 15:45

Message:
Logged In: YES 
user_id=48280

Fixed (a duplicate of bug #1071030)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1163215&group_id=8032
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to