simonmar-win32-stable, build 22, Success

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

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

2010-05-20 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 Thu May 20 18:00:01 BST 2010. checking out

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

2010-05-20 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 Thu May 20 18:10:01 BST 2010. checki

pgj, build 41, Success

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

pgj2, build 40, Failure

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

tn23, build 36, Failure

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

Re: Validate broken on OS X

2010-05-20 Thread Roman Leshchinskiy
On 21/05/2010, at 08:51, Thomas Schilling wrote: > Hm, I thought that flag was there in order to make SL-built binaries > work with Leopard. This caused problems with the Haskell Platform, > whose GHC version was built with SL. I don't think it would be a good > idea to break Leopard support jus

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

2010-05-20 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 Thu May 20 19:00:01 BST 2010. **

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

2010-05-20 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 Thu May 20 19:10:01 BST 20

Re: Validate broken on OS X

2010-05-20 Thread Thomas Schilling
Hm, I thought that flag was there in order to make SL-built binaries work with Leopard. This caused problems with the Haskell Platform, whose GHC version was built with SL. I don't think it would be a good idea to break Leopard support just yet. On 20 May 2010 17:57, Ian Lynagh wrote: > On Fr

[patch] Fix constants in PosixSource.h

2010-05-20 Thread Gabor PALI
Hello, I found some problems with rts/PosixSource.h that make the validate script fail on FreeBSD (they emit GCC warnings when compiling the RTS). The reason is that constants are defined with wrong values and in a wrong way. For more information see a recent thread on the freebsd-hackers mailin

Re: [patch] Fix validation problem of Linker.c

2010-05-20 Thread Ian Lynagh
On Wed, May 19, 2010 at 12:34:15PM +0200, Gabor PALI wrote: > > I got a validation error on FreeBSD/i386 for Linker.c. I attach a > tiny patch to fix it, hopefully other systems will like it too :) Patch applied, thanks! Thanks Ian ___ Cvs-ghc maili

Re: Validate broken on OS X

2010-05-20 Thread Ian Lynagh
On Fri, May 21, 2010 at 01:19:45AM +1000, Roman Leshchinskiy wrote: > > Are you running 10.5? Yes. > The problem seems to be that ghc passes these flags to gcc: > -Wl,-macosx_version_min -Wl,10.5. If I remove them it links ok. In fact, gcc > always seems to pass -macosx_version_min 10.6.3 to c

patch applied (ghc): Don't run "set -o igncr" before configuring libffi

2010-05-20 Thread Ian Lynagh
Thu May 20 09:29:18 PDT 2010 Ian Lynagh * Don't run "set -o igncr" before configuring libffi It used to make the build work on cygwin, but now it breaks it instead: config.status: creating include/Makefile gawk: ./confLqjohp/subs.awk:1: BEGIN {\r gawk: ./confLqjohp/subs.awk:

patch applied (ghc): Stop passing -Wl,-macosx_version_min to gcc

2010-05-20 Thread Ian Lynagh
Thu May 20 08:40:03 PDT 2010 Ian Lynagh * Stop passing -Wl,-macosx_version_min to gcc Fixes a build failure on OS X 10.6. When linking rts/dist/build/libHSrts-ghc6.13.20100519.dylib we got ld: symbol dyld_stub_binding_helper not defined (usually in crt1.o/dylib1.o/bundle1.o)

simonmar-win32-stable, build 21, Failure

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

Re: Validate broken on OS X

2010-05-20 Thread Roman Leshchinskiy
On 21/05/2010, at 00:17, Ian Lynagh wrote: > On Thu, May 20, 2010 at 11:08:45PM +1000, Roman Leshchinskiy wrote: >> On 20/05/2010, at 23:00, Ian Lynagh wrote: >> >>> On Thu, May 20, 2010 at 02:26:08PM +1000, Roman Leshchinskiy wrote: This happens on both 10.5 and 10.6. It dies with: >>

simonmar-win32-stable, build 20, Incomplete

2010-05-20 Thread Builder
simonmar-win32-stable, build 20 Build incomplete Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/20.html Build incomplete Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/20.html ___ Cvs-ghc mai

patch applied (ghc): Fix build on FreeBSD; patch from Gabor PALI

2010-05-20 Thread Ian Lynagh
Wed May 19 07:05:52 PDT 2010 Ian Lynagh * Fix build on FreeBSD; patch from Gabor PALI M ./rts/Linker.c -3 +4 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100519140552-3fd76-4ce02aebf7455a698a3c0a1cce10b64e2ba876c2.gz __

Re: Validate broken on OS X

2010-05-20 Thread Ian Lynagh
On Thu, May 20, 2010 at 11:08:45PM +1000, Roman Leshchinskiy wrote: > On 20/05/2010, at 23:00, Ian Lynagh wrote: > > > On Thu, May 20, 2010 at 02:26:08PM +1000, Roman Leshchinskiy wrote: > >> This happens on both 10.5 and 10.6. It dies with: > >> > >> ld: symbol dyld_stub_binding_helper not defin

Re: Validate broken on OS X

2010-05-20 Thread Roman Leshchinskiy
On 20/05/2010, at 23:00, Ian Lynagh wrote: > On Thu, May 20, 2010 at 02:26:08PM +1000, Roman Leshchinskiy wrote: >> This happens on both 10.5 and 10.6. It dies with: >> >> ld: symbol dyld_stub_binding_helper not defined (usually in >> crt1.o/dylib1.o/bundle1.o) >> collect2: ld returned 1 exit st

Re: Validate broken on OS X

2010-05-20 Thread Ian Lynagh
On Thu, May 20, 2010 at 02:26:08PM +1000, Roman Leshchinskiy wrote: > This happens on both 10.5 and 10.6. It dies with: > > ld: symbol dyld_stub_binding_helper not defined (usually in > crt1.o/dylib1.o/bundle1.o) > collect2: ld returned 1 exit status Someone else in #ghc saw this, but validate w