Opened 14 years ago
Last modified 6 years ago
#26637 assigned defect
yap, yap-devel: use only MacPorts ncurses
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: | yap, yap-devel |
Description
yap links with both MacPorts ncurses and the system's ncurses:
$ otool -L /opt/local/bin/yap /opt/local/bin/yap: /opt/local/lib/libYap.dylib (compatibility version 0.0.0, current version 0.0.0) /opt/local/lib/libgmp.10.dylib (compatibility version 11.0.0, current version 11.1.0) /opt/local/lib/libreadline.6.1.dylib (compatibility version 6.0.0, current version 6.1.0) /opt/local/lib/libncurses.5.dylib (compatibility version 5.0.0, current version 5.0.0) /usr/lib/libncurses.5.4.dylib (compatibility version 5.4.0, current version 5.4.0) /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.9.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.0)
The former probably comes from readline.
It should only link with MacPorts ncurses.
Change History (1)
comment:1 Changed 6 years ago by mf2k (Frank Schima)
Owner: | pmoura deleted |
---|---|
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
See #58428.