Re: Github push hook failure: "can't push to the refs/pull/* hierarchy"

2011-06-27 Thread Max Bolingbroke
On 25 June 2011 19:19, Johan Tibell wrote: > Perhaps not. Just asking if they intend to support --mirror would be useful. I've used the contact form on their website to ask. Let's see what they say. Max ___ Cvs-ghc mailing list Cvs-ghc@haskell.org htt

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

2011-06-27 Thread Builder
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 281 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/281.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date

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

2011-06-27 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 Mon Jun 27 18:00:01 BST 2011. checking out new source tree

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

2011-06-27 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 Mon Jun 27 18:10:01 BST 2011. checking out new source tree

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

2011-06-27 Thread Builder
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 264 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/264.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date | S

pgj2 (amd64 FreeBSD HEAD), build 399, Success

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

pgj (x86 FreeBSD HEAD), build 401, Success

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

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

2011-06-27 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 Mon Jun 27 18:00:01 BST 2011. checking out new source

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

2011-06-27 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 Mon Jun 27 18:10:01 BST 2011. checking out new s

Re: GCC, Mac OS X & the future

2011-06-27 Thread David Peixotto
I'll take a look at getting the llvm-gcc route going by switching the gct variable to use pthread_getspecific() on mac os x. I can do some benchmarking to measure the impact. I was playing around just to get the compilation to succeed. After a small change in STGCRun.c, the compile went through

kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 272, Failure

2011-06-27 Thread Builder
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 272 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/272.html git clone | Success create mk/build.mk | Success get subrepos | Failure: Just (ExitFailure 2) Build failed Details:

mbolingbroke (x86 OSX HEAD), build 117, Failure

2011-06-27 Thread Builder
mbolingbroke (x86 OSX HEAD), build 117 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/mbolingbroke/117.html git clone | Failure: Just (ExitFailure 128) Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/mbolingbroke/117.html Cloning into build... error: Could

Re: [commit: ghc] master: Fix gcc 4.6 warnings; fixes #5176 (0a6f26f)

2011-06-27 Thread Ian Lynagh
On Mon, Jun 27, 2011 at 05:19:14PM +1000, Manuel M T Chakravarty wrote: > > AFAICS, this fix or something similar won't work with gcc 4.2. I did > experiment with inline functions when writing the original DTrace code and > abandoned that in favour of CPP macros because it didn't work. If some

Re: [commit: ghc] master: Fix gcc 4.6 warnings; fixes #5176 (0a6f26f)

2011-06-27 Thread Ian Lynagh
On Mon, Jun 27, 2011 at 03:53:54PM +1000, Ben Lippmeier wrote: > > Something scary at Trace.h:244 > > - #define dtraceStartup(num_caps)\ > + INLINE_HEADER void dtraceStartup (int n_caps) { > HASKELLEVENT_STARTUP(num_caps) > +} > > > Breaks the build under OSX: Sorry about that; fixed.

[commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (530e081)

2011-06-27 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/530e081362b2d95bdc073c68ab1caccaac778f78 >--- commit 530e081362b2d95bdc073c68ab1caccaac778f78 Merge: 65fc37a... 7a406

[commit: ghc] master: Fix build on OS X: Correct silly errors in Trace.h (676bc14)

2011-06-27 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/676bc14e3a49fbc2e9a8343c65a56455c4e5e303 >--- commit 676bc14e3a49fbc2e9a8343c65a56455c4e5e303 Author: Ian Lynagh Dat

[commit: ghc] master: Merge branch 'master' of mac:ghc/git/val32/. (65fc37a)

2011-06-27 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/65fc37a798cb3220b32eee6fb2115301f112a015 >--- commit 65fc37a798cb3220b32eee6fb2115301f112a015 Merge: 690f7ec... 676bc

[commit: ghc] master: trac #5265 (support for additional .ghci files) (991f141)

2011-06-27 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/991f141989940c897cb2fc3dba7b5b49342d402a >--- commit 991f141989940c897cb2fc3dba7b5b49342d402a Author: Sam Anklesaria

[commit: ghc] master: The patch fixes recognition of 'softfloat' targets as valid: (690f7ec)

2011-06-27 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/690f7ec4cd51cee854cb2bd57f53cbb7d7167038 >--- commit 690f7ec4cd51cee854cb2bd57f53cbb7d7167038 Author: Sergei Trofimov

[commit: ghc] master: oops, fix the x86 version of the code in here. I validated on the (7a4063e)

2011-06-27 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/7a4063e9797735da6c490b559c1e89b7d52e4614 >--- commit 7a4063e9797735da6c490b559c1e89b7d52e4614 Author: Simon Marlow D

[commit: ghc] master: Keep the C stack pointer 16-byte aligned on all x86 platforms, not just Mac OS X (#5250). (e1c9a4f)

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

[commit: ghc] master: add missing cases for ArchARM (8ca18a4)

2011-06-27 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/8ca18a4294a3d0f01a8ae6aad5fa4087d19173a4 >--- commit 8ca18a4294a3d0f01a8ae6aad5fa4087d19173a4 Author: Simon Marlow D

[commit: ghc] master: Fix to use %note instead of @note as an ELF section note on ARM architecture (32300c3)

2011-06-27 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/32300c3218a7003231e043f2e52a85a22460d59f >--- commit 32300c3218a7003231e043f2e52a85a22460d59f Author: Karel Gardas D

[commit: ghc] master: Fix strftime string in fingerprint script (5a0b377)

2011-06-27 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/5a0b3770789058ea6a24da592944ed85b9a4aebd >--- commit 5a0b3770789058ea6a24da592944ed85b9a4aebd Author: David M Peixott

[commit: ghc] ghc-7.2: Bump version number (515e6a6)

2011-06-27 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/515e6a6602ff97d88345d6d4f7ba2be34ba3255d >--- commit 515e6a6602ff97d88345d6d4f7ba2be34ba3255d Author: Ian Lynagh Da

Re: [commit: testsuite] master: Improve a comment (c7b96c9)

2011-06-27 Thread Simon Marlow
On 24/06/2011 01:11, Ian Lynagh wrote: Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/c7b96c91e82f2b8cabc10eb26997ef4b6c6c65b5 --- commit c7b96c91e82f2b8c

[commit: haddock] ghc-7.2's head updated: Bump GHC dep to allow 7.2 (5ca76f4)

2011-06-27 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/haddock Branch 'ghc-7.2' now includes: 5ca76f4... Bump GHC dep to allow 7.2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

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

2011-06-27 Thread Ian Lynagh
New patches in /srv/darcs/git-mirrors/random commit aaae8071cb1b9db87643ccfb786fc88033025ef9 Author: Ryan Newton Date: Sun Jun 26 23:51:11 2011 -0400 Minor: using unsafeDupablePerformIO to be more fair to MWC. commit 290fc9f6a2b0a790883f282f6da60d997a11e8f6 Author: Ryan Newton Date: S

Libraries

2011-06-27 Thread Simon Peyton-Jones
Ian Looking at http://hackage.haskell.org/trac/ghc/wiki/Commentary/Libraries, the "Repository locations" section, many packages, like ghc.git for example, don't have a git upstream repo. They only have the master in GHC. I'd suggest removing them from the 'git upstream'column. Also some repo

Bytestring cabal file

2011-06-27 Thread Simon Peyton-Jones
Bytestring is failing thus: Presumably the bytestring.cabal file needs hands laid on it to remove the -fno-method-sharing flag for a sufficiently late GHC Could someone do that? Simon : Failing due to -Werror. on the commandline: Warning: -fno-method-sharing is deprecated: doesn't do any

Re: [commit: ghc] master: Fix gcc 4.6 warnings; fixes #5176 (0a6f26f)

2011-06-27 Thread Manuel M T Chakravarty
[Sorry for duplicated, wrong sender email at first.] I think that patch should be backed out. DTrace support is currently for OS X and OS X will never see anything beyond GCC 4.2 (due to the change to GPL3 after that version and Apple's (understandable) paranoia of patents). So, I don't see w