#48893: wireshark cant be upgraded ------------------------+-------------------------------- Reporter: peter@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: wireshark | ------------------------+-------------------------------- Comment (by mopihopi@…): Since Apple's XCode 7.0 update, I cannot build wireshark at all, with or without -lua. I am on OS X 10.10.5, and after the update /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ contains MacOSX10.11.sdk but not MacOSX10.10.sdk. I'm not sure if that is some kind of intentional change on Apple's part, but wireshark's configure doesn't like it. {{{ ---> Fetching distfiles for wireshark ---> Verifying checksums for wireshark ---> Extracting wireshark ---> Applying patches to wireshark ---> Configuring wireshark Error: Failed to configure wireshark, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_wireshark/wireshark/work/wireshark-1.12.7/config.log Error: org.macports.configure for port wireshark returned: configure failure: command execution failed Please see the log file for port wireshark for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_wireshark/wireshark/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port wireshark failed }}} {{{ ... configure:16909: checking whether we can build for OS X 10.10 configure:16951: result: no configure:16953: error: We couldn't find the SDK for OS X 10.10 ... }}} {{{ ~$ ls -l /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ total 0 drwxr-xr-x 5 root wheel 170 Aug 31 2017 MacOSX10.11.sdk/ ~$ sw_vers ProductName: Mac OS X ProductVersion: 10.10.5 BuildVersion: 14F27 ~$ xcodebuild -version Xcode 7.0 Build version 7A220 ~$ }}} -- Ticket URL: <https://trac.macports.org/ticket/48893#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X