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)

main.log (176.1 KB) - added by gpolitis (George Politis) 5 years ago.

Download all attachments as: .zip

Change History (9)

Changed 5 years ago by gpolitis (George Politis)

Attachment: main.log added

comment:1 Changed 5 years ago by gpolitis (George Politis)

removing the -libgcrypt fixes the issue

sudo port clean wireshark3 && sudo port install wireshark3 -gnutls -libsmi -geoip -cares -chmodbpf -kerberos5

comment:2 Changed 5 years ago by mf2k (Frank Schima)

Cc: opendarwin.org@… ghosthound removed
Owner: set to ghosthound
Status: newassigned

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: assignedaccepted

comment:7 Changed 5 years ago by ghosthound

In d8e76dd842c6c0118d00515247bd2846ea30578d/macports-ports (master):

net/wireshark3: remove libgcrypt variant as configure fails if it is not used.
Resolves #58714

comment:8 Changed 5 years ago by ghosthound

Resolution: fixed
Status: acceptedclosed

Built and tested with "sudo port install wireshark3 -gnutls -libsmi -geoip -cares -chmodbpf -kerberos5", appears to work fine. Thanks for the bug report!

Note: See TracTickets for help on using tickets.