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

2010-02-08 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 8 18:10:02 GMT 2010. checkin

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

2010-02-08 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 8 18:00:01 GMT 2010. checking out

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

2010-02-08 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 8 19:00:01 GMT 2010. ***

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

2010-02-08 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 8 19:10:01 GMT 201

patch applied (ghc): Fix Trac #3850

2010-02-08 Thread Simon Peyton Jones
Mon Feb 8 08:37:51 PST 2010 simo...@microsoft.com * Fix Trac #3850 This patch simply avoids a needless difference in behaviour from 6.10, and one that happens to affect HList. See Note [Stupid theta]. M ./compiler/rename/RnSource.lhs -3 +13 View patch online: http://darcs.haskell.

patch applied (testsuite): Fix test T3831, and change to Unix coding

2010-02-08 Thread Simon Peyton Jones
Mon Feb 8 07:57:15 PST 2010 simo...@microsoft.com * Fix test T3831, and change to Unix coding M ./tests/ghc-regress/simplCore/should_compile/T3831.hs -107 +107 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20100208155715-1287e-a58b11c10f4bc740a742245eed3315f75dabf7c

Re: sparc/solaris binary distro for 6.12.1

2010-02-08 Thread Ian Lynagh
On Mon, Feb 08, 2010 at 02:55:36PM +1100, Ben Lippmeier wrote: > > Ok, I've uploaded a fixed distribution to my homedir on darcs.haskell.org and > to > http://code.haskell.org/~benl/sparc/ghc-6.12.1-sparc-sun-solaris2-fixed.tar.bz2 > > Ian: can you please replace the one on the GHC download pag

patch applied (/haskell/ghc): Point at the fixed Sparc Solaris bindist

2010-02-08 Thread Ian Lynagh
Mon Feb 8 08:15:45 EST 2010 Ian Lynagh * Point at the fixed Sparc Solaris bindist M ./download_ghc_6_12_1.html -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

RE: build failure

2010-02-08 Thread Simon Peyton-Jones
probably old. I just deleted the .hi files and ran it again. So probably no-op S | -Original Message- | From: cvs-ghc-boun...@haskell.org [mailto:cvs-ghc-boun...@haskell.org] On Behalf Of | Ian Lynagh | Sent: 08 February 2010 11:49 | To: cvs-ghc@haskell.org | Subject: Re: build failure

Re: build failure

2010-02-08 Thread Ian Lynagh
On Mon, Feb 08, 2010 at 09:48:32AM +, Simon Peyton-Jones wrote: > > My build fell over like this, after 'sh validate' > > Maybe a missing 'clean' target? > > Lexer.x:11:0: > Bad interface file: utils/genprimopcode/./ParserM.hi > mismatched interface file versions (wanted "6121",

build failure

2010-02-08 Thread Simon Peyton-Jones
Ian My build fell over like this, after 'sh validate' Maybe a missing 'clean' target? Simon Lexer.x:11:0: Bad interface file: utils/genprimopcode/./ParserM.hi mismatched interface file versions (wanted "6121", got "6102") ___ Cvs-ghc mail