Daily report for head

2007-10-31 Thread BuildBot Collator
Build results: x86-64 Linux head: fail (exception darcs) kahl G5 Gentoo Linux head: pass x86-64 Linux head unreg: fail (exception darcs) Old unexpected test passes: arrowrun004 1 macgyver PPC OSX head Old unexpected test failures: Simple231 macgyver PPC OSX head

validate problems with Arrow.hi

2007-10-31 Thread Manuel M T Chakravarty
When validating on MacOS 10.5, I get the following test failures Unexpected failures: arrow(normal) arrowapply1(normal) arrowapply2(normal) arrowapply3(normal) arrowapply4(normal) arrowapply5(normal) arrowcase1(normal) arrowdo1(normal) arrowdo2(normal) arrowfail001(n

Build failure with stable snapshot

2007-10-31 Thread Don Stewart
The hsc2hs include and lib flags aren't being propagated through to the hpc package, which fails to build in last night's snapshot, on OpenBSD, at: Configuring hpc-0.5.0.0... rm -f hpc/GNUmakefile cp Makefile.local hpc if ifBuildable/ifBuildable hpc; then \ cd hpc && setup/

Re: head broken on openbsd

2007-10-31 Thread Don Stewart
dons: > > The change to use remap in Linker.c has broken the mmap Linker.c > implementation on OpenBSD, and other BSDs. > > #ifndef linux_HOST_OS /* mremap is a linux extension */ > #error ocAllocateSymbolExtras doesnt want USE_MMAP to be defined > #endif > > Do we know why this

head broken on openbsd

2007-10-31 Thread Don Stewart
The change to use remap in Linker.c has broken the mmap Linker.c implementation on OpenBSD, and other BSDs. #ifndef linux_HOST_OS /* mremap is a linux extension */ #error ocAllocateSymbolExtras doesnt want USE_MMAP to be defined #endif Do we know why this was done? USE_MMAP worke

patch applied (ghc-6.8/ghc): MERGED: Zonk quantified tyvars with skolems

2007-10-31 Thread Ian Lynagh
Wed Oct 31 06:23:40 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: Zonk quantified tyvars with skolems Manuel M T Chakravarty <[EMAIL PROTECTED]>**20071019115653 We used to zonk quantified type variables to regular TyVars. However, this leads to problems. Consider this program f

patch applied (ghc-6.8/ghc): Bump version number to 6.8.1 and set RELEASE=YES

2007-10-31 Thread Ian Lynagh
Wed Oct 31 05:58:27 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Bump version number to 6.8.1 and set RELEASE=YES M ./configure.ac -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): FIX BUILD: a glitch in the new rules and inlining stuff

2007-10-31 Thread Simon Marlow
Tue Oct 30 04:38:57 PDT 2007 [EMAIL PROTECTED] * FIX BUILD: a glitch in the new rules and inlining stuff Don't re-add the worker info to a binder until completeBind. It's not needed in its own RHS, and it may be replaced, via the substitution following postInlineUnconditionally. (F

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

2007-10-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 Tue Oct 30 19:30:02 GMT 2007. checki

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

2007-10-31 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 Oct 30 19:00:01 GMT 2007.

patch applied (ghc): clean ghci-inplace

2007-10-31 Thread Simon Marlow
Wed Oct 31 02:39:32 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * clean ghci-inplace M ./driver/ghci/Makefile +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): clean Haddock droppings

2007-10-31 Thread Simon Marlow
Wed Oct 31 02:39:23 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * clean Haddock droppings M ./libraries/Makefile +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): MERGE: clean Haddock droppings

2007-10-31 Thread Simon Marlow
Wed Oct 31 02:41:39 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * MERGE: clean Haddock droppings M ./libraries/Makefile +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): clean ghci-inplace

2007-10-31 Thread Simon Marlow
Wed Oct 31 02:39:32 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * clean ghci-inplace M ./driver/ghci/Makefile +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): distclean: ghcprof-inplace

2007-10-31 Thread Simon Marlow
Fri Sep 14 05:55:42 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * distclean: ghcprof-inplace M ./utils/prof/Makefile +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: darcs patch: Fix freeHaskellFunctionPtr for Darwin/i386

2007-10-31 Thread Simon Marlow
Aaron Tomb wrote: This patch fixes the preprocessor directives surrounding the Darwin/i386 portion of freeHaskellFunctionPtr, which had used the wrong symbol (x86_HOST_ARCH instead of i386_HOST_ARCH), causing occasional FFI problems. This patch is against the 6.8 branch, but will probably apply