tn23, build 142, Success

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

[nightly] 25-Sep-2010 build of HEAD on i386-unknown-linux (cam-02-unx)

2010-09-25 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 Sat Sep 25 18:00:01 BST 2010. checking out new source tree

pgj, build 152, Success

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

[nightly] 25-Sep-2010 build of STABLE on i386-unknown-linux (cam-02-unx)

2010-09-25 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 Sat Sep 25 18:10:01 BST 2010. checking out new source tree

mbolingbroke, build 26, Success

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

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

2010-09-25 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 Sat Sep 25 18:00:01 BST 2010. checking out new source

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

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

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

2010-09-25 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 Sat Sep 25 18:10:01 BST 2010. checking out new s

Re: Build fails after new vector package configuration patch

2010-09-25 Thread Ian Lynagh
On Sat, Sep 25, 2010 at 02:41:25PM +, Simon Peyton-Jones wrote: > I got that too. It turned out that in my build.mk I had GhcLibWays = v, and > I think for some reason it may need way 'dyn' too. > > I don't know whether this is expected behaviour. Simon, Ian? Hopefully fixed properly now.

patch applied (ghc): Fix the TH deps

2010-09-25 Thread Ian Lynagh
Sat Sep 25 14:00:29 PDT 2010 Ian Lynagh * Fix the TH deps M ./ghc.mk -1 +7 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100925210029-3fd76-bb2de202c1d7bef43dd804fa1e47b229f3194482.gz ___ Cvs-ghc

sipb, build 6, Incomplete

2010-09-25 Thread Builder
sipb, build 6 Build incomplete Details: http://darcs.haskell.org/ghcBuilder/builders/sipb/6.html Build incomplete Details: http://darcs.haskell.org/ghcBuilder/builders/sipb/6.html ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mai

RE: Build fails after new vector package configuration patch

2010-09-25 Thread Simon Peyton-Jones
yes I had that patch, and I got the same error that Vivian saw | -Original Message- | From: cvs-ghc-boun...@haskell.org [mailto:cvs-ghc-boun...@haskell.org] On Behalf | Of Ian Lynagh | Sent: 25 September 2010 14:45 | To: Vivian McPhail | Cc: cvs-ghc@haskell.org | Subject: Re: Build

RE: Build fails after new vector package configuration patch

2010-09-25 Thread Simon Peyton-Jones
I got that too. It turned out that in my build.mk I had GhcLibWays = v, and I think for some reason it may need way 'dyn' too. I don't know whether this is expected behaviour. Simon, Ian? S From: cvs-ghc-boun...@haskell.org [mailto:cvs-ghc-boun...@haskell.org] On Behalf Of Vivian McPhail Sen

Re: Build fails after new vector package configuration patch

2010-09-25 Thread Corey O'Connor
I had to ./darcs-all get to make sure I had primitive and vector in the libraries. -Corey O'Connor coreyocon...@gmail.com http://www.coreyoconnor.com On Sat, Sep 25, 2010 at 4:53 AM, Vivian McPhail < haskell.vivian.mcph...@gmail.com> wrote: > Hi, > > on linux x86_64 ghc HEAD of September 24: >

Re: Build fails after new vector package configuration patch

2010-09-25 Thread Ian Lynagh
Hi Vivian, On Sun, Sep 26, 2010 at 12:22:05AM +1200, Vivian McPhail wrote: > > I discovered I now need "primitive" installed as a package. You mean in the bootstrapping compiler? That shouldn't make any difference. Do you have this patch?: Thu Sep 23 23:02:44 BST 2010 Ian Lynagh * Add dep

patch applied (testsuite): Fix reading the --info outputs on Windows

2010-09-25 Thread Ian Lynagh
Sat Sep 25 05:09:27 PDT 2010 Ian Lynagh * Fix reading the --info outputs on Windows M ./config/ghc +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h=20100925120927-3fd76-9a953fff85d428da431ecaf7bf9522fb75e65c25.gz ___

patch applied (ghc-7.0/testsuite): Fix reading the --info outputs on Windows

2010-09-25 Thread Ian Lynagh
Sat Sep 25 05:09:27 PDT 2010 Ian Lynagh * Fix reading the --info outputs on Windows M ./config/ghc +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/testsuite;a=darcs_commitdiff;h=20100925120927-3fd76-9a953fff85d428da431ecaf7bf9522fb75e65c25.gz ___

Re: Build fails after new vector package configuration patch

2010-09-25 Thread Vivian McPhail
Apologies, I discovered I now need "primitive" installed as a package. Vivian On 25 September 2010 23:53, Vivian McPhail wrote: > Hi, > > on linux x86_64 ghc HEAD of September 24: > > Early in the build process there are a number of "missing .hi" errors > followed by "ignoring." Later I get t

Build fails after new vector package configuration patch

2010-09-25 Thread Vivian McPhail
Hi, on linux x86_64 ghc HEAD of September 24: Early in the build process there are a number of "missing .hi" errors followed by "ignoring." Later I get the following error: "inplace/bin/ghc-stage2" -H64m -O0 -fasm-package-name primitive-0.3.1 -hide-all-packages -i -ilibraries/primitive/.