#23585 closed defect (fixed)
ghc uses libffi but does not declare dependency
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | gwright@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ||
Port: | ghc |
Description
I must have had libffi installed when I installed ghc (6.10.4_0+darwin_9_i386). I later uninstalled libffi via port_cutleaves because nothing depended on it. Now, I get this problem when trying to build something (alex) that uses ghc:
dyld: Library not loaded: /mp/lib/libffi.5.dylib Referenced from: /mp/lib/ghc-6.10.4/runghc Reason: image not found
This is similar to #19736.
Change History (3)
comment:1 Changed 14 years ago by gwright@…
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 14 years ago by jmroot (Joshua Root)
Note: See
TracTickets for help on using
tickets.
r78235