#2511: unix package doesnt load in ghci on freebsd/amd64
----------------------------+-----------------------------------------------
 Reporter:  newsham         |          Owner:                
     Type:  bug             |         Status:  new           
 Priority:  normal          |      Milestone:                
Component:  libraries/unix  |        Version:  6.8.2         
 Severity:  normal          |     Resolution:                
 Keywords:                  |     Difficulty:  Unknown       
 Testcase:                  |   Architecture:  x86_64 (amd64)
       Os:  FreeBSD         |  
----------------------------+-----------------------------------------------
Changes (by igloo):

  * difficulty:  => Unknown

Old description:

> When loading the "unix" package in ghci, the interpreter gives a link
> error:
>
> $ ghci -package unix
> GHCi, version 6.8.2: http://www.haskell.org/ghc/  :? for help
> Loading package base ... linking ... done.
> Loading package old-locale-1.0.0.0 ... linking ... done.
> Loading package old-time-1.0.0.0 ... linking ... done.
> Loading package filepath-1.1.0.0 ... linking ... done.
> Loading package directory-1.0.0.0 ... linking ... done.
> Loading package unix-2.3.0.0 ... ghc-6.8.2: can't load .so/.DLL for: util
> (/usr/lib/libutil.so: Undefined symbol "__mb_sb_limit")
>

> As noted above this is ghc-6.8.2.  I built from sources.  My machine is:
> FreeBSD hpsux 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sat Mar  8 14:07:11 HST
> 2008     [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  amd64

New description:

 When loading the "unix" package in ghci, the interpreter gives a link
 error:
 {{{
 $ ghci -package unix
 GHCi, version 6.8.2: http://www.haskell.org/ghc/  :? for help
 Loading package base ... linking ... done.
 Loading package old-locale-1.0.0.0 ... linking ... done.
 Loading package old-time-1.0.0.0 ... linking ... done.
 Loading package filepath-1.1.0.0 ... linking ... done.
 Loading package directory-1.0.0.0 ... linking ... done.
 Loading package unix-2.3.0.0 ... ghc-6.8.2: can't load .so/.DLL for: util
 (/usr/lib/libutil.so: Undefined symbol "__mb_sb_limit")
 }}}

 As noted above this is ghc-6.8.2.  I built from sources.  My machine is:
 {{{
 FreeBSD hpsux 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sat Mar  8 14:07:11 HST
 2008     [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  amd64
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2511#comment:1>
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

Reply via email to