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

2009-05-07 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 Thu May 7 18:00:01 BST 2009. checking out

Re: validate fails

2009-05-07 Thread Ian Lynagh
On Tue, May 05, 2009 at 10:05:54AM +1000, Manuel M T Chakravarty wrote: > >Building DocBook documentation : no > > So, I think, it shouldn't build docs at all It should not do so now. Let me know if you still have problems. Thanks Ian ___ Cvs-gh

patch applied (ghc): Handle deciding what docs to build better

2009-05-07 Thread Ian Lynagh
Thu May 7 17:06:03 PDT 2009 Ian Lynagh * Handle deciding what docs to build better Now we have variables for whether or not to build the docbook docs as HTML, as PS, and as PDF. The configure script output now matches what the build system will do (except it cannot take account of any

patch applied (ghc): Remove oldconfig.mk.in

2009-05-07 Thread Ian Lynagh
Thu May 7 08:06:41 PDT 2009 Ian Lynagh * Remove oldconfig.mk.in M ./ghc.mk -1 R ./mk/old-config.mk.in View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090507150641-3fd76-ec1f2dcedc72144e499205b7ea85c806cc361892.gz ___ Cvs-g

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

2009-05-07 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 Thu May 7 19:00:01 BST 2009. ***

Re: patch applied (ghc): Simplify utils/pwd

2009-05-07 Thread Ian Lynagh
On Thu, May 07, 2009 at 07:40:26AM +0200, Matthias Kilian wrote: > > I'm still not convinced that this pwd thingy isn't completely stupid > (noone explained to me why it is really required for the windows > builds). I hope to get some time next weekend and make it obsolete, > but someone of the wi

Re: patch applied (ghc): Simplify utils/pwd

2009-05-07 Thread Ian Lynagh
On Thu, May 07, 2009 at 01:03:26PM +1000, Ben Lippmeier wrote: > > I'm getting the same thing on SPARC/Solaris (mavericks) -- during ./ > configure. Let me know if you still have problems, with the patches I just pushed. Thanks Ian ___ Cvs-ghc maili

Re: patch applied (ghc): Simplify utils/pwd

2009-05-07 Thread Ian Lynagh
On Thu, May 07, 2009 at 11:42:18AM +1000, Manuel M T Chakravarty wrote: > Are you sure, you got that right? Yes, but pwd wasn't being cleaned, so the old version was being used. I've just pushed a patch to fix it. Thanks Ian ___ Cvs-ghc mailing list

patch applied (ghc): Rename pwd to ghc-pwd

2009-05-07 Thread Ian Lynagh
Thu May 7 06:50:34 PDT 2009 Ian Lynagh * Rename pwd to ghc-pwd ./utils/pwd -> ./utils/ghc-pwd ./utils/ghc-pwd/pwd.cabal -> ./utils/ghc-pwd/ghc-pwd.cabal ./utils/ghc-pwd/pwd.hs -> ./utils/ghc-pwd/ghc-pwd.hs M ./aclocal.m4 -7 +7 M ./ghc.mk -2 +5 M ./utils/ghc-pwd/ghc-

patch applied (ghc): Remove pwd's Makefile from the old build system

2009-05-07 Thread Ian Lynagh
Thu May 7 06:43:56 PDT 2009 Ian Lynagh * Remove pwd's Makefile from the old build system R ./utils/pwd/Makefile View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090507134356-3fd76-d990c4842e4daade1ae5c49e1a163258de6198a7.gz ___

patch applied (ghc): Clean utils/pwd

2009-05-07 Thread Ian Lynagh
Thu May 7 06:42:59 PDT 2009 Ian Lynagh * Clean utils/pwd M ./ghc.mk +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090507134259-3fd76-065775fc1078df8a4975c76d7f89cf85aadf39a5.gz ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

patch applied (ghc-6.10/ghc): Bump version number and set RELEASE=YES

2009-05-07 Thread Ian Lynagh
Thu May 7 05:50:42 PDT 2009 Ian Lynagh * Bump version number and set RELEASE=YES M ./configure.ac -2 +2 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090507125042-3fd76-9c35cebbbdb257ada7090807a3092b9240bf771c.gz __