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

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

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

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

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

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

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

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

[PATCH] MAKEHELP: "make {pdf,ps,html}" doesn't work from top level

2011-05-21 Thread Adam Megacz
Update the documentation in MAKEHELP to make it clear that "make html" isn't supposed to work from the top level. --- MAKEHELP |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MAKEHELP b/MAKEHELP index 85497e9..fb8c688 100644 --- a/MAKEHELP +++ b/MAKEHELP @@ -25,9 +25,

Re: Build failure

2011-05-21 Thread Niklas Larsson
This comes from: commit 58532eb46041aec8d4cbb48b054cb5b001edb43c Author: Spencer Janssen Date: Thu Apr 14 01:11:05 2011 -0500 Add capability sets to the event system. Contains code from Duncan Coutts. It's a bit too posixy, it uses getppid() which isn't in the Windows C-run