ghc 6.10.1 on freebsd 7 amd64 - ghci problems

2008-11-26 Thread Markus Barenhoff
Hi! Because the ports seem not to get updated, I tried to compile ghc 6.10.1 under freebsd 7 on amd64 myself. For compiling I first used the ports ghc version (6.8.3) and then, in a second try I used the self build 6.10.1 to build it again. I added building of api docs with: $ echo "HADDOCK_DOCS

Re: ghc 6.10.1 on freebsd 7 amd64 - ghci problems

2008-11-26 Thread Brandon S. Allbery KF8NH
On 2008 Nov 26, at 9:30, Markus Barenhoff wrote: Because the ports seem not to get updated, I tried to compile ghc 6.10.1 under freebsd 7 on amd64 myself. For compiling I first used the ports ghc The tree's not being updated because 64-bit on freebsd doesn't work yet, as you found. I beli

Re: ghc 6.10.1 on freebsd 7 amd64 - ghci problems

2008-11-27 Thread Simon Marlow
Brandon S. Allbery KF8NH wrote: On 2008 Nov 26, at 9:30, Markus Barenhoff wrote: Because the ports seem not to get updated, I tried to compile ghc 6.10.1 under freebsd 7 on amd64 myself. For compiling I first used the ports ghc The tree's not being updated because 64-bit on freebsd doesn't wor

Re: ghc 6.10.1 on freebsd 7 amd64 - ghci problems

2008-11-27 Thread Markus Barenhoff
On Thu 27.11 09:49, Simon Marlow wrote: > Brandon S. Allbery KF8NH wrote: > >On 2008 Nov 26, at 9:30, Markus Barenhoff wrote: > >>Because the ports seem not to get updated, I tried to compile ghc 6.10.1 > >>under freebsd 7 on amd64 myself. For compiling I first used the ports ghc > > > >The tree's

Re: ghc 6.10.1 on freebsd 7 amd64 - ghci problems

2008-11-28 Thread Simon Marlow
Markus Barenhoff wrote: On Thu 27.11 09:49, Simon Marlow wrote: Brandon S. Allbery KF8NH wrote: On 2008 Nov 26, at 9:30, Markus Barenhoff wrote: Because the ports seem not to get updated, I tried to compile ghc 6.10.1 under freebsd 7 on amd64 myself. For compiling I first used the ports ghc Th

Re: ghc 6.10.1 on freebsd 7 amd64 - ghci problems

2008-12-03 Thread Markus Barenhoff
On Fri 28.11 09:42, Simon Marlow wrote: > Markus Barenhoff wrote: > >On Thu 27.11 09:49, Simon Marlow wrote: Hi! > >I checked out and translated the head version of ghc today from darcs. > >It compiled fine. When I now try to start the ghci I get the following: > > > > snip > >GHCi, ver

Re: ghc 6.10.1 on freebsd 7 amd64 - ghci problems

2008-12-10 Thread Simon Marlow
Markus Barenhoff wrote: On Fri 28.11 09:42, Simon Marlow wrote: Markus Barenhoff wrote: On Thu 27.11 09:49, Simon Marlow wrote: Hi! I checked out and translated the head version of ghc today from darcs. It compiled fine. When I now try to start the ghci I get the following: snip

Re: ghc 6.10.1 on freebsd 7 amd64 - ghci problems

2008-12-12 Thread Markus Barenhoff
On Wed 10.12 13:55, Simon Marlow wrote: Hi! > >>>I checked out and translated the head version of ghc today from darcs. > >>>It compiled fine. When I now try to start the ghci I get the following: > >>> > >>> snip > >>>GHCi, version 6.11.20081126: http://www.haskell.org/ghc/ :? for help

Re: ghc 6.10.1 on freebsd 7 amd64 - ghci problems

2008-12-15 Thread Simon Marlow
Markus Barenhoff wrote: I've updated my source tree today. But now I've problem while compiling the ghc Here is the the build output: [...] /usr/home/alios/src/haskell/ghc/ghc/ghc/stage1-inplace/ghc -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -package-name ghc-6.11.20081211 -hide-all-packages -n

Re: ghc 6.10.1 on freebsd 7 amd64 - ghci problems

2009-01-07 Thread Markus Barenhoff
On Mon 15.12 09:26, Simon Marlow wrote: Hello everyone, a happy new year first of all. > 5.0.2 -package old-time-1.0.0.1 -package process-1.0.1.1 -package > template-haskell-2.3.0.0 -package unix-2.3.1.0 -O -Wall > -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash > -XUnboxedTuple

Re: ghc 6.10.1 on freebsd 7 amd64 - ghci problems

2009-01-08 Thread Simon Marlow
Markus Barenhoff wrote: On Mon 15.12 09:26, Simon Marlow wrote: Hello everyone, a happy new year first of all. 5.0.2 -package old-time-1.0.0.1 -package process-1.0.1.1 -package template-haskell-2.3.0.0 -package unix-2.3.1.0 -O -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHa

Re: ghc 6.10.1 on freebsd 7 amd64 - ghci problems

2009-01-08 Thread Simon Marlow
Markus Barenhoff wrote: On Thu 08.01 12:22, Simon Marlow wrote: Markus Barenhoff wrote: On Mon 15.12 09:26, Simon Marlow wrote: Yesterday I updated my sources to the current darcs version. Now the build works again, but there still seems to exist a problem with memory allocation: --- snip --

Re: ghc 6.10.1 on freebsd 7 amd64 - ghci problems

2009-01-08 Thread Simon Marlow
Simon Marlow wrote: Markus Barenhoff wrote: On Thu 08.01 12:22, Simon Marlow wrote: Markus Barenhoff wrote: On Mon 15.12 09:26, Simon Marlow wrote: Yesterday I updated my sources to the current darcs version. Now the build works again, but there still seems to exist a problem with memory all

Re: ghc 6.10.1 on freebsd 7 amd64 - ghci problems

2009-01-21 Thread Markus Barenhoff
On Thu 08.01 12:22, Simon Marlow wrote: > Markus Barenhoff wrote: > >On Mon 15.12 09:26, Simon Marlow wrote: > >Yesterday I updated my sources to the current darcs version. Now the build > >works > >again, but there still seems to exist a problem with memory allocation: > > > >--- snip --- > > $ g