This is on x86-32, I tried sh validate --no-clean once which did not resolve the error, setting THREADS=1 does seem to resolve the error.
My validate is based off of 4ed961f645b62d231c4f0514ac76ad331c2f6642. Cheers, Edward Excerpts from Ben Lippmeier's message of Sun May 15 08:22:22 -0400 2011: > > On 15/05/2011, at 10:12 PM, Edward Z. Yang wrote: > > > I'm getting some mysterious DPH linking error when I am attempting a > > validate: > > > > http://hpaste.org/46695/dph_dynamic_error > > Urgh. That's the build race I thought I had fixed. It happens because the DPH > vectoriser needs dph-prim-seq to be compiled first before it can do its > desugaring. If you run validate single threaded or start it again like "sh > validate --no-clean" it should work. To run validate single threaded change > the THREADS var in the script, or export THREADS=1. > > What machine were you compiling on? Does it fail on every validate run? > > I'll see if I can get it to trigger the race again on one of mine. > > Ben. _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
