[GHC] #10355: Dynamic linker not initialised

GHC ghc-devs at haskell.org
Sun May 15 13:45:29 UTC 2016


#10355: Dynamic linker not initialised
-------------------------------------+-------------------------------------
        Reporter:  dpiponi           |                Owner:
            Type:  bug               |               Status:  infoneeded
        Priority:  normal            |            Milestone:
       Component:  Runtime System    |              Version:  7.10.1
  (Linker)                           |
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:  #9868, #10919     |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by _deepfire):

 GHC 8.0.1-rc4 fails differently:

 {{{
 <- [1 of 8] Compiling Table            ( Table.hs, interpreted )
 <- [2 of 8] Compiling Supplementary    ( Supplementary.hs, interpreted )
 <-
    Supplementary.hs:120:20-25: error:
        • Can't find interface-file declaration for type constructor or
 class MLogin
            Probable cause: bug in .hi-boot file, or inconsistent .hi file
            Use -ddump-if-trace to get an idea of which file caused the
 error
        • In the first argument of ‘Default’, namely ‘MLogin’
          In the instance declaration for ‘Default MLogin’
    Supplementary.hs:121:20-25: error:
        • Can't find interface-file declaration for type constructor or
 class MLogin
            Probable cause: bug in .hi-boot file, or inconsistent .hi file
            Use -ddump-if-trace to get an idea of which file caused the
 error
        • In the first argument of ‘Arbitrary’, namely ‘MLogin’
          In the instance declaration for ‘Arbitrary MLogin’
    Supplementary.hs:122:20-28: error:
        • Can't find interface-file declaration for type constructor or
 class MFullName
            Probable cause: bug in .hi-boot file, or inconsistent .hi file
            Use -ddump-if-trace to get an idea of which file caused the
 error
        • In the first argument of ‘Default’, namely ‘MFullName’
          In the instance declaration for ‘Default MFullName’
    Supplementary.hs:123:20-28: error:
        • Can't find interface-file declaration for type constructor or
 class MFullName
            Probable cause: bug in .hi-boot file, or inconsistent .hi file
            Use -ddump-if-trace to get an idea of which file caused the
 error
        • In the first argument of ‘Arbitrary’, namely ‘MFullName’
          In the instance declaration for ‘Arbitrary MFullName’
    Supplementary.hs:125:20-25: error:
        • Can't find interface-file declaration for type constructor or
 class Member
            Probable cause: bug in .hi-boot file, or inconsistent .hi file
            Use -ddump-if-trace to get an idea of which file caused the
 error
        • In the first argument of ‘Default’, namely ‘Member’
          In the instance declaration for ‘Default Member’
    Supplementary.hs:126:20-25: error:
        • Can't find interface-file declaration for type constructor or
 class Member
            Probable cause: bug in .hi-boot file, or inconsistent .hi file
            Use -ddump-if-trace to get an idea of which file caused the
 error
        • In the first argument of ‘Arbitrary’, namely ‘Member’
          In the instance declaration for ‘Arbitrary Member’
    Failed, modules loaded: Table.
 }}}

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


More information about the ghc-tickets mailing list