Opened 5 years ago
Closed 5 years ago
#58714 closed defect (fixed)
wireshark3 @3.0.2_1 [-gnutls-libsmi-libgcrypt-geoip-cares-chmodbpf-kerberos5] Configure error
Reported by: | gpolitis (George Politis) | Owned by: | ghosthound |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | 2.5.4 |
Keywords: | Cc: | ||
Port: | wireshark3 |
Description
It looks like wireshark doesn't like not having libgcrypt and the configuration step fails.
Attachments (1)
Change History (9)
Changed 5 years ago by gpolitis (George Politis)
comment:1 Changed 5 years ago by gpolitis (George Politis)
comment:2 Changed 5 years ago by mf2k (Frank Schima)
Cc: | opendarwin.org@… ghosthound removed |
---|---|
Owner: | set to ghosthound |
Status: | new → assigned |
comment:3 Changed 5 years ago by kencu (Ken)
Just curious, George -- why are you interested in disabling so many of the default variants that ghosthound has set up as his recommendations? By doing that, you first of all have to build it yourself, instead of getting from the buildbot, but you also run the risk of coming up with a unique build configuration that won't build or work correctly (like this configuration, apparently).
By and large, you're generally best to go with the port author's default setup, IMHO.
comment:4 Changed 5 years ago by gpolitis (George Politis)
Hi Ken, I needed a minimal build to read some pcap files. I got it to compile, so that's not the issue here; Really all I wanted to do is report a very minor (negligible?) thing that there's a configuration issue if libgcrypt is omitted. If you think this is a non-issue, please, by all means, feel free to close the ticket.
comment:5 Changed 5 years ago by kencu (Ken)
i get you. sounds like that variant should be removed and that configboption always enabled.
comment:6 Changed 5 years ago by ghosthound
Status: | assigned → accepted |
---|
comment:7 Changed 5 years ago by ghosthound
comment:8 Changed 5 years ago by ghosthound
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Built and tested with "sudo port install wireshark3 -gnutls -libsmi -geoip -cares -chmodbpf -kerberos5", appears to work fine. Thanks for the bug report!
removing the -libgcrypt fixes the issue