windows build for ghc HEAD ?

2007-09-08 Thread Conal Elliott
I don't know if the build gods are looking for who-cares-about-what input, but if so, i'd love to have a recent build of ghc HEAD that works on windows. i haven't found one yet, and i'd really like to so i can compile & run haddock 2.0 and then release several packages. The 20070824 was so close,

Re: Parallel builds

2007-09-08 Thread Ian Lynagh
On Sat, Sep 08, 2007 at 07:04:59PM +0200, Sven Panne wrote: > Is there a special reason why we don't pass MFLAGS (or better: MAKEFLAGS) > down > to sub-makes in ghc/Makefile? > >... >$(MAKE) -C libraries boot >$(MAKE) -C libraries all >... > > This way, "-j" is not passed down t

patch applied (ghc): Add a crucial missing ;

2007-09-08 Thread Ian Lynagh
Sat Sep 8 16:10:24 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add a crucial missing ; M ./libraries/Makefile -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Add a crucial missing ;

2007-09-08 Thread Ian Lynagh
Sat Sep 8 16:10:24 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add a crucial missing ; M ./libraries/Makefile -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Use := for PACKAGE_TARNAME, no reason for not doing so

2007-09-08 Thread Ian Lynagh
Sat Sep 8 05:46:45 PDT 2007 [EMAIL PROTECTED] * Use := for PACKAGE_TARNAME, no reason for not doing so MERGE TO STABLE M ./mk/config.mk.in -3 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Removed unused oldincludedir, things are already complicated enough

2007-09-08 Thread Ian Lynagh
Sat Sep 8 05:44:48 PDT 2007 [EMAIL PROTECTED] * Removed unused oldincludedir, things are already complicated enough MERGE TO STABLE M ./mk/config.mk.in -4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs

patch applied (ghc-6.8/ghc): Added comment about GNU coding standards/autoconf history

2007-09-08 Thread Ian Lynagh
Sat Sep 8 05:33:17 PDT 2007 [EMAIL PROTECTED] * Added comment about GNU coding standards/autoconf history MERGE TO STABLE M ./mk/config.mk.in -4 +25 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): We seem to use Outputable unconditionally these days

2007-09-08 Thread Ian Lynagh
Sat Sep 8 07:27:12 PDT 2007 [EMAIL PROTECTED] * We seem to use Outputable unconditionally these days MERGE TO STABLE M ./compiler/ghci/ByteCodeLink.lhs -3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs

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

2007-09-08 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/HEAD-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Sat Sep 8 19:30:00 BST 2007. checkin

patch applied (ghc): implement the outOfLine primitive in MkZipCfg (proposed as mkBlock)

2007-09-08 Thread nr
Sat Sep 8 08:51:41 PDT 2007 Norman Ramsey <[EMAIL PROTECTED]> * implement the outOfLine primitive in MkZipCfg (proposed as mkBlock) M ./compiler/cmm/MkZipCfg.hs -7 +13 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/l

patch applied (ghc): withUnique and mkBlock as requested by SLPJ (but only one is implemented)

2007-09-08 Thread nr
Fri Sep 7 10:20:30 PDT 2007 Norman Ramsey <[EMAIL PROTECTED]> * withUnique and mkBlock as requested by SLPJ (but only one is implemented) M ./compiler/cmm/MkZipCfg.hs -3 +35 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mai

patch applied (ghc): no registers are available after a call

2007-09-08 Thread nr
Fri Sep 7 10:08:43 PDT 2007 Norman Ramsey <[EMAIL PROTECTED]> * no registers are available after a call M ./compiler/cmm/CmmSpillReload.hs +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): wrote an analysis to help in sinking Reload instructions

2007-09-08 Thread nr
Fri Sep 7 09:59:55 PDT 2007 Norman Ramsey <[EMAIL PROTECTED]> * wrote an analysis to help in sinking Reload instructions M ./compiler/cmm/CmmExpr.hs -2 +6 M ./compiler/cmm/CmmLiveZ.hs -1 +1 M ./compiler/cmm/CmmSpillReload.hs -11 +64 ___

Re: Parallel builds

2007-09-08 Thread Stefan O'Rear
On Sat, Sep 08, 2007 at 07:04:59PM +0200, Sven Panne wrote: > Is there a special reason why we don't pass MFLAGS (or better: MAKEFLAGS) > down > to sub-makes in ghc/Makefile? > >... >$(MAKE) -C libraries boot >$(MAKE) -C libraries all >... > > This way, "-j" is not passed down t

Parallel builds

2007-09-08 Thread Sven Panne
Is there a special reason why we don't pass MFLAGS (or better: MAKEFLAGS) down to sub-makes in ghc/Makefile? ... $(MAKE) -C libraries boot $(MAKE) -C libraries all ... This way, "-j" is not passed down to the library build, resulting in a strictly sequential build. Is ghc/libraries

GLUT problems with the HEAD

2007-09-08 Thread Sven Panne
Just a warning: The current HEAD is not working correctly, probably some kind of FFI problem in the interpreter. Some GLUT examples (e.g. Brick.hs, ARBOcclude.hs) work when they are compiled, but exhibit strange behaviour when run in GHCi (no graphics, warnings from freeglut, etc.). My platform

patch applied (ghc): We seem to use Outputable unconditionally these days

2007-09-08 Thread Sven Panne
Sat Sep 8 07:27:12 PDT 2007 [EMAIL PROTECTED] * We seem to use Outputable unconditionally these days MERGE TO STABLE M ./compiler/ghci/ByteCodeLink.lhs -3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs

patch applied (ghc): Removed setting of default values for variables which are never empty

2007-09-08 Thread Sven Panne
Sat Sep 8 06:18:09 PDT 2007 [EMAIL PROTECTED] * Removed setting of default values for variables which are never empty The standard autoconf variables like prefix, exec_prefix, ... are always set by configure, so there is no need to provide explicit defaults in the Makefile. The lines

patch applied (ghc): Use := for PACKAGE_TARNAME, no reason for not doing so

2007-09-08 Thread Sven Panne
Sat Sep 8 05:46:45 PDT 2007 [EMAIL PROTECTED] * Use := for PACKAGE_TARNAME, no reason for not doing so MERGE TO STABLE M ./mk/config.mk.in -3 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Removed unused oldincludedir, things are already complicated enough

2007-09-08 Thread Sven Panne
Sat Sep 8 05:44:48 PDT 2007 [EMAIL PROTECTED] * Removed unused oldincludedir, things are already complicated enough MERGE TO STABLE M ./mk/config.mk.in -4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs

patch applied (ghc): Added comment about GNU coding standards/autoconf history

2007-09-08 Thread Sven Panne
Sat Sep 8 05:33:17 PDT 2007 [EMAIL PROTECTED] * Added comment about GNU coding standards/autoconf history MERGE TO STABLE M ./mk/config.mk.in -4 +25 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Daily report for head

2007-09-08 Thread BuildBot Collator
Build results: x86-64 Linux head: fail (failed stage2) x86 Windows head: fail (failed stage1) x86 Windows head fast: fail (failed stage1) pass fail (failed stage1) pass pass fail (failed stage1) gbesh Intel x86_64 Linux head: fail (failed stage1) fail (failed stage

Daily report for stable

2007-09-08 Thread BuildBot Collator
Build results: mnemosyne x86-64 Gentoo stable: pass tnaur PPC OSX stable: pass x86 Windows stable: fail (failed stage1) x86 Windows stable fast:pass pass pass fail (failed stage1) pass pass fail (failed stage1) x86-64 Linux stable:fail (failed stage2) Old