[nightly] 07-Aug-2009 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2009-08-07 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 Fri Aug 7 18:00:02 BST 2009. checking out

[nightly] 07-Aug-2009 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2009-08-07 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 Fri Aug 7 19:00:01 BST 2009. ***

Re: Profiling build breaks

2009-08-07 Thread Ian Lynagh
On Tue, Jul 14, 2009 at 09:49:04AM +1000, Manuel M T Chakravarty wrote: > Building the HEAD with profiling breaks on Mac OS X (but probably not an > OS dependent problem) - validate wouldn't pick this up as it doesn't > build profiling libraries: > > "inplace/bin/ghc-stage1" -prof -H32m -O-pa

Re: patch applied (ghc): Add a kludge to fix building shared libs

2009-08-07 Thread Simon Marlow
Ian Lynagh wrote: Fri Aug 7 06:07:31 PDT 2009 Ian Lynagh * Add a kludge to fix building shared libs The .dyn_hi files currently depend on the .dyn_hi files of modules that they import. But they actually want the .hi files of modules from another package.This we make the .dyn_hi files d

Re: patch: __hscore_-wrappers needed for NetBSD

2009-08-07 Thread Ian Lynagh
On Thu, Aug 06, 2009 at 10:50:43PM +0200, Krister Walfridsson wrote: > The attached patches add wrappers for utime and select. > > Fixes 21 testsuite errors on NetBSD 5.99. Great, thanks! I've applied it. Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@ha

patch applied (ghc): FIX BUILD: Remove harmful dnls and identifier typo in aclocal.m4

2009-08-07 Thread Ian Lynagh
Fri Jul 31 18:23:35 PDT 2009 Alexander Dunlap * FIX BUILD: Remove harmful dnls and identifier typo in aclocal.m4 Ignore-this: 825b21e13d4b3f04fab91bf07f4e693b M ./aclocal.m4 -4 +4 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090801012335-e80da-3b07217d83e3008a81c0388

patch applied (/haskell/ghc): Clarify OS X Xcode requirements

2009-08-07 Thread Ian Lynagh
Fri Aug 7 15:26:56 EDT 2009 Ian Lynagh * Clarify OS X Xcode requirements M ./download_ghc_6_10_4.html -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (/haskell/ghc): Add more Solaris gcc info to the 6.10.4 download page

2009-08-07 Thread Ian Lynagh
Fri Aug 7 13:40:32 EDT 2009 Ian Lynagh * Add more Solaris gcc info to the 6.10.4 download page M ./download_ghc_6_10_4.html +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (/haskell/ghc): Recommend gtar on Solaris

2009-08-07 Thread Ian Lynagh
Fri Aug 7 13:14:07 EDT 2009 Ian Lynagh * Recommend gtar on Solaris M ./download_ghc_6_10_4.html +12 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: patch applied (ghc): add #include (hopefully fixes OS X build)

2009-08-07 Thread Ian Lynagh
On Fri, Aug 07, 2009 at 09:11:05AM +0100, Simon Marlow wrote: >> >> PS: If you need an account on a macos box, let me know. > > Ian has one. Ian - would you mind validating the above change? I've fixed the build on OS X. Thanks Ian ___ Cvs-ghc mailin

patch applied (ghc): Fix the build on OS X

2009-08-07 Thread Ian Lynagh
Fri Aug 7 08:21:51 PDT 2009 Ian Lynagh * Fix the build on OS X M ./includes/rts/FileLock.h +4 M ./rts/Adjustor.c -8 +11 M ./rts/PosixSource.h +10 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090807152151-3fd76-8d10b2c9baca48dbba57c333eee7bda08016855f.gz _

patch applied (ghc): Add -r option to darcs-all, and remove push-all (#3375)

2009-08-07 Thread Ian Lynagh
Mon Aug 3 03:44:13 PDT 2009 Simon Marlow UNDO: Add -r option to darcs-all, and remove push-all (#3375) Ignore-this: 6871c15294113898902be90210d9a7a9 Contributed by: selio...@gmail.com This patch modifies darcs-all to have feature parity with push-all by recognizing two new optio

patch applied (ghc): Add a kludge to fix building shared libs

2009-08-07 Thread Ian Lynagh
Fri Aug 7 06:07:31 PDT 2009 Ian Lynagh * Add a kludge to fix building shared libs The .dyn_hi files currently depend on the .dyn_hi files of modules that they import. But they actually want the .hi files of modules from another package.This we make the .dyn_hi files depend on the .hi fil

patch applied (ghc): Leave dyn in GhcLibWays when validating

2009-08-07 Thread Ian Lynagh
Thu Aug 6 17:54:45 PDT 2009 Ian Lynagh * Leave dyn in GhcLibWays when validating M ./mk/validate-settings.mk -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090807005445-3fd76-0aebe15c0a33f8e63154c909abfceaab2b6efa01.gz

patch applied (ghc): Build shared library support by default on platforms that support it

2009-08-07 Thread Ian Lynagh
Thu Aug 6 09:43:20 PDT 2009 Ian Lynagh * Build shared library support by default on platforms that support it M ./configure.ac -30 M ./mk/config.mk.in -1 +6 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090806164320-3fd76-b6bf5ee6c76f240c4eec30438e348e5066c76bdc.gz

Re: patch applied (ghc): add #include (hopefully fixes OS X build)

2009-08-07 Thread Simon Marlow
On 07/08/2009 00:56, Manuel M T Chakravarty wrote: No, that doesn't fix it. The error aries in FileLock.h, not FileLock.c - more specifically, it is in includes/rts/FileLock.c (which is included from includes/Rts.h): In file included from includes/Rts.h:171, from includes/mkDerivedConstants.c