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

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

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

2010-05-18 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 Tue May 18 18:10:01 BST 2010. checki

pgj2, build 38, Failure

2010-05-18 Thread Builder
pgj2, build 38 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/38.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

tn23, build 34, Failure

2010-05-18 Thread Builder
tn23, build 34 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/34.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

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

2010-05-18 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 May 18 19:00:01 BST 2010. **

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

2010-05-18 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 Tue May 18 19:10:01 BST 20

patch applied (testsuite): Move the ctypes import in the driver

2010-05-18 Thread Ian Lynagh
Tue May 18 12:47:44 PDT 2010 Ian Lynagh * Move the ctypes import in the driver The import is failing on sparky, and we only use it on Windows anyway, so move it inside an "if windows". M ./driver/runtests.py -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=test

patch applied (ghc): Set more env variables when configuring libffi

2010-05-18 Thread Ian Lynagh
Tue May 18 11:50:14 PDT 2010 Ian Lynagh * Set more env variables when configuring libffi We now tell it where to find ld, nm and ar M ./libffi/ghc.mk +3 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100518185014-3fd76-a3dec75cfa6454d7283ee

patch applied (ghc): Set the location of ar to be the in-tree ar on Windows

2010-05-18 Thread Ian Lynagh
Tue May 18 11:15:56 PDT 2010 Ian Lynagh * Set the location of ar to be the in-tree ar on Windows M ./configure.ac +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100518181556-3fd76-64fa92f54e50d445a51aae4e65dd22cdba875583.gz __

patch applied (ghc): Change another / to to avoid building paths containing \/

2010-05-18 Thread Ian Lynagh
Tue May 18 10:20:15 PDT 2010 Ian Lynagh * Change another / to to avoid building paths containing \/ This will hopefully fix #2889. M ./compiler/main/SysTools.lhs -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100518172015-3fd76-acf3e

merehap, build 8, Success

2010-05-18 Thread Builder
merehap, build 8 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/merehap/8.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuri

sparky, build 4, Failure

2010-05-18 Thread Builder
sparky, build 4 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/sparky/4.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

patch applied (ghc-6.12/testsuite): Fix T3953 for the 6.12 branch

2010-05-18 Thread Ian Lynagh
Tue May 18 05:33:59 PDT 2010 Ian Lynagh * Fix T3953 for the 6.12 branch M ./tests/ghc-regress/quasiquotation/T3953.hs -1 +1 M ./tests/ghc-regress/quasiquotation/T3953.stderr -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-6.12/testsuite;a=darcs_commitdiff;

patch applied (ghc-6.12/testsuite): Add test for trac '3953

2010-05-18 Thread Ian Lynagh
Mon May 17 05:15:24 PDT 2010 simo...@microsoft.com * Add test for trac '3953 A ./tests/ghc-regress/quasiquotation/T3953.hs A ./tests/ghc-regress/quasiquotation/all.T View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-6.12/testsuite;a=darcs_commitdiff;h=2010051712152

patch applied (ghc-6.12/testsuite): Add stderr file for T3953

2010-05-18 Thread Ian Lynagh
Fri May 7 06:22:30 PDT 2010 simo...@microsoft.com * Add stderr file for T3953 A ./tests/ghc-regress/quasiquotation/T3953.stderr View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-6.12/testsuite;a=darcs_commitdiff;h=20100507132230-1287e-f65dd133c15bcdd62716008c8ab9332f0

patch applied (ghc-6.12/testsuite): Test Trac #3964

2010-05-18 Thread Ian Lynagh
Fri May 7 06:29:44 PDT 2010 simo...@microsoft.com * Test Trac #3964 A ./tests/ghc-regress/arrows/should_compile/T3964.hs M ./tests/ghc-regress/arrows/should_compile/all.T +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-6.12/testsuite;a=darcs_commitdiff;h=2010

patch applied (ghc-6.12/testsuite): Test Trac #3965

2010-05-18 Thread Ian Lynagh
Fri May 7 06:25:45 PDT 2010 simo...@microsoft.com * Test Trac #3965 A ./tests/ghc-regress/deriving/should_compile/T3965.hs M ./tests/ghc-regress/deriving/should_compile/all.T +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-6.12/testsuite;a=darcs_commitdiff;h=

patch applied (ghc-6.12/ghc): Move some make variables around so they are available when cleaning

2010-05-18 Thread Ian Lynagh
Sat May 8 14:24:05 PDT 2010 Ian Lynagh * Move some make variables around so they are available when cleaning M ./mk/config.mk.in -9 M ./mk/tree.mk +15 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-6.12/ghc;a=darcs_commitdiff;h=20100508212405-3fd76-99ea1a3a2c7

patch applied (ghc-6.12/ghc): Define RM_OPTS_REC in the 6.12 branch build system

2010-05-18 Thread Ian Lynagh
Tue May 18 06:15:28 PDT 2010 Ian Lynagh * Define RM_OPTS_REC in the 6.12 branch build system M ./mk/tree.mk +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-6.12/ghc;a=darcs_commitdiff;h=20100518131528-3fd76-18d2a7a270a08d2cccf66b4efd0d3f4b460fa9c3.gz ___

patch applied (ghc-6.12/ghc): MERGED: Fix Trac #3953: fail earlier when using a bogus quasiquoter

2010-05-18 Thread Ian Lynagh
Tue May 18 05:34:13 PDT 2010 Ian Lynagh * MERGED: Fix Trac #3953: fail earlier when using a bogus quasiquoter simo...@microsoft.com**20100409201748 M ./compiler/rename/RnPat.lhs -5 +7 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-6.12/ghc;a=darcs_commitdiff;h=20

patch applied (ghc-6.12/ghc): In validate, use gmake if available; based on a patch from Gabor PALI

2010-05-18 Thread Ian Lynagh
Mon May 17 13:06:54 PDT 2010 Ian Lynagh * In validate, use gmake if available; based on a patch from Gabor PALI M ./validate -5 +12 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-6.12/ghc;a=darcs_commitdiff;h=20100517200654-3fd76-b228b48ef75a34869437e5ecf86a9784183

patch applied (ghc-6.12/ghc): Add a ghc.mk for bindisttest/

2010-05-18 Thread Ian Lynagh
Sat May 8 15:39:11 PDT 2010 Ian Lynagh * Add a ghc.mk for bindisttest/ A ./bindisttest/ghc.mk M ./ghc.mk +1 M ./validate -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-6.12/ghc;a=darcs_commitdiff;h=20100508223911-3fd76-1d597c3e0849a1e5dd7e506cda7a7ab

patch applied (ghc): Fix #4074 (I hope).

2010-05-18 Thread Simon Marlow
Tue May 18 04:32:14 PDT 2010 Simon Marlow * Fix #4074 (I hope). 1. allow multiple threads to call startTimer()/stopTimer() pairs 2. disable the timer around fork() in forkProcess() A corresponding change to the process package is required. M ./rts/Schedule.c +4 M ./rts/Time

patch applied (nofib): add callback002, threads007

2010-05-18 Thread Simon Marlow
Wed Mar 31 07:36:54 PDT 2010 Simon Marlow * add callback002, threads007 M ./smp/Makefile -1 +3 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=nofib;a=darcs_commitdiff;h=20100331143654-12142-a8b4b6b0124d843c1a06c06bacbcadfe2bdd0f80.gz __

patch applied (nofib): Add a slowstdout for digits-of-e1.

2010-05-18 Thread Simon Marlow
Sat May 15 13:37:35 PDT 2010 p...@csee.ltu.se * Add a slowstdout for digits-of-e1. A ./imaginary/digits-of-e1/digits-of-e1.slowstdout View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=nofib;a=darcs_commitdiff;h=20100515203735-2feaf-b6eed7ad5826bcbef94326d4221f0ef7ded6b5d0.

patch applied (nofib): bump the iterations

2010-05-18 Thread Simon Marlow
Wed Mar 31 07:36:44 PDT 2010 Simon Marlow * bump the iterations M ./smp/threads007/Main.hs -2 +2 A ./smp/threads007/Makefile View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=nofib;a=darcs_commitdiff;h=20100331143644-12142-b927bf4243d5ddcedd0c2801c814a5f82154ace8.gz

patch applied (nofib): add runInUnboundThread

2010-05-18 Thread Simon Marlow
Wed Mar 31 07:36:28 PDT 2010 Simon Marlow * add runInUnboundThread M ./smp/sieve/sieve.hs -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=nofib;a=darcs_commitdiff;h=20100331143628-12142-47b5e5a9ea6fb850c3d11171bc55b3098d3c9bf0.gz _

patch applied (nofib): tweak the set of benchmarks we run by default

2010-05-18 Thread Simon Marlow
Wed Mar 31 05:02:36 PDT 2010 Simon Marlow * tweak the set of benchmarks we run by default M ./smp/Makefile -2 +3 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=nofib;a=darcs_commitdiff;h=20100331120236-12142-aedb438dafb277b2658f76e20224e3e62606c735.gz

patch applied (nofib): reduce the iterations again; -threaded takes ages

2010-05-18 Thread Simon Marlow
Wed Mar 31 07:36:18 PDT 2010 Simon Marlow * reduce the iterations again; -threaded takes ages M ./smp/callback001/Makefile -1 +1 M ./smp/callback001/callback001.stdout -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=nofib;a=darcs_commitdiff;h=20100331143618-12

patch applied (nofib): update sample output

2010-05-18 Thread Simon Marlow
Wed Mar 31 05:02:14 PDT 2010 Simon Marlow * update sample output M ./smp/callback001/callback001.stdout -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=nofib;a=darcs_commitdiff;h=20100331120214-12142-b769757e77ecfbe45d5ac2878dde69df7e918281.gz ___

patch applied (nofib): make this work non-threaded

2010-05-18 Thread Simon Marlow
Wed Mar 31 05:02:07 PDT 2010 Simon Marlow * make this work non-threaded M ./smp/callback001/Main.hs -1 +3 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=nofib;a=darcs_commitdiff;h=20100331120207-12142-9cbaa9e5900fdda866d282cd0a4475e36ec0a0e6.gz ___

patch applied (nofib): increase some parameters

2010-05-18 Thread Simon Marlow
Wed Mar 31 05:01:57 PDT 2010 Simon Marlow * increase some parameters M ./smp/callback001/Makefile -2 +2 M ./smp/threads001/Makefile -3 +3 M ./smp/threads003/Makefile -2 +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=nofib;a=darcs_commitdiff;h=20100331120157-

patch applied (nofib): add a Makefile

2010-05-18 Thread Simon Marlow
Wed Mar 31 05:01:38 PDT 2010 Simon Marlow * add a Makefile A ./smp/threads006/Makefile View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=nofib;a=darcs_commitdiff;h=20100331120138-12142-5700c03f8314518fe76dae5855d4bf5f64b2e2f8.gz __

patch applied (testsuite): update expected values for x86_64/Linux

2010-05-18 Thread Simon Marlow
Tue May 18 00:41:18 PDT 2010 Simon Marlow * update expected values for x86_64/Linux M ./tests/ghc-regress/perf/compiler/all.T -1 +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h=20100518074118-12142-c4841e343244b98507a292607e1df926633a10

patch applied (testsuite): update expected values for x86/Windows

2010-05-18 Thread Simon Marlow
Tue May 18 00:38:23 PDT 2010 Simon Marlow * update expected values for x86/Windows M ./tests/ghc-regress/perf/compiler/all.T -6 +6 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h=20100518073823-12142-98edf560578c48825e4e312b477954586e57456

patch applied (testsuite): add test for #4078

2010-05-18 Thread Simon Marlow
Mon May 17 06:36:07 PDT 2010 Simon Marlow * add test for #4078 M ./tests/ghc-regress/lib/IO/all.T -1 +1 A ./tests/ghc-regress/lib/IO/hReady002.hs A ./tests/ghc-regress/lib/IO/hReady002.stdout View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_comm

patch applied (ghc): we don't have a gcc-lib in LIB_DIR any more

2010-05-18 Thread Simon Marlow
Thu Apr 1 03:23:51 PDT 2010 Simon Marlow * we don't have a gcc-lib in LIB_DIR any more M ./rts/package.conf.in -4 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100401102351-12142-ee4cf205f433a2766580497e50854fb9a89a4c7d.gz