Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#37981 closed defect (wontfix)

dnsniff fails to install

Reported by: mozatlan@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: neverpanic (Clemens Lang)
Port: dsniff

Description

dsniff will not install in the latest MacPorts under 10.8.2.

"Error: org.macports.archivefetch for port dsniff returned: libnids must be installed with +libnet and without +libnet11."

Log attached.

Attachments (1)

main.log (31.4 KB) - added by mozatlan@… 11 years ago.

Download all attachments as: .zip

Change History (6)

Changed 11 years ago by mozatlan@…

Attachment: main.log added

comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)

Resolution: invalid
Status: newclosed

Run the following and you should be fine.

sudo port clean dsniff
sudo port install libnids +libnet -libnet11
sudo port install dsniff

comment:2 Changed 11 years ago by mozatlan@…

That fails:

Error: Unable to execute port: Can't install libnet because conflicting ports are installed: libnet11

tcptraceroute has a requirement of libnet11.

comment:3 Changed 11 years ago by mozatlan@…

Resolution: invalid
Status: closedreopened

comment:4 Changed 11 years ago by larryv (Lawrence Velázquez)

Cc: cal@… added
Resolution: wontfix
Status: reopenedclosed

Then dsniff and tcptraceroute indirectly conflict with each other. You’ll probably want to try dsniff-devel, which uses libnet11 instead of libnet.

comment:5 Changed 11 years ago by neverpanic (Clemens Lang)

sudo port uninstall dsniff libnet11 libnids
sudo port install dsniff +libnet -libnet11

Duplicate of #36933.

Note: See TracTickets for help on using tickets.