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

2008-10-09 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 Thu Oct 9 18:02:05 BST 2008. checking out

Latest hackage status: cabal-install head + cabal 1.6 + ghc 6.10

2008-10-09 Thread Don Stewart
So results taking today's cabal-install (with soft dependencies), ghc 6.10, and some bumped extralibs (network, in particular), The results are: 1 UnpackFailed yeganesh-2.1, --> odd looking tar.gz 2 DownloadFailed child, monadenv --> probably due to illegal

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

2008-10-09 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 Thu Oct 9 19:00:01 BST 2008. ***

patch applied (ghc): Install a versioned ghc-pkg script; fixes trac #2662

2008-10-09 Thread Ian Lynagh
Thu Oct 9 09:49:46 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Install a versioned ghc-pkg script; fixes trac #2662 M ./driver/Makefile -1 +1 A ./driver/ghc-pkg/ A ./driver/ghc-pkg/Makefile View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081009164946-3fd76-a899f074e

patch applied (ghc): Fix bindist creation: Only the main RTS was being put in the bindists

2008-10-09 Thread Ian Lynagh
Thu Oct 9 09:34:51 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix bindist creation: Only the main RTS was being put in the bindists M ./rts/Makefile -2 +6 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081009163451-3fd76-f2cdbb5b17a53840a946247947b5df140d2e4956.gz __

Re: out of memory when running haddock

2008-10-09 Thread David Waern
2008/10/9 David Waern <[EMAIL PROTECTED]>: > I've now managed to reduce memory usage from 1000 M to 350 M at its > peak when processing the ghc package, by interleaving typechecking > with interface creation. I use pretty printing to fully evaluate the > Interface structure at each round. Getting

patch applied (ghc-6.10/ghc): fix syntax errors in src-dist publish rules

2008-10-09 Thread Ian Lynagh
Wed Oct 8 03:34:32 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * fix syntax errors in src-dist publish rules M ./Makefile -2 +2 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081008103432-12142-accd56bb3f54baee42ca87b7840db548553310eb.gz _

patch applied (ghc-6.10/ghc): add comments and an ASSERT_LOCK_HELD()

2008-10-09 Thread Ian Lynagh
Wed Oct 8 04:26:27 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * add comments and an ASSERT_LOCK_HELD() M ./rts/RaiseAsync.c +9 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081008112627-12142-472b8f9e55c5ec7541736dc16df0d2c51af09a46.gz _

patch applied (ghc-6.10/ghc): Fix #2663: we had a hard-wired capabilities[0]

2008-10-09 Thread Ian Lynagh
Wed Oct 8 04:26:09 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * Fix #2663: we had a hard-wired capabilities[0] For some unknown reason in schedulePostRunThread() we were always passing capabilities[0] rather than the current Capability to throwToSingleThreaded(). This caused all kinds of

patch applied (ghc-6.10/ghc): Fix #1955 for heap profiles generated by +RTS -hT

2008-10-09 Thread Ian Lynagh
Fri Oct 3 08:07:45 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * Fix #1955 for heap profiles generated by +RTS -hT M ./rts/ProfHeap.c -2 +19 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081003150745-12142-ccf9043af4b111abe4cd1a2b516619f3072c6917.gz

patch applied (ghc-6.10/ghc): Fix bug in DPH docs

2008-10-09 Thread Ian Lynagh
Wed Oct 8 03:16:18 PDT 2008 Roman Leshchinskiy <[EMAIL PROTECTED]> * Fix bug in DPH docs M ./docs/ndp/vect.tex -1 +1 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081008101618-b2b0a-50f1b11afe6effd6b9eb7a8bdc0d1eac6e23ac91.gz __

patch applied (ghc-6.10/ghc): Users Guide: added type family documentation

2008-10-09 Thread Ian Lynagh
Tue Oct 7 23:19:27 PDT 2008 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Users Guide: added type family documentation MERGE TO 6.10 M ./docs/users_guide/glasgow_exts.xml -27 +641 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081008061927-6295e-c83cb24237

patch applied (ghc-6.10/ghc): Add short DPH section to users guide

2008-10-09 Thread Ian Lynagh
Tue Oct 7 23:47:54 PDT 2008 Roman Leshchinskiy <[EMAIL PROTECTED]> * Add short DPH section to users guide MERGE TO 6.10 M ./docs/users_guide/parallel.xml +8 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081008064754-b2b0a-3f04b3400a0ee85acdc89d64c6e809ea84

patch applied (ghc-6.10/ghc): Install a versioned ghc-pkg script; fixes trac #2662

2008-10-09 Thread Ian Lynagh
Thu Oct 9 09:49:46 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Install a versioned ghc-pkg script; fixes trac #2662 M ./driver/Makefile -1 +1 A ./driver/ghc-pkg/ A ./driver/ghc-pkg/Makefile View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081009164946-3fd76-

patch applied (ghc-6.10/ghc): Fix bindist creation: Only the main RTS was being put in the bindists

2008-10-09 Thread Ian Lynagh
Thu Oct 9 09:34:51 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix bindist creation: Only the main RTS was being put in the bindists M ./rts/Makefile -2 +6 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081009163451-3fd76-f2cdbb5b17a53840a946247947b5df140d2e4956.g

Re: Initial build report of Hackage with GHC 6.10

2008-10-09 Thread Duncan Coutts
On Thu, 2008-10-09 at 11:01 +0200, José Pedro Magalhães wrote: > Hello, > > On Thu, Oct 9, 2008 at 09:00, Don Stewart <[EMAIL PROTECTED]> wrote: > network/haskell-src fail due to needing syb, and thus base-3: > >Language/Haskell/Syntax.hs:67:7: >Could n

Re: Initial build report of Hackage with GHC 6.10

2008-10-09 Thread Duncan Coutts
On Thu, 2008-10-09 at 09:16 -0700, Don Stewart wrote: > Main problem now, particular, network-2.2.0.0 is failing under cabal-install, > outside of the network tree, cabal-install assigns: > > Dependency base -any && ==4.0.0.0: using base-4.0.0.0 > Dependency parsec -any && ==2.1.0.1: usin

Re: Initial build report of Hackage with GHC 6.10

2008-10-09 Thread Don Stewart
dons: > Hey guys, > > Here's a summary of what builds out of the box, and what doesn't, from > hackage, with today's amd64 GHC RC. The initial system was just GHC > 6.10, with cabal-install from darcs (the upcoming cabal-install > release). My next attempt was again, 6.10, cabal-install from darc

patch applied (testsuite): make this test more reliable, and enable threaded2

2008-10-09 Thread Simon Marlow
Thu Oct 9 02:42:54 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * make this test more reliable, and enable threaded2 M ./tests/ghc-regress/ffi/should_run/all.T -1 +1 M ./tests/ghc-regress/ffi/should_run/ffi014.hs -1 +7 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/

patch applied (testsuite): update output (Show Ratio changes)

2008-10-09 Thread Simon Marlow
Thu Oct 9 01:53:58 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * update output (Show Ratio changes) M ./tests/ghc-regress/lib/should_run/enum01.stdout -47 +47 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20081009085358-12142-9486945fb892289876bfc591320b623eaafc9fc1.g

patch applied (testsuite): add test for #2589

2008-10-09 Thread Simon Marlow
Thu Oct 9 02:46:39 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * add test for #2589 A ./tests/ghc-regress/ghci/should_run/2589.hs A ./tests/ghc-regress/ghci/should_run/2589.stdout M ./tests/ghc-regress/ghci/should_run/all.T +1 View patch online: http://darcs.haskell.org/testsuite/_d

RE: Windows build failure

2008-10-09 Thread Mitchell, Neil
> > > Re: strip installPackage > > > > > > I ran into this too, I'm just testing the fix. > > > > I notice you committed a pile of patches, but nothing that seems to > > have dealt with this issue. I'm just checking that the patch wasn't > > overlooked (no hurry if it was deliberately not pushe

patch applied (ghc): pushAtom: add missing case for MachNullAddr (#2589)

2008-10-09 Thread Simon Marlow
Thu Oct 9 02:11:18 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * pushAtom: add missing case for MachNullAddr (#2589) M ./compiler/ghci/ByteCodeGen.lhs +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081009091118-12142-cd703142f6d59bd89f731068173db46ade60bfb6.gz

patch applied (ghc): undo incorrect assertion, and fix comments

2008-10-09 Thread Simon Marlow
Thu Oct 9 01:51:18 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * undo incorrect assertion, and fix comments M ./rts/RaiseAsync.c -9 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081009085118-12142-5a4c447a59b49fcd6a3261c9c034f1479668e3c7.gz ___

patch applied (ghc): remove old GRAN/PARALLEL_HASKELL code

2008-10-09 Thread Simon Marlow
Thu Oct 9 01:50:51 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * remove old GRAN/PARALLEL_HASKELL code M ./rts/RaiseAsync.c -153 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081009085051-12142-fd8d4430f33f193394c17dd0ac79643fb75052d9.gz _

Re: Windows build failure

2008-10-09 Thread Ian Lynagh
On Thu, Oct 09, 2008 at 02:44:59PM +0100, Mitchell, Neil wrote: > > > Re: strip installPackage > > > > I ran into this too, I'm just testing the fix. > > I notice you committed a pile of patches, but nothing that seems to have > dealt with this issue. I'm just checking that the patch wasn't > ove

patch applied (ghc): FIX #2639

2008-10-09 Thread chak
Thu Oct 9 06:23:28 PDT 2008 Manuel M T Chakravarty <[EMAIL PROTECTED]> * FIX #2639 MERGE TO 6.10 M ./compiler/typecheck/TcPat.lhs -9 +25 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081009132328-6295e-f88d8e872872467b3d8375dc047dfee09f5a547f.gz

patch applied (ghc): Cover PredTy case in Type.tyFamInsts

2008-10-09 Thread chak
Wed Oct 8 23:14:35 PDT 2008 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Cover PredTy case in Type.tyFamInsts MERGE TO 6.10 M ./compiler/types/Type.lhs -1 +9 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081009061435-6295e-eeabe96691ca94155dc17c322c6bcb51d04965b0

patch applied (testsuite): TFs: T2639

2008-10-09 Thread chak
Thu Oct 9 06:26:45 PDT 2008 Manuel M T Chakravarty <[EMAIL PROTECTED]> * TFs: T2639 A ./tests/ghc-regress/indexed-types/should_compile/T2639.hs M ./tests/ghc-regress/indexed-types/should_compile/all.T +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/200810091326

RE: Windows build failure

2008-10-09 Thread Mitchell, Neil
Hi > Re: strip installPackage > > I ran into this too, I'm just testing the fix. I notice you committed a pile of patches, but nothing that seems to have dealt with this issue. I'm just checking that the patch wasn't overlooked (no hurry if it was deliberately not pushed) Thanks Neil =

Re: Daily report for stable

2008-10-09 Thread Thorkil Naur
Hello, On Thursday 09 October 2008 11:58, Malcolm Wallace wrote: > Any idea why the buildbot collator (for stable only) does not include > results for the buildbot called "malcolm"? (The collator for HEAD does.) As I understand things, these reports include builds that completed since the last

Re: out of memory when running haddock

2008-10-09 Thread David Waern
So, the status on this: Thomas submitted working code to GHC's Haddock repository for typechecking all modules without loading things twice. I've now managed to reduce memory usage from 1000 M to 350 M at its peak when processing the ghc package, by interleaving typechecking with interface creati

Re: Daily report for stable

2008-10-09 Thread Malcolm Wallace
Any idea why the buildbot collator (for stable only) does not include results for the buildbot called "malcolm"? (The collator for HEAD does.) > Build results: > macgyver PPC OSX stable: fail (failed darcs) > tnaur x86 Linux stable: pass > x86 Linux stable:fail (failed srcdist) fail (fai

Re: Initial build report of Hackage with GHC 6.10

2008-10-09 Thread José Pedro Magalhães
Hello, On Thu, Oct 9, 2008 at 09:00, Don Stewart <[EMAIL PROTECTED]> wrote: > network/haskell-src fail due to needing syb, and thus base-3: > >Language/Haskell/Syntax.hs:67:7: >Could not find module `Data.Generics.Instances': > it is a member of package base-3.0.3.0, which is

patch applied (ghc): Drop ghcconfig.h/RtsConfig.h from libffi's package.conf.in

2008-10-09 Thread Clemens Fruhwirth
Thu Oct 9 00:13:42 PDT 2008 Clemens Fruhwirth <[EMAIL PROTECTED]> * Drop ghcconfig.h/RtsConfig.h from libffi's package.conf.in M ./libffi/package.conf.in -3 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081009071342-ed0c4-3f49cd77eac4f36d7e3262a8b28309e2657c5af2.gz ___

Initial build report of Hackage with GHC 6.10

2008-10-09 Thread Don Stewart
Hey guys, Here's a summary of what builds out of the box, and what doesn't, from hackage, with today's amd64 GHC RC. The initial system was just GHC 6.10, with cabal-install from darcs (the upcoming cabal-install release). The initial package list was based on the 700 or so packages in http://has