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

2008-11-28 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 Fri Nov 28 19:00:01 GMT 2008. **

Re: Problem linking installPackage when SplitObjs=NO

2008-11-28 Thread Matthias Kilian
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. > > SplitObjs

patch applied (ghc): Remove dead code

2008-11-28 Thread Ian Lynagh
Fri Nov 28 11:38:31 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove dead code M ./compiler/main/DynFlags.hs -6 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081128193831-3fd76-61937c0e77a3646cffcef1ed1b98c6adfc3520bb.gz __

patch applied (ghc): Update docs not to talk about deprecated -optdep-* flags; fixes trac #2773

2008-11-28 Thread Ian Lynagh
Fri Nov 28 11:36:33 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Update docs not to talk about deprecated -optdep-* flags; fixes trac #2773 M ./docs/users_guide/flags.xml -6 M ./docs/users_guide/phases.xml -10 M ./docs/users_guide/separate_compilation.xml -68 +11 View patch online: ht

patch applied (ghc): Use relative URLs in the GHC API haddock docs; fixes #2755

2008-11-28 Thread Ian Lynagh
Fri Nov 28 10:45:11 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Use relative URLs in the GHC API haddock docs; fixes #2755 M ./compiler/Makefile +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081128184511-3fd76-bb90f6ae8ff18bea775f1421a6bb9977080c3f2e.gz ___

patch applied (ghc): Teach runghc about --help; fixes trac #2757

2008-11-28 Thread Ian Lynagh
Fri Nov 28 11:17:06 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Teach runghc about --help; fixes trac #2757 M ./docs/users_guide/runghc.xml -3 +4 M ./utils/runghc/runghc.hs -17 +34 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081128191706-3fd76-0ebe2c5cadad1f578adf35c

patch applied (ghc-6.10/ghc): Remove dead code

2008-11-28 Thread Ian Lynagh
Fri Nov 28 11:38:31 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove dead code M ./compiler/main/DynFlags.hs -6 +1 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081128193831-3fd76-61937c0e77a3646cffcef1ed1b98c6adfc3520bb.gz _

patch applied (ghc-6.10/ghc): Update docs not to talk about deprecated -optdep-* flags; fixes trac #2773

2008-11-28 Thread Ian Lynagh
Fri Nov 28 11:36:33 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Update docs not to talk about deprecated -optdep-* flags; fixes trac #2773 M ./docs/users_guide/flags.xml -6 M ./docs/users_guide/phases.xml -10 M ./docs/users_guide/separate_compilation.xml -68 +11 View patch online: ht

patch applied (ghc-6.10/ghc): Teach runghc about --help; fixes trac #2757

2008-11-28 Thread Ian Lynagh
Fri Nov 28 11:17:06 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Teach runghc about --help; fixes trac #2757 M ./docs/users_guide/runghc.xml -3 +4 M ./utils/runghc/runghc.hs -17 +34 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081128191706-3fd76-0ebe2c5cadad1f

patch applied (ghc-6.10/ghc): Use relative URLs in the GHC API haddock docs; fixes #2755

2008-11-28 Thread Ian Lynagh
Fri Nov 28 10:45:11 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Use relative URLs in the GHC API haddock docs; fixes #2755 M ./compiler/Makefile +1 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081128184511-3fd76-bb90f6ae8ff18bea775f1421a6bb9977080c3f2e.gz __

patch applied (ghc-6.10/ghc): Fix Trac #2817 (TH syntax -> HsSyn conversion)

2008-11-28 Thread Ian Lynagh
Wed Nov 26 07:40:22 PST 2008 [EMAIL PROTECTED] * Fix Trac #2817 (TH syntax -> HsSyn conversion) M ./compiler/hsSyn/Convert.lhs +2 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081126154022-1287e-9c3905e74ded08b96464d4ec3e487eff963cfb5a.gz __

patch applied (ghc-6.10/ghc): Fix Trac #2799: TcType.isOverloadedTy

2008-11-28 Thread Ian Lynagh
Tue Nov 25 03:05:40 PST 2008 [EMAIL PROTECTED] * Fix Trac #2799: TcType.isOverloadedTy A missing case (for equality predicates) in isOverloadedTy make bindInstsOfLocalFuns/Pats do the wrong thing. Core Lint nailed it. Merge to 6.10 branch. M ./compiler/typecheck/TcType.lhs -

patch applied (ghc-6.10/ghc): #2768: fix compatibility problem with newer version of mingw

2008-11-28 Thread Ian Lynagh
Thu Nov 13 03:46:26 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * #2768: fix compatibility problem with newer version of mingw M ./rts/win32/IOManager.h -5 +1 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081113114626-12142-08374df4bfc13e62c0f790812578a679f40ba59a

patch applied (ghc-6.10/ghc): Fix Trac #2766: printing operator type variables

2008-11-28 Thread Ian Lynagh
Wed Nov 26 05:22:02 PST 2008 [EMAIL PROTECTED] * Fix Trac #2766: printing operator type variables M ./compiler/types/TypeRep.lhs -1 +24 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081126132202-1287e-22bae2ff6e1041c904649787624b720808a31504.gz

patch applied (ghc-6.10/ghc): Fix #2740: we were missing the free variables on some expressions

2008-11-28 Thread Ian Lynagh
Tue Nov 25 02:31:13 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * Fix #2740: we were missing the free variables on some expressions Particularly boolean expresions: the conditional of an 'if', and guards, were missing their free variables. M ./compiler/deSugar/Coverage.lhs -14 +13 View p

patch applied (ghc-6.10/ghc): fix the build when !USE_MMAP

2008-11-28 Thread Ian Lynagh
Fri Nov 21 00:54:18 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * fix the build when !USE_MMAP M ./rts/Linker.c -5 +6 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081121085418-12142-78c42f419885f7fcfee7b47a62a9eb72da80088e.gz

patch applied (ghc-6.10/ghc): round the size up to a page in mmapForLinker() instead of in the caller

2008-11-28 Thread Ian Lynagh
Thu Nov 20 07:40:14 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * round the size up to a page in mmapForLinker() instead of in the caller M ./rts/Linker.c -15 +18 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081120154014-12142-4f2b4eca03c266105c2d3781d994b5a7b2b5

patch applied (ghc-6.10/ghc): error message wibble

2008-11-28 Thread Ian Lynagh
Thu Nov 20 00:49:01 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * error message wibble M ./rts/Linker.c -1 +1 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081120084901-12142-d3bf58869833779a44585f50995861ff2ce349fc.gz

patch applied (ghc-6.10/ghc): #2751: disourage --enable-shared in ./configure --help

2008-11-28 Thread Ian Lynagh
Fri Nov 14 04:47:48 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * #2751: disourage --enable-shared in ./configure --help M ./configure.ac -1 +1 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081114124748-12142-c6e5503f0ee7726756d636678af545592b6f5109.gz __

patch applied (ghc): Use a per-session data structure for callbacks. Make 'WarnErrLogger'

2008-11-28 Thread Thomas Schilling
Fri Nov 28 02:36:28 PST 2008 Thomas Schilling <[EMAIL PROTECTED]> * Use a per-session data structure for callbacks. Make 'WarnErrLogger' part of it. Part of the GHC API essentially represents a compilation framework. The difference of a *framework* as opposed to a *library* is that the

patch applied (ghc): Improve error message for #2739 (but no fix).

2008-11-28 Thread Thomas Schilling
Thu Nov 27 05:57:25 PST 2008 Thomas Schilling <[EMAIL PROTECTED]> * Improve error message for #2739 (but no fix). This patch changes 'loadModule' to define a fake linkable. The previous implementation of providing no linkable at all violated a pre-condition in the ByteCode linker. Thi

patch applied (ghc): Remove the packing I added recently to the Capability structure

2008-11-28 Thread Simon Marlow
Fri Nov 28 02:50:46 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * Remove the packing I added recently to the Capability structure The problem is that the packing caused some unaligned loads, which lead to bus errors on Sparc (and reduced performance elsewhere, presumably). M ./rts/Capab

patch applied (ghc): don't emit CmmComments for now

2008-11-28 Thread Simon Marlow
Thu Nov 27 01:01:45 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * don't emit CmmComments for now - if the string contains */, we need to fix it (demonstrated by building Cabal with -fvia-C) - the strings can get quite large, so we probably only want to inject comments when som

Daily report for stable

2008-11-28 Thread BuildBot Collator
Build results: kili stable: fail (failed stage2 runtestsuite) tnaur x86 OS X stable: pass x86 Linux stable:fail (failed darcs) x86 Windows stable: fail (failed bindist) x86 Windows stable fast: pass pass pass pass pass pass x86-64 Linux stable: pass New unexpected te

Daily report for head

2008-11-28 Thread BuildBot Collator
Build results: x86-64 Linux head: fail (failed bindisttest) x86 Windows head:fail (failed bindist) x86 Windows head fast: pass pass pass pass pass pass tnaur PPC OSX head: pass tnaur PPC OSX head 2:pass tnaur x86 Linux head:pass x86-64 Linux head unreg: fail (failed sta