Opened 14 years ago

Closed 13 years ago

Last modified 13 years ago

#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: newassigned

comment:2 Changed 13 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: assignedclosed

comment:3 Changed 13 years ago by jmroot (Joshua Root)

Actually this appears to have been fixed in r70029. Removed the dep again in r78238.

Note: See TracTickets for help on using tickets.