Ticket #41 (closed bug: Fixed)

Opened 11 years ago

Last modified 43 years ago

ghci failed to load package std

Reported by: nobody Owned by: simonmar
Priority: normal Milestone:
Component: Compiler Version: 5.02
Keywords: Cc:
Operating System: Architecture:
Type of failure: Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

This bug concerns  ghci version 5.02.2
Configured with --enable-hopengl and 
--prefix=/opt/haskell/ghc-5.02.2
Compilation and installation were successful.
On starting ghci it failed:

Loading package std ... linking ... 
/opt/haskell/ghc-5.02.2/lib/ghc-5.02.2/HSstd.o: 
unknown symbol `stg_gc_l1'
ghc-5.02.2: panic! (the `impossible' happened, GHC 
version 5.02.2):
        can't load package `std'

The non-interactive ghc compiled a simple hello world 
programm successful.

The system is a customized Debian GNU/Linux (woody) 
box with libc version 2.2.4, gcc version 2.95.4 and ghc 
version 5.02.1 (for compilation of ghc-5.02.2).

Hope this is an informative bug report ;-)


Change History

Changed 11 years ago by simonmar

  • status changed from assigned to closed
Logged In: YES 
user_id=48280

Bootstrapping 5.02.2 with 5.02.1 doesn't produce a working
GHCi, you need to bootstrap once more (ie. build 5.02.2
with 5.02.2).  We've changed the build system so that it
won't produce a GHCi at all in this case.
Note: See TracTickets for help on using tickets.