Changes between Initial Version and Version 5 of Ticket #54334


Ignore:
Timestamp:
Jun 18, 2017, 12:24:24 AM (7 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Running xcode-select -p does not prove that the command line tools are installed. Please (re)install the command line tools.

The port name is "dsniff" not "dnsiff".

Once you've installed the command line tools, clean dsniff and try again. If it fails, attach the main.log file.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54334

    • Property Keywords port xcode command line tools removed
  • Ticket #54334 – Description

    initial v5  
    11Trying to install "dsniff" claims that Xcode command line tools are not installed.
    22
     3{{{
    34Christopher-Cookes-MacBook-Air:~ chriscooke$ sudo port install dsniff
    45Warning: The Xcode Command Line Tools don't appear to be installed; most ports will likely fail to build.
     
    1112Error: Follow https://guide.macports.org/#project.tickets to report a bug.
    1213Error: Processing of port dsniff failed
     14}}}
    1315
    1416But the command line tools are installed:
    1517
     18{{{
    1619Christopher-Cookes-MacBook-Air:~ chriscooke$ xcode-select -p
    1720/Applications/Xcode.app/Contents/Developer
     21}}}
    1822
    1923I have Xcode 8.3.2.
     
    2125Also, I cannot fill in the maintainer in the CC because the port info command claims this port doesn't exist, even though trying to install the port seems to try to install the port (as seen above):
    2226
     27{{{
    2328Christopher-Cookes-MacBook-Air:~ chriscooke$ port info --maintainer dnsiff
    2429Error: Port dnsiff not found
    25 
    26 
    27  
     30}}}