[GHC] #10058: Panic: Loading temp shared object failed
GHC
ghc-devs at haskell.org
Sun Feb 22 08:34:03 UTC 2015
#10058: Panic: Loading temp shared object failed
-------------------------------------+-------------------------------------
Reporter: goldfire | Owner: trommler
Type: bug | Status: new
Priority: highest | Milestone: 7.10.1
Component: Runtime System | Version: 7.10.1-rc2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Runtime crash | Unknown/Multiple
Blocked By: | Test Case:
Related Tickets: | Blocking:
| Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by trommler):
I think I have a patch. I am currently validating.
Now I get this for the test:
{{{
singletons/tests/compile-and-dump> ghc -c -this-package-key
singl_0TYtxGjPhBTAZuoSNyonA0 -i../../dist/build -XTemplateHaskell
Singletons/Maybe.hs
Singletons/Maybe.hs:9:3:
Unexpected kind variable ‘a_a4JS’
Perhaps you intended to use PolyKinds
In the declaration for type synonym ‘SMaybe’
Singletons/Maybe.hs:9:3:
Illegal kind signature: ‘Maybe_a4JP a_a4JS’
Perhaps you intended to use KindSignatures
In the declaration for type synonym ‘SMaybe’
Singletons/Maybe.hs:9:3:
Unexpected kind variable ‘a_a4JS’
Perhaps you intended to use PolyKinds
In the data type declaration for ‘JustSym0’
Singletons/Maybe.hs:9:3:
Illegal kind signature: ‘TyFun a_a4JS (Maybe_a4JP a_a4JS)’
Perhaps you intended to use KindSignatures
In the data type declaration for ‘JustSym0’
Singletons/Maybe.hs:9:3:
Unexpected kind variable ‘a_a4JS’
Perhaps you intended to use PolyKinds
In the declaration for type synonym ‘JustSym1’
Singletons/Maybe.hs:9:3:
Illegal kind signature: ‘a_a4JS’
Perhaps you intended to use KindSignatures
In the declaration for type synonym ‘JustSym1’
[...]
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10058#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list