Re: ANNOUNCE: GHC 6.12.3 Release Candidate 1

2010-06-17 Thread Ian Lynagh
On Thu, Jun 03, 2010 at 09:25:16PM -0400, Paul Jarc wrote: Ian Lynagh wrote: We are pleased to announce the first release candidate for GHC 6.12.3: There's a small build problem, also present in earlier 6.12 versions. The gzip program uses the $GZIP environment variable, which I have set

Re: ANNOUNCE: GHC 6.12.3 Release Candidate 1

2010-06-03 Thread Paul Jarc
Ian Lynagh wrote: We are pleased to announce the first release candidate for GHC 6.12.3: There's a small build problem, also present in earlier 6.12 versions. The gzip program uses the $GZIP environment variable, which I have set in my environment. This conflicts with the GZIP Makefile variable

Re: ANNOUNCE: GHC 6.12.3 Release Candidate 1

2010-06-02 Thread Simon Marlow
On 29/05/2010 15:07, Matthias Kilian wrote: On Fri, May 28, 2010 at 10:05:36PM +0100, Simon Marlow wrote: hReady002(ghci) == did not investigate yet. failure details below This one is a known failure right now (I need to clean it up). Good to know. Thanks for the info.

Re: ANNOUNCE: GHC 6.12.3 Release Candidate 1

2010-06-01 Thread Ian Lynagh
On Mon, May 31, 2010 at 12:38:56PM +0100, Barney Stratford wrote: Any ideas? Have you tried running the testsuite, to see if you can find a small failing program? I'd try the ffi tests first, e.g.: cd testsuite/tests/ghc-regress/ffi make CLEANUP=1 SKIPWAY=ghci Thanks Ian

Re: ANNOUNCE: GHC 6.12.3 Release Candidate 1

2010-05-29 Thread Matthias Kilian
On Fri, May 28, 2010 at 10:05:36PM +0100, Simon Marlow wrote: hReady002(ghci) == did not investigate yet. failure details below This one is a known failure right now (I need to clean it up). Good to know. Thanks for the info. num009(normal,optc,hpc,optasm,ghci) == no

Re: ANNOUNCE: GHC 6.12.3 Release Candidate 1

2010-05-28 Thread Simon Marlow
On 27/05/10 20:35, Matthias Kilian wrote: Unexpected failures: concprog001(ghci) == out of memory (probably harmless) getUserEntryForName(normal,optc,hpc,optasm,ghci) == known (by me) issue. probably a bug/incompatibility in OpenBSD

Re: ANNOUNCE: GHC 6.12.3 Release Candidate 1

2010-05-27 Thread Christian Maeder
Axel Simon schrieb: Hi Ian, I can build this version on Mac OS X 10.5 and compile Gtk2Hs against it. All concurrency demos work and the more complicated demos work that trigger several levels of callbacks (to C and back to Haskell). 1. I could not install gtk2hs-0.11.0 under x86 Solaris.

Re: ANNOUNCE: GHC 6.12.3 Release Candidate 1

2010-05-27 Thread Andy Stewart
Hi Christian, Christian Maeder christian.mae...@dfki.de writes: Axel Simon schrieb: Hi Ian, I can build this version on Mac OS X 10.5 and compile Gtk2Hs against it. All concurrency demos work and the more complicated demos work that trigger several levels of callbacks (to C and back to

Re: ANNOUNCE: GHC 6.12.3 Release Candidate 1

2010-05-27 Thread Axel Simon
On 27.05.2010, at 16:28, Christian Maeder wrote: Axel Simon schrieb: Hi Ian, I can build this version on Mac OS X 10.5 and compile Gtk2Hs against it. All concurrency demos work and the more complicated demos work that trigger several levels of callbacks (to C and back to Haskell). 1. I

Re[2]: [Gtk2hs-users] ANNOUNCE: GHC 6.12.3 Release Candidate 1

2010-05-27 Thread Bulat Ziganshin
Hello Axel, Thursday, May 27, 2010, 8:42:08 PM, you wrote: - you use -threaded to compile your program - you only use postGUISync and postGUIAsync from threads different to the Gtk2Hs thread Is this true? If yes, I'll give you an elaboration on how threads are supposed to work in Gtk+ (I

Re: Re[2]: [Gtk2hs-users] ANNOUNCE: GHC 6.12.3 Release Candidate 1

2010-05-27 Thread Axel Simon
On 27.05.2010, at 19:50, Bulat Ziganshin wrote: Hello Axel, Thursday, May 27, 2010, 8:42:08 PM, you wrote: - you use -threaded to compile your program - you only use postGUISync and postGUIAsync from threads different to the Gtk2Hs thread Is this true? If yes, I'll give you an

Re: ANNOUNCE: GHC 6.12.3 Release Candidate 1

2010-05-27 Thread Matthias Kilian
On Sun, May 23, 2010 at 07:42:21PM +0100, Ian Lynagh wrote: We are pleased to announce the first release candidate for GHC 6.12.3: [...] Please test as much as possible; bugs are much cheaper if we find them before the release! Here are some test results on OpenBSD/amd64, with an 800 MB data

Re: ANNOUNCE: GHC 6.12.3 Release Candidate 1

2010-05-25 Thread Jens Petersen
On 24 May 2010 04:42, Ian Lynagh ig...@earth.li wrote: We are pleased to announce the first release candidate for GHC 6.12.3: I did a test build for Fedora 14 (in development): http://koji.fedoraproject.org/koji/taskinfo?taskID=2208629 I also ran the current testsuite release fast on x86_64

Re: ANNOUNCE: GHC 6.12.3 Release Candidate 1

2010-05-24 Thread Axel Simon
Hi Ian, I can build this version on Mac OS X 10.5 and compile Gtk2Hs against it. All concurrency demos work and the more complicated demos work that trigger several levels of callbacks (to C and back to Haskell). Cheers, Axel On May 23, 2010, at 20:42, Ian Lynagh wrote: Hi all, We are

ANNOUNCE: GHC 6.12.3 Release Candidate 1

2010-05-23 Thread Ian Lynagh
Hi all, We are pleased to announce the first release candidate for GHC 6.12.3: http://www.haskell.org/ghc/dist/6.12.3-rc1/ As well as the source tarball: ghc-6.12.2.20100521-src.tar.bz2 there are installers for Windows (i386) and OS X (i386), and binary distributions for x86_64/Linux