Daily report for head

2007-03-27 Thread cvs-ghc
Old unexpected test passes: arith0081 x86 Windows head barton-mangler-bug 1 tnaur PPC OSX head cholewo-eval2 tnaur PPC OSX head New unexpected test failures: forkprocess01 1 tnaur PPC OSX head tc183 1 x86 Windows head time0021

Daily report for 6.6

2007-03-27 Thread cvs-ghc
New unexpected test passes: Chan0011 x86 Windows 6.6 MVar0011 x86 Windows 6.6 QSem0011 x86 Windows 6.6 QSemN001 1 x86 Windows 6.6 SampleVar001 1 x86 Windows 6.6 bytestring001 1 x86 Windows 6.6 bytestring004 1 x86 Windows 6.6

[nightly] 26-Mar-2007 build of of HEAD on i386-unknown-mingw32 (bling)

2007-03-27 Thread sof
From: GHC Build Reports [EMAIL PROTECTED] To: cvs-ghc@haskell.org Subject: [nightly] 26-Mar-2007 build of of HEAD on i386-unknown-mingw32 (bling) Build description = of HEAD on i386-unknown-mingw32 (bling) Build location= /fptools/builds/HEAD Build config file =

Re: patch applied (ghc): Use update-alternatives for handling generic tool names

2007-03-27 Thread Simon Marlow
Malcolm Wallace wrote: Sven Panne [EMAIL PROTECTED] wrote: they come with different sets of tools: GHC: hsc2hs Hugs: hsc2hs, cpphs nhc: cpphs The only reason ghc does not ship by default with cpphs is ideological - the latter is GPL licensed. Of

patch applied (ghc): move quot; boot :: allquot; after the include of target.mk to fix #1095

2007-03-27 Thread Simon Marlow
Mon Mar 26 08:59:49 PDT 2007 Simon Marlow [EMAIL PROTECTED] * move boot :: all after the include of target.mk to fix #1095 M ./includes/Makefile -4 +11 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

[nightly] 27-Mar-2007 build of of 6.6 branch on i386-unknown-mingw32 (bling)

2007-03-27 Thread sof
From: GHC Build Reports [EMAIL PROTECTED] To: cvs-ghc@haskell.org Subject: [nightly] 27-Mar-2007 build of of 6.6 branch on i386-unknown-mingw32 (bling) Build description = of 6.6 branch on i386-unknown-mingw32 (bling) Build location= /fptools/builds/STABLE Build config file =

patch applied (testsuite): added more examples

2007-03-27 Thread nx200
Tue Mar 27 06:52:14 PDT 2007 [EMAIL PROTECTED] * added more examples M ./tests/ghc-regress/esc/head.hs -4 +7 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: patch applied (ghc): Use update-alternatives for handling generic tool names

2007-03-27 Thread Sven Panne
On Tuesday 27 March 2007 11:48, Simon Marlow wrote: We distribute gcc not just for its CPP support, but also because GHC still supports compilation via C, and because GHC can be used as a front-end to the C compiler. I'd happily swap a dependency on gcc for one on cpphs, but that's not an

patch applied (ghc): partial fix for #1119

2007-03-27 Thread Simon Marlow
Tue Mar 27 08:22:15 PDT 2007 Simon Marlow [EMAIL PROTECTED] * partial fix for #1119 Unless we're in one-shot mode, emit an error if we attempt to demand-load interfaces for home modules. This can only happen in one way (that I'm aware of): typing a qualified name at the GHCi prompt

patch applied (ghc): remove docs for unimplemented options

2007-03-27 Thread Simon Marlow
Mon Mar 26 07:27:28 PDT 2007 Simon Marlow [EMAIL PROTECTED] * remove docs for unimplemented options -optdep--include-module and --optdep--exclude-directory were features of the old mkdependHS script but weren't implemented when mkdependHS was merged into GHC. M

Re: patch applied (ghc): Use update-alternatives for handling generic tool names

2007-03-27 Thread Malcolm Wallace
Sven Panne [EMAIL PROTECTED] wrote: I am not very radical about licenses, but a lot of distros are, so the problem still remains: cpphs' LGPL (why the initial L for a program, BTW?) The library package is LGPL. The executable that uses the library is GPL. is incompatible with Hugs' and

patch applied (ghc): more improvements for #1119

2007-03-27 Thread Simon Marlow
Tue Mar 27 08:37:23 PDT 2007 Simon Marlow [EMAIL PROTECTED] * more improvements for #1119 When GHCi compiles its code framgents for setting buffering, it wants to refer to base:System.IO rather than whatever System.IO is on the search path, unfortunately there's no way to do this in

patch applied (ghc): make GHCi use base:Prelude, not just Prelude

2007-03-27 Thread Simon Marlow
Tue Mar 27 08:45:54 PDT 2007 Simon Marlow [EMAIL PROTECTED] * make GHCi use base:Prelude, not just Prelude The module that GHCi uses for its default scope should be exactly base:Prelude, not whatever Prelude is found on the search path. M ./compiler/ghci/InteractiveUI.hs -1 +1 M

Re: patch applied (ghc): Use update-alternatives for handling generic tool names

2007-03-27 Thread Sven Panne
On Tuesday 27 March 2007 17:34, Malcolm Wallace wrote: The library package is LGPL. The executable that uses the library is GPL. Ah, OK... Really? The FSF makes it quite clear that the advertising-clause-free BSD licence is compatible with the GPL. They also make it clear that merely

buildbot rotator failed

2007-03-27 Thread cvs-ghc
buildbot rotator failed: user error (Failed to parse yesterday's unexpected test passes) ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

buildbot rotator failed

2007-03-27 Thread cvs-ghc
buildbot rotator failed: user error (Failed to parse yesterday's unexpected test passes) ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: buildbot rotator failed

2007-03-27 Thread Ian Lynagh
On Tue, Mar 27, 2007 at 11:43:58AM -0700, cvs-ghc@haskell.org wrote: buildbot rotator failed: user error (Failed to parse today's unexpected test passes) Ooops, sorry about that; it was sending failure mails even in --no-act mails. Shouldn't happen again... Thanks Ian

patch applied (ghc): Use a sensible set of compiler options for building dynamic libraries on Mac OS X

2007-03-27 Thread Wolfgang Thaller
Tue Mar 27 13:17:00 PDT 2007 [EMAIL PROTECTED] * Use a sensible set of compiler options for building dynamic libraries on Mac OS X The official options to use for building a dylib on Mac OS X are now -undefined dynamic_lookup -single_module -Wl,-macosx_version_min -Wl,10.3 ... which

patch applied (/home/buildbot/buildbot-collator): Fix diff descriptions

2007-03-27 Thread Ian Lynagh
Thu Mar 22 07:01:27 PDT 2007 BuildBot cvs-ghc@haskell.org * Fix diff descriptions M ./BuildbotRotate.hs -6 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (/home/buildbot/buildbot-collator): Add todo list

2007-03-27 Thread Ian Lynagh
Sun Mar 25 05:25:37 PDT 2007 BuildBot cvs-ghc@haskell.org * Add todo list A ./TODO ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (/home/buildbot/buildbot-collator): Donapos; t say how many suilbers are no longer failing a fixed test!

2007-03-27 Thread Ian Lynagh
Tue Mar 27 06:06:50 PDT 2007 BuildBot cvs-ghc@haskell.org * Don't say how many suilbers are no longer failing a fixed test! M ./BuildbotRotate.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (/home/buildbot/buildbot-collator): Add TakeLock, switch to a proper Builder type, add --no-lock

2007-03-27 Thread Ian Lynagh
Tue Mar 27 11:47:04 PDT 2007 BuildBot cvs-ghc@haskell.org * Add TakeLock, switch to a proper Builder type, add --no-lock M ./BuildbotCollator.hs -1 +2 M ./BuildbotRotate.hs -16 +24 M ./Data.hs -1 +30 M ./buildbot-collator.cabal +5

patch applied (/home/buildbot/buildbot-collator): Donapos; t send mail on error if not acting

2007-03-27 Thread Ian Lynagh
Tue Mar 27 11:55:59 PDT 2007 BuildBot cvs-ghc@haskell.org * Don't send mail on error if not acting M ./BuildbotRotate.hs -12 +13 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc