Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#62456 closed defect (duplicate)

cmake fails to build

Reported by: dershow Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: michaelld (Michael Dickens)
Port: cmake

Description

I'm trying to upgrade wireshark3. It requires cmake as a build dependency and is trying to install it, but it is failing. I'm not sure which variants it installs, but I don't see the python links discussed here: https://trac.macports.org/ticket/62402

So, I think that it is a different issues.

Attachments (1)

main.log (542.0 KB) - added by dershow 3 years ago.

Download all attachments as: .zip

Change History (3)

Changed 3 years ago by dershow

Attachment: main.log added

comment:1 Changed 3 years ago by jmroot (Joshua Root)

Cc: ghosthound opendarwin.org@… removed
Resolution: duplicate
Status: newclosed

Your cmake is being installed with +python37 and is failing to build the documentation with sphinx, so this is in fact the same issue as #62402. Using +python39, or not using +docs or any python variant, or installing the py37 versions of the sphinx dependencies should be effective workarounds.

comment:2 Changed 3 years ago by macportsraf

Thanks. I had the same problem with cmake @3.20.5_1 on macos-10.14.6 and resolved it with:

port uninstall wireshark3

port reclaim

port install wireshark3

Wireshark used to have the +python37 variant:

wireshark3 @3.4.6_0+cares+chmodbpf+geoip+gnutls+kerberos5+libsmi+python37+qt5+zlib

but it now has the +python39 variant:

wireshark3 @3.4.7_0+cares+chmodbpf+geoip+gnutls+kerberos5+libsmi+python39+qt5+zlib

Note: See TracTickets for help on using tickets.