Ticket #3721 (closed bug: wontfix)

Opened 3 years ago

Last modified 3 years ago

Can't install base-4.0.0.0 !!

Reported by: guest Owned by:
Priority: normal Milestone:
Component: Compiler Version: 6.10.4
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: None/Unknown Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

mozhgan@Mozhgan-Kch:~/Desktop/base-4.0.0.0$ runhaskell Setup.hs configure --ghc

<interactive>:1:22:

attempting to use module `System.IO' (System/IO.hs) which is not loaded

<interactive>:1:22: Not in scope: `System.IO.stderr'

<interactive>:1:22: Not in scope: `System.IO.stdin' ghc-6.8.2: panic! (the 'impossible' happened)

(GHC version 6.8.2 for i386-unknown-linux):

interactiveUI:setBuffering

Change History

Changed 3 years ago by simonmar

  • status changed from new to closed
  • resolution set to wontfix

If you need base-4, then install a newer version of GHC.

With a recent GHC you get:

> runhaskell -f ghc-6.12.0.20091011 Setup.hs install

Setup.hs:1:0:
    attempting to use module `Prelude' (./Prelude.hs) which is not loaded

still quite obscure, but at least not a panic. If you really want to build the base package, you need to either use cabal-install, or compile Setup.hs separately. But then you'll probably run into #3496.

Note: See TracTickets for help on using tickets.