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

2010-03-14 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 Sun Mar 14 18:10:01 GMT 2010. checki

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

2010-03-14 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 Sun Mar 14 19:10:01 GMT 20

Re: Can't find patches linked to messages

2010-03-14 Thread Ian Lynagh
On Sun, Mar 14, 2010 at 04:45:56PM -0700, Howard B. Golden wrote: > > When I click on the link to find the patch below, I get a 404 Not Found. > Is this a problem on my end or on the darcs server? > > > http://darcs.haskell.org/ghc/_darcs/patches/20100314140847-3fd76-f74b42b1cbb2e96736fc61107c158

Can't find patches linked to messages

2010-03-14 Thread Howard B. Golden
Hi, When I click on the link to find the patch below, I get a 404 Not Found. Is this a problem on my end or on the darcs server? If it works OK for others, please suggest how I can troubleshoot on my end. Thanks! Howard On Sunday March 14, 2010, cvs-ghc-requ...@haskell.org wrote: > Message: 2 >

Re: building ghc needs ghci?

2010-03-14 Thread Don Stewart
kili: > ghc-stage2: panic! (the 'impossible' happened) > (GHC version 6.13.20100314 for x86_64-unknown-openbsd): > Cant do annotations without GHCi > {59:20-31}ghc-6.13.20100314:SpecConstr.NoSpecConstr{d rap} > > Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug

building ghc needs ghci?

2010-03-14 Thread Matthias Kilian
This can't be true: "inplace/bin/ghc-stage2" -H32m -O-package-name dph-seq-0.4.0 -hide-all-packages -i -ilibraries/dph/dph-seq/../dph-common -ilibraries/dph/dph-seq/dist-install/build -ilibraries/dph/dph-seq/dist-install/build/autogen -Ilibraries/dph/dph-seq/dist-install/build -Ilibrari

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

2010-03-14 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 Sun Mar 14 18:00:01 GMT 2010. checking out

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

2010-03-14 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 Sun Mar 14 19:00:01 GMT 2010. **

patch applied (testsuite): Use -rtsopts for the outofmem2 test

2010-03-14 Thread Ian Lynagh
Sun Mar 14 10:34:03 PDT 2010 Ian Lynagh * Use -rtsopts for the outofmem2 test M ./tests/ghc-regress/rts/Makefile -1 +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20100314173403-3fd76-ba94b4dbed9a3a72411ac93745f4fbc5b79dbe85.gz ___

patch applied (testsuite): Always use -rtsopts when compiling things with GHC

2010-03-14 Thread Ian Lynagh
Sun Mar 14 10:19:50 PDT 2010 Ian Lynagh * Always use -rtsopts when compiling things with GHC M ./config/ghc -1 +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20100314171950-3fd76-be217cc33a06bbda4f862bc1aaf86005c793f8a3.gz

patch applied (testsuite): Update the rtsOpts test now that RTS options are off by default

2010-03-14 Thread Ian Lynagh
Sun Mar 14 10:23:40 PDT 2010 Ian Lynagh * Update the rtsOpts test now that RTS options are off by default M ./tests/ghc-regress/driver/Makefile -2 +2 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20100314172340-3fd76-492729899fed8b9964569fc33ff77d953c6936c7.gz

patch applied (ghc): When compiling with GHC >= 6.13, use -rtsopts

2010-03-14 Thread Ian Lynagh
Sun Mar 14 10:20:18 PDT 2010 Ian Lynagh * When compiling with GHC >= 6.13, use -rtsopts M ./configure.ac +2 M ./mk/config.mk.in +2 M ./rules/package-config.mk +10 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20100314172018-3fd76-6ac50108852a536a30129170378ab6f52f

patch applied (ghc): Don't enable RTS options by default

2010-03-14 Thread Ian Lynagh
Sun Mar 14 06:36:48 PDT 2010 Ian Lynagh * Don't enable RTS options by default M ./compiler/main/DynFlags.hs -1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20100314133648-3fd76-9469e1efa4390a5066d1d9de91afccac706dac42.gz ___ C

patch applied (ghc): Document the new RTS linker flags

2010-03-14 Thread Ian Lynagh
Sun Mar 14 07:08:47 PDT 2010 Ian Lynagh * Document the new RTS linker flags M ./docs/users_guide/flags.xml +15 M ./docs/users_guide/runtime_control.xml -2 +18 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20100314140847-3fd76-f74fb42b1cbb2e96736fc61107c158cd0258956b.g