[nightly] 07-Oct-2009 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2009-10-07 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 Wed Oct 7 19:00:01 BST 2009. ***

patch applied (ghc): Remove bytestring from the "packages" file

2009-10-07 Thread Ian Lynagh
Wed Oct 7 09:19:32 PDT 2009 Ian Lynagh * Remove bytestring from the "packages" file We now use a tarball of it, so we don't want to get it from a darcs repo. M ./packages -1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091007161932-3fd76-791d2ee74a5ab7a75db0cc9304c6

patch applied (ghc-6.12/ghc): Fix dependencies for the RTS

2009-10-07 Thread Ian Lynagh
Tue Oct 6 08:50:59 PDT 2009 Simon Marlow * Fix dependencies for the RTS Ignore-this: 627b7552fa8b84a78f85d16c05d99d20 Evac_thr.c and Scav_thr.c had no dependencies M ./rts/ghc.mk -2 +3 M ./rules/build-dependencies.mk -1 +1 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/

patch applied (ghc-6.12/ghc): Packages are only shadowed if the InstalledPackageId is *different*

2009-10-07 Thread Ian Lynagh
Tue Oct 6 08:49:40 PDT 2009 Simon Marlow * Packages are only shadowed if the InstalledPackageId is *different* Ignore-this: dc1b9417bc4d75206a18e4ee979370ff If the two InstalledPackageIds are the same, then the packages are interchangeable and we don't need to explicitly remove one of th

patch applied (ghc): Add flag -XExplicitForAll and document it

2009-10-07 Thread Simon Peyton Jones
Wed Oct 7 08:52:51 PDT 2009 simo...@microsoft.com * Add flag -XExplicitForAll and document it Ignore-this: b61396beab4f6b47ce388c3aacf357ee This implements the Haskell Prime proposal http://hackage.haskell.org/trac/haskell-prime/wiki/ExplicitForall Flag is -XExplicitForAll

patch applied (testsuite): Test -XExplicitForALl

2009-10-07 Thread Simon Peyton Jones
Wed Oct 7 08:57:25 PDT 2009 simo...@microsoft.com * Test -XExplicitForALl Ignore-this: 72391b90a12fbbd194897decb2d0f742 M ./tests/ghc-regress/typecheck/should_compile/all.T +1 A ./tests/ghc-regress/typecheck/should_compile/tc248.hs View patch online: http://darcs.haskell.org/testsui

patch applied (ghc): Fix dependencies for the RTS

2009-10-07 Thread Simon Marlow
Tue Oct 6 08:50:59 PDT 2009 Simon Marlow * Fix dependencies for the RTS Ignore-this: 627b7552fa8b84a78f85d16c05d99d20 Evac_thr.c and Scav_thr.c had no dependencies M ./rts/ghc.mk -2 +3 M ./rules/build-dependencies.mk -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/pa

patch applied (ghc): Packages are only shadowed if the InstalledPackageId is *different*

2009-10-07 Thread Simon Marlow
Tue Oct 6 08:49:40 PDT 2009 Simon Marlow * Packages are only shadowed if the InstalledPackageId is *different* Ignore-this: dc1b9417bc4d75206a18e4ee979370ff If the two InstalledPackageIds are the same, then the packages are interchangeable and we don't need to explicitly remove one of th

patch applied (ghc): tracing wibble (make -ls work with a -debug RTS)

2009-10-07 Thread Simon Marlow
Tue Oct 6 08:47:47 PDT 2009 Simon Marlow * tracing wibble (make -ls work with a -debug RTS) Ignore-this: d3956ad3d455e6d491a179af90de0b55 M ./rts/Trace.c -6 +5 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091006154747-12142-264c939eabedf89e68c658979b77a9a5d2b49c28.g

Re: utils/ghc-cabal/ghc.mk error

2009-10-07 Thread Jonah Petri
On Oct 7, 2009, at 10:50 AM, Ian Lynagh wrote: On Tue, Oct 06, 2009 at 09:38:01PM -0400, Jonah Petri wrote: I'm new to this list, but briefly scanned the archives and didn't see anything about it. Might I humbly suggest the following diff? Thanks for the report and patch, Jonah. I've appli

Re: utils/ghc-cabal/ghc.mk error

2009-10-07 Thread Ian Lynagh
On Tue, Oct 06, 2009 at 09:38:01PM -0400, Jonah Petri wrote: > > I'm new to this list, but briefly scanned the archives and didn't see > anything about it. Might I humbly suggest the following diff? Thanks for the report and patch, Jonah. I've applied Matthias follow-up patch, which also simpli

Re: darcs patch: Make the unpleasant sed one-liner less unpleasant

2009-10-07 Thread Ian Lynagh
On Wed, Oct 07, 2009 at 12:13:17PM +0200, Matthias Kilian wrote: > Wed Oct 7 12:12:39 CEST 2009 Matthias Kilian > * Make the unpleasant sed one-liner less unpleasant Applied to HEAD and 6.12, thanks! Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@ha

patch applied (ghc): Make the Windows installer in bindistprep/

2009-10-07 Thread Ian Lynagh
Wed Oct 7 06:18:39 PDT 2009 Ian Lynagh * Make the Windows installer in bindistprep/ M ./ghc.mk -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091007131839-3fd76-713a5c73dd6d6dfe0f54c6b9602934244b26c01d.gz ___ Cvs-ghc ma

patch applied (ghc): Make the unpleasant sed one-liner less unpleasant

2009-10-07 Thread Ian Lynagh
Wed Oct 7 03:12:39 PDT 2009 Matthias Kilian * Make the unpleasant sed one-liner less unpleasant Ignore-this: 3278195e8b8e9daf55a22a6fc52b40a2 M ./utils/ghc-cabal/ghc.mk -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091007101239-6d641-1f3d57298334a5b9f3a6f5ff0fb

patch applied (ghc-6.12/ghc): Make the Windows installer in bindistprep/

2009-10-07 Thread Ian Lynagh
Wed Oct 7 06:18:39 PDT 2009 Ian Lynagh * Make the Windows installer in bindistprep/ M ./ghc.mk -1 +1 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091007131839-3fd76-713a5c73dd6d6dfe0f54c6b9602934244b26c01d.gz ___ C

patch applied (ghc-6.12/ghc): MERGED: Make the unpleasant sed one-liner less unpleasant

2009-10-07 Thread Ian Lynagh
Wed Oct 7 06:16:48 PDT 2009 Ian Lynagh * MERGED: Make the unpleasant sed one-liner less unpleasant Matthias Kilian **20091007101239 M ./utils/ghc-cabal/ghc.mk -1 +1 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091007131648-3fd76-347e3f3e03b40879caa0699df553

RE: CLabel.RtsLabel wants a Module parameter

2009-10-07 Thread Simon Peyton-Jones
| To make Windows DLLs work again, I think I want to change cmm/CLabel to | carry real module/package ids. Doing so looks like a lot of work, so I | thought I'd run it by people before starting.. | | My problem is that when compiling | libraries/integer-gmp/cbits/gmp-wrappers.cmm, all labels defin

Re: utils/ghc-cabal/ghc.mk error

2009-10-07 Thread Matthias Kilian
On Tue, Oct 06, 2009 at 09:38:01PM -0400, Jonah Petri wrote: > sed: 1: "/^xFlags/,/]/{/^ (/{s/ ...": extra characters at the end of > p command > make[1]: *** [utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs] Error 1 > make[1]: *** Deleting file `utils/ghc-cabal/dist-dummy-ghc/build/dummy- >

Daily report for stable

2009-10-07 Thread BuildBot Collator
Build results: sparky stable: fail (failed compile) x86 Linux stable:pass x86 Windows stable fast: fail (failed darcs) x86-64 Linux stable: pass Dropping unexpected test passes reports from builders not seen in 7 days: x86 Windows stable Old unexpected test passes:

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

2009-10-07 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 Oct 6 18:00:01 BST 2009. checking out

CLabel.RtsLabel wants a Module parameter

2009-10-07 Thread Ben Lippmeier
Hi all, To make Windows DLLs work again, I think I want to change cmm/CLabel to carry real module/package ids. Doing so looks like a lot of work, so I thought I'd run it by people before starting.. My problem is that when compiling libraries/integer-gmp/cbits/gmp-wrappers.cmm, all labels def