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

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

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

2011-08-10 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 Wed Aug 10 18:00:01 BST 2011. checking out new source tree

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

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

pgj2 (amd64 FreeBSD HEAD), build 443, Success

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

Re: [commit: ghc] master: default to using @note for saving the linker opts (someone mentioned (f0191c5)

2011-08-10 Thread Sergei Trofimovich
On Wed, 10 Aug 2011 04:03:30 -0700 Simon Marlow wrote: > commit f0191c559d683b5bac12243c0db3b780b684799e > Author: Simon Marlow > Date: Wed Aug 10 10:02:55 2011 +0100 > > default to using @note for saving the linker opts (someone mentioned > that it wasn't working on Alpha, because we

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

2011-08-10 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 Wed Aug 10 18:10:01 BST 2011. checking out new source tree

pgj (x86 FreeBSD HEAD), build 445, Success

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

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

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

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

2011-08-10 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 Wed Aug 10 18:00:01 BST 2011. checking out new source

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

2011-08-10 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 Wed Aug 10 18:10:01 BST 2011. checking out new s

tn23 (x86 OSX HEAD), build 411, Failure

2011-08-10 Thread Builder
tn23 (x86 OSX HEAD), build 411 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/411.html git clone | Success create mk/build.mk | Success get subrepos | Failure: Just (ExitFailure 2) Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/411

[commit: testsuite] master: Update ghcpkg01 for changes to safe haskell (23965ee)

2011-08-10 Thread David Terei
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/23965ee7480137fe5039a6404063820a3e0b9243 >--- commit 23965ee7480137fe5039a6404063820a3e0b9243 Author: David Ter

Re: validate test failures

2011-08-10 Thread David Terei
On 10 August 2011 03:18, Manuel M T Chakravarty wrote: > So, now we are down to two failures: > >> Unexpected failures: >>    cabal                  ghcpkg01 [bad stdout] (normal) >>    concurrent/should_run  numsparks001 [bad exit code] (threaded1) > > For ghcpkg01, I get > Oops! Thanks, this is

Re: ARM support for the LLVM backend

2011-08-10 Thread Karel Gardas
Warning! This is just a work in progress, but for those wanting to give it a try I've added some info here[1]. Also if you are interested to see some preliminary benchmark results (just nofib), they are posted here[2]. Karel [1]: http://hackage.haskell.org/trac/ghc/wiki/Building/ARMLinuxGnuE

RE: ARM support for the LLVM backend

2011-08-10 Thread Simon Peyton-Jones
Great work -- thank you Stephen and Karel. Simon | -Original Message- | From: cvs-ghc-boun...@haskell.org [mailto:cvs-ghc-boun...@haskell.org] On Behalf Of | Manuel M T Chakravarty | Sent: 10 August 2011 13:16 | To: GHC | Cc: Stephen Blackheath [to LLVM-dev] | Subject: ARM support for th

[PATCH] Mark stack of 'rts/AdjustorAsm.S' as nonexecutable on linux

2011-08-10 Thread slyich
From: Sergei Trofimovich Gentoo's scanelf program found executable stack in many resulting binaries: * RWX --- --- home/prefix/gentoo/usr/lib/ghc-7.2.1/ghc * !WX --- --- home/prefix/gentoo/usr/lib/ghc-7.2.1/libHSrts.a:AdjustorAsm.o More info can be found here: http://www.gentoo.org/proj/en/hard

[commit: ghc] ghc-7.2: Set RELEASE back to NO (bc2de0b)

2011-08-10 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/bc2de0b1fb885c73fbed33025a6eafcca2c9bb82 >--- commit bc2de0b1fb885c73fbed33025a6eafcca2c9bb82 Author: Ian Lynagh Da

[commit: ghc] ghc-7.2: Tell sync-all about the "tag" command (e9ba407)

2011-08-10 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/e9ba407d3842d18ae85fcc27708ceeb35b9ad6b3 >--- commit e9ba407d3842d18ae85fcc27708ceeb35b9ad6b3 Author: Ian Lynagh Da

Re: validate test failures

2011-08-10 Thread Manuel M T Chakravarty
Simon Peyton-Jones: > This is Duncan. He's working on it; to quote: > > | Mm. > | > | I'll see what my extra tracing turns up. I may not have time to look at > | this today. I've got a couple deadlines today. > > Maybe turn to expect_broken to avoid discombobulation? It sounds as if he wil

ARM support for the LLVM backend

2011-08-10 Thread Manuel M T Chakravarty
I just pushed the work of Stephen Blackheath and Karel Gardas with, I believe, advise from David that adds ARM support to the LLVM backend and RTS. The ARM backend is dependent on a patch to LLVM, which will eventually be submitted upstream, but there is currently still a question about the idea

[commit: ghc] master: fix ARM/LLVM target data layout specification together with target triple (0ce75cf)

2011-08-10 Thread Manuel Chakravarty
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/0ce75cf91d0d7beb082543345c5c9f2789073ffe >--- commit 0ce75cf91d0d7beb082543345c5c9f2789073ffe Author: Karel Gardas D

[commit: ghc] : make StgReturn and cas functions Thumb friendly (226541c)

2011-08-10 Thread Manuel Chakravarty
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : http://hackage.haskell.org/trac/ghc/changeset/226541c418258e486399a6ebe3814bdac99af461 >--- commit 226541c418258e486399a6ebe3814bdac99af461 Author: Karel Gardas Date:

[commit: ghc] : implement ARMv6/7 specific xchg function (330dff3)

2011-08-10 Thread Manuel Chakravarty
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : http://hackage.haskell.org/trac/ghc/changeset/330dff34ddc45eb0adc8d098a55f491cce0ea108 >--- commit 330dff34ddc45eb0adc8d098a55f491cce0ea108 Author: Karel Gardas Date:

[commit: ghc] : LLVM: set target data layout for arm-unknown-linux triplet (1e85268)

2011-08-10 Thread Manuel Chakravarty
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : http://hackage.haskell.org/trac/ghc/changeset/1e85268bdbd58ed070cb20add469b2f5b9bfe6e6 >--- commit 1e85268bdbd58ed070cb20add469b2f5b9bfe6e6 Author: Karel Gardas Date:

[commit: ghc] : Stephen Blackheath's GHC/ARM registerised port (e446425)

2011-08-10 Thread Manuel Chakravarty
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : http://hackage.haskell.org/trac/ghc/changeset/e44642590550547675bffd37d395008eb978f119 >--- commit e44642590550547675bffd37d395008eb978f119 Author: Karel Gardas Date:

[commit: ghc] : RTS: fix xchg/cas fcns to invoke memory barrier on ARMv7 platform (a9b455c)

2011-08-10 Thread Manuel Chakravarty
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : http://hackage.haskell.org/trac/ghc/changeset/a9b455c4b6960d47d31e769052104a4a4fc26cf0 >--- commit a9b455c4b6960d47d31e769052104a4a4fc26cf0 Author: Karel Gardas Date:

[commit: ghc] master: Warning police (242b2de)

2011-08-10 Thread Manuel Chakravarty
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/242b2de0661e8bbab709cad2ed558b703ae77a0c >--- commit 242b2de0661e8bbab709cad2ed558b703ae77a0c Author: Manuel M T Chak

[commit: ghc] : implement ARMv7 specific memory barriers (b0538fd)

2011-08-10 Thread Manuel Chakravarty
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : http://hackage.haskell.org/trac/ghc/changeset/b0538fd43a8d813dff50dbdde493d099b753e0e8 >--- commit b0538fd43a8d813dff50dbdde493d099b753e0e8 Author: Karel Gardas Date:

[commit: ghc] master: RTS: fix pushWSDeque to invoke write barrier when element is added (9ebdbb2)

2011-08-10 Thread Manuel Chakravarty
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/9ebdbb27a8b26a424cab8916f5f0c2388af2ce2d >--- commit 9ebdbb27a8b26a424cab8916f5f0c2388af2ce2d Author: Karel Gardas D

[commit: ghc] master: Avoid call-clobbered registers (fa04068)

2011-08-10 Thread Manuel Chakravarty
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/fa0406830b8c757ebaf3b0e8a1ca7967f7e0c9c7 >--- commit fa0406830b8c757ebaf3b0e8a1ca7967f7e0c9c7 Author: Manuel M T Chak

[commit: ghc] master: disable for now ARM specific target data layout and triple (5cf87b4)

2011-08-10 Thread Manuel Chakravarty
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/5cf87b43993f5fd2884755cd16268c2f40572026 >--- commit 5cf87b43993f5fd2884755cd16268c2f40572026 Author: Karel Gardas D

[commit: ghc] master: ARMv5 compatibility for registerized runtime changes. (f7a7050)

2011-08-10 Thread Manuel Chakravarty
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/f7a70506bc252d72628ea81faa20df8030923790 >--- commit f7a70506bc252d72628ea81faa20df8030923790 Author: Stephen Blackhe

[commit: ghc] : add support for STG floating-point regs using VFPv3 (454b34c)

2011-08-10 Thread Manuel Chakravarty
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : http://hackage.haskell.org/trac/ghc/changeset/454b34cb3b67dec21f023339c4d53d734af7605d >--- commit 454b34cb3b67dec21f023339c4d53d734af7605d Author: Karel Gardas Date:

[commit: ghc] master: default to using @note for saving the linker opts (someone mentioned (f0191c5)

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

[commit: ghc] master: Disable saving the linker options in the binary on Solaris (#5382). (d7ca829)

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

[commit: ghc] master: Fail configure if Alex 3 is found. Haddock doesn't build with Alex 3 (a0d1b8a)

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

RE: validate test failures

2011-08-10 Thread Simon Peyton-Jones
| > Stderr: | > numsparks001: internal error: ASSERTION FAILED: file rts/Schedule.c, line 1473 | > | > (GHC version 7.3.20110809 for x86_64_apple_darwin) | > Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug | > | > *** unexpected failure for numsparks001(threaded1) |

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

2011-08-10 Thread Ian Lynagh
New patches in /srv/darcs/git-mirrors/containers commit 2575ba6eec15ef99c046c7e09a8ab879f8b21376 Merge: 770fbc3... 667591b... Author: Milan Straka Date: Tue Aug 9 11:50:00 2011 -0700 Merge pull request #2 from dterei/master fix mistake in last patch commit 667591b168c804d3eeae50

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

2011-08-10 Thread Ian Lynagh
New patches in /srv/darcs/git-mirrors/pretty commit 036fb8dfbb9d4a787fcd150c2756b4899be4e942 Author: David Terei Date: Tue Aug 9 10:42:17 2011 -0700 Fix conditional pragma to work with 6.12 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://ww

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

2011-08-10 Thread Ian Lynagh
New patches in /srv/darcs/git-mirrors/terminfo commit dac00883aa432f3bd5883ed37cb9acdab1c6193d Author: Judah Jacobson Date: Wed Aug 10 03:55:33 2011 + Bump version to 0.3.2.1. commit 786d6d58c35506a499289d9330287a259f7e85b4 Author: David Terei Date: Tue Aug 9 21:03:55 2011 +

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

2011-08-10 Thread Ian Lynagh
New patches in /srv/darcs/git-mirrors/random commit f9a348ff46e92d64b70f026109765bbfd63000fd Merge: eda121f... 3fb0e9e... Author: Ryan Newton Date: Mon Aug 8 20:51:50 2011 -0700 Merge pull request #1 from dterei/master Patch for random to use Safe Haskell commit 3fb0e9e42b54d7b0

Re: validate test failures

2011-08-10 Thread Manuel M T Chakravarty
So, now we are down to two failures: > Unexpected failures: >cabal ghcpkg01 [bad stdout] (normal) >concurrent/should_run numsparks001 [bad exit code] (threaded1) For ghcpkg01, I get > Actual stdout output differs from expected: > --- ./cabal/ghcpkg01.stdout 2011-07-27

Re: validate test failures

2011-08-10 Thread Manuel M T Chakravarty
David Terei: > The Safe Haskell ones have been fixed a couple of hours back, if you > pull the latest testsuite but are getting failure let me know. One of my repos somehow forgot which remote it was tracking, which stopped ./sync-all prematurely — so, it didn't pull all repos. Sorry, Manuel >

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

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

Re: validate test failures

2011-08-10 Thread David Terei
The Safe Haskell ones have been fixed a couple of hours back, if you pull the latest testsuite but are getting failure let me know. Cheers, David On 9 August 2011 22:03, Manuel M T Chakravarty wrote: > A few days ago, I had zero failures on OS X, now I have > >> Unexpected passes: >>    th/TH_re