(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 Checkpoint make
  make
  echo Checkpoint make install
  make install

but when I run ghci I get:

  GHCi, version 6.7.20070810: http://www.haskell.org/ghc/  :? for help
  
  interactive:1:22:
  Failed to load interface for `System.IO':
Use -v to see a list of the files searched for.
  
  interactive:1:22:
  Failed to load interface for `System.IO':
Use -v to see a list of the files searched for.
  
  interactive:1:22:
  Failed to load interface for `System.IO':
Use -v to see a list of the files searched for.
  ghc-6.7.20070810: panic! (the 'impossible' happened)
(GHC version 6.7.20070810 for i386-unknown-linux):
  interactiveUI:setBuffering
  
  Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug

Is this really a bug or am I doing something wrong?

I also tried:

  ghc-pkg check

and got:

  package ghc-6.7.20070810 has missing dependencies:
  hpc, template-haskell, readline, unix, Cabal, base, haskell98

If anybody is interested I got the complete build logs, but given there
size 2.2 megabytes (180 kilo when compressed with gzip) I choose not to
include them in the message.


Greetings,

Mads Lindstrøm



___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


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 'impossible' happened)
 (GHC version 6.7.20070810 for i386-unknown-linux):
   interactiveUI:setBuffering
   
   Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug
 
 Is this really a bug or am I doing something wrong?

This is almost certainly a bug, and you are at least the fourth person
affected.  Magnus Therning claimed on the #ghc IRC channel earlier to
have a complete fix, which will be published in a few hours after he's
awake again.

(As a check, you may want to try *compiling* a trivial module.  The
symptom seen by the previous three people was Failed to load interface
for `Prelude', and the 'ghc-pkg list' reveals only ghc and rts.)

Stefan


signature.asc
Description: Digital signature
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: Visual Haskell will not Install with Visual Studio 2005, Express Edition

2007-08-12 Thread Esa Ilari Vuokko
Hi,

On 7/27/07, Sean Johnson [EMAIL PROTECTED] wrote:
 Is there some way to install Visual Haskell with VS2005, Express? Perhaps
 some workaround or hack?

It's probably impossible.  Feature matrix for Visual Studio products says
Use 3rd party controls and content. No Macros, Add-ins or Packages. [1]

Best regards,
Esa

[1] http://msdn2.microsoft.com/en-us/vstudio/aa700921.aspx
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


RE: Visual Haskell will not Install with Visual Studio 2005, Express Edition

2007-08-12 Thread Seth Kurtzberg
It won't install with the full edition either.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Esa Ilari
Vuokko
Sent: Sunday, August 12, 2007 6:22 PM
To: Sean Johnson
Cc: [EMAIL PROTECTED]; glasgow-haskell-users@haskell.org
Subject: Re: Visual Haskell will not Install with Visual Studio 2005,
Express Edition

Hi,

On 7/27/07, Sean Johnson [EMAIL PROTECTED] wrote:
 Is there some way to install Visual Haskell with VS2005, Express? Perhaps
 some workaround or hack?

It's probably impossible.  Feature matrix for Visual Studio products says
Use 3rd party controls and content. No Macros, Add-ins or Packages. [1]

Best regards,
Esa

[1] http://msdn2.microsoft.com/en-us/vstudio/aa700921.aspx
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: Visual Haskell will not Install with Visual Studio 2005, Express Edition

2007-08-12 Thread Duncan Coutts
On Thu, 2007-07-26 at 23:51 -0700, Sean Johnson wrote:
 Hi Everyone,
 
 Is there some way to install Visual Haskell with VS2005, Express?
 Perhaps some workaround or hack?

I believe that free version of VS is specifically designed not to allow
any plugins, you have to pay for the the full version for that sadly.

As a free alternative, emacs and eclipse have Haskell modes and many
other editors have Haskell syntax highlighting.

Duncan

___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


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

___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


RE: Visual Haskell will not Install with Visual Studio 2005, Express Edition

2007-08-12 Thread Seth Kurtzberg
I was not aware of the Eclipse support, so thanks for that information.

However, Visual Haskell will not install on the full version of Visual
Studio 2005 either.

To make sure this was not an issue specific to my installation, I completely
wiped a disk, installed Windows, installed Visual Studio 2005, and then
attempted to install Visual Haskell.  A fatal error occurs near the end of
the install.

I don't have the error text in front of me, but I'll send an email tomorrow
when I'll have access to it.


Seth Kurtzberg
Software Engineer
Specializing in Security, Reliability, and the Hardware/Software Interface



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Duncan
Coutts
Sent: Sunday, August 12, 2007 6:34 PM
To: Sean Johnson
Cc: [EMAIL PROTECTED]; glasgow-haskell-users@haskell.org
Subject: Re: Visual Haskell will not Install with Visual Studio 2005,
Express Edition

On Thu, 2007-07-26 at 23:51 -0700, Sean Johnson wrote:
 Hi Everyone,
 
 Is there some way to install Visual Haskell with VS2005, Express?
 Perhaps some workaround or hack?

I believe that free version of VS is specifically designed not to allow
any plugins, you have to pay for the the full version for that sadly.

As a free alternative, emacs and eclipse have Haskell modes and many
other editors have Haskell syntax highlighting.

Duncan

___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users