Failing to install HEAD

2007-11-07 Thread David Waern
Hi, I'm trying to install GHC HEAD but the "make install" phase fails. Here's the last part of the output: == make install -r; in /home/davve/repos/ghc-partial/rts --

patch applied (testsuite): test for #1617

2007-11-07 Thread Simon Marlow
Wed Nov 7 08:10:31 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * test for #1617 M ./tests/ghc-regress/ghci/scripts/all.T +1 A ./tests/ghc-regress/ghci/scripts/ghci027.hs A ./tests/ghc-regress/ghci/scripts/ghci027.script A ./tests/ghc-regress/ghci/scripts/ghci027.stdout A ./te

patch applied (ghc): FIX #1617: reloading didn't change the :browse output as it should

2007-11-07 Thread Simon Marlow
Wed Nov 7 08:14:54 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX #1617: reloading didn't change the :browse output as it should The problem was that because the interface hadn't changed, we were re-using the old ModIface. Unfortunately the ModIface contains the GlobalRdrEnv for the mod

patch applied (ghc): FIX BUILD

2007-11-07 Thread Simon Marlow
Wed Nov 7 08:16:12 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX BUILD Sorry, should have pushed with previous batch of changes. M ./compiler/ghci/InteractiveUI.hs -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mai

patch applied (ghc): FIX #1556: GHC's :reload keeps the context, if possible

2007-11-07 Thread Simon Marlow
Wed Nov 7 04:41:18 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX #1556: GHC's :reload keeps the context, if possible M ./compiler/ghci/InteractiveUI.hs -18 +27 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinf

patch applied (testsuite): add test for #1561

2007-11-07 Thread Simon Marlow
Wed Nov 7 05:13:04 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * add test for #1561 A ./tests/ghc-regress/ghci/prog009/ A ./tests/ghc-regress/ghci/prog009/A1.hs A ./tests/ghc-regress/ghci/prog009/A2.hs A ./tests/ghc-regress/ghci/prog009/B.hs A ./tests/ghc-regress/ghci/prog009

patch applied (testsuite): accept output following #1561

2007-11-07 Thread Simon Marlow
Wed Nov 7 04:27:12 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * accept output following #1561 M ./tests/ghc-regress/ghci.debugger/scripts/break024.stdout -12 +12 M ./tests/ghc-regress/ghci/prog003/prog003.stdout -30 +30 M ./tests/ghc-regress/module/mod165.stderr -1 +1 M ./tests/

patch applied (ghc): FIX #1561: don't use tabs in pretty-printed output at all.

2007-11-07 Thread Simon Marlow
Wed Nov 7 03:32:01 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX #1561: don't use tabs in pretty-printed output at all. Tabs aren't guaranteed to be 8 spaces on every output device, so we shouldn't be using them. Instead I added a little optimisation to use chunks of 8 spaces for long

patch applied (testsuite): update test output

2007-11-07 Thread Simon Marlow
Wed Nov 7 03:47:51 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * update test output M ./tests/ghc-regress/ghci.debugger/scripts/break016.stdout -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): update test for #1765, #1766

2007-11-07 Thread Simon Marlow
Wed Nov 7 03:46:37 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * update test for #1765, #1766 M ./tests/ghc-regress/ghci/scripts/ghci005.script -3 +8 M ./tests/ghc-regress/ghci/scripts/ghci005.stdout -1 +6 ___ Cvs-ghc mailing list Cvs-ghc@hask

patch applied (ghc): FIX #1765, #1766

2007-11-07 Thread Simon Marlow
Wed Nov 7 03:17:57 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX #1765, #1766 - :def! now overwrites a previous command with the same name - :def on its own lists the defined macros - ":undef f g" undefines both f and g M ./compiler/ghci/InteractiveUI.hs -28 +33 M ./docs/users_

Re: binary distributions and gmp

2007-11-07 Thread Simon Marlow
Manuel M T Chakravarty wrote: Unfortunately, make binary-dist is broken in the HEAD and the 6.8 branch for systems without a pre-installed gmp library. The reason is that distrib/Makefile lacks code that installs the embedded gmp. For the Mac OS X 10.5 binary distribution that I just announce

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

2007-11-07 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 Tue Nov 6 19:30:03 GMT 2007. checkin

patch applied (testsuite): tests for :browse!, :{:}, :set, :show languages/packages

2007-11-07 Thread Simon Marlow
Wed Nov 7 02:23:14 PST 2007 [EMAIL PROTECTED] * tests for :browse!, :{:}, :set, :show languages/packages these tests validate on win/xp. - if any issues with dos-style line-endings remain, please apply dos2unix for now, and let me know - ghci024 has ghci024.py instead o

patch applied (ghc): #1617: Add :browse! and various other additions to GHCi

2007-11-07 Thread Simon Marlow
Wed Nov 7 02:26:48 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * #1617: Add :browse! and various other additions to GHCi - :browse! a variant of :browse that lists children separately, not in context, and gives import qualifiers in comments SimonM: I also added sorting

patch applied (ghc): FIX #1838: use System.Directory.getHomeDirectory instead of getEnv "HOME"

2007-11-07 Thread Simon Marlow
Wed Nov 7 02:06:53 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX #1838: use System.Directory.getHomeDirectory instead of getEnv "HOME" M ./compiler/ghci/InteractiveUI.hs -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org

patch applied (ghc): catch up with removal of config.mk in the readline package

2007-11-07 Thread Simon Marlow
Wed Nov 7 01:59:52 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * catch up with removal of config.mk in the readline package M ./compiler/Makefile -4 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

[nightly] 06-Nov-2007 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-11-07 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/STABLE-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx Nightly build started on cam-02-unx at Tue Nov 6 19:00:00 GMT 2007. c

Daily report for head

2007-11-07 Thread BuildBot Collator
Build results: x86-64 Linux head:lost x86 Windows head: pass x86 Windows head fast:pass pass pass pass pass pass lost gabor head: pass kahl G5 Gentoo Linux head:pass mnemosyne x86-64 Gentoo head: pass tnaur PPC OSX head: pass tnaur x86

Daily report for stable

2007-11-07 Thread BuildBot Collator
Build results: kahl G5 Gentoo Linux stable: pass macgyver PPC OSX stable: pass x86 Windows stable: pass x86 Windows stable fast: pass pass pass pass pass pass lost x86-64 Linux stable: lost New unexpected test failures: TH_ghci1 2 x86 Windows stable TH_s

RE: validate fails

2007-11-07 Thread Simon Peyton-Jones
Sorry! I validate the patch and then failed to push it. Pushed now. S | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Manuel M T Chakravarty | Sent: 07 November 2007 00:23 | To: cvs-ghc@haskell.org | Subject: validate fails | | I got the following f

patch applied (ghc): Fix Trac #1813: generalise over *all* type variables at top level, even phantom ones

2007-11-07 Thread Simon Peyton Jones
Tue Nov 6 07:31:51 PST 2007 [EMAIL PROTECTED] * Fix Trac #1813: generalise over *all* type variables at top level, even phantom ones See Note [Silly type synonym] in TcType for further details. This bug (or at least infelicity) has been in GHC for quite a long time. M ./compile