[GHC] #8540: Template Haskell handling bug in ghc-7.7.20131115 ?
GHC
ghc-devs at haskell.org
Tue Nov 19 10:16:05 UTC 2013
#8540: Template Haskell handling bug in ghc-7.7.20131115 ?
-------------------------------------+------------------------------------
Reporter: awson | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.7
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: Runtime crash | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+------------------------------------
Comment (by simonpj):
I did install aeson, but go this when compiling your program
{{{
simonpj at cam-05-unx:~/tmp$ /home/simonpj/5builds/validate-HEAD/inplace/bin
/ghc-stage2 -c T8540.hs
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package array-0.5.0.0 ... linking ... done.
Loading package deepseq-1.3.0.2 ... linking ... done.
Loading package primitive-0.5.1.0 ... linking ... done.
Loading package vector-0.10.9.1 ... linking ... done.
Loading package pretty-1.1.1.1 ... linking ... done.
Loading package old-locale-1.0.0.6 ... linking ... done.
Loading package time-1.4.1 ... linking ... done.
Loading package containers-0.5.3.1 ... linking ... done.
Loading package bytestring-0.10.4.0 ... linking ... done.
Loading package text-0.11.3.1 ... <command line>: can't load .so/.DLL for:
libHStext-0.11.3.1.so (libHStext-0.11.3.1.so: cannot open shared object
file: No such file or directory)
simonpj at cam-05-unx:~/tmp$
}}}
Something to do with dynamic linking, I suppose, but I don't know how to
fix it.
Simon
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8540#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list