pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 381, Success

2011-10-13 Thread Builder
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 381 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/381.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting v

[nightly] 13-Oct-2011 build of HEAD on i386-unknown-linux (cam-02-unx)

2011-10-13 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx) 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 Oct 13 18:00:02 BST 2011. checking out new source tree

Re: [PRELIMINARY PATCH] rts/Linker.c for ARM

2011-10-13 Thread Karel Gardas
On 10/14/11 12:52 AM, Ben Gamari wrote: On Thu, 13 Oct 2011 19:02:24 +0200, Karel Gardas wrote: OK! Quick testing reveals: Loading package ghc-prim ... linking ... ghc-stage2: /export/home/karel/vcs/ghc-src/bgamari-ghc-arm-linker/libraries/ghc-prim/dist-install/build/HSghc-prim-0.2.0.0.o: ARM

Re: Name clash errors during stage 2 compile of Foreign.Marshal.Alloc

2011-10-13 Thread Karel Gardas
Hi Ben, what's wrong is your build.mk file. I'm using: GhcLibWays = v SplitObjs = NO HADDOCK_DOCS = NO BUILD_DOCBOOK_HTML = NO BUILD_DOCBOOK_PS = NO BUILD_DOCBOOK_PDF = NO here and it's working well. Last GHC/LLVM/HEADs testsuite results are: OVERALL SUMMARY for test run st

pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 364, Success

2011-10-13 Thread Builder
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 364 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/364.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting versi

[nightly] 13-Oct-2011 build of STABLE on i386-unknown-linux (cam-02-unx)

2011-10-13 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx) 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 Oct 13 18:10:02 BST 2011. checking out new source tree

pgj2 (amd64 FreeBSD HEAD), build 499, Failure

2011-10-13 Thread Builder
pgj2 (amd64 FreeBSD HEAD), build 499 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/499.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | S

Re: Name clash errors during stage 2 compile of Foreign.Marshal.Alloc

2011-10-13 Thread Ben Gamari
On Thu, 13 Oct 2011 20:38:31 +0200, Karel Gardas wrote: > -fvia-C means you are building unregisterised build. Perhaps, you might > try registerised build or even that was your intention? For this you > will need to apply my submitted patch or do this yourself... > I must say, I think I must b

pgj (x86 FreeBSD HEAD), build 501, Failure

2011-10-13 Thread Builder
pgj (x86 FreeBSD HEAD), build 501 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/501.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Succe

tn23 (x86 OSX HEAD), build 456, Failure

2011-10-13 Thread Builder
tn23 (x86 OSX HEAD), build 456 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/456.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success

[nightly] 13-Oct-2011 build of HEAD on x86_64-unknown-linux (cam-04-unx)

2011-10-13 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 Thu Oct 13 18:00:02 BST 2011. checking out new source

[nightly] 13-Oct-2011 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2011-10-13 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 Thu Oct 13 18:10:01 BST 2011. checking out new s

kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 372, Failure

2011-10-13 Thread Builder
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 372 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/372.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting

Re: [PRELIMINARY PATCH] rts/Linker.c for ARM

2011-10-13 Thread Ben Gamari
On Thu, 13 Oct 2011 19:02:24 +0200, Karel Gardas wrote: > OK! Quick testing reveals: > > Loading package ghc-prim ... linking ... ghc-stage2: > /export/home/karel/vcs/ghc-src/bgamari-ghc-arm-linker/libraries/ghc-prim/dist-install/build/HSghc-prim-0.2.0.0.o: > > ARM to Thumb transition unsuppo

Re: Name clash errors during stage 2 compile of Foreign.Marshal.Alloc

2011-10-13 Thread Ben Gamari
On Thu, 13 Oct 2011 20:38:31 +0200, Karel Gardas wrote: > > Hi Ben, > > -fvia-C means you are building unregisterised build. Perhaps, you might > try registerised build or even that was your intention? For this you > will need to apply my submitted patch or do this yourself... > I've been tr

Re: Name clash errors during stage 2 compile of Foreign.Marshal.Alloc

2011-10-13 Thread Karel Gardas
Hi Ben, -fvia-C means you are building unregisterised build. Perhaps, you might try registerised build or even that was your intention? For this you will need to apply my submitted patch or do this yourself... FYI: I'm just testing GHC HEAD with LLVM HEAD, where GHC HEAD is: commit bcab1273

Re: [PRELIMINARY PATCH] rts/Linker.c for ARM

2011-10-13 Thread Karel Gardas
On 10/13/11 08:22 PM, Ben Gamari wrote: On Thu, 13 Oct 2011 19:02:24 +0200, Karel Gardas wrote: On 10/13/11 05:28 PM, Ben Gamari wrote: Also to get to this stage I needed to apply attached patch. However I'm not sure I got `A' definition right hence just commenting out #ifdefs Thanks fo

Name clash errors during stage 2 compile of Foreign.Marshal.Alloc

2011-10-13 Thread Ben Gamari
While compiling the master branch on my ARM machine, I ran into the following error. It seems that the Alloc.hs defines functions named free, malloc, and realloc, which then clash with the built-in functions of the same name. Any ideas what to do here? Thanks. Cheers, - Ben [1] Error: "inplace

Re: [PRELIMINARY PATCH] rts/Linker.c for ARM

2011-10-13 Thread Ben Gamari
On Thu, 13 Oct 2011 19:02:24 +0200, Karel Gardas wrote: > On 10/13/11 05:28 PM, Ben Gamari wrote: > >> Also to get to this stage I needed to apply attached patch. However I'm > >> not sure I got `A' definition right hence just commenting out #ifdefs > >> > > Thanks for pointing this out. A ac

simonmar-win32-head (x86 Windows HEAD), build 412, Failure

2011-10-13 Thread Builder
simonmar-win32-head (x86 Windows HEAD), build 412 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/412.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Suc

Re: [PRELIMINARY PATCH] rts/Linker.c for ARM

2011-10-13 Thread Karel Gardas
On 10/13/11 05:28 PM, Ben Gamari wrote: Also to get to this stage I needed to apply attached patch. However I'm not sure I got `A' definition right hence just commenting out #ifdefs Thanks for pointing this out. A actually shouldn't appear at all in this code, it's just the variable that ap

Re: [PRELIMINARY PATCH] rts/Linker.c for ARM

2011-10-13 Thread Ben Gamari
On Thu, 13 Oct 2011 08:21:53 +0200, Karel Gardas wrote: > Great! It looks like few are still unhandled -- see my email with relocs > listings, for example ghc-prim load now fails on R_ARM_REL32 it seems: > Excellent, this is progress. I've implemented R_ARM_REL32. If I am correct, the only thin

[commit: ghc] master: Include -optc options in mkExtraCObj (#5528) (bcab127)

2011-10-13 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/bcab1273dcb58199001e225eca1708e6648a3bb4 >--- commit bcab1273dcb58199001e225eca1708e6648a3bb4 Author: Simon Marlow D

New patches in /srv/darcs/git-mirrors/Cabal

2011-10-13 Thread Ian Lynagh
New patches in /srv/darcs/git-mirrors/Cabal commit 6e93fe64e61c1f18ba5a08baccd3495dd54078b4 Author: Johan Tibell Date: Wed Oct 12 21:00:35 2011 + Install phase pulls in benchmark dependencies when necessary commit 0e4ec6330bbf78e012bedf978e784bc723a7897a Author: Johan Tibell Date:

New patches in /srv/darcs/git-mirrors/Win32

2011-10-13 Thread Ian Lynagh
New patches in /srv/darcs/git-mirrors/Win32 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

simonmar-win32-stable (x86 Windows STABLE), build 344, Success

2011-10-13 Thread Builder
simonmar-win32-stable (x86 Windows STABLE), build 344 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/344.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version d