Re: windows head build problems: Setup.exe: error reading dist\setup-config;

2007-08-25 Thread Ian Lynagh
On Sat, Aug 25, 2007 at 03:43:51PM +0100, Claus Reinke wrote: > trying to build head on windows, with ghc-6.6.1, i get Setup warnings, > followed by a Setup error. if i read the make log correctly, that Setup > was build with bootstrapping.Cabal, so there ought to be no warnings, > right? The warn

patch applied (testsuite): Update tests now that #1384 is fixed

2007-08-25 Thread Ian Lynagh
Sat Aug 25 18:39:26 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Update tests now that #1384 is fixed #1384 = Exporting a module that isn't imported doesn't fail M ./tests/ghc-regress/module/all.T -2 +2 M ./tests/ghc-regress/module/mod135.stderr -2 +1 M ./tests/ghc-regress/module/mod

patch applied (ghc): Check that exported modules were actually imported; fixes #1384

2007-08-25 Thread Ian Lynagh
Sat Aug 25 17:12:32 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Check that exported modules were actually imported; fixes #1384 M ./compiler/deSugar/Desugar.lhs -1 +1 M ./compiler/iface/MkIface.lhs -3 +9 M ./compiler/rename/RnNames.lhs -9 +23 M ./compiler/typecheck/TcRnDriver.lhs

patch applied (ghc): Be more flexible when trying to make scripts executable

2007-08-25 Thread Sven Panne
Sat Aug 25 12:32:16 PDT 2007 [EMAIL PROTECTED] * Be more flexible when trying to make scripts executable M ./boot -1 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

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

2007-08-25 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 Aug 25 19:30:01 BST 2007. checki

patch applied (ghc): Don't put push-all and darcs-all in source dists

2007-08-25 Thread Ian Lynagh
Sat Aug 25 10:55:02 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Don't put push-all and darcs-all in source dists We don't have the _darcs directories, so they won't work. M ./Makefile -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.

patch applied (ghc): Add a missing "entryCode"

2007-08-25 Thread Ian Lynagh
Sat Aug 25 10:12:31 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add a missing "entryCode" This was causing us to try to jump to the address of an infotable when unregisterised, leading to a segfault. M ./compiler/codeGen/CgTailCall.lhs -1 +1 __

patch applied (ghc): Fix the IF_DEBUG(interpreter in StgCRun.c

2007-08-25 Thread Ian Lynagh
Sat Aug 25 06:08:10 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix the IF_DEBUG(interpreter in StgCRun.c M ./includes/Rts.h +4 M ./rts/StgCRun.c -2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Add "Support SMP" and "RTS ways" to the compiler --info output

2007-08-25 Thread Ian Lynagh
Fri Aug 24 18:57:54 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add "Support SMP" and "RTS ways" to the compiler --info output M ./compiler/Makefile +2 M ./compiler/main/DynFlags.hs +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.has

Re: patch applied (ghc): Catch exceptions on Windows, to stop it popping up dialog boxes

2007-08-25 Thread Ian Lynagh
On Mon, Aug 06, 2007 at 09:33:38AM +0100, Simon Marlow wrote: > Ian Lynagh wrote: > >Fri Aug 3 11:32:29 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> > > * Catch exceptions on Windows, to stop it popping up dialog boxes > > Adaptated from code from Sigbjorn Finne > > > >M ./rts/Main.c -1 +5 > >

patch applied (ghc): Overhaul boot script

2007-08-25 Thread Sven Panne
Sat Aug 25 06:30:52 PDT 2007 [EMAIL PROTECTED] * Overhaul boot script * Call autoreconf only if necessary, avoiding a strict tool dependency. * Be a good *nix citizen and don't clutter the output when everything is fine. * Make a few more scripts executable. M ./boot -23 +22

patch applied (ghc): Added a few missing files to a source distribution

2007-08-25 Thread Sven Panne
Sat Aug 25 05:11:50 PDT 2007 [EMAIL PROTECTED] * Added a few missing files to a source distribution M ./Makefile -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fixed test for pwd executable

2007-08-25 Thread Sven Panne
Sat Aug 25 04:55:19 PDT 2007 [EMAIL PROTECTED] * Fixed test for pwd executable Added a missing "test" and replaced the "-e" option of the shell-builtin "test" with "-f". The former is not portable, see autoconf documentation. M ./aclocal.m4 -1 +1 ___

windows head build problems: Setup.exe: error reading dist\setup-config;

2007-08-25 Thread Claus Reinke
trying to build head on windows, with ghc-6.6.1, i get Setup warnings, followed by a Setup error. if i read the make log correctly, that Setup was build with bootstrapping.Cabal, so there ought to be no warnings, right? and there is no dist/ in base/ at that point. also confusing: buildbot report