Changes between Initial Version and Version 1 of Ticket #38665


Ignore:
Timestamp:
Apr 4, 2013, 7:30:19 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The log is incomplete; please clean and try again.

I don't think anybody has been able to build dsniff for years; see #23971, though your errors look different.

Try dsniff-devel instead.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38665

    • Property Owner changed from macports-tickets@… to cal@…
  • Ticket #38665 – Description

    initial v1  
    11Dsniff fails to compile on Lion.  I think the problem is somewhere in DB library
    22
    3 
     3{{{
    44port install dsniff
    55--->  Computing dependencies for dsniff
     
    1111    http://guide.macports.org/#project.tickets
    1212Error: Processing of port dsniff failed
    13 
     13}}}
    1414
    1515When I run make manually, I get errors linked to the DB library:
    1616
    17 
     17{{{
    1818/record.c:130:30: error: use of undeclared identifier 'R_NOOVERWRITE'
    1919        if (db->put(db, key, &data, R_NOOVERWRITE) == 0)
     
    2424./record.c:143:34: error: use of undeclared identifier 'R_NEXT'
    2525        while (db->seq(db, &key, &data, R_NEXT) == 0) {
    26 
     26}}}
    2727
    2828and also some linked to NFS:
    2929
    30 
     30{{{
    3131In file included from ./filesnarf.c:28:
    3232./nfs_prot.h:6:2: error: unterminated conditional directive
     
    3535./filesnarf.c:38:12: error: use of undeclared identifier 'NFS3_FHSIZE'
    3636        u_char fh[NFS3_FHSIZE];
     37}}}