[nightly] 23-Jul-2008 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2008-07-23 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 Wed Jul 23 18:12:06 BST 2008. checki

patch applied (testsuite): Build the timeout program with Cabal

2008-07-23 Thread Ian Lynagh
Wed Jul 23 13:24:43 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Build the timeout program with Cabal M ./mk/test.mk -3 +5 M ./timeout/Makefile -31 +26 A ./timeout/timeout.cabal View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20080723202443-3fd76-965897bc6392018f0

patch applied (ghc): Fix a build error on powerpc/Linux; spotted by Jeroen Pulles

2008-07-23 Thread Ian Lynagh
Wed Jul 23 12:19:48 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix a build error on powerpc/Linux; spotted by Jeroen Pulles M ./compiler/nativeGen/PprMach.hs -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080723191948-3fd76-3c094af64eaedbf3c17738d106dd8fd172670176.gz

patch applied (ghc): If the extension is not .lhs, runghc now treats it as .hs; fixes trac #1232

2008-07-23 Thread Ian Lynagh
Wed Jul 23 11:21:56 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * If the extension is not .lhs, runghc now treats it as .hs; fixes trac #1232 M ./utils/runghc/runghc.hs -2 +7 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080723182156-3fd76-e9a267c42675e1f7226a38dbab972765f94

patch applied (ghc): runghc now uses the compiler that it comes with; fixes trac #1281

2008-07-23 Thread Ian Lynagh
Wed Jul 23 11:11:15 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * runghc now uses the compiler that it comes with; fixes trac #1281 rather than the first one that it finds on the PATH M ./utils/runghc/Makefile +2 M ./utils/runghc/runghc.cabal +1 M ./utils/runghc/runghc.hs -18 +42 Vie

[nightly] 23-Jul-2008 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2008-07-23 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 Wed Jul 23 18:02:06 BST 2008. checking out

RE: Priorities for 6.10

2008-07-23 Thread Simon Peyton-Jones
| > At the moment, GHC releases are the main driver for the community to get | > to work on packaging. I think what Duncan is proposing is that we | > should change expectations around, so that the HLP's standardised | > regular release cycle becomes the main driver for packaging work, and | > tha

HEADS UP: hsc2hs now in its own repo

2008-07-23 Thread Ian Lynagh
Hi all, We now use the standalone hsc2hs repo, so after pulling the latest patches you need to rm -rf utils/hsc2hs (in theory, if you cleaned first then it will already have disappeared, but chances are there'll be some generated files still sitting in it) and then get the standalone repo:

patch applied (ghc): Use the upstream hsc2hs repo

2008-07-23 Thread Ian Lynagh
Wed Jul 23 08:50:21 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Use the upstream hsc2hs repo M ./darcs-all -1 +8 R ./utils/hsc2hs/ R ./utils/hsc2hs/LICENSE R ./utils/hsc2hs/Main.hs R ./utils/hsc2hs/Makefile R ./utils/hsc2hs/Makefile.inc R ./utils/hsc2hs/Makefile.nhc98

patch applied (ghc): Tell Cabal where gcc is

2008-07-23 Thread Ian Lynagh
Tue Jul 22 17:12:02 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Tell Cabal where gcc is M ./mk/cabal-flags.mk -3 +4 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080723001202-3fd76-5fc7cf498017a6af399204fe7f7a7d443d2b8f60.gz ___

patch applied (ghc): Remove some redundancy in darcs-all

2008-07-23 Thread Ian Lynagh
Wed Jul 23 07:38:04 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove some redundancy in darcs-all M ./darcs-all -7 +3 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080723143804-3fd76-197883576a8a46b5ad7ba98312f817e21ac935a0.gz ___

patch applied (ghc): Undo fix for #2185: sparks really should be treated as roots

2008-07-23 Thread Simon Marlow
Wed Jul 23 05:52:05 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * Undo fix for #2185: sparks really should be treated as roots Unless sparks are roots, strategies don't work at all: all the sparks get GC'd. We need to think about this some more. M ./rts/Capability.c -15 +5 M ./rts/Ca

patch applied (ghc): fix bug in sparkPoolSize (affects debug output only)

2008-07-23 Thread Simon Marlow
Wed Jul 23 03:43:22 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * fix bug in sparkPoolSize (affects debug output only) M ./rts/Sparks.h -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080723104322-12142-7f13d571fb4f7471eb6315040cb2e7e4b352b4e5.gz _

patch applied (ghc): debug message tweaks

2008-07-23 Thread Simon Marlow
Wed Jul 23 02:00:50 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * debug message tweaks M ./rts/Schedule.c -1 +1 M ./rts/Sparks.c -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080723090050-12142-e09e7227f0274e1cb91983a3b81ff859f686f4a8.gz

patch applied (ghc): refactoring/tidyup: (not.is64BitInteger) -> is32BitInteger

2008-07-23 Thread Simon Marlow
Tue Jul 22 02:21:13 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * refactoring/tidyup: (not.is64BitInteger) -> is32BitInteger M ./compiler/nativeGen/MachCodeGen.hs -18 +18 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080722092113-12142-461e9f6c7469b08faea0bbaf6881b443a

patch applied (ghc): non-threaded RTS: don't assume deadlock if there are signal handlers to run

2008-07-23 Thread Simon Marlow
Tue Jul 15 06:03:16 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * non-threaded RTS: don't assume deadlock if there are signal handlers to run M ./rts/Schedule.c +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080715130316-12142-78ce0472ad9784014a68f4d2a57ea090e94aa43e.gz

patch applied (ghc): update the text about header files and -#include

2008-07-23 Thread Simon Marlow
Tue Jul 15 03:11:19 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * update the text about header files and -#include M ./docs/users_guide/ffi-chap.xml -79 +22 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080715101119-12142-51bc33697d5eb5d1e44520e53071d619de7773ae.gz __

patch applied (ghc): add NetBSD to some of the #ifdefs (patch partly from 6.8 branch)

2008-07-23 Thread Simon Marlow
Mon Jul 14 07:50:40 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * add NetBSD to some of the #ifdefs (patch partly from 6.8 branch) M ./rts/Linker.c -2 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080714145040-12142-ffb3fee6a6700e88e582df6dfcaa53e03ab60127.gz _

Daily report for head

2008-07-23 Thread BuildBot Collator
Build results: x86-64 Linux head:lost x86 Windows head: lost x86 Windows head fast:pass pass lost fail (failed stage1) fail (failed stage1) fail (failed stage1) fast486 head: lost gabor head: pass kgardas head: fail

Daily report for stable

2008-07-23 Thread BuildBot Collator
Build results: macgyver PPC OSX stable: fail (failed darcs) x86 Windows stable: lost x86 Windows stable fast: fail (failed runtestsuite) fail (failed runtestsuite) lost fail (failed runtestsuite) fail (failed runtestsuite) fail (failed runtestsuite) x86-64 Linux stable: lost Old unexpec