Opened 7 years ago

Last modified 7 years ago

#55391 closed defect

wireshark2 @2.4.2: can be broken if cmake is uninstalled after building — at Initial Version

Reported by: yan12125 (Chih-Hsuan Yen) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: opendarwin.org@…
Port: wireshark2

Description

Steps to reproduce:

  1. port -vt install wireshark2
  2. port uninstall --follow-dependencies cmake

Now wireshark is broken:

$ /Applications/MacPorts/Wireshark.app/Contents/MacOS/Wireshark
dyld: Library not loaded: /opt/local/lib/liblz4.1.dylib
  Referenced from: /Applications/MacPorts/Wireshark.app/Contents/MacOS/Wireshark
  Reason: image not found
[1]    15194 abort      /Applications/MacPorts/Wireshark.app/Contents/MacOS/Wireshark

This is because cmake is installed and lz4 is brought in during the build time.

Change History (0)

Note: See TracTickets for help on using tickets.