[nightly] 12-Apr-2007 build of of HEAD 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 HEAD on i386-unknown-mingw32 (bling) Build description = of HEAD on i386-unknown-mingw32 (bling) Build location= /fptools/builds/HEAD Build config file = /fptools/builds/ghc-nightly/si

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

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] htt

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] http://www

patch applied (ghc): autoreconf -> 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

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 starte

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): Handle Weak Definitions in the Darwin Linker

2007-04-12 Thread Wolfgang Thaller
Thu Apr 12 14:01:55 PDT 2007 [EMAIL PROTECTED] * Handle Weak Definitions in the Darwin Linker The __i686.get_pc_thunk symbols generated by gcc's PIC code generator are weak definitions that appear in every object file, so we need to deal with them. MERGE TO STABLE. M ./rts/Lin

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

[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. checki

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

2007-04-12 Thread GHC Build Reports
Build description = 6.6 branch 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-6.6-cam-02-unx Nightly build started on cam-02-unx at Thu Apr 12 19:00:01 BST 2007.

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 MESSAGE-

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. Be

patch applied (ghc): wibble to prep-bin-dist-mingw target

2007-04-12 Thread Simon Marlow
Thu Apr 12 06:21:15 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * wibble to prep-bin-dist-mingw target M ./Makefile -1 +1 ___ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): tidy up the binary-dist targets a bit more

2007-04-12 Thread Simon Marlow
Thu Apr 12 06:17:02 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * tidy up the binary-dist targets a bit more M ./Makefile -10 +11 ___ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): further tweak the comments

2007-04-12 Thread Simon Marlow
Wed Apr 11 07:57:36 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * further tweak the comments M ./distrib/prep-bin-dist-mingw -11 +10 ___ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): fix comment

2007-04-12 Thread Simon Marlow
Wed Apr 11 07:51:55 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * fix comment M ./distrib/prep-bin-dist-mingw -1 +1 ___ 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 l

patch applied (ghc): MERGE: add prep-bin-dist-mingw to binary-dist target, and add a separate target for

2007-04-12 Thread Simon Marlow
Thu Apr 12 06:13:27 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * MERGE: add prep-bin-dist-mingw to binary-dist target, and add a separate target for publish-binary-dist M ./Makefile -1 +5 ___ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.h

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] http://www.haskell.org/mailman/listinfo/c

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

Trying to sumbit patches...

2007-04-12 Thread Tyson Whitehead
I'm trying to submit the three patches promissed in trac #1265. It's been a couple of days now of one mailing problem after another. It's driving me quite insane, so please excuse my "argh" list! : ) 1P- Darcs wants to run through sendmail, but haskell.org (apparently) doesn't even open the s

patch applied (ghc-6.6/ghc): fix braino

2007-04-12 Thread Simon Marlow
Thu Apr 12 06:08:56 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * fix braino M ./Makefile -1 +1 ___ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc

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

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 pass

[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 = /fptools/builds

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 d

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 bytest

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