pgj-freebsd-i386-stable, build 20, Success

2010-06-19 Thread Builder
pgj-freebsd-i386-stable, build 20 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/20.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booti

pgj2, build 66, Success

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

pgj, build 68, Success

2010-06-19 Thread Builder
pgj, build 68 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/68.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

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

2010-06-19 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 Jun 19 18:10:02 BST 2010. checki

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

2010-06-19 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 Jun 19 18:00:01 BST 2010. checking out

tn23, build 61, Failure

2010-06-19 Thread Builder
tn23, build 61 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/61.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): Remove some old commented out code

2010-06-19 Thread Ian Lynagh
Sat Jun 19 17:04:59 PDT 2010 Ian Lynagh * Remove some old commented out code M ./rts/Printer.c -4 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=2010062459-3fd76-8c3da8ac85dd8409ff41920d6f3342e349af3a57.gz _

patch applied (ghc): SET_ARR_HDR's last argument is now a number of bytes, rather than words

2010-06-19 Thread Ian Lynagh
Sat Jun 19 16:52:14 PDT 2010 Ian Lynagh * SET_ARR_HDR's last argument is now a number of bytes, rather than words This avoids unnecessary work and potential loss of information M ./includes/rts/storage/ClosureMacros.h -2 +2 M ./rts/Adjustor.c -1 +1 View patch online: http://darcs.ha

patch applied (ghc): Replace an (incorrect) bytes-to-words calculation with ROUNDUP_BYTES_TO_WDS

2010-06-19 Thread Ian Lynagh
Sat Jun 19 16:43:10 PDT 2010 Ian Lynagh * Replace an (incorrect) bytes-to-words calculation with ROUNDUP_BYTES_TO_WDS M ./rts/Adjustor.c -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100619234310-3fd76-6c3bfad7619eea0e8fca12cf646bd7560

patch applied (ghc): FIX #38000 Store StgArrWords payload size in bytes

2010-06-19 Thread Ian Lynagh
Fri Jan 1 10:33:46 PST 2010 Antoine Latter * FIX #38000 Store StgArrWords payload size in bytes M ./compiler/codeGen/CgPrimOp.hs -6 +3 M ./compiler/codeGen/StgCmmPrim.hs -6 +3 M ./includes/Cmm.h +3 M ./includes/mkDerivedConstants.c -1 +1 M ./includes/rts/storage/ClosureMac

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

2010-06-19 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 Jun 19 19:00:01 BST 2010. **

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

2010-06-19 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 Jun 19 19:10:01 BST 20

simonmar-win32-stable, build 51, Failure

2010-06-19 Thread Builder
simonmar-win32-stable, build 51 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/51.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting

Weird impossible segfault in select_loop on OpenBSD

2010-06-19 Thread Matthias Kilian
Hi, Short story: I get impossible segfaults with ghc-6.12.3 on OpenBSD (unless I completely disable threading support when building ghc). Long story: in libraries/base/GHC/Conc.lhs, service_loop, the call to c_select sometimes segfaults because of inaccessible (not mapped) readfds and writefds a

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

2010-06-19 Thread Ian Lynagh
Sat Jun 19 09:00:49 PDT 2010 Ian Lynagh * Add a test for #3822 A ./tests/ghc-regress/arrows/should_run/T3822.hs A ./tests/ghc-regress/arrows/should_run/T3822.stdout M ./tests/ghc-regress/arrows/should_run/all.T +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=

sparky, build 33, Success

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

simonmar-win32-head, build 61, Success

2010-06-19 Thread Builder
simonmar-win32-head, build 61 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/61.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting

pgj-freebsd-amd64-stable, build 19, Success

2010-06-19 Thread Builder
pgj-freebsd-amd64-stable, build 19 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/19.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success boo