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

2008-08-30 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 Sat Aug 30 18:02:05 BST 2008. checking out

Re: darcs patch: Fix linkage on OpenBSD.

2008-08-30 Thread Ian Lynagh
On Fri, Aug 29, 2008 at 04:08:36PM +0100, Ian Lynagh wrote: > On Fri, Aug 29, 2008 at 12:09:44AM +0200, [EMAIL PROTECTED] wrote: > > Thu Aug 28 17:03:31 CEST 2008 [EMAIL PROTECTED] > > * Fix linkage on OpenBSD. > > Thanks! I'll push it when I next push. Pushed. Thanks Ian __

Re: haddock

2008-08-30 Thread Ian Lynagh
On Fri, Aug 29, 2008 at 07:39:08PM +0200, David Waern wrote: > 2008/8/29 Ian Lynagh <[EMAIL PROTECTED]>: > > > > I have a GHC tree that builds and uses haddock 6.10 during the build > > process, and validates. > > > > David, as I understand it you want to avoid having a separate haddock > > repo fo

HEADS UP: New repo for haddock; ./darcs-all get

2008-08-30 Thread Ian Lynagh
Hi all, You now need a haddock repo in your GHC tree, i.e. you'll need to ./darcs-all get after pulling. Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Make mod127 clean the right files

2008-08-30 Thread Ian Lynagh
Fri Aug 29 05:50:22 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Make mod127 clean the right files M ./tests/ghc-regress/module/all.T -1 +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20080829125022-3fd76-405a823cfab41f7ed6ed1205a2eb2a7ac7f69a9c.gz __

patch applied (testsuite): Fix mod127 in the parallel testsuite

2008-08-30 Thread Ian Lynagh
Thu Aug 28 09:28:39 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix mod127 in the parallel testsuite A ./tests/ghc-regress/module/Mod127_A.hs M ./tests/ghc-regress/module/mod127.hs -1 +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20080828162839-3fd76-f9cb3fadea8

patch applied (testsuite): Fix mod125 for the parallel testsuite

2008-08-30 Thread Ian Lynagh
Fri Aug 29 05:50:01 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix mod125 for the parallel testsuite A ./tests/ghc-regress/module/Mod125_A.hs M ./tests/ghc-regress/module/all.T -1 +1 M ./tests/ghc-regress/module/mod125.hs -1 +1 View patch online: http://darcs.haskell.org/testsuite/_

patch applied (testsuite): Fix the records test when running the testsuite in parallel mode

2008-08-30 Thread Ian Lynagh
Thu Aug 28 09:20:09 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix the records test when running the testsuite in parallel mode M ./tests/ghc-regress/gadt/all.T -4 +4 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20080828162009-3fd76-f9a66deb7f6ef0460facc0aa7a7f25b1bd

patch applied (ghc): Actually, that's use a separate haddock repo for now

2008-08-30 Thread Ian Lynagh
Sat Aug 30 05:30:32 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Actually, that's use a separate haddock repo for now Everything will be changing in a couple of weeks anyway, so let's just keep it simple for the time being. M ./packages -1 +1 View patch online: http://darcs.haskell.org/gh

patch applied (ghc): Always build docs/{ext-core, storage-mgt}, even when making a bindist

2008-08-30 Thread Ian Lynagh
Fri Aug 29 08:21:41 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Always build docs/{ext-core,storage-mgt}, even when making a bindist M ./docs/Makefile -4 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080829152141-3fd76-ba7f434164855689c3ebb44c78425912a7ce85c0.gz __

patch applied (ghc): Fix linkage on OpenBSD.

2008-08-30 Thread Ian Lynagh
Thu Aug 28 08:03:31 PDT 2008 [EMAIL PROTECTED] * Fix linkage on OpenBSD. M ./compiler/Makefile -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080828150331-328b5-023c2e7125642c9e420f71b424f9bb04748a2365.gz ___ Cvs-ghc mail

patch applied (ghc): push-all needs to skip http:// repos, as we don't know how to push to them

2008-08-30 Thread Ian Lynagh
Fri Aug 29 06:00:19 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * push-all needs to skip http:// repos, as we don't know how to push to them Alternatives would be to have a GHC haddock repo (which I believe David is keen to avoid), or to put the SSH URL in the packages file too (which would pr

patch applied (ghc): When installing, we can't rely on the ghc-pkg we just installed to work

2008-08-30 Thread Ian Lynagh
Thu Aug 28 11:24:47 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * When installing, we can't rely on the ghc-pkg we just installed to work If DESTDIR is defined, then on *nix machines ghc-pkg is a script that doesn't point to the right path. Therefore we use the ghc-pkg binary directly. M

patch applied (ghc): Remove install-inplace directories when cleaning

2008-08-30 Thread Ian Lynagh
Thu Aug 28 15:17:01 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove install-inplace directories when cleaning M ./mk/cabal.mk +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080828221701-3fd76-841393f34481c226728956b69945d2946b37b6d1.gz ___

patch applied (ghc): Use the right ghc-pkg when installing the rts package

2008-08-30 Thread Ian Lynagh
Thu Aug 28 12:15:12 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Use the right ghc-pkg when installing the rts package M ./mk/package.mk -1 +3 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080828191512-3fd76-0f29b5ca018f8e240c7796062550acbab9e54b04.gz _

patch applied (ghc): Tweaks for installs into a DESTDIR

2008-08-30 Thread Ian Lynagh
Thu Aug 28 11:21:48 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Tweaks for installs into a DESTDIR M ./mk/cabal.mk -3 +6 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080828182148-3fd76-07cd77df7ab15ab00813e331a63335286632c56b.gz __

patch applied (ghc): Handle the html target in compiler/ and ghc/

2008-08-30 Thread Ian Lynagh
Thu Aug 28 08:14:29 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Handle the html target in compiler/ and ghc/ M ./compiler/Makefile +3 M ./ghc/Makefile +3 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080828151429-3fd76-a7303ca0077da4d061f315d3bee324080084e161.gz _

patch applied (ghc): Remove an erroneous comma from the Makefile

2008-08-30 Thread Ian Lynagh
Thu Aug 28 06:23:16 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove an erroneous comma from the Makefile M ./Makefile -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080828132316-3fd76-b6650ad9381d6ace86d5e1dc3fb9474eb941dff4.gz

patch applied (ghc): Turn on optimisation for stage2 when validating

2008-08-30 Thread Ian Lynagh
Thu Aug 28 07:23:20 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Turn on optimisation for stage2 when validating This brings my validate down from 22mins to 16 mins. Compiling stage2 takes longer, but we gain a faster haddock, faster running of the tests, and faster building of the utils to b

patch applied (ghc): haddock 2 doc fixes

2008-08-30 Thread Ian Lynagh
Thu Aug 28 07:22:10 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * haddock 2 doc fixes M ./compiler/basicTypes/Var.lhs -1 +1 M ./compiler/cmm/Cmm.hs -1 +1 M ./compiler/coreSyn/CoreUtils.lhs -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080828142210-3fd76-c90aad6

patch applied (ghc): Disambiguate some names in haddock comments

2008-08-30 Thread Ian Lynagh
Thu Aug 28 05:50:18 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Disambiguate some names in haddock comments M ./compiler/main/PackageConfig.hs -2 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080828125018-3fd76-3e1d3f957601ec133155d44fa3efec8c6333dea7.gz __

patch applied (ghc): Update the build system to handle building and using haddock2

2008-08-30 Thread Ian Lynagh
Thu Aug 28 05:48:14 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Update the build system to handle building and using haddock2 One side-effect of this is that we need to build the install-utils with stage2 rather than stage1 as we need the ghc package. M ./Makefile -2 +3 M ./compiler/M

patch applied (ghc): Fix a haddock2 failure

2008-08-30 Thread Ian Lynagh
Thu Aug 28 05:47:21 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix a haddock2 failure M ./compiler/utils/GraphBase.hs -3 +3 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080828124721-3fd76-2fb20d4087075c16e8f19db4f8ed3848cb77e4c1.gz __

patch applied (ghc): Don't check that we have found haddock

2008-08-30 Thread Ian Lynagh
Thu Aug 28 05:46:08 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Don't check that we have found haddock We now use an in-tree haddock instead M ./Makefile -10 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080828124608-3fd76-8ff015ad2c337da71379747ce8f77f25b7ed54c8.gz

patch applied (ghc): Don't fail if libraries/bootstrapping already exists

2008-08-30 Thread Ian Lynagh
Wed Aug 27 11:50:24 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Don't fail if libraries/bootstrapping already exists M ./libraries/Makefile -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080827185024-3fd76-cb791e16a9fc593e693a068b1167c765ca390f23.gz _

patch applied (ghc): When haddocking the libraries, tell Cabal where haddock is

2008-08-30 Thread Ian Lynagh
Wed Aug 27 11:27:31 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * When haddocking the libraries, tell Cabal where haddock is We can't do it when configuring, because we haven't built haddock yet M ./libraries/Makefile -1 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080

patch applied (ghc): Build haddock with the stage1 compiler

2008-08-30 Thread Ian Lynagh
Thu Aug 14 04:22:21 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Build haddock with the stage1 compiler M ./utils/Makefile -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080814112221-3fd76-a4f3c07caa8cc048197e1a698a2c0ad77205fd11.gz ___

patch applied (ghc): Teach darcs-all about absolute repos, and add haddock to packages

2008-08-30 Thread Ian Lynagh
Wed Aug 13 15:01:58 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Teach darcs-all about absolute repos, and add haddock to packages M ./darcs-all -1 +6 M ./packages +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080813220158-3fd76-a699897033b95046ae4594b49258d0f1df4bdb

Daily report for head

2008-08-30 Thread BuildBot Collator
Build results: x86-64 Linux head: fail (failed stage1) x86 Windows head:fail (failed stage1) x86 Windows head fast: pass pass pass pass pass pass tnaur PPC OSX head 2:pass tnaur x86 Linux head:pass x86-64 Linux head unreg: fail (failed getsubrepos) Dropping unexpected test

Daily report for stable

2008-08-30 Thread BuildBot Collator
Build results: fast486 stable: fail (failed darcs) kgardas stable: fail (failed stage1) malcolm stable: fail (failed darcs) mnemosyne x86-64 Gentoo stable: fail (failed darcs) tnaur x86 Linux stable: pass x86 Windows stable: fail (