Validate is failing for me in the RTS, on Linux.  Does anyone have any idea 
what's happening here?  

Simon

"inplace/bin/ghc-stage1" -optc-O -optc-Wall -optc-Werror -optc-Wall 
-optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes 
-optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return 
-optc-Wpointer-arith -optc-Wmissing-noreturn -optc-Wcast-align 
-optc-Wnested-externs -optc-Wredundant-decls -optc-Iincludes -optc-Irts 
-optc-DCOMPILING_RTS -optc-fno-strict-aliasing -optc-fno-common 
-optc-Ilibffi/build/include -optc-g -optc-O0 -optc-DRtsWay=\"rts_debug\" 
-optc-DDEBUG -H32m -O -Wall -Werror -H64m -O0 -fasm -Iincludes -Irts 
-DCOMPILING_RTS -package-name rts -static  -dcmm-lint  -Ilibffi/build/include   
  -i -irts -irts/dist/build -irts/dist/build/autogen -Irts/dist/build 
-Irts/dist/build/autogen             -c rts/Weak.c -o 
rts/dist/build/Weak.debug_o
cc1: warnings being treated as errors
rts/Trace.c: In function 'traceSchedEvent_stderr':

rts/Trace.c:115:0:
     error: format '%ld' expects type 'long int', but argument 3 has type 
'StgThreadID'

rts/Trace.c:119:0:
     error: format '%ld' expects type 'long int', but argument 3 has type 
'StgThreadID'

rts/Trace.c:123:0:
     error: format '%ld' expects type 'long int', but argument 3 has type 
'StgThreadID'

rts/Trace.c:127:0:
     error: format '%ld' expects type 'long int', but argument 3 has type 
'StgThreadID'

rts/Trace.c:135:0:
     error: format '%ld' expects type 'long int', but argument 3 has type 
'StgThreadID'

rts/Trace.c:139:0:
     error: format '%ld' expects type 'long int', but argument 3 has type 
'StgThreadID'

rts/Trace.c:143:0:
     error: format '%ld' expects type 'long int', but argument 3 has type 
'StgThreadID'

rts/Trace.c:148:0:
     error: format '%ld' expects type 'long int', but argument 3 has type 
'StgThreadID'

rts/Trace.c:166:0:
     error: format '%ld' expects type 'long int', but argument 3 has type 
'StgThreadID'
make[1]: *** [rts/dist/build/Trace.debug_o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 2

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to