#36736 closed defect (fixed)
wireshark 1.8.3: binaries link against libkrb5, no port dependency on kerberos5
Reported by: | mklein-de (Michael Klein) | Owned by: | opendarwin.org@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | hsivank@… | |
Port: | wireshark |
Description
Some binaries in the wireshark port link against kerberos5 libs (when present), without declaring a dependency.
[Users/michael] > rev-upgrade ---> Scanning binaries for linking errors: 100.0% ---> Found 15 broken file(s), matching files to ports ---> Found 1 broken port(s): wireshark @1.8.3 +python27 /opt/local/bin/dftest /opt/local/bin/rawshark /opt/local/bin/tshark /opt/local/bin/wireshark /opt/local/lib/libwireshark.2.dylib
$ otool -L /opt/local/bin/wireshark | grep krb5 /opt/local/lib/libkrb5.3.3.dylib (compatibility version 3.0.0, current version 3.3.0)
Attachments (1)
Change History (6)
comment:1 follow-up: 2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | hsivank@… added; opendarwin.org@… removed |
---|---|
Owner: | changed from macports-tickets@… to opendarwin.org@… |
comment:2 Changed 12 years ago by hsivank@…
Replying to ryandesign@…:
Presumably wireshark-devel is affected as well.
Yes ...
This is a patch for wireshark-devel
Changed 12 years ago by hsivank@…
Attachment: | Portfile_wireshark-devel.diff added |
---|
comment:3 Changed 12 years ago by ghosthound
Resolution: | → fixed |
---|---|
Status: | new → closed |
resolved in r99194
comment:4 follow-up: 5 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
And wireshark-devel in r99227
comment:5 Changed 12 years ago by hsivank@…
Note: See
TracTickets for help on using
tickets.
Presumably wireshark-devel is affected as well.