[nightly] 15-Feb-2010 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2010-02-15 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/STABLE Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx Nightly build started on cam-02-unx at Mon Feb 15 18:10:01 GMT 2010. checki

[nightly] 15-Feb-2010 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2010-02-15 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/HEAD Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Mon Feb 15 18:00:01 GMT 2010. checking out

Re: new buildbots - was: Exploding SpecConstr

2010-02-15 Thread Manuel M T Chakravarty
Ben Lippmeier: > If bad programs should be unrepresentable, then bad patches should be > unpushable. Here is a great slogan! Manuel ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

[nightly] 15-Feb-2010 build of STABLE on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2010-02-15 Thread GHC Build Reports
Build description = STABLE on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) Build location= /64playpen/simonmar/nightly/STABLE-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-04-unx Nightly build started on cam-04-unx at Mon Feb 15 19:10:01 GMT 20

[nightly] 15-Feb-2010 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2010-02-15 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx Nightly build started on cam-04-unx at Mon Feb 15 19:00:01 GMT 2010. **

Re: Head broken on OSX

2010-02-15 Thread Ian Lynagh
On Mon, Feb 15, 2010 at 01:54:31PM +1100, Ben Lippmeier wrote: > > cat libraries/integer-gmp/gmp/tarball/gmp-4.2.4-nodoc-patched.tar.bz2 | bzip2 > -d { cd libraries/integer-gmp/gmp && /usr/bin/gnutar -xf - ; } > /bin/sh: -c: line 0: syntax error near unexpected token `}' Should be fixed now. Ple

patch applied (ghc): Represent the free register set using Word64 on x86-64 (fixes ffi009)

2010-02-15 Thread Simon Marlow
Mon Feb 15 05:01:02 PST 2010 Simon Marlow * Represent the free register set using Word64 on x86-64 (fixes ffi009) Following recent changes to the numbering of registers, we overflowed Word32 on x86-64, with the result that xmm8 and later we not being allocated. M ./compiler/nativeGen

patch applied (ghc): fix lost context switches in GHCi (fixes test 3429(ghci))

2010-02-15 Thread Simon Marlow
Mon Feb 15 01:32:05 PST 2010 Simon Marlow * fix lost context switches in GHCi (fixes test 3429(ghci)) M ./rts/Schedule.c -17 +13 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20100215093205-12142-2da4478584e3401c9dd201a185baaa71e8aaf648.gz ___