patch applied (testsuite): Test for type families related panic

2007-09-02 Thread Roman Leshchinskiy
Sun Sep 2 22:44:50 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Test for type families related panic The test program should be rejected but not with a panic. I haven't added a .stderr file because I don't know what the error message should be. A ./tests/ghc-regress/indexed-typ

patch applied (testsuite): Failing type families/GADT test

2007-09-02 Thread Roman Leshchinskiy
Sun Sep 2 22:32:49 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Failing type families/GADT test A ./tests/ghc-regress/indexed-types/should_compile/GADT9.hs M ./tests/ghc-regress/indexed-types/should_compile/all.T +1 ___ Cvs-ghc mailing

patch applied (testsuite): Add a failing type families test

2007-09-02 Thread Roman Leshchinskiy
Sun Sep 2 22:26:41 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Add a failing type families test A ./tests/ghc-regress/indexed-types/should_compile/RankN1.hs M ./tests/ghc-regress/indexed-types/should_compile/all.T +2 ___ Cvs-ghc mailin

Re: testsuite: outofmem

2007-09-02 Thread Roman Leshchinskiy
Manuel, The recently added 'outofmem' test doesn't work on MacOS. I get I've already fixed this, just pull. Roman ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

testsuite: outofmem

2007-09-02 Thread Manuel M T Chakravarty
The recently added 'outofmem' test doesn't work on MacOS. I get Actual stderr output differs from expected: --- ./outofmem.stderr.normalised2007-09-03 13:09:04.0 +1000 +++ ./outofmem.run.stderr.normalised2007-09-03 13:09:04.0 +1000 @@ -1 +1 @@ -outofmem: out of mem

patch applied (testsuite): Tom Schrijvers' type family tests

2007-09-02 Thread chak
Fri Aug 31 05:04:31 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Tom Schrijvers' type family tests A ./tests/ghc-regress/indexed-types/should_compile/ClassEqContext.hs A ./tests/ghc-regress/indexed-types/should_compile/ClassEqContext2.hs A ./tests/ghc-regress/indexed-types/

patch applied (testsuite): TypeFamilies: Numerals test

2007-09-02 Thread chak
Thu Aug 30 23:56:28 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * TypeFamilies: Numerals test A ./tests/ghc-regress/indexed-types/should_compile/Numerals.hs M ./tests/ghc-regress/indexed-types/should_compile/all.T +1 ___ Cvs-ghc maili

patch applied (testsuite): Fix outofmem on MacOS

2007-09-02 Thread Roman Leshchinskiy
Sun Sep 2 20:02:11 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Fix outofmem on MacOS The error message is different A ./tests/ghc-regress/rts/outofmem.stderr-i386-apple-darwin ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.ha

HEAD broken on OS X

2007-09-02 Thread Roman Leshchinskiy
Hi all, when building the current HEAD on OS X 10.4, I get the following error: ../compiler/ghc-inplace -optc-O -optc-Werror -optc-Wall -optc-W -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-I../includes -optc-I. -opt

patch applied (ghc): Suppress some warnings on Windows

2007-09-02 Thread Ian Lynagh
Sun Sep 2 15:20:48 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Suppress some warnings on Windows M ./rts/Makefile +7 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fix warnings in ghc-pkg on Windows

2007-09-02 Thread Ian Lynagh
Sun Sep 2 15:14:42 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix warnings in ghc-pkg on Windows M ./utils/ghc-pkg/Main.hs +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fix and supress some warnings, and turn on -Werror when validating

2007-09-02 Thread Ian Lynagh
Sun Sep 2 12:39:18 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix and supress some warnings, and turn on -Werror when validating M ./rts/Makefile +10 M ./rts/Schedule.c -1 +6 M ./utils/genapply/GenApply.hs +6 M ./utils/genprimopcode/Parser.y +7 M ./utils/hpc/HpcParser.y +7

Re: patch applied (ghc): Explicitly set "docdir" when calling make, configure's --docdir seems to be ignored

2007-09-02 Thread Judah Jacobson
On 9/2/07, Ian Lynagh <[EMAIL PROTECTED]> wrote: > On Sun, Sep 02, 2007 at 11:04:51AM -0700, Judah Jacobson wrote: > > On 9/2/07, Sven Panne <[EMAIL PROTECTED]> wrote: > > > * Explicitly set "docdir" when calling make, configure's --docdir seems > > > to be ignored > > The reason is: > > # New a

Re: patch applied (ghc): Explicitly set "docdir" when calling make, configure's --docdir seems to be ignored

2007-09-02 Thread Ian Lynagh
On Sun, Sep 02, 2007 at 11:04:51AM -0700, Judah Jacobson wrote: > On 9/2/07, Sven Panne <[EMAIL PROTECTED]> wrote: > > * Explicitly set "docdir" when calling make, configure's --docdir seems > > to be ignored The reason is: # New autoconf (>= 2.60?) make a configure with --docdir=DIR etc flags

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

2007-09-02 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 Sun Sep 2 19:30:01 BST 2007. checkin

Re: patch applied (ghc): Explicitly set "docdir" when calling make, configure's --docdir seems to be ignored

2007-09-02 Thread Judah Jacobson
On 9/2/07, Sven Panne <[EMAIL PROTECTED]> wrote: > * Explicitly set "docdir" when calling make, configure's --docdir seems to > be ignored > > M ./ghc.spec.in -4 +2 > I've actually been looking at that problem (in an effort to learn more about ghc's make system), and I think I tracked down

patch applied (ghc): Explicitly set "docdir" when calling make, configure's --docdir seems to be ignored

2007-09-02 Thread Sven Panne
Sun Sep 2 09:43:42 PDT 2007 [EMAIL PROTECTED] * Explicitly set "docdir" when calling make, configure's --docdir seems to be ignored M ./ghc.spec.in -4 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-g

buildbot volunteer for ubuntu 6.06 on a virtualized uml (user mode linuxl) server

2007-09-02 Thread Thomas Hartman
I followed the instructions at http://hackage.haskell.org/trac/ghc/wiki/BuildBot and am ready to volunteer my box as a build slave if the commune will have me. this is for ubuntu 6.06 on a virtualized uml (user mode linuxl) server. kind of a weak box, 4G disk space and 256m ram. hopefully this d

Alex/Happy/Haddock and Cabal

2007-09-02 Thread Sven Panne
[ Not the correct mailing list, but cvs-all bounced my previous mail ] FYI: I've just hacked the Setup scripts for Alex/Happy/Haddock to death so these tools can now be built with a bleeding-edge GHC. But: I've done this in a quick and dirty way which will *definitely* break things for everythin

Daily report for head

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