#4901: Possible bug in GHCi archive loading:
---------------------------------+------------------------------------------
Reporter: batterseapower | Owner:
Type: bug | Status: new
Priority: high | Milestone: 7.2.1
Component: Compiler | Version: 7.0.1
Keywords: | Testcase:
Blockedby: | Difficulty:
Os: Unknown/Multiple | Blocking:
Architecture: Unknown/Multiple | Failure: GHCi crash
---------------------------------+------------------------------------------
Comment(by igloo):
Is this 32bit OS X?
With 7.0.3, on OS X 32,
{{{
$ cabal install highlighting-kate
}}}
fails with
{{{
[111 of 111] Compiling Text.Highlighting.Kate ( Text/Highlighting/Kate.hs,
dist/build/Text/Highlighting/Kate.o )
ld: scattered reloc r_address too large for inferred architecture i386
cabal: Error: some packages failed to install:
highlighting-kate-0.2.9 failed during the building phase. The exception
was:
ExitFailure 1
}}}
but
{{{
$ cabal install highlighting-kate --disable-library-for-ghci
}}}
succeeds, and
{{{
$ ghci -package highlighting-kate
GHCi, version 7.0.3: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package array-0.3.0.2 ... linking ... done.
Loading package containers-0.4.0.0 ... linking ... done.
Loading package filepath-1.2.0.0 ... linking ... done.
Loading package parsec-2.1.0.1 ... linking ... done.
Loading package bytestring-0.9.1.10 ... linking ... done.
Loading package transformers-0.2.2.0 ... linking ... done.
Loading package mtl-2.0.1.0 ... linking ... done.
Loading package regex-base-0.93.2 ... linking ... done.
Loading package regex-pcre-builtin-0.94.2.1.7.7 ... linking ... done.
Loading package xhtml-3000.2.0.1 ... linking ... done.
Loading package highlighting-kate-0.2.9 ... linking ... done.
Loading package ffi-1.0 ... linking ... done.
Prelude>
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4901#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs