pgj2, build 145, Success

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

pgj, build 148, Success

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

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

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

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

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

simonmar-win32-head, build 115, Failure

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

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

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

Re: simonmar-win32-head, build 113, Failure

2010-09-18 Thread Ian Lynagh
On Fri, Sep 17, 2010 at 10:56:43PM -0400, Edward Z. Yang wrote: > Manually hacking around this results in another Windows build error: > > 'ghc-stage2.exe: > C:\cygwin\home\ezyang\ghc\libraries\integer-gmp\dist-install\build\HSinteger-gmp-0.2.0.0.o: > unknown symbol `___chkstk'' > > I can't tell

Re: simonmar-win32-head, build 113, Failure

2010-09-18 Thread Ian Lynagh
On Fri, Sep 17, 2010 at 10:52:50PM -0400, Edward Z. Yang wrote: > > C:\cygwin\home\ezyang\ghc\libraries\base\include/HsBase.h \^M Aha, I could reproduce this on cygwin. Now fixed. Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.ha

patch applied (ghc): Add separate functions for querying DynFlag and ExtensionFlag options

2010-09-18 Thread Ian Lynagh
Sat Sep 18 09:38:15 PDT 2010 Ian Lynagh * Add separate functions for querying DynFlag and ExtensionFlag options and remove the temporary DOpt class workaround. M ./compiler/deSugar/DsMonad.lhs -1 +1 M ./compiler/deSugar/Match.lhs -1 +1 M ./compiler/iface/TcIface.lhs -1 +1 M .

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

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

patch applied (testsuite): Add a test for #3972

2010-09-18 Thread Ian Lynagh
Sat Sep 18 06:14:51 PDT 2010 Ian Lynagh * Add a test for #3972 A ./tests/ghc-regress/simplCore/should_run/T3972.hs A ./tests/ghc-regress/simplCore/should_run/T3972A.hs M ./tests/ghc-regress/simplCore/should_run/all.T +3 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.

patch applied (testsuite): Remove spurious "rm -f"s

2010-09-18 Thread Ian Lynagh
Sat Sep 18 05:56:50 PDT 2010 Ian Lynagh * Remove spurious "rm -f"s M ./tests/ghc-regress/simplCore/should_compile/Makefile -3 +3 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h=20100918125650-3fd76-85150eec4f8e464bf359e59e5c4c22254c9a0b02.

patch applied (ghc): Fix build on cygwin: Normalise slashes in .depend files to be /

2010-09-18 Thread Ian Lynagh
Sat Sep 18 06:23:28 PDT 2010 Ian Lynagh * Fix build on cygwin: Normalise slashes in .depend files to be / M ./rules/build-dependencies.mk -1 +7 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100918132328-3fd76-de70a511c8a0b8e46fabaa4247b6ad7f

patch applied (ghc): Fix mkUserGuidePart deps

2010-09-18 Thread Ian Lynagh
Sat Sep 18 07:59:04 PDT 2010 Ian Lynagh * Fix mkUserGuidePart deps We need to directly depend on the stage1 libs. The stage1 compiler lib doesn't depend on them. M ./utils/mkUserGuidePart/ghc.mk -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commi

patch applied (ghc): extra packages info is now read from packages file

2010-09-18 Thread Ian Lynagh
Fri Sep 17 15:44:09 PDT 2010 Ian Lynagh * extra packages info is now read from packages file rather than being repeated in the build system M ./ghc.mk -36 +23 A ./rules/extra-packages.mk View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=2010

patch applied (ghc): Tweak darcs-all

2010-09-18 Thread Ian Lynagh
Fri Sep 17 12:44:35 PDT 2010 Ian Lynagh * Tweak darcs-all M ./darcs-all -1 +26 M ./packages -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100917194435-3fd76-0d09180b3a25d7ba35c3e8fa4e783ed7b475c5bf.gz _

patch applied (ghc): Bump dependencies

2010-09-18 Thread Ian Lynagh
Fri Sep 17 11:36:09 PDT 2010 Ian Lynagh * Bump dependencies M ./compiler/ghc.cabal.in -1 +1 M ./ghc/ghc-bin.cabal.in -1 +1 M ./utils/ghc-pkg/ghc-pkg.cabal -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100917183609-3fd76-06a743d

patch applied (ghc): Library release notes for 7.0.1

2010-09-18 Thread Ian Lynagh
Fri Sep 17 10:48:50 PDT 2010 Ian Lynagh * Library release notes for 7.0.1 M ./docs/users_guide/7.0.1-notes.xml -4 +596 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100917174850-3fd76-dfa2741eb75743103fd98583c9263a0bdaa22d73.gz

Re: i386/OSX build broken

2010-09-18 Thread Ian Lynagh
On Wed, Sep 15, 2010 at 09:59:45AM +0100, Simon Marlow wrote: > > -fPIC should have helped by eliminating relocations from the text and > data sections. Very Strange. Does the dynamic version of the ghc > package link without errors? Yes: -rwxr-xr-x 1 ian staff41M Sep 18 15:30 compi

Re: simonmar-win32-head, build 113, Failure

2010-09-18 Thread shelarcy
Hi, Simon On Sat, 18 Sep 2010 18:05:33 +0900, Simon Peyton-Jones wrote: Simon M and I tripped over that problem last week. I think the solution was to add SymI_NeedsProto(__chkstk) around line 453 of rst/Linker.c But I fear I may have failed to commit a patch. (It's not happe

RE: simonmar-win32-head, build 113, Failure

2010-09-18 Thread Simon Peyton-Jones
Simon M and I tripped over that problem last week. I think the solution was to add SymI_NeedsProto(__chkstk) around line 453 of rst/Linker.c But I fear I may have failed to commit a patch. (It's not happening to me in my laptop build.) More on Monday when Simon M is back Sim

pgj2, build 144, Success

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