(Compile ghc 6.7) Cannot find package base

2007-08-12 Thread Mads Lindstrøm
Hi all I tried compiling ghc 6.7 during the night. I used the following script: #!/bin/bash rm -rf $HOME/ghc darcs get --partial http://darcs.haskell.org/ghc cd ghc chmod +x darcs-all ./darcs-all get ./darcs-all --extra get sh boot ./configure --prefix=$HOME echo

Re: (Compile ghc 6.7) Cannot find package base

2007-08-12 Thread Stefan O'Rear
On Sun, Aug 12, 2007 at 10:05:17AM +0200, Mads Lindstrøm wrote: Hi all I tried compiling ghc 6.7 during the night. I used the following script: ... Failed to load interface for `System.IO': Use -v to see a list of the files searched for. ghc-6.7.20070810: panic! (the

Re: (Compile ghc 6.7) Cannot find package base

2007-08-12 Thread Ian Lynagh
On Sun, Aug 12, 2007 at 10:05:17AM +0200, Mads Lindstrøm wrote: Is this really a bug or am I doing something wrong? Thanks for the report; it was a bug. Now fixed in the HEAD. By the way, problems with the HEAD are best reported on the [EMAIL PROTECTED] list. Thanks Ian