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

2010-02-27 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 Sat Feb 27 18:10:01 GMT 2010. checki

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

2010-02-27 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 Sat Feb 27 18:00:01 GMT 2010. checking out

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

2010-02-27 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 Sat Feb 27 19:00:01 GMT 2010. **

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

2010-02-27 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 Sat Feb 27 19:10:01 GMT 20

patch applied (ghc-6.12/ghc): Update directory tarball

2010-02-27 Thread Ian Lynagh
Sat Feb 27 13:31:47 PST 2010 Ian Lynagh * Update directory tarball Includes: Wed Feb 3 07:09:57 GMT 2010 b...@cse.unsw.edu.au * On Solaris, _FILE_OFFSET_BITS must be defined before including sys/stat.h Fri Feb 26 01:31:44 PST 2010 Simon Marlow * Fix #3878: various direct

patch applied (ghc-6.12/ghc): Add a LICENSE file to libraries/bin-package-db

2010-02-27 Thread Ian Lynagh
Sat Feb 27 12:56:26 PST 2010 Ian Lynagh * Add a LICENSE file to libraries/bin-package-db Silences a (harmless) error from tar when making bindists A ./libraries/bin-package-db/LICENSE View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20100227205626-3fd76-95b1760c04

patch applied (ghc): Add a LICENSE file to libraries/bin-package-db

2010-02-27 Thread Ian Lynagh
Sat Feb 27 12:56:26 PST 2010 Ian Lynagh * Add a LICENSE file to libraries/bin-package-db Silences a (harmless) error from tar when making bindists A ./libraries/bin-package-db/LICENSE View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20100227205626-3fd76-95b1760c04f95a684b5

Re: patch applied (ghc): Make "make tags" work in the new build system

2010-02-27 Thread Ian Lynagh
On Thu, Feb 25, 2010 at 09:24:59AM +, Tristan Allwood wrote: > +1 for having separate 'make tags' and 'make TAGS'. Done. Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Have separate rules to generate tags and TAGS

2010-02-27 Thread Ian Lynagh
Sat Feb 27 12:25:17 PST 2010 Ian Lynagh * Have separate rules to generate tags and TAGS This works around the two filenames being the same on case-insensitive file systems. M ./ghc.mk +3 M ./rules/tags-package.mk -1 +5 View patch online: http://darcs.haskell.org/ghc/_darcs/patches

patch applied (ghc-6.12/testsuite): Add a test for #2578

2010-02-27 Thread Ian Lynagh
Sat Feb 27 09:24:29 PST 2010 Ian Lynagh * Add a test for #2578 A ./tests/ghc-regress/codeGen/should_compile/2578.hs M ./tests/ghc-regress/codeGen/should_compile/Makefile +4 M ./tests/ghc-regress/codeGen/should_compile/all.T +1 View patch online: http://darcs.haskell.org/ghc-6.12/t

patch applied (ghc-6.12/ghc): Fix trac #2578

2010-02-27 Thread Ian Lynagh
Sat Feb 27 09:39:51 PST 2010 Ian Lynagh * Fix trac #2578 We define empty datatypes as not being enumerations, which means the empty blocks aren't generated. M ./compiler/iface/BuildTyCl.lhs -1 +7 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20100227173951-3f

igloo, build 5

2010-02-27 Thread Builder
igloo, build 5 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/igloo/5.html darcs checkout| Success create mk/build.mk| Success make darcs-all executable | Success get subrepos | Success repo versions | Success setting version dat

patch applied (testsuite): Add a test for #2578

2010-02-27 Thread Ian Lynagh
Sat Feb 27 09:24:29 PST 2010 Ian Lynagh * Add a test for #2578 A ./tests/ghc-regress/codeGen/should_compile/2578.hs M ./tests/ghc-regress/codeGen/should_compile/Makefile +4 M ./tests/ghc-regress/codeGen/should_compile/all.T +1 View patch online: http://darcs.haskell.org/testsuite/

patch applied (ghc): Fix trac #2578

2010-02-27 Thread Ian Lynagh
Sat Feb 27 09:39:51 PST 2010 Ian Lynagh * Fix trac #2578 We define empty datatypes as not being enumerations, which means the empty blocks aren't generated. M ./compiler/iface/BuildTyCl.lhs -1 +7 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20100227173951-3fd76-df1c3

patch applied (ghc-6.12/ghc): update the docs to reflect changes in the tracing flags

2010-02-27 Thread Ian Lynagh
Fri Feb 26 03:12:05 PST 2010 Simon Marlow * update the docs to reflect changes in the tracing flags M ./docs/users_guide/runtime_control.xml -4 +11 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20100226111205-12142-f9d51d34cf759876726eb15f0b3a287e65c28902.gz ___

patch applied (ghc-6.12/ghc): hack to make the docs build again in a lndir build tree (see comments)

2010-02-27 Thread Ian Lynagh
Thu Feb 25 05:16:16 PST 2010 Simon Marlow * hack to make the docs build again in a lndir build tree (see comments) M ./docs/users_guide/ghc.mk +14 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20100225131616-12142-aa4bb9a172d6beb7e2a5686cde2b7af11dc1b715.gz

patch applied (ghc-6.12/ghc): Fix crash when using printf format specifiers in traceEvent (#3874)

2010-02-27 Thread Ian Lynagh
Fri Feb 26 01:32:15 PST 2010 Simon Marlow * Fix crash when using printf format specifiers in traceEvent (#3874) M ./rts/Trace.c -3 +11 M ./rts/eventlog/EventLog.c -2 +2 M ./rts/eventlog/EventLog.h -1 +1 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/201002

patch applied (ghc-6.12/ghc): Fix the build with GHC < 6.12

2010-02-27 Thread Ian Lynagh
Fri Feb 26 14:39:31 PST 2010 Ian Lynagh * Fix the build with GHC < 6.12 M ./utils/ghc-pkg/Main.hs -5 +7 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20100226223931-3fd76-b2e5b07b4ce814f86fcd9558715f01466044ccf5.gz ___

patch applied (ghc-6.12/ghc): Force encoding to UTF-8 when writing individual .conf files

2010-02-27 Thread Ian Lynagh
Wed Feb 24 07:25:19 PST 2010 Simon Marlow * Force encoding to UTF-8 when writing individual .conf files M ./utils/ghc-pkg/Main.hs -14 +28 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20100224152519-12142-96a29065ed03209bb5925f9f1a200d43af5f9708.gz _

igloo, build 4

2010-02-27 Thread Builder
igloo, build 4 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/igloo/4.html darcs checkout| Success create mk/build.mk| Success make darcs-all executable | Success get subrepos | Success repo versions | Success setting version dat