tn23, build 138, Success

2010-09-21 Thread Builder
tn23, build 138 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/138.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

pgj, build 151, Success

2010-09-21 Thread Builder
pgj, build 151 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/151.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

Re: vector for DPH

2010-09-21 Thread Manuel M T Chakravarty
Duncan Coutts: > On 22 September 2010 02:05Duncan Coutts wrote: >> On 22 September 2010 01:32, Manuel M T Chakravarty >> wrote: >> Manuel: would you like to talk to Ben, Gabi, Roman, and decide what you'd like us to do for the release. Specifically: - Release with DPH, or

Re: vector for DPH

2010-09-21 Thread Duncan Coutts
On 22 September 2010 02:05Duncan Coutts wrote: > On 22 September 2010 01:32, Manuel M T Chakravarty > wrote: > >>> Manuel: would you like to talk to Ben, Gabi, Roman, and decide what you'd >>> like us to do for the release.  Specifically: >>> >>> - Release with DPH, or rely on 'cabal install dp

Re: vector for DPH

2010-09-21 Thread Duncan Coutts
On 22 September 2010 01:32, Manuel M T Chakravarty wrote: >> Manuel: would you like to talk to Ben, Gabi, Roman, and decide what you'd >> like us to do for the release.  Specifically: >> >> - Release with DPH, or rely on 'cabal install dph'? >> - Push the new refactoring into the branch; or not?

Re: vector for DPH

2010-09-21 Thread Manuel M T Chakravarty
Simon wrote, > Manuel: would you like to talk to Ben, Gabi, Roman, and decide what you'd > like us to do for the release. Specifically: > > - Release with DPH, or rely on 'cabal install dph'? > - Push the new refactoring into the branch; or not? Below I attach a summary of our Tuesday Skype

kgardas-opensolaris-x86-head, build 3, Success

2010-09-21 Thread Builder
kgardas-opensolaris-x86-head, build 3 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/3.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Succe

[nightly] 21-Sep-2010 build of HEAD on x86_64-unknown-linux (cam-04-unx)

2010-09-21 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx) 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 Sep 21 18:00:01 BST 2010. checking out new source

simonmar-win32-head, build 118, Failure

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

simonmar-win32-stable, build 61, Failure

2010-09-21 Thread Builder
simonmar-win32-stable, build 61 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/61.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting

[nightly] 21-Sep-2010 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2010-09-21 Thread GHC Build Reports
Build description = STABLE on x86_64-unknown-linux (cam-04-unx) 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 Sep 21 18:10:01 BST 2010. checking out new s

patch applied (testsuite): when calling ghc-pkg for reqlib(), add --no-user-package-conf

2010-09-21 Thread Simon Marlow
Mon Sep 20 02:01:46 PDT 2010 Simon Marlow * when calling ghc-pkg for reqlib(), add --no-user-package-conf M ./driver/testlib.py -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h=20100920090146-12142-6ab28a53a2bb3d73a42aa7ed2794a0a9ff76

patch applied (ghc): add a simple trace facility to the build system

2010-09-21 Thread Simon Marlow
Tue Sep 21 06:47:29 PDT 2010 Simon Marlow * add a simple trace facility to the build system saying make TRACE=1 prints most of the macro calls and their arguments. It's easy to trace new macros; see rules/trace.mk. M ./ghc.mk +1 M ./rules/build-dependencies.mk +1

patch applied (ghc): fix building with extra packages (packages were added to BUILD_DIRS twice)

2010-09-21 Thread Simon Marlow
Tue Sep 21 03:01:53 PDT 2010 Simon Marlow * fix building with extra packages (packages were added to BUILD_DIRS twice) Also add some comments about what extra-packages is doing M ./rules/extra-packages.mk -1 +17 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=da

patch applied (ghc): add extra packages to $(EXTRA_PACKAGES), so we avoid installing them by default

2010-09-21 Thread Simon Marlow
Mon Sep 20 07:43:07 PDT 2010 Simon Marlow * add extra packages to $(EXTRA_PACKAGES), so we avoid installing them by default M ./rules/extra-packages.mk +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100920144307-12142-170aad5b1a10aa33d907

Re: i386/OSX build broken

2010-09-21 Thread Ian Lynagh
On Tue, Sep 14, 2010 at 11:41:26AM +1000, Ben Lippmeier wrote: > > It looks like Simon's mega-patch pushed us over the limit: > > "/usr/bin/ld" -r -o compiler/stage2/build/HSghc-6.13.20100913.o > compiler/stage2/build/AsmCodeGen.o compiler/stage2/build/TargetReg.o > compiler/stage2/build/NCGMo

patch applied (ghc): Fix indexing error in archive loader

2010-09-21 Thread Ian Lynagh
Tue Sep 21 05:16:42 PDT 2010 Ian Lynagh * Fix indexing error in archive loader M ./rts/Linker.c -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100921121642-3fd76-1409a00f899203794e62421a9e3ef3522d2751ea.gz _

patch applied (ghc): Add support for BSD-variant large filenames in .a archives

2010-09-21 Thread Ian Lynagh
Mon Sep 20 17:04:51 PDT 2010 Ian Lynagh * Add support for BSD-variant large filenames in .a archives M ./rts/Linker.c -11 +40 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100921000451-3fd76-8034ef2c0d9e952c8afcb804d850ecf8afd40803.gz _

patch applied (ghc): Add some -Dl belches

2010-09-21 Thread Ian Lynagh
Tue Sep 21 05:16:24 PDT 2010 Ian Lynagh * Add some -Dl belches M ./rts/Linker.c +8 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100921121624-3fd76-e3886bd5031090218475ec9ab226255ae6dd2d61.gz ___

patch applied (ghc): Add casts to fix warnings

2010-09-21 Thread Ian Lynagh
Tue Sep 21 05:17:14 PDT 2010 Ian Lynagh * Add casts to fix warnings M ./rts/Linker.c -2 +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100921121714-3fd76-5edc785535901caf01232d9d9e31b287b27d1356.gz

patch applied (ghc): "UseArchivesForGhci = YES" on darwin

2010-09-21 Thread Ian Lynagh
Mon Sep 20 14:15:38 PDT 2010 Ian Lynagh * "UseArchivesForGhci = YES" on darwin M ./mk/config.mk.in +4 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100920211538-3fd76-2b38af506a06c998d9804938f721cdd290fdd82f.gz _

patch applied (ghc): Tell Cabal that we're not building GHCi libs if UseArchivesForGhci=YES

2010-09-21 Thread Ian Lynagh
Mon Sep 20 16:04:49 PDT 2010 Ian Lynagh * Tell Cabal that we're not building GHCi libs if UseArchivesForGhci=YES M ./rules/build-package-data.mk +6 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100920230449-3fd76-9be12aae238b42fc7d8f4ce463e5

patch applied (ghc): Add a dependency that my OS X build has recently started tripping up over

2010-09-21 Thread Ian Lynagh
Mon Sep 20 14:02:39 PDT 2010 Ian Lynagh * Add a dependency that my OS X build has recently started tripping up over M ./rts/ghc.mk -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100920210239-3fd76-dd2a0a8c881bfee3e986165bd6f403f0f8b18ff

patch applied (ghc): Implement archive loading for ghci

2010-09-21 Thread Ian Lynagh
Mon Sep 20 13:16:20 PDT 2010 Ian Lynagh * Implement archive loading for ghci M ./compiler/ghc.mk +6 M ./compiler/ghci/Linker.lhs -7 +34 M ./compiler/ghci/ObjLink.lhs +8 M ./ghc.mk +2 M ./includes/rts/Linker.h +3 M ./mk/config.mk.in +2 M ./rts/Linker.c -36 +199 M

patch applied (ghc): Add "Use archives for ghci" to --info output

2010-09-21 Thread Ian Lynagh
Mon Sep 20 14:05:23 PDT 2010 Ian Lynagh * Add "Use archives for ghci" to --info output M ./compiler/main/DynFlags.hs +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100920210523-3fd76-dfba4aec127516104585ab3fc70b5c4d4f7fa3a8.gz ___

patch applied (ghc): Tweak gen_contents_index now dph may not be there

2010-09-21 Thread Ian Lynagh
Mon Sep 20 13:15:13 PDT 2010 Ian Lynagh * Tweak gen_contents_index now dph may not be there M ./libraries/gen_contents_index -3 +6 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100920201513-3fd76-b4d3bf351e12db34ade5e3a67a377ce2a6d1b217.gz

patch applied (ghc): Filter out the FFI library when loading package in ghci

2010-09-21 Thread Ian Lynagh
Mon Sep 20 11:10:32 PDT 2010 Ian Lynagh * Filter out the FFI library when loading package in ghci The FFI GHCi import lib isn't needed as compiler/ghci/Linker.lhs + rts/Linker.c link the interpreted references to FFI to the compiled FFI. We therefore filter it out so that we don't get

pgj2, build 147, Success

2010-09-21 Thread Builder
pgj2, build 147 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/147.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring