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

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

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

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

validate test failures

2011-08-09 Thread Manuel M T Chakravarty
A few days ago, I had zero failures on OS X, now I have > Unexpected passes: >th/TH_recompile TH_recompile (normal) > > Unexpected failures: >cabalghcpkg01 [bad stdout] (normal) >ghci/scripts T4127 [bad stdout] (ghci) >module mod9

pgj2 (amd64 FreeBSD HEAD), build 442, Success

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

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

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

pgj (x86 FreeBSD HEAD), build 444, Success

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

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

2011-08-09 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 Tue Aug 9 18:10:01 BST 2011. checking out new so

tn23 (x86 OSX HEAD), build 410, Failure

2011-08-09 Thread Builder
tn23 (x86 OSX HEAD), build 410 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/410.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/410

Re: windows failures

2011-08-09 Thread David Terei
These safe haskell failures are all fixed now: safeHaskell/check Check01 [exit code 0] (normal) safeHaskell/check/pkg01 ImpSafe01 [exit code 0] (normal) safeHaskell/check/pkg01 ImpSafeOnly03 [exit code 0] (normal) safeHaskell/check/pkg01 safePkg01 [bad std

Re: Safe Haskell validate failure

2011-08-09 Thread David Terei
On 9 August 2011 14:32, Ian Lynagh wrote: > On Tue, Aug 09, 2011 at 09:16:44PM +, Simon Peyton-Jones wrote: >> |  > Or is the patch only in the upstream Cabal? In which case, it should be >> pulled >> |  into the GHC repos before committing, no?  Else validate fails. >> | >> |  No I learnt fr

Re: Safe Haskell validate failure

2011-08-09 Thread Ian Lynagh
On Tue, Aug 09, 2011 at 09:16:44PM +, Simon Peyton-Jones wrote: > | > Or is the patch only in the upstream Cabal? In which case, it should be > pulled > | into the GHC repos before committing, no?  Else validate fails. > | > | No I learnt from my mistake last time (I hope so anyway!) and

RE: Safe Haskell validate failure

2011-08-09 Thread Simon Peyton-Jones
| > Or is the patch only in the upstream Cabal? In which case, it should be pulled | into the GHC repos before committing, no?  Else validate fails. | | No I learnt from my mistake last time (I hope so anyway!) and manually | sync'd our lagging Cabal with upstream after pushing the patch. A

windows failures

2011-08-09 Thread Simon Peyton-Jones
OK the Safe Haskell problem is fixed. Great. I get the following failures on Windows. Soe of them (eg environment001) have been failing for some time. Something Unicode related. The entire test framework has some kind of Python failure. I've seen this before too, but I'm not sure what it me

[commit: testsuite] master: Fix up Safe Haskell tests for recent ghc changes. (fcdb020)

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

Re: Safe Haskell validate failure

2011-08-09 Thread David Terei
On 9 August 2011 11:46, Simon Peyton-Jones wrote: > Thanks > > I've done ./sync-all pull (99% sure).  Should I do anything else? > > Or is the patch only in the upstream Cabal? In which case, it should be > pulled into the GHC repos before committing, no?  Else validate fails. No I learnt from m

RE: Safe Haskell validate failure

2011-08-09 Thread Simon Peyton-Jones
Thanks I've done ./sync-all pull (99% sure). Should I do anything else? Or is the patch only in the upstream Cabal? In which case, it should be pulled into the GHC repos before committing, no? Else validate fails. I'm retrying... some new patches from Cabal do seem to have arrived... maybe

Re: Safe Haskell validate failure

2011-08-09 Thread David Terei
On 9 August 2011 00:34, Simon Peyton-Jones wrote: > I’m getting this on a clean validate on Windows > >     base:Prelude can't be safely imported! The package (base) the module > resides in isn't trusted. > > Any ideas? > You need to pull in a recent path to Cabal. Cheers, David ___

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

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

[commit: ghc] master: Fix conditional pragma to work with 6.12 (2708657)

2011-08-09 Thread David Terei
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/270865785d730eafabc5717bfcfa344a1f8498ad >--- commit 270865785d730eafabc5717bfcfa344a1f8498ad Author: David Terei Da

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

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

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

2011-08-09 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 Tue Aug 9 18:00:01 BST 2011. checking out new source t

[commit: ghc] master: Make the free variable finder in TidyPgm work properly (349b8bb)

2011-08-09 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/349b8bb23e16733875595b6db496080c8bebce49 >--- commit 349b8bb23e16733875595b6db496080c8bebce49 Author: Simon Peyton Jo

Re: [PATCH] Add deprecations status of unGetChan and isEmptyChan to Haddock comment

2011-08-09 Thread Simon Hengel
Hi Ian, > Hmm, I agree the info should be in the docs, but I think it would be > better if haddock extracted the info from the pragma, rather than us > having to repeat ourselves all the time. I agree, we even have a ticket for that [1]. I'd still lean toward "repeating ourselves" until that fe

Re: [PATCH] Add deprecations status of unGetChan and isEmptyChan to Haddock comment

2011-08-09 Thread Ian Lynagh
Hi Simon, On Tue, Aug 09, 2011 at 04:12:26PM +0200, Simon Hengel wrote: > > diff --git a/Control/Concurrent/Chan.hs b/Control/Concurrent/Chan.hs > > --- |Put a data item back onto a channel, where it will be the next item read. > +-- |Note: This operation is deprecated. > +-- If you need this

[PATCH] Add deprecations status of unGetChan and isEmptyChan to Haddock comment

2011-08-09 Thread Simon Hengel
--- Control/Concurrent/Chan.hs | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Control/Concurrent/Chan.hs b/Control/Concurrent/Chan.hs index 23b21bb..2906367 100644 --- a/Control/Concurrent/Chan.hs +++ b/Control/Concurrent/Chan.hs @@ -109,7 +109,11 @@ dupChan (

[commit: ghc] master: Fix an x86 code generation bug (#5393). In fact, there were two bugs (95755da)

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

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

2011-08-09 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

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

2011-08-09 Thread Ian Lynagh
New patches in /srv/darcs/git-mirrors/containers commit 770fbc3c2776970ec5e3127dd1a6e21d55f00e63 Merge: 963049d... 7d478dc... Author: Milan Straka Date: Mon Aug 8 23:22:33 2011 -0700 Merge pull request #1 from dterei/master patch for containers to use Safe Haskell commit 7d478dc

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

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

Safe Haskell validate failure

2011-08-09 Thread Simon Peyton-Jones
I'm getting this on a clean validate on Windows base:Prelude can't be safely imported! The package (base) the module resides in isn't trusted. Any ideas? Simon "inplace/bin/ghc-stage1.exe" -H32m -O -Wall -Werror -H64m -O0 -package-name old-locale-1.0.0.3 -hide-all-packages -i -ilibrar