Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#45809 closed defect (wontfix)

can install application using macports

Reported by: aralvidra02@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.2
Keywords: Cc: petrrr
Port: dsniff

Description (last modified by neverpanic (Clemens Lang))

Hi,

Im doing dsniff installation and yersinia. but the conflict ports happen. i cant to any installation now.

here is the log

aralvidra02:~ rafki$ sudo port install dsniff
--->  Computing dependencies for dsniff
--->  Building dsniff
Error: org.macports.build for port dsniff returned: command execution failed
Please see the log file for port dsniff for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_dsniff/dsniff/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port dsniff failed
aralvidra02:~ rafki$ sudo port install yersinia
--->  Computing dependencies for yersinia
Error: Unable to execute port: Can't install libnet11 because conflicting ports are active: libnet
aralvidra02:~ rafki$ 

please your respons

Thanks Rafki Altoberi

Attachments (1)

main.log (4.0 KB) - added by aralvidra02@… 9 years ago.

Download all attachments as: .zip

Change History (3)

Changed 9 years ago by aralvidra02@…

Attachment: main.log added

comment:1 Changed 9 years ago by neverpanic (Clemens Lang)

Description: modified (diff)
Port: dsniff added
Resolution: wontfix
Status: newclosed

Please use WikiFormatting and preview your post when posting in trac. When filing bugs against ports, fill in the port field and Cc the maintainer, if any.

dsniff is old, outdated, and broken. Use dsniff-devel instead (it has the advantage of using libnet11, thus avoiding the conflict). You need to change the variant of the libnids port for this:

sudo port uninstall libnids libnet
sudo port install dsniff-devel +libnet11 # +libnet11 causes libnids to be installed +libnet11-libnet, which uses libnet11

Note however, that dsniff-devel might fail to build. See #45466, #44063. Patches welcome.

comment:2 Changed 9 years ago by petrrr

Cc: petr@… added

Cc Me!

Note: See TracTickets for help on using tickets.