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

2010-03-30 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/HEAD Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Tue Mar 30 18:00:01 BST 2010. checking out

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

2010-03-30 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/STABLE Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx Nightly build started on cam-02-unx at Tue Mar 30 18:10:01 BST 2010. checki

Re: simonmar-win32-head, build 8

2010-03-30 Thread Ben Lippmeier
On 31/03/2010, at 1:12 PM, Builder wrote: > simonmar-win32-head, build 8 > > Build succeeded > Details: > http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/8.html > > darcs checkout | Success > create mk/build.mk | Success > get subrepos | Success > repo versions

simonmar-win32-head, build 8

2010-03-30 Thread Builder
simonmar-win32-head, build 8 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/8.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting

-rtsopts doesn't work on Snow Leopard

2010-03-30 Thread Roman Leshchinskiy
With -rtsopts, GHC compiles an additional C file using mkExtraCObj. This function calls runCc but doesn't pass machdepCCOpts to it, producing a 64 bit file on Snow Leopard instead of 32 bit one which breaks linking. The fix is probably just to add machdepCCOpts to the gcc call but I can't test t

[nightly] 30-Mar-2010 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2010-03-30 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx Nightly build started on cam-04-unx at Tue Mar 30 19:00:01 BST 2010. **

[nightly] 30-Mar-2010 build of STABLE on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2010-03-30 Thread GHC Build Reports
Build description = STABLE on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) Build location= /64playpen/simonmar/nightly/STABLE-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-04-unx Nightly build started on cam-04-unx at Tue Mar 30 19:10:01 BST 20

Re: patch applied (ghc): Tweak the Makefile code for making .a libs; fixes trac #3642

2010-03-30 Thread Ian Lynagh
On Tue, Mar 30, 2010 at 07:28:56PM +0200, Matthias Kilian wrote: > > Anyway, I'd still like to simplify the ar(1) stuff, so my questions > about which systems need all those strange combinations of options > to ar(1) stays valid ;-) I have no idea. Patches to simplify things in the HEAD would be

Re: patch applied (ghc): Tweak the Makefile code for making .a libs; fixes trac #3642

2010-03-30 Thread Matthias Kilian
On Tue, Mar 30, 2010 at 07:28:56PM +0200, Matthias Kilian wrote: > > Thanks for the report; I've made a proper test for the feature, so it > > should work again now. > > I'll give it a try this evening or tomorrow. Works fine here. Thanks again. Ciao, Kili __

Re: patch applied (ghc): Tweak the Makefile code for making .a libs; fixes trac #3642

2010-03-30 Thread Matthias Kilian
On Tue, Mar 30, 2010 at 05:04:29PM +0100, Ian Lynagh wrote: > > > * Tweak the Makefile code for making .a libs; fixes trac #3642 > > > The main change is that, rather than using "xargs ar" we now put > > > all the filenames into a file, and do "ar @file". This means that > > > ar adds all t

patch applied (ghc-6.12/ghc): Update to bytestring 0.9.1.6; fixes #3808

2010-03-30 Thread Ian Lynagh
Tue Mar 30 09:16:47 PDT 2010 Ian Lynagh * Update to bytestring 0.9.1.6; fixes #3808 R ./libraries/tarballs/bytestring-0.9.1.5.tar.gz A ./libraries/tarballs/bytestring-0.9.1.6.tar.gz ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.has

patch applied (ghc-6.12/ghc): Update release notes

2010-03-30 Thread Ian Lynagh
Tue Mar 30 09:11:00 PDT 2010 Ian Lynagh * Update release notes M ./docs/users_guide/6.12.2-notes.xml -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: patch applied (ghc): Tweak the Makefile code for making .a libs; fixes trac #3642

2010-03-30 Thread Ian Lynagh
On Sat, Mar 27, 2010 at 06:37:24PM +0100, Matthias Kilian wrote: > On Wed, Mar 24, 2010 at 12:55:23PM -0700, Ian Lynagh wrote: > > Tue Mar 23 15:13:25 PDT 2010 Ian Lynagh > > * Tweak the Makefile code for making .a libs; fixes trac #3642 > > The main change is that, rather than using "xargs a

Re: Unportable use of tar

2010-03-30 Thread Ian Lynagh
On Tue, Mar 30, 2010 at 08:21:22AM +0200, Matthias Kilian wrote: > On Tue, Mar 30, 2010 at 03:34:11PM +1100, Roman Leshchinskiy wrote: > > boot-pkgs contains this line: > > > > tar -zxf ../../$tarball > > > > This fails at least on Solaris where we want gtar. We probably > > want

patch applied (ghc-6.12/ghc): MERGED: Add a 'setKeepCAFs' external function (#3900)

2010-03-30 Thread Ian Lynagh
Tue Mar 30 07:53:03 PDT 2010 Ian Lynagh * MERGED: Add a 'setKeepCAFs' external function (#3900) Simon Marlow **20100329110036 M ./includes/rts/storage/GC.h +3 M ./rts/sm/Storage.c -2 +7 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://w

patch applied (ghc-6.12/ghc): Avoid a non-portable use of tar reported by Roman Leshchinskiy

2010-03-30 Thread Ian Lynagh
Tue Mar 30 07:58:02 PDT 2010 Ian Lynagh * Avoid a non-portable use of tar reported by Roman Leshchinskiy M ./boot-pkgs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.12/ghc): MERGED: libffi: install 'ffitarget.h' header as sole 'ffi.h' is unusable

2010-03-30 Thread Ian Lynagh
Tue Mar 30 07:50:54 PDT 2010 Ian Lynagh * MERGED: libffi: install 'ffitarget.h' header as sole 'ffi.h' is unusable Simon Marlow **20100329135734 M ./libffi/ghc.mk -1 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailma

patch applied (ghc-6.12/ghc): fix a non-portable printf format

2010-03-30 Thread Ian Lynagh
Tue Mar 30 06:44:37 PDT 2010 Simon Marlow * fix a non-portable printf format M ./rts/RtsUtils.c -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.12/ghc): fix return type cast in f.i.wrapper when using libffi (#3516)

2010-03-30 Thread Ian Lynagh
Mon Mar 29 08:42:20 PDT 2010 Simon Marlow * fix return type cast in f.i.wrapper when using libffi (#3516) Original fix submitted by Sergei Trofimovich modified by me: - exclude 64-bit types - compare uniques, not strings - #include "ffi.h" is conditional M ./compiler/

patch applied (ghc-6.12/ghc): use FMT_Word64 instead of locally-defined version

2010-03-30 Thread Ian Lynagh
Tue Mar 30 04:46:50 PDT 2010 Simon Marlow * use FMT_Word64 instead of locally-defined version M ./rts/Hpc.c -8 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.12/ghc): avoid single quote in #error

2010-03-30 Thread Ian Lynagh
Tue Mar 30 05:03:46 PDT 2010 Simon Marlow * avoid single quote in #error M ./rts/win32/seh_excn.h -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Don't install EXTRA_PACKAGES by default

2010-03-30 Thread Simon Marlow
Tue Mar 30 07:27:14 PDT 2010 Simon Marlow * Don't install EXTRA_PACKAGES by default M ./ghc.mk -1 +5 M ./mk/config.mk.in +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): fix a non-portable printf format

2010-03-30 Thread Simon Marlow
Tue Mar 30 06:44:37 PDT 2010 Simon Marlow * fix a non-portable printf format M ./rts/RtsUtils.c -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): avoid single quote in #error

2010-03-30 Thread Simon Marlow
Tue Mar 30 05:03:46 PDT 2010 Simon Marlow * avoid single quote in #error M ./rts/win32/seh_excn.h -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): use FMT_Word64 instead of locally-defined version

2010-03-30 Thread Simon Marlow
Tue Mar 30 04:46:50 PDT 2010 Simon Marlow * use FMT_Word64 instead of locally-defined version M ./rts/Hpc.c -8 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): remove old/unused DotnetSupport and GhcLibsWithUnix

2010-03-30 Thread Simon Marlow
Tue Mar 30 05:37:32 PDT 2010 Simon Marlow * remove old/unused DotnetSupport and GhcLibsWithUnix M ./mk/config.mk.in -8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): fix return type cast in f.i.wrapper when using libffi (#3516)

2010-03-30 Thread Simon Marlow
Mon Mar 29 08:42:20 PDT 2010 Simon Marlow * fix return type cast in f.i.wrapper when using libffi (#3516) Original fix submitted by Sergei Trofimovich modified by me: - exclude 64-bit types - compare uniques, not strings - #include "ffi.h" is conditional M ./compiler/

patch applied (ghc): libffi: install 'ffitarget.h' header as sole 'ffi.h' is unusable

2010-03-30 Thread Simon Marlow
Mon Mar 29 06:57:34 PDT 2010 Simon Marlow * libffi: install 'ffitarget.h' header as sole 'ffi.h' is unusable Submitted by: Sergei Trofimovich Re-recorded against HEAD. M ./libffi/ghc.mk -1 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org htt

patch applied (/haskell/ghc): use a better link for the shootout

2010-03-30 Thread Simon Marlow
Tue Mar 30 04:19:27 EDT 2010 Simon Marlow * use a better link for the shootout Ignore-this: ab325199a09a737099008a322ff7e20d M ./index.html -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc