pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 214, Success

2011-04-16 Thread Builder
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 214 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/214.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date

[nightly] 16-Apr-2011 build of STABLE on i386-unknown-linux (cam-02-unx)

2011-04-16 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx) 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 Apr 16 18:10:01 BST 2011. checking out new source tree

[nightly] 16-Apr-2011 build of HEAD on i386-unknown-linux (cam-02-unx)

2011-04-16 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx) 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 Apr 16 18:00:01 BST 2011. checking out new source tree

pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 197, Success

2011-04-16 Thread Builder
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 197 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/197.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date | S

pgj2 (amd64 FreeBSD HEAD), build 332, Success

2011-04-16 Thread Builder
pgj2 (amd64 FreeBSD HEAD), build 332 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/332.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date | Success booting | Succ

simonmar-win32-stable (x86 Windows STABLE), build 228, Success

2011-04-16 Thread Builder
simonmar-win32-stable (x86 Windows STABLE), build 228 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/228.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date | Succe

tn23 (x86 OSX HEAD), build 311, Success

2011-04-16 Thread Builder
tn23 (x86 OSX HEAD), build 311 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/311.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date | Success booting | Success co

pgj (x86 FreeBSD HEAD), build 334, Success

2011-04-16 Thread Builder
pgj (x86 FreeBSD HEAD), build 334 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/334.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date | Success booting | Success

Re: Native codegen API changes

2011-04-16 Thread Erik de Castro Lopo
Edward Z. Yang wrote: > In order to add support for patching jump tables with fixup code [1] in > the linear register allocator, I'd like to defer creating jump tables > until after register allocation has occurred. This creation usually occurs > during the instruction selection phase, so I will

[nightly] 16-Apr-2011 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2011-04-16 Thread GHC Build Reports
Build description = STABLE on x86_64-unknown-linux (cam-04-unx) 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 Apr 16 18:10:01 BST 2011. checking out new s

kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 203, Success

2011-04-16 Thread Builder
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 203 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/203.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date

[nightly] 16-Apr-2011 build of HEAD on x86_64-unknown-linux (cam-04-unx)

2011-04-16 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx) 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 Apr 16 18:00:02 BST 2011. checking out new source

[commit: ghc] master: Document -fwarn-missing-local-sigs; part of #4817 (40df254)

2011-04-16 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/40df25409b34352f33f63881a3b9d9846ee03748 >--- commit 40df25409b34352f33f63881a3b9d9846ee03748 Author: Ian Lynagh Dat

Re: Sending git patches

2011-04-16 Thread Edward Z. Yang
You can skip the format patch step using: git send-email --to=cvs-ghc@haskell.org hash-id -1 (sends the patch marked by hash-id) I haven't seen any recent patch emails on GHC, so maybe your mailer isn't configured correctly? Edward Excerpts from Matthias Kilian's message of Sat Apr 16 15:44:00

sparky-unreg (Sparc Solaris unreg HEAD), build 92, Failure

2011-04-16 Thread Builder
sparky-unreg (Sparc Solaris unreg HEAD), build 92 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/sparky-unreg/92.html git clone | Failure: Just (ExitFailure 9) Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/sparky-unreg/92.html ld.so.1: git: fatal: reloca

Sending git patches

2011-04-16 Thread Matthias Kilian
Hi, what's the correct way to send patches in these modern days? I'm using git format-patch origin" and then git send-email --to=cvs-ghc@haskell.org 0001-whatever Is this correct? And is there some reason why I don't see this mail sent back to be over the mailing list? Sorry

Native codegen API changes

2011-04-16 Thread Edward Z. Yang
Hello all, In order to add support for patching jump tables with fixup code [1] in the linear register allocator, I'd like to defer creating jump tables until after register allocation has occurred. This creation usually occurs during the instruction selection phase, so I will need to modify the

simonmar-win32-head (x86 Windows HEAD), build 296, Incomplete

2011-04-16 Thread Builder
simonmar-win32-head (x86 Windows HEAD), build 296 Build incomplete Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/296.html Build incomplete Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/296.html __

[PATCH] Add "./sync-all clean" command

2011-04-16 Thread Matthias Kilian
--- sync-all |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/sync-all b/sync-all index 06c183a..7ccc71d 100755 --- a/sync-all +++ b/sync-all @@ -389,6 +389,10 @@ sub scmall { scm ($localpath, $scm, "grep", @args) unless $scm eq "darcs";

Re: Txxxx & driverXXXX failures.

2011-04-16 Thread Karel Gardas
On 04/14/11 11:27 AM, Simon Marlow wrote: On 13/04/2011 20:50, Karel Gardas wrote: On any builder you can see all the logs from the build root page. In that particular case it is: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/190.html for the output of all tests,

kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 202, Failure

2011-04-16 Thread Builder
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 202 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/202.html git clone | Failure: Just (ExitFailure 128) Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris

kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 201, Success

2011-04-16 Thread Builder
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 201 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/201.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date

kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 199, Failure

2011-04-16 Thread Builder
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 199 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/199.html git clone| Success create mk/build.mk | Success get subrepos | Success setting version date | Success booting