Re: more binary dists Re: ANNOUNCE: GHC version 6.10.4

2009-07-28 Thread Ian Lynagh
On Mon, Jul 27, 2009 at 10:39:07AM +0200, Christian Maeder wrote: Ian Lynagh wrote: On Fri, Jul 24, 2009 at 04:39:53PM +0200, Christian Maeder wrote: eval works, but abspath does not! Does make give the expected abspath error with this patch to testsuite/? Yes: -bash-3.00$ gmake

Re: more binary dists Re: ANNOUNCE: GHC version 6.10.4

2009-07-27 Thread Christian Maeder
Ian Lynagh wrote: On Fri, Jul 24, 2009 at 04:39:53PM +0200, Christian Maeder wrote: eval works, but abspath does not! Does make give the expected abspath error with this patch to testsuite/? Yes: -bash-3.00$ gmake mk/boilerplate.mk:12: *** Your make does not support abspath. You need GNU

Re: more binary dists Re: ANNOUNCE: GHC version 6.10.4

2009-07-26 Thread Ian Lynagh
On Fri, Jul 24, 2009 at 05:18:43PM +0200, Christian Maeder wrote: Ian Lynagh wrote: On Wed, Jul 22, 2009 at 11:35:07AM +0200, Christian Maeder wrote: Ian Lynagh wrote: == The (Interactive) Glasgow Haskell Compiler --

Re: more binary dists Re: ANNOUNCE: GHC version 6.10.4

2009-07-26 Thread Ian Lynagh
On Fri, Jul 24, 2009 at 04:39:53PM +0200, Christian Maeder wrote: Ian Lynagh wrote: This error refers to the line $(eval $(call canonicalise,PREFIX)) in timeout/Makefile. Hmm, this test: - HAVE_EVAL := NO $(eval HAVE_EVAL := YES) ifeq $(HAVE_EVAL) NO

Re: more binary dists Re: ANNOUNCE: GHC version 6.10.4

2009-07-25 Thread Christian Maeder
Christian Maeder wrote: For some reason a ghc-mtl was built when compiling from source. Also haskeline-0.6.1.5, terminfo and test is no package later on. This test-1.0 package contains module A and was installed by test case cabal01(normal) that failed with the Syntax: tar {c|r|t|u|x} error and

Re: more binary dists Re: ANNOUNCE: GHC version 6.10.4

2009-07-24 Thread Simon Marlow
On 22/07/2009 10:35, Christian Maeder wrote: For sparc-solaris 10 I could not run the testsuite (with GNU Make 3.80) What went wrong? (Maybe someone can explain the bad testsuite results.) Could you publish the results? Cheers, Simon

Re: more binary dists Re: ANNOUNCE: GHC version 6.10.4

2009-07-24 Thread Christian Maeder
Simon Marlow wrote: On 22/07/2009 10:35, Christian Maeder wrote: For sparc-solaris 10 I could not run the testsuite (with GNU Make 3.80) What went wrong? Building went ok, despite the following warning at the end of ./configure: WARNING: It looks like gmake is GNU make 3.80. This version

Re: more binary dists Re: ANNOUNCE: GHC version 6.10.4

2009-07-24 Thread Simon Marlow
On 22/07/2009 10:35, Christian Maeder wrote: (Maybe someone can explain the bad testsuite results.) My comments begin with SDM: below: = 2469(ghci) cd ./ffi/should_run '/export/local1/home/maeder/haskell/ghc-6.10.4/ghc/stage2-inplace/ghc' -fforce-recomp -dcore-lint -dcmm-lint

Re: more binary dists Re: ANNOUNCE: GHC version 6.10.4

2009-07-24 Thread Christian Maeder
Simon Marlow wrote: SDM: I'd guess your gmp.h is dropping definitions for some inline functions into the code. gmp for ghc was taking from the ghc-sources, but maybe my gcc uses /usr/local/include/gmp.h nevertheless (because that's a system path). +tcfail126.hs:11:0: +Failed to load

Re: more binary dists Re: ANNOUNCE: GHC version 6.10.4

2009-07-24 Thread Simon Marlow
On 24/07/2009 13:19, Christian Maeder wrote: Simon Marlow wrote: SDM: I'd guess your gmp.h is dropping definitions for some inline functions into the code. gmp for ghc was taking from the ghc-sources, but maybe my gcc uses /usr/local/include/gmp.h nevertheless (because that's a system path).

Re: more binary dists Re: ANNOUNCE: GHC version 6.10.4

2009-07-24 Thread Christian Maeder
Simon Marlow wrote: SDM: I don't have a ghc-mtl library. Where does that come from? I see ghc-mtl for the first time, too. It's probably in your user package DB, installed as a dependency of something else. The testsuite should be ignoring your user package DB; I'll fix that. For some

Re: more binary dists Re: ANNOUNCE: GHC version 6.10.4

2009-07-24 Thread Ian Lynagh
On Fri, Jul 24, 2009 at 12:46:25PM +0200, Christian Maeder wrote: Simon Marlow wrote: On 22/07/2009 10:35, Christian Maeder wrote: For sparc-solaris 10 I could not run the testsuite (with GNU Make 3.80) What went wrong? Building went ok, despite the following warning at the end of

Re: more binary dists Re: ANNOUNCE: GHC version 6.10.4

2009-07-24 Thread Christian Maeder
Ian Lynagh wrote: This error refers to the line $(eval $(call canonicalise,PREFIX)) in timeout/Makefile. Hmm, this test: - HAVE_EVAL := NO $(eval HAVE_EVAL := YES) ifeq $(HAVE_EVAL) NO $(error Your make does not support eval. You need GNU make = 3.80) endif

Re: more binary dists Re: ANNOUNCE: GHC version 6.10.4

2009-07-24 Thread Christian Maeder
Ian Lynagh wrote: On Wed, Jul 22, 2009 at 11:35:07AM +0200, Christian Maeder wrote: Ian Lynagh wrote: == The (Interactive) Glasgow Haskell Compiler -- version 6.10.4

Re: more binary dists Re: ANNOUNCE: GHC version 6.10.4

2009-07-24 Thread Christian Maeder
Christian Maeder wrote: Could you also remove (or correct) the line It needs libncurses.5.dylib and libgmp.3.dylib under /opt/local/lib/ for both Mac dists, because I've included gmp statically. Please also correct: My PowerPC dists works on Leopard only not on Tiger! Christian

Re: more binary dists Re: ANNOUNCE: GHC version 6.10.4

2009-07-24 Thread Christian Maeder
Ian Lynagh wrote: On Wed, Jul 22, 2009 at 11:35:07AM +0200, Christian Maeder wrote: Ian Lynagh wrote: == The (Interactive) Glasgow Haskell Compiler -- version 6.10.4

more binary dists Re: ANNOUNCE: GHC version 6.10.4

2009-07-22 Thread Christian Maeder
Ian Lynagh wrote: == The (Interactive) Glasgow Haskell Compiler -- version 6.10.4 == Packages will appear as they are built - if the package for your system isn't

Re: more binary dists Re: ANNOUNCE: GHC version 6.10.4

2009-07-22 Thread Christian Maeder
P.S. before installing the Haskell-Platform look at http://trac.haskell.org/haskell-platform/ticket/74 and take measures to avoid loosing your profiling libs. (Either by not re-installing the listed packages or by re-installing them with profiling switched on.) Cheers Christian Maeder wrote:

Re: more binary dists Re: ANNOUNCE: GHC version 6.10.4

2009-07-22 Thread Bulat Ziganshin
Hello Christian, Wednesday, July 22, 2009, 1:35:07 PM, you wrote: http://www.informatik.uni-bremen.de/agbkb/forschung/formal_methods/CoFI/hets/pc-solaris/ghcs/ghc-6.10.4-i386-unknown-solaris2.tar.bz2 is it compatible with OpenSolaris too? if so, it's great, my users asks about

Re: more binary dists Re: ANNOUNCE: GHC version 6.10.4

2009-07-22 Thread Christian Maeder
Bulat Ziganshin wrote: Hello Christian, Wednesday, July 22, 2009, 1:35:07 PM, you wrote: http://www.informatik.uni-bremen.de/agbkb/forschung/formal_methods/CoFI/hets/pc-solaris/ghcs/ghc-6.10.4-i386-unknown-solaris2.tar.bz2 is it compatible with OpenSolaris too? if so, it's great, my

ANNOUNCE: GHC version 6.10.4

2009-07-16 Thread Ian Lynagh
== The (Interactive) Glasgow Haskell Compiler -- version 6.10.4 == The GHC Team is pleased to announce a new patchlevel release of GHC. This release contains a number

Re: ANNOUNCE: GHC version 6.10.4

2009-07-16 Thread Yitzchak Gale
   The (Interactive) Glasgow Haskell Compiler -- version 6.10.4 How to get it        http://www.haskell.org/ghc/ I have a few comments about the Distribution Packages page that is linked from there: http://www.haskell.org/ghc/distribution_packages.html Debian: Remove the line Newer packages