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

2011-05-22 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 Sun May 22 18:10:01 BST 2011. checking out new source tree

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

2011-05-22 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 Sun May 22 18:00:01 BST 2011. checking out new source tree

Re: [PATCH] Fix RTS compiler error when DEBUG is defined.

2011-05-22 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: > Hi all, > > Before this patch the compiler errored out when printing a value > of type StgWord32 with a "%d" format specifier. This patch is no longer needed after this commit: commit 96d64fe2175d829f9499656750d51cf577ff9892 Author: Duncan Coutts Date:

Re: Any way to compile an old version from git?

2011-05-22 Thread Erik de Castro Lopo
David Peixotto wrote: > I wrote a python script that can be used to record and reinstate the commit > state of all the git repositories used by GHC. It parses the output of the > sync-all log command suggested by Simon to create a "fingerprint" which is > just the pairs of (subdirectory, commit) t

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

2011-05-22 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 Sun May 22 18:10:01 BST 2011. checking out new s

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

2011-05-22 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 Sun May 22 18:00:01 BST 2011. checking out new source

[commit: ghc] master: Revert "Add capability sets to the event system. Contains code from Duncan Coutts." (96d64fe)

2011-05-22 Thread Duncan Coutts
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/96d64fe2175d829f9499656750d51cf577ff9892 >--- commit 96d64fe2175d829f9499656750d51cf577ff9892 Author: Duncan Coutts

Re: old-locale

2011-05-22 Thread Bryan O'Sullivan
On Sun, May 22, 2011 at 3:50 AM, Ashley Yakeley wrote: > > You say "old-locale" is maintained only for backward compatibility. Could > you clarify? What should be used instead? The "time" package depends on > old-locale. We don't have an alternative at the moment, but I believe the point is tha

Re: Any way to compile an old version from git?

2011-05-22 Thread David Peixotto
I wrote a python script that can be used to record and reinstate the commit state of all the git repositories used by GHC. It parses the output of the sync-all log command suggested by Simon to create a "fingerprint" which is just the pairs of (subdirectory, commit) that can be used to identify the

builder server, restart needed?

2011-05-22 Thread Karel Gardas
Hello, it looks like GHC builder server which pushes tasks to builder clients needs restart. I'm attempting to restart my builder client during the last days and always got: [2011-05-22 14:19:22] [kgardas-opensolaris-x86-head] Connecting... builder-client: connect: timeout (Connection timed

old-locale

2011-05-22 Thread Ashley Yakeley
On 2011-05-19 01:35, Simon Peyton-Jones wrote: What we need is something to put in its place. Simon and I have been cooking up a proposal. Here it is: http://www.haskell.org/haskellwiki/Library_submissions/NewDraft You say "old-locale" is maintained only for backward compatibility.