GHC HEAD broken on OS X

After doing a 'git pull origin master && ./sync-all pull origin master', I get the following build failure when stage1 attempts to compile the RTS code: http://paste.debian.net/121097/ A quick glance at the errors seem to indicate this work is related to the new events stuff for GHC. Duncan was working on this last I think - is anybody else experiencing this failure? -- Regards, Austin

On Monday 27 June 2011, 05:52:42, austin seipp wrote:
After doing a 'git pull origin master && ./sync-all pull origin master', I get the following build failure when stage1 attempts to compile the RTS code:
http://paste.debian.net/121097/
A quick glance at the errors seem to indicate this work is related to the new events stuff for GHC. Duncan was working on this last I think - is anybody else experiencing this failure?
Works on linux x86_64 (the build fails elsewhere, cf. http://hackage.haskell.org/trac/ghc/ticket/5276, unless I specify THREADS=1).

See http://www.haskell.org/pipermail/cvs-ghc/2011-June/063399.html austin seipp:
After doing a 'git pull origin master && ./sync-all pull origin master', I get the following build failure when stage1 attempts to compile the RTS code:
http://paste.debian.net/121097/
A quick glance at the errors seem to indicate this work is related to the new events stuff for GHC. Duncan was working on this last I think - is anybody else experiencing this failure?
-- Regards, Austin
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Thanks for the heads up Manuel,
On Mon, Jun 27, 2011 at 2:22 AM, Manuel M T Chakravarty
See http://www.haskell.org/pipermail/cvs-ghc/2011-June/063399.html
austin seipp:
After doing a 'git pull origin master && ./sync-all pull origin master', I get the following build failure when stage1 attempts to compile the RTS code:
http://paste.debian.net/121097/
A quick glance at the errors seem to indicate this work is related to the new events stuff for GHC. Duncan was working on this last I think - is anybody else experiencing this failure?
-- Regards, Austin
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
-- Regards, Austin
participants (3)
-
austin seipp
-
Daniel Fischer
-
Manuel M T Chakravarty