[GHC] #8713: libdl, libpthread may be unwanted too

GHC ghc-devs at haskell.org
Fri Jan 31 09:20:24 UTC 2014


#8713: libdl, libpthread may be unwanted too
-------------------------------------+-------------------------------------
        Reporter:  ip1981            |            Owner:
            Type:  bug               |           Status:  new
        Priority:  normal            |        Milestone:
       Component:  libraries/unix    |          Version:  7.6.3
      Resolution:                    |         Keywords:
Operating System:  Other             |     Architecture:  x86_64 (amd64)
 Type of failure:  GHC doesn't work  |       Difficulty:  Moderate (less
  at all                             |  than a day)
       Test Case:                    |       Blocked By:
        Blocking:                    |  Related Tickets:
-------------------------------------+-------------------------------------

Comment (by ip1981):

 I found another issue:
 {{{
 # ghci -threaded
 GHCi, version 7.6.3: http://www.haskell.org/ghc/  :? for help
 Warning: -debug, -threaded and -ticky are ignored by GHCi
 Loading package ghc-prim ... linking ... done.
 Loading package integer-gmp ... linking ... done.
 Loading package base ... linking ... done.
 Loading object (dynamic) /usr/lib/gcc/x86_64-pc-
 solaris2.11/4.7/../../../x86_64-illumos/librt.so ... failed.
 <command line>: user specified .o/.so/.DLL could not be loaded (ld.so.1:
 ghc: fatal: /usr/lib/gcc/x86_64-pc-
 solaris2.11/4.7/../../../x86_64-illumos/librt.so: unknown file type)
 Whilst trying to load:  (dynamic) /usr/lib/gcc/x86_64-pc-
 solaris2.11/4.7/../../../x86_64-illumos/librt.so
 Additional directories searched: (none)

 }}}

 The dyson-libs.patch​ patch fixes this.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8713#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list