Re: patch applied (ghc): Update the users guide to point at the in-tree core.ps.gz

2008-09-06 Thread Tim Chevalier
On Sat, Sep 6, 2008 at 12:24 PM, Ian Lynagh <[EMAIL PROTECTED]> wrote: > Sat Sep 6 07:02:43 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> > * Update the users guide to point at the in-tree core.ps.gz > It used to point to a file on haskell.org, which didn't necessarily > describe the right version o

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

2008-09-06 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 Sep 6 18:02:06 BST 2008. checking out

Re: build fails with: Running Haddock for base-4.0...: attemptingto use module `GHC.Prim' (.\GHC\Prim.hs) which is not loaded

2008-09-06 Thread Claus Reinke
Unsafe\Coerce.hs:31:0: attempting to use module `GHC.Prim' (.\GHC\Prim.hs) which is not loaded haddock: Failed to check module: Unsafe.Coerce make[2]: *** [doc.library.base] Error 1 make[2]: Leaving directory `/cygdrive/c/fptools/ghc/libraries' make[1]: *** [stage2] Error 2 make[1]: Leaving dir

Re: build fails with: Running Haddock for base-4.0...: attempting to use module `GHC.Prim' (.\GHC\Prim.hs) which is not loaded

2008-09-06 Thread Ian Lynagh
On Sat, Sep 06, 2008 at 10:46:55PM +0100, Claus Reinke wrote: > Preprocessing library base-4.0... > Running Haddock for base-4.0... > Warning: The documentation for the following packages are not installed. No > links will be generated to these packages: rts-1.0 > Preprocessing library base-4.0...

build fails with: Running Haddock for base-4.0...: attempting to use module `GHC.Prim' (.\GHC\Prim.hs) which is not loaded

2008-09-06 Thread Claus Reinke
Preprocessing library base-4.0... Running Haddock for base-4.0... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 Preprocessing library base-4.0... Unsafe\Coerce.hs:31:0: attempting to use module `GHC.Prim' (.\GHC\P

Re: darcs mirror (was: OpenBSD users here?)

2008-09-06 Thread Matthias Kilian
[sent to cvs-ghc@ only] On Sat, Sep 06, 2008 at 07:06:21PM +0200, Matthias Kilian wrote: > For my experimental mirror: please give it a try, it's at > http://darcs.volkswurst.de, and I'd like to see some people getting > and/or pulling from it (feel free to darcs get --complete, the > server shoul

patch applied (testsuite): Fix a syntax error in an all.T file

2008-09-06 Thread Ian Lynagh
Sat Sep 6 09:45:39 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix a syntax error in an all.T file M ./tests/ghc-regress/typecheck/should_compile/all.T -1 +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20080906164539-3fd76-671746a091460d16d4ce845e042660e24b3401c5.gz

patch applied (testsuite): Add tests for hugs trac #46 and #48 bugs

2008-09-06 Thread Ian Lynagh
Sat Sep 6 11:35:01 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add tests for hugs trac #46 and #48 bugs M ./tests/ghc-regress/codeGen/should_run/all.T +2 A ./tests/ghc-regress/codeGen/should_run/cg061.hs A ./tests/ghc-regress/codeGen/should_run/cg061.stdout A ./tests/ghc-regress/

patch applied (testsuite): Add rn067 test

2008-09-06 Thread Ian Lynagh
Sat Sep 6 09:13:06 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add rn067 test A ./tests/ghc-regress/rename/should_compile/Rn067_A.hs M ./tests/ghc-regress/rename/should_compile/all.T +4 A ./tests/ghc-regress/rename/should_compile/rn067.hs View patch online: http://darcs.haskell.org/

patch applied (ghc): Don't build latex docs by default

2008-09-06 Thread Ian Lynagh
Sat Sep 6 11:49:12 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Don't build latex docs by default "LATEX_DOCS = YES" enables them M ./docs/ext-core/Makefile +4 M ./mk/config.mk.in +3 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080906184912-3fd76-9dbd3d72d3581b04988

patch applied (ghc): Now that haddock is in-tree, build haddock docs by default

2008-09-06 Thread Ian Lynagh
Sat Sep 6 11:46:33 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Now that haddock is in-tree, build haddock docs by default M ./mk/config.mk.in +3 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080906184633-3fd76-0938c4e52d2b298652429851e4bba23922c456be.gz _

patch applied (ghc): Add an explanation of the format of the packages file format

2008-09-06 Thread Ian Lynagh
Sat Sep 6 08:55:19 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add an explanation of the format of the packages file format M ./packages +15 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080906155519-3fd76-6ed1dcf3122f5318e514056bb76adcc63ab5abcb.gz _

patch applied (ghc): Install the stage 2 ghc package when installing; fixes trac #2567

2008-09-06 Thread Ian Lynagh
Sat Sep 6 07:25:46 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Install the stage 2 ghc package when installing; fixes trac #2567 M ./compiler/Makefile -2 +1 M ./compiler/ghc.cabal -1 +1 M ./libraries/Makefile -31 M ./mk/cabal-flags.mk +34 View patch online: http://darcs.haskell.

patch applied (ghc): Update the users guide to point at the in-tree core.ps.gz

2008-09-06 Thread Ian Lynagh
Sat Sep 6 07:02:43 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Update the users guide to point at the in-tree core.ps.gz It used to point to a file on haskell.org, which didn't necessarily describe the right version of core. M ./docs/users_guide/using.xml -1 +1 View patch online: http:/

patch applied (ghc): Compress the ext-core docs

2008-09-06 Thread Ian Lynagh
Sat Sep 6 06:56:16 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Compress the ext-core docs M ./docs/ext-core/Makefile -4 +7 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080906135616-3fd76-350647b1615b4621e8aa2f1d8c760af09de85eaf.gz ___

patch applied (ghc): Install the ext-core docs

2008-09-06 Thread Ian Lynagh
Sat Sep 6 06:51:52 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Install the ext-core docs M ./docs/ext-core/Makefile -1 +5 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080906135152-3fd76-6e2d9cdd2737c4f25f628d1b8d367808d25ea070.gz

patch applied (ghc): Make ext-core when making all in docs

2008-09-06 Thread Ian Lynagh
Sat Sep 6 05:14:15 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Make ext-core when making all in docs M ./docs/ext-core/Makefile -1 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080906121415-3fd76-18262d7e3882c6731467dc1b16e8a337176621fd.gz

patch applied (ghc): Remove the haddock detection

2008-09-06 Thread Ian Lynagh
Fri Sep 5 11:25:53 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove the haddock detection Now that we build haddock in the GHC build, we don't need to look for it on the path. M ./aclocal.m4 -21 M ./mk/config.mk.in -5 M ./mk/package.mk -7 View patch online: http://darcs.haskel

patch applied (ghc): Add a comment to utils/Makefile

2008-09-06 Thread Ian Lynagh
Fri Sep 5 08:50:10 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add a comment to utils/Makefile M ./utils/Makefile +9 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080905155010-3fd76-314114e30851bd2f9404bbe27a181cdcc027c7d7.gz _

darcs mirror (was: OpenBSD users here?)

2008-09-06 Thread Matthias Kilian
Changing the subject, to give this thread a little more positive twist... On Fri, Sep 05, 2008 at 12:25:04PM +0100, Simon Peyton-Jones wrote: > Concerning the repo, as you now know something was definitely > broken and has now been fixed. In general, if the repo server > isn't working properly, w

Daily report for stable

2008-09-06 Thread BuildBot Collator
Build results: fast486 stable: fail (failed darcs) gabor stable: pass malcolm stable: fail (failed darcs) mnemosyne x86-64 Gentoo stable: fail (failed darcs) x86 Windows stable: fail (failed stage1) x86 Windows stable fast:pass p

Daily report for head

2008-09-06 Thread BuildBot Collator
Build results: x86-64 Linux head: lost x86 Windows head:fail (failed stage1) x86 Windows head fast: fail (failed stage2 boottestsuite runtestsuite) fail (failed stage2 boottestsuite runtestsuite) fail (failed stage2 boottestsuite runtestsuite) fail (failed darcs) fail (failed stag