In a validate run I got a failure of libraries/random/tests/rangeTest, (see 
below).

When I cd'd to that directory and said "make rangeTest" it was fine.

I suspect a multi-threaded make race condition.  Ian, does that look possible?

Simon

=====> rangeTest(normal) 2838 of 2886 [0, 4, 0]
cd ../../../libraries/random/tests && 
'/64playpen/simonpj/builds/HEAD-1/bindisttest/install dir/bin/ghc' 
-fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf 
-rtsopts  -o rangeTest rangeTest.hs  -i.. -XCPP   >rangeTest.comp.stderr 2>&1
=====> random1283(normal) 2839 of 2886 [0, 4, 0]
cd ../../../libraries/random/tests && 
'/64playpen/simonpj/builds/HEAD-1/bindisttest/install dir/bin/ghc' 
-fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf 
-rtsopts  -o random1283 random1283.hs  -i.. -XCPP  -package containers  
>random1283.comp.stderr 2>&1
Compile failed (status 256) errors were:
[1 of 2] Compiling System.Random    ( ../System/Random.hs, ../System/Random.o )
[2 of 2] Compiling Main             ( rangeTest.hs, rangeTest.o )
Linking rangeTest ...
../System/Random.o: file not recognized: File truncated
collect2: ld returned 1 exit status

*** unexpected failure for rangeTest(normal)
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to