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

2008-03-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 Sun Mar 23 18:00:01 GMT 2008. checking out

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

2008-03-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 Sun Mar 23 18:10:01 GMT 2008. checki

patch applied (ghc): Fix primMname in External Core printer

2008-03-23 Thread Tim Chevalier
Sun Mar 23 18:43:11 PDT 2008 Tim Chevalier <[EMAIL PROTECTED]> * Fix primMname in External Core printer My earlier changes broke printing of function types in .hcr files. In other words: the z-encoding must die. M ./compiler/coreSyn/ExternalCore.lhs -1 +3

patch applied (ghc): Fix primMname in External Core printer

2008-03-23 Thread Tim Chevalier
Sun Mar 23 17:52:46 PDT 2008 Tim Chevalier <[EMAIL PROTECTED]> * Fix primMname in External Core printer My earlier changes broke printing of function types in .hcr files. In other words: the z-encoding must die. M! ./compiler/coreSyn/ExternalCore.lhs -1 +1 __

HEADS UP: New packages needed for building GHC

2008-03-23 Thread Ian Lynagh
Hi all, We now have 2 new boot-libs, ghc-prim and integer(-gmp). You'll therefore need to "./darcs-all get" after your next pull. Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

HEADS UP: libraries Makefile changes

2008-03-23 Thread Ian Lynagh
Hi all, In libraries/, we used to have make build.* Uses Setup build make make.* Use Setup makefile make rebuild.* but we now have: make build.* Use Setup build make rebuild.* make make.* Use Setup makefile make remake.* i.e. when you used t

patch applied (testsuite): print002 is broken (trac #2174)

2008-03-23 Thread Ian Lynagh
Sun Mar 23 14:48:17 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * print002 is broken (trac #2174) M ./tests/ghc-regress/ghci.debugger/scripts/all.T -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Make stableptr003 give more useful output

2008-03-23 Thread Ian Lynagh
Sat Mar 22 15:33:49 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Make stableptr003 give more useful output M ./tests/ghc-regress/lib/should_run/stableptr003.hs -1 +5 R ./tests/ghc-regress/lib/should_run/stableptr003.stdout ___ Cvs-ghc mailing li

patch applied (testsuite): stableptr003 is broken; trac #2175

2008-03-23 Thread Ian Lynagh
Sun Mar 23 14:57:13 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * stableptr003 is broken; trac #2175 M ./tests/ghc-regress/lib/should_run/all.T -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Update output for tc168

2008-03-23 Thread Ian Lynagh
Sat Mar 22 14:48:52 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Update output for tc168 M ./tests/ghc-regress/typecheck/should_compile/tc168.stderr -1 +1 A ./tests/ghc-regress/typecheck/should_compile/tc168.stderr-6.8 ___ Cvs-ghc mailing list C

patch applied (testsuite): Update tc231 output

2008-03-23 Thread Ian Lynagh
Sat Mar 22 14:48:04 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Update tc231 output M ./tests/ghc-regress/typecheck/should_compile/tc231.stderr -1 +1 A ./tests/ghc-regress/typecheck/should_compile/tc231.stderr-6.8 ___ Cvs-ghc mailing list Cvs-g

patch applied (testsuite): Update base01

2008-03-23 Thread Ian Lynagh
Sat Mar 22 14:46:17 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Update base01 M ./tests/ghc-regress/module/base01/GHC/Base.hs -2 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Update output for ghci024

2008-03-23 Thread Ian Lynagh
Sat Mar 22 14:43:29 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Update output for ghci024 M ./tests/ghc-regress/ghci/scripts/ghci024.py +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Update ghci025 output

2008-03-23 Thread Ian Lynagh
Sat Mar 22 14:40:40 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Update ghci025 output M ./tests/ghc-regress/ghci/scripts/ghci025.stdout -7 +7 A ./tests/ghc-regress/ghci/scripts/ghci025.stdout-6.8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org htt

patch applied (ghc): Follow library changes

2008-03-23 Thread Ian Lynagh
Sun Mar 23 11:25:57 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Follow library changes Integer, Bool and Unit/Inl/Inr are now in new packages integer and ghc-prim. M ./compiler/basicTypes/Module.lhs -1 +6 M ./compiler/coreSyn/ExternalCore.lhs -1 +1 M ./compiler/deSugar/DsUtils.lhs

patch applied (ghc): CgTicky now doesn't know about the Integer data constructors

2008-03-23 Thread Ian Lynagh
Thu Mar 20 12:58:36 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * CgTicky now doesn't know about the Integer data constructors M ./compiler/codeGen/CgTicky.hs -2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs

patch applied (ghc): -DDEBUG build fix

2008-03-23 Thread Ian Lynagh
Sat Mar 22 07:06:41 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * -DDEBUG build fix M ./compiler/simplStg/SRT.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Rename rebuild to remake, and define rebuild to "clean; build"

2008-03-23 Thread Ian Lynagh
Thu Mar 20 15:19:15 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Rename rebuild to remake, and define rebuild to "clean; build" M ./libraries/Makefile -2 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Daily report for head

2008-03-23 Thread BuildBot Collator
Build results: x86-64 Linux head:fail (failed getsubrepos) x86 Windows head fast:pass pass pass fail (failed getsubrepos) fail (failed darcs) pass gabor head: fail (failed darcs) mnemosyne x86-64 Gentoo head: pass tnaur PPC OSX head: fail (failed dar

Daily report for stable

2008-03-23 Thread BuildBot Collator
Build results: tnaur PPC OSX stable:pass x86 Windows stable: fail (failed bindisttest) fail (failed darcs) x86 Windows stable fast: pass pass pass pass fail (failed darcs) pass x86-64 Linux stable: fail (failed darcs) Old unexpected test failures: 2122 1 x86 Window