patch applied (ghc): Follow Cabal module movements in installPackage

2007-08-31 Thread Ian Lynagh
Fri Aug 31 11:13:59 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Follow Cabal module movements in installPackage M ./libraries/installPackage.hs -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Follow Cabal's move Distribution.Program -> Distribution.Simple.Program

2007-08-31 Thread Ian Lynagh
Fri Aug 31 10:52:17 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Follow Cabal's move Distribution.Program -> Distribution.Simple.Program ./compat/Distribution/Program.hs -> ./compat/Distribution/Simple/Program.hs M ./compat/Distribution/Simple/Program.hs -1 +1 ___

patch applied (ghc): Don't use the --docdir etc that autoconf provides

2007-08-31 Thread Ian Lynagh
Fri Aug 31 10:39:03 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Don't use the --docdir etc that autoconf provides Older autoconfs (<2.60?) don't understand them. M ./mk/config.mk.in -5 +15 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.h

patch applied (ghc): Don't try to copy haddock index files if we haven't built the docs.

2007-08-31 Thread Ian Lynagh
Thu Aug 30 22:03:21 PDT 2007 [EMAIL PROTECTED] * Don't try to copy haddock index files if we haven't built the docs. M ./libraries/Makefile +2 M ./libraries/Makefile +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mail

patch applied (ghc): Use cp -R instead of cp -a (it's more portable).

2007-08-31 Thread Ian Lynagh
Thu Aug 30 22:02:15 PDT 2007 [EMAIL PROTECTED] * Use cp -R instead of cp -a (it's more portable). M ./libraries/Makefile -3 +3 M ./libraries/Makefile -3 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/

patch applied (ghc): Fix installing the libraries when there is no DESTDIR

2007-08-31 Thread Ian Lynagh
Thu Aug 30 18:54:42 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix installing the libraries when there is no DESTDIR M ./libraries/Makefile -1 +1 M ./libraries/installPackage.hs -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.has

patch applied (ghc): Make the doc index page obey DESTDIR

2007-08-31 Thread Ian Lynagh
Thu Aug 30 18:45:37 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Make the doc index page obey DESTDIR M ./docs/Makefile -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Make rts docs obey DESTDIR

2007-08-31 Thread Ian Lynagh
Thu Aug 30 18:43:46 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Make rts docs obey DESTDIR M ./mk/package.mk -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Make the manpage obey DESTDIR

2007-08-31 Thread Ian Lynagh
Thu Aug 30 18:42:53 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Make the manpage obey DESTDIR M ./docs/man/Makefile -3 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Obey DESTDIR when installing library docs

2007-08-31 Thread Ian Lynagh
Thu Aug 30 18:23:51 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Obey DESTDIR when installing library docs M ./libraries/Makefile -7 +9 M ./libraries/installPackage.hs -5 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mai

Re: trouble compiling regex posix head (I think >0.92) on ghc 6.7

2007-08-31 Thread Ian Lynagh
On Thu, Aug 30, 2007 at 07:04:21PM -0400, Thomas Hartman wrote: > > I had no idea what HsRegexPosixConfig was, and I have no such file at all. I believe autoreconf will make HsRegexPosixConfig.h.in, and configure will then make HsRegexPosixConfig.h. > > Text/Regex/Posix.hs:57:2: > > Warning

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

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

Re: darcs patch: fixes for creating binary distribution

2007-08-31 Thread Ian Lynagh
On Thu, Aug 30, 2007 at 10:11:58PM -0700, Judah Jacobson wrote: > > Yes, -p works on OS X. Here's an updated version of the patches. Great, thanks! I'll push once I've validated them, along with a number of other patches. Thanks Ian ___ Cvs-ghc mail

RE: Warnings

2007-08-31 Thread Simon Peyton-Jones
| I prefer -Wall -fno-warn-name-shadowing; I'm sure it'll be shorter, and | it will automatically gain any new warnings. | | I think it would be better to put that in the Makefile and initially add | "{-# OPTIONS_GHC -w #-}" to every module; then work towards removing the | pragmas so the warnings

Re: patch for building yesterday's HEAD with itself

2007-08-31 Thread Simon Marlow
Martin Grabmueller wrote: yesterday, I had a build failure because the containers package was not linked into ghc-pkg. I made a small change to compat/compat.mk to include -package containers, but I'm not sure whether this is correct. See the output of 'darcs send' at http://uebb.cs.tu-berl

patch applied (testsuite): add test for out-of-memory

2007-08-31 Thread Simon Marlow
Fri Aug 31 01:44:45 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * add test for out-of-memory M ./tests/ghc-regress/rts/all.T +2 A ./tests/ghc-regress/rts/outofmem.hs A ./tests/ghc-regress/rts/outofmem.stderr ___ Cvs-ghc mailing list Cvs-ghc

patch applied (testsuite): skip readwrite002 on Windows, it now hangs following fix to inputReady.c

2007-08-31 Thread Simon Marlow
Thu Aug 30 06:13:00 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * skip readwrite002 on Windows, it now hangs following fix to inputReady.c M ./tests/ghc-regress/lib/IO/all.T -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/

patch applied (ghc): typo in DLL code

2007-08-31 Thread Simon Marlow
Thu Aug 30 07:31:05 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * typo in DLL code M ./docs/users_guide/win32-dlls.xml -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Windows: give a better error message when running out of memory

2007-08-31 Thread Simon Marlow
Thu Aug 30 06:51:46 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * Windows: give a better error message when running out of memory I think this fixes #1209 Previously: outofmem.exe: getMBlocks: VirtualAlloc MEM_RESERVE 1025 blocks failed: Not enoug h storage is available to process t

Daily report for head

2007-08-31 Thread BuildBot Collator
Build results: x86-64 Linux head: lost x86 Windows head: lost x86 Windows head fast: fail (failed stage1) pass pass pass pass gbesh Intel x86_64 Linux head: lost kahl G5 Gentoo Linux head: pass phil Intel OSX head: pass phil P4 SuSE Linux head: p