Daily report for head

2007-04-12 Thread BuildBot Collator
Dropping unexpected test passes reports from builders not seen in 7 days: x86 Windows head Fixed unexpected test passes: arith008 cholewo-eval Dropping unexpected test failures reports from builders not seen in 7 days: x86 Windows head New unexpected test failures: cg025

Daily report for 6.6

2007-04-12 Thread BuildBot Collator
New unexpected test failures: concprog001 1 x86-64 Linux 6.6 Fixed unexpected test failures: TH_ppr1 TH_reifyDecl1 ffi009 signals002 Old unexpected test failures: CPUTime001 1 mnemosyne x86-64 Gentoo 6.6 barton-mangler-bug 2 x86-64 Linux 6.6

HEADS UP: Windows Vista users

2007-04-12 Thread Simon Marlow
I've discovered a gotcha that happens when trying to use Cabal on Windows Vista. If you compile Setup.lhs to a binary (as I often do), with something like 'ghc --make Setup', and then try to run it, you'll get something like this: $ ./Setup configure Setup.exe: Permission denied This is

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

2007-04-12 Thread sof
From: GHC Build Reports [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [nightly] 12-Apr-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 =

Library part of patch for trac #1265

2007-04-12 Thread Tyson Whitehead
Tue Apr 10 10:18:57 EDT 2007 Tyson Whitehead [EMAIL PROTECTED] * Report fail string before passing control through to underlying fail in Q monad (otherwise it gets lost in GHC's IOEnv) for trac #1265 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 New patches: [Report fail string before

patch applied (ghc-6.6/ghc): fixes to prep-bin-dist-mingw, and add separate rule to tar the bindist

2007-04-12 Thread Simon Marlow
Thu Apr 12 05:56:32 PDT 2007 Simon Marlow [EMAIL PROTECTED] * fixes to prep-bin-dist-mingw, and add separate rule to tar the bindist M ./Makefile -3 +6 ___ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): do the right thing by default with a current mingw

2007-04-12 Thread Simon Marlow
Wed Apr 11 07:48:25 PDT 2007 Simon Marlow [EMAIL PROTECTED] * do the right thing by default with a current mingw and hopefully be a bit cleverer about finding things automatically. M ./distrib/prep-bin-dist-mingw -37 +67 ___ Cvs-ghc mailing

patch applied (ghc): MERGE: fixes to prep-bin-dist-mingw, and add separate rule to tar the bindist

2007-04-12 Thread Simon Marlow
Thu Apr 12 06:10:12 PDT 2007 Simon Marlow [EMAIL PROTECTED] * MERGE: fixes to prep-bin-dist-mingw, and add separate rule to tar the bindist M ./Makefile -3 +6 ___ Cvs-ghc mailing list [EMAIL PROTECTED]

patch applied (ghc): call prep-bin-dist-mingw as part of binary-dist, before we make the tarball

2007-04-12 Thread Simon Marlow
Wed Apr 11 07:52:35 PDT 2007 Simon Marlow [EMAIL PROTECTED] * call prep-bin-dist-mingw as part of binary-dist, before we make the tarball M ./Makefile +6 ___ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: Trying to sumbit patches...

2007-04-12 Thread Thorkil Naur
Hello, In the few cases where I have submitted darcs patches, I used darcs send -o some_filename.patch to create the patch as a local file, then passed that file to the appropriate receiver as an ordinary email attachment. This also leaves me with a copy of the patch to play around with.

Testsuite part of patch for trac #1265 (library patch to follow)

2007-04-12 Thread Tyson Whitehead
Tue Apr 10 10:03:08 EDT 2007 Tyson Whitehead [EMAIL PROTECTED] * Differentiate between use of fail and failure of code (i.e., an exception is thrown) Tue Apr 10 10:06:53 EDT 2007 Tyson Whitehead [EMAIL PROTECTED] * Add a test for use of fail for trac #1265 -BEGIN PGP SIGNED

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

2007-04-12 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 Thu Apr 12 19:30:01 BST 2007.

patch applied (ghc): Check boot seems to have been run before we let make proceed

2007-04-12 Thread Ian Lynagh
Thu Apr 12 15:30:14 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Check boot seems to have been run before we let make proceed M ./Makefile +5 ___ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Darwin Linker: Do not add local symbols to lochash

2007-04-12 Thread Wolfgang Thaller
Thu Apr 12 14:17:12 PDT 2007 [EMAIL PROTECTED] * Darwin Linker: Do not add local symbols to lochash ... so that GHCi doesn't complain about duplicate symbols when two C modules define the same static variable. MERGE TO STABLE. M ./rts/Linker.c -9

patch applied (ghc): Darwin/i386 NCG: fix assembly syntax in symbol stubs

2007-04-12 Thread Wolfgang Thaller
Thu Apr 12 14:53:13 PDT 2007 [EMAIL PROTECTED] * Darwin/i386 NCG: fix assembly syntax in symbol stubs In i386 position-independent symbol stubs, the NCG used to print jmp %edx instead of jmp *%edx Apple's assembler used to silently accept this, but has recently

patch applied (ghc): autoreconf -gt; sh boot

2007-04-12 Thread Ian Lynagh
Thu Apr 12 15:36:36 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * autoreconf - sh boot M ./README -2 +2 M ./configure.ac -1 +1 M ./ghc.spec.in -1 +1 ___ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc

HEADS UP: autoreconf - sh boot

2007-04-12 Thread Ian Lynagh
Hi all, Please note that you now need to run sh boot rather than autoreconfig when dong a darcs checkout of the HEAD. It's not required for the 6.6 branch, but it works there too. Thanks Ian ___ Cvs-ghc mailing list [EMAIL PROTECTED]

patch applied (ghc): Darwin/x86_64 linker support

2007-04-12 Thread Wolfgang Thaller
Thu Apr 12 14:45:15 PDT 2007 [EMAIL PROTECTED] * Darwin/x86_64 linker support Initial support for loading x86_64 Mach-O files M ./rts/Linker.c -31 +213 r7 M ./rts/LinkerInternals.h -8 +13 r7 ___ Cvs-ghc mailing list [EMAIL PROTECTED]

patch applied (ghc): Fix a typo related to i386 PIC code generation

2007-04-12 Thread Wolfgang Thaller
Thu Apr 12 14:47:01 PDT 2007 [EMAIL PROTECTED] * Fix a typo related to i386 PIC code generation A recent patch accidentally had x86_TARGET_ARCH instead of i386_TARGET_ARCH. M ./compiler/nativeGen/PositionIndependentCode.hs -1 +1 ___ Cvs-ghc