Re: [Haskell-cafe] haskell compiler on NetBSD amd64

2008-06-01 Thread Donn Cave
On Sat, 10 May 2008 10:35:12 +0100 Emil Skoeldberg [EMAIL PROTECTED] wrote: On Fri, May 09, 2008 at 10:21:19PM -0700, Donn Cave wrote: So here I am with 64 bit Athlon hardware, running amd64 NetBSD (a.k.a. x86_64), reasonably motivated to compile Haskell. So, we are in the same boat

Re: [Haskell-cafe] haskell compiler on NetBSD amd64

2008-06-01 Thread Don Stewart
donn: On Sat, 10 May 2008 10:35:12 +0100 Emil Skoeldberg [EMAIL PROTECTED] wrote: On Fri, May 09, 2008 at 10:21:19PM -0700, Donn Cave wrote: So here I am with 64 bit Athlon hardware, running amd64 NetBSD (a.k.a. x86_64), reasonably motivated to compile Haskell. So, we are in

Re: [Haskell-cafe] haskell compiler on NetBSD amd64

2008-06-01 Thread Donn Cave
On Sun, 1 Jun 2008 19:34:10 -0700 Don Stewart [EMAIL PROTECTED] wrote: Great work, let's get it up on the download page, http://haskell.org/ghc/download_ghc_682.html Suits me, but now that I've had a chance to compile a little more Haskell with it, I think I might like to fix up a

Re: [Haskell-cafe] haskell compiler on NetBSD amd64

2008-05-11 Thread Matthias Kilian
On Sat, May 10, 2008 at 03:03:39PM -0700, Don Stewart wrote: I've to admit that the ghc port for OpenBSD is a little bit weird ;-) (but not as weird as my current work on ghc-6.8 for OpenBSD) What's your plan for the OpenBSD port, Kili? * Proper bootstrapping from .hc files. * Think

Re: [Haskell-cafe] haskell compiler on NetBSD amd64

2008-05-11 Thread Don Stewart
kili: On Sat, May 10, 2008 at 03:03:39PM -0700, Don Stewart wrote: I've to admit that the ghc port for OpenBSD is a little bit weird ;-) (but not as weird as my current work on ghc-6.8 for OpenBSD) What's your plan for the OpenBSD port, Kili? * Proper bootstrapping from .hc

Re: [Haskell-cafe] haskell compiler on NetBSD amd64

2008-05-11 Thread Donn Cave
On Sat, 10 May 2008 23:59:18 +0200 Matthias Kilian [EMAIL PROTECTED] wrote: Here you go: http://openbsd.dead-parrot.de/distfiles/ghc-6.6.1-amd64-unknown-openbsd-hc.tar.bz2 Thanks, I have managed to build a stage1/ghc-6.6.1 with those, which is a start even if it does immediately core dump.

Re: [Haskell-cafe] haskell compiler on NetBSD amd64

2008-05-11 Thread Don Stewart
donn: On Sat, 10 May 2008 23:59:18 +0200 Matthias Kilian [EMAIL PROTECTED] wrote: Here you go: http://openbsd.dead-parrot.de/distfiles/ghc-6.6.1-amd64-unknown-openbsd-hc.tar.bz2 Thanks, I have managed to build a stage1/ghc-6.6.1 with those, which is a start even if it does

Re: [Haskell-cafe] haskell compiler on NetBSD amd64

2008-05-10 Thread Emil Skoeldberg
On Fri, May 09, 2008 at 10:21:19PM -0700, Donn Cave wrote: So here I am with 64 bit Athlon hardware, running amd64 NetBSD (a.k.a. x86_64), reasonably motivated to compile Haskell. From what I make of the porting instructions, So, we are in the same boat then! my only hope is to install

Re: [Haskell-cafe] haskell compiler on NetBSD amd64

2008-05-10 Thread Don Stewart
emil.skoldberg: On Fri, May 09, 2008 at 10:21:19PM -0700, Donn Cave wrote: So here I am with 64 bit Athlon hardware, running amd64 NetBSD (a.k.a. x86_64), reasonably motivated to compile Haskell. From what I make of the porting instructions, So, we are in the same boat then! my only

Re: [Haskell-cafe] haskell compiler on NetBSD amd64

2008-05-10 Thread Matthias Kilian
On Sat, May 10, 2008 at 12:13:16PM -0700, Don Stewart wrote: I wonder if it is still possible to use the .hc files already generated for the OpenBSD/amd64 port, and use those to do the port to NetBSD/amd64. http://www.openbsd.org/cgi-bin/cvsweb/ports/lang/ghc/ If nobody tries,

Re: [Haskell-cafe] haskell compiler on NetBSD amd64

2008-05-10 Thread Donn Cave
On Sat, 10 May 2008 12:13:16 -0700 Don Stewart [EMAIL PROTECTED] wrote: I wonder if it is still possible to use the .hc files already generated for the OpenBSD/amd64 port, and use those to do the port to NetBSD/amd64. http://www.openbsd.org/cgi-bin/cvsweb/ports/lang/ghc/ That

Re: [Haskell-cafe] haskell compiler on NetBSD amd64

2008-05-10 Thread Matthias Kilian
On Sat, May 10, 2008 at 02:36:43PM -0700, Donn Cave wrote: I wonder if it is still possible to use the .hc files already generated for the OpenBSD/amd64 port, and use those to do the port to NetBSD/amd64. http://www.openbsd.org/cgi-bin/cvsweb/ports/lang/ghc/ That sounds fine

Re: [Haskell-cafe] haskell compiler on NetBSD amd64

2008-05-10 Thread Don Stewart
kili: http://openbsd.dead-parrot.de/distfiles/ghc-6.6.1-amd64-unknown-openbsd-hc.tar.bz2 I've to admit that the ghc port for OpenBSD is a little bit weird ;-) (but not as weird as my current work on ghc-6.8 for OpenBSD) What's your plan for the OpenBSD port, Kili? as apparently 6.8 is

[Haskell-cafe] haskell compiler on NetBSD amd64

2008-05-09 Thread Donn Cave
So here I am with 64 bit Athlon hardware, running amd64 NetBSD (a.k.a. x86_64), reasonably motivated to compile Haskell. From what I make of the porting instructions, my only hope is to install FreeBSD-amd64 on another partition and download the 6.6.1 ghc for that platform, use it to generate .hc