[nightly] 28-Apr-2009 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2009-04-28 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 Tue Apr 28 19:00:01 BST 2009. **

[nightly] 28-Apr-2009 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2009-04-28 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 Tue Apr 28 18:00:01 BST 2009. checking out

Re: ghci bug on OS X

2009-04-28 Thread Ian Lynagh
On Wed, Apr 29, 2009 at 01:31:05AM +1000, Roman Leshchinskiy wrote: > > with the current HEAD, the stage 2 in-place compiler with -- > interactive doesn't provide any readline functionality. I don't know why not, but the HEAD is about to switch to haskeline, so don't worry about it for now. Th

ghci bug on OS X

2009-04-28 Thread Roman Leshchinskiy
Hi, with the current HEAD, the stage 2 in-place compiler with -- interactive doesn't provide any readline functionality. This used to work quite recently and I vaguely recall seeing a message about a change in this area but I can't find it now. Any idea what might have broken this? Roman

patch applied (ghc-6.10/ghc): Look in include, as well as includes, for .h files when making a bindst

2009-04-28 Thread Ian Lynagh
Tue Apr 28 08:02:58 PDT 2009 Ian Lynagh * Look in include, as well as includes, for .h files when making a bindst M ./mk/bindist.mk +1 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090428150258-3fd76-52860b107479494c1d17f629b440edebafc3299b.gz

patch applied (ghc-6.10/ghc): wibble Makefile

2009-04-28 Thread Ian Lynagh
Tue Apr 28 07:13:24 PDT 2009 Ian Lynagh * wibble Makefile M ./libraries/Makefile -3 +3 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090428141324-3fd76-17d4cd1848e0130ce31691d628bbca6bf01109fe.gz ___ Cvs-ghc mailing

patch applied (ghc-6.10/ghc): Fix install

2009-04-28 Thread Ian Lynagh
Tue Apr 28 07:12:42 PDT 2009 Ian Lynagh * Fix install M ./libraries/Makefile -1 +1 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090428141242-3fd76-711c0e47ea16d6a5622d1a2e040781895efb0e2e.gz ___ Cvs-ghc mailing list

Re: New build system

2009-04-28 Thread Simon Marlow
On 28/04/2009 12:07, Roman Leshchinskiy wrote: Ian, if I do this: mkdir libraries/foo touch libraries/foo/ghc.mk make just-makefiles the system goes into an infinite loop. This also happens if foo/ghc.mk is not empty but doesn't contain the thing the build system wants it to. In fact, it seem

patch applied (ghc-6.10/ghc): ghc-bin uses ghc-mtl, not mtl, now

2009-04-28 Thread Ian Lynagh
Tue Apr 28 06:33:17 PDT 2009 Ian Lynagh * ghc-bin uses ghc-mtl, not mtl, now M ./ghc/ghc-bin.cabal.in -1 +1 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090428133317-3fd76-22181fff8707a94bf3170483f3db40294c8acbfe.gz ___

patch applied (ghc-6.10/ghc): Don't install the new-in-6.10.3 bootlibs

2009-04-28 Thread Ian Lynagh
Tue Apr 28 06:16:58 PDT 2009 Ian Lynagh * Don't install the new-in-6.10.3 bootlibs M ./libraries/Makefile -2 +5 M ./packages -1 +2 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090428131658-3fd76-4cc441dc6fc261756d61a6e15142bb3d6b99e392.gz

patch applied (nofib): add warshall benchmark

2009-04-28 Thread Simon Marlow
Tue Apr 28 05:10:28 PDT 2009 Simon Marlow * add warshall benchmark Ignore-this: b745124aa7d5a189a742d0a79ee3147c A ./parallel/warshall/ A ./parallel/warshall/Makefile A ./parallel/warshall/warshall.hs View patch online: http://darcs.haskell.org/nofib/_darcs/patches/2009042812102

patch applied (nofib): Hacks to get nofib working again: copy in parts of the old GHC build system

2009-04-28 Thread Simon Marlow
Tue Apr 28 05:44:33 PDT 2009 Simon Marlow * Hacks to get nofib working again: copy in parts of the old GHC build system Ignore-this: ca6f80d62b99b2a7d9ca1d6ac5e914c0 M ./Makefile -1 +1 M ./mk/boilerplate.mk -6 +16 A ./mk/ghc-opts.mk A ./mk/ghc-paths.mk A ./mk/ghc-recurse.

patch applied (ghc-6.10/ghc): MERGED: improve the finalizer callback error message

2009-04-28 Thread Ian Lynagh
Tue Apr 28 04:42:56 PDT 2009 Ian Lynagh * MERGED: improve the finalizer callback error message Simon Marlow **20090428085345 M ./rts/Schedule.c -1 +3 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090428114256-3fd76-44c29fb2de0ad80f25887f73759461cfb37bc606.gz

Re: New build system

2009-04-28 Thread Roman Leshchinskiy
Ian, if I do this: mkdir libraries/foo touch libraries/foo/ghc.mk make just-makefiles the system goes into an infinite loop. This also happens if foo/ghc.mk is not empty but doesn't contain the thing the build system wants it to. In fact, it seems to like to configure hsc2hs and haddock a

patch applied (ghc): improve the finalizer callback error message

2009-04-28 Thread Simon Marlow
Tue Apr 28 01:53:45 PDT 2009 Simon Marlow * improve the finalizer callback error message Ignore-this: 3255e17c98b3c9cf591b71d6023592b8 M ./rts/Schedule.c -1 +3 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090428085345-12142-dc33b3247ea539cf1479738c357feb451658ba66.gz

patch applied (ghc): Add a header to all build system files:

2009-04-28 Thread Simon Marlow
Tue Apr 28 01:52:33 PDT 2009 Simon Marlow * Add a header to all build system files: Ignore-this: 49aa394badd4f17dc17aa3a26085ddba # - # # (c) 2009 The University of Glasgow # # This file is part of the G

patch applied (ghc): more cleaning

2009-04-28 Thread Simon Marlow
Tue Apr 28 01:49:19 PDT 2009 Simon Marlow * more cleaning Ignore-this: e41e0dcbef3d410ca5d6a2ff8e433cc8 M ./ghc.mk -2 +12 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090428084919-12142-f8f7c193f9e4073f35d60f7d0103906243ab7024.gz

patch applied (ghc): todo updates

2009-04-28 Thread Simon Marlow
Mon Apr 27 08:25:29 PDT 2009 Simon Marlow * todo updates Ignore-this: b476fdb991b7b229d4aa837aa6d45216 M ./ghc.mk -14 +15 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090427152529-12142-7cf0d0dc5728b15a93798f5820d9663c.gz

patch applied (ghc): remove commentary that is now in the wiki

2009-04-28 Thread Simon Marlow
Mon Apr 27 07:47:43 PDT 2009 Simon Marlow * remove commentary that is now in the wiki Ignore-this: e9f6bec77aa99a3c1b49ada0bf4ca9ad M ./Makefile -81 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090427144743-12142-9c0660bb41878ecc9385fb80b6b3629d5120687e.gz _

Daily report for stable

2009-04-28 Thread BuildBot Collator
Build results: gabor stable:fail (failed darcs) kgardas stable: pass x86 Linux stable:fail (failed bindisttest) x86 Windows stable fast: pass pass pass fail (failed getsubrepos) pass pass x86-64 Linux stable: fail (failed bindisttest) Old unexpected test passes: