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

2008-12-02 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 Tue Dec 2 18:00:02 GMT 2008. checking out

[nightly] 02-Dec-2008 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2008-12-02 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 Tue Dec 2 19:00:01 GMT 2008. ***

patch applied (ghc): Document 'loadModule'.

2008-12-02 Thread Thomas Schilling
Tue Dec 2 07:48:00 PST 2008 Thomas Schilling <[EMAIL PROTECTED]> * Document 'loadModule'. M ./compiler/main/GHC.hs -1 +7 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081202154800-7c5c6-ae2c12db76e51aab8740e46abcff092edb75c671.gz ___

patch applied (ghc): Add 'needsTemplateHaskell' utility function and document why one might

2008-12-02 Thread Thomas Schilling
Tue Dec 2 07:23:58 PST 2008 Thomas Schilling <[EMAIL PROTECTED]> * Add 'needsTemplateHaskell' utility function and document why one might want to use it. M ./compiler/main/DynFlags.hs -11 +19 M ./compiler/main/GHC.hs +10 View patch online: http://darcs.haskell.org/ghc/_darcs/patches

patch applied (ghc): Documentation only.

2008-12-02 Thread Thomas Schilling
Tue Dec 2 07:01:58 PST 2008 Thomas Schilling <[EMAIL PROTECTED]> * Documentation only. M ./compiler/main/GHC.hs -7 +36 M ./compiler/main/HscTypes.lhs -1 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081202150158-7c5c6-3aed3093943074cadd7f886c93121bb4281df772.gz

patch applied (ghc): Export 'succeeded' and 'failed' helper functions.

2008-12-02 Thread Thomas Schilling
Tue Dec 2 06:44:51 PST 2008 Thomas Schilling <[EMAIL PROTECTED]> * Export 'succeeded' and 'failed' helper functions. M ./compiler/main/GHC.hs -1 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081202144451-7c5c6-5e1b05d269bff225f2f4971675b1bb7d1bbb652b.gz

Re: todays head failures - installPackage (Re: Daily report forhead)

2008-12-02 Thread Claus Reinke
Thanks, that seems to have done the trick for my windows build. Btw, does anyone know why cabal.exe doesn't like the pre-installed array and containers packages (it insists on reinstalling them, with the same version numbers)? Claus Should be fixed now. The stage2 compiler was segfaulting, whi

patch applied (ghc): Put full ImportDecls in ModSummary instead of just ModuleNames

2008-12-02 Thread Simon Marlow
Tue Dec 2 05:37:36 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * Put full ImportDecls in ModSummary instead of just ModuleNames ... and use it to make ghc -M generate correct cross-package dependencies when using package-qualified imports (needed for the new build system). Since we're alre

patch applied (ghc): ghc -M: need to add a dep on Prelude unless -fno-implicit-prelude is on

2008-12-02 Thread Simon Marlow
Fri Nov 28 08:57:07 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * ghc -M: need to add a dep on Prelude unless -fno-implicit-prelude is on M ./compiler/main/DriverMkDepend.hs +4 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081128165707-12142-1d3e566261a0bccd6abb616899a2808

patch applied (ghc): make -include-pkg-deps work (not sure when this got lost)

2008-12-02 Thread Simon Marlow
Fri Nov 28 05:57:46 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * make -include-pkg-deps work (not sure when this got lost) M ./compiler/main/DriverMkDepend.hs -2 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081128135746-12142-e400b4c983af9399f735b79b38f6b1e00dced43d.g

Re: todays head failures - installPackage (Re: Daily report for head)

2008-12-02 Thread Simon Marlow
Should be fixed now. The stage2 compiler was segfaulting, which manifested as a slightly-cryptic failure when configuring installPackage. Cheers, Simon Tristan Allwood wrote: I've also hit this today (Monday) and requesting suggestions for how to fix... Cheers, Tris -Original M

patch applied (ghc): Fix more problems caused by padding in the Capability structure

2008-12-02 Thread Simon Marlow
Tue Dec 2 04:07:35 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * Fix more problems caused by padding in the Capability structure Fixes crashes on Windows and Sparc M ./includes/Regs.h -1 +1 M ./includes/Stg.h +4 M ./rts/Capability.h -3 +1 M ./rts/Interpreter.c -1 +1 View patch

patch applied (ghc): add missing case to Ord GlobalReg (EagerBlackhole == EagerBlackhole)

2008-12-02 Thread Simon Marlow
Fri Nov 28 05:01:06 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * add missing case to Ord GlobalReg (EagerBlackhole == EagerBlackhole) M ./compiler/cmm/CmmExpr.hs +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081128130106-12142-936cd2609d9282fc13f2f2bce9202fa78bc00700.g

RE: todays head failures - installPackage (Re: Daily report for head)

2008-12-02 Thread Simon Peyton-Jones
The Supreme Master (Simon M) is laying on hands at the this very moment. He is muttering into his beard. I expect good things to happen shortly. Simon | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tristan | Allwood | Sent: 01 December 2008 18:48

Re: Problem linking installPackage when SplitObjs=NO

2008-12-02 Thread Simon Marlow
Matthias Kilian wrote: On Wed, Nov 19, 2008 at 01:18:39PM +, Simon Marlow wrote: My only idea how to fix this it to add -pthread to cc-options and ld-options of unix.buildinfo if SplitObjs=NO, but this sounds like a crude hack to me. If anyone has a better solution, please let me know. Spli

Daily report for stable

2008-12-02 Thread BuildBot Collator
Build results: gabor stable:fail (failed darcs) kili stable: fail (failed darcs) tnaur x86 Linux stable: pass tnaur x86 OS X stable: pass x86 Linux stable:fail (failed darcs) x86 Windows stable: fail (failed stage1) x86 Windows stable fast: pass pass lost pas

Daily report for head

2008-12-02 Thread BuildBot Collator
Build results: x86-64 Linux head: fail (failed bindisttest) x86 Windows head:lost x86 Windows head fast: fail (failed stage2) fail (failed stage2) fail (failed stage2) tnaur PPC OSX head 2:pass x86-64 Linux head unreg: pass Old unexpected test passes: Simple17 6 x86 Win