ports/95733: dsniff ports kit does not compile

Jukka A. Ukkonen jau at iki.fi
Fri Apr 14 08:30:16 UTC 2006


>Number:         95733
>Category:       ports
>Synopsis:       dsniff ports kit does not compile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 14 08:30:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jukka A. Ukkonen
>Release:        6.1-RC
>Organization:
private person
>Environment:
FreeBSD mimir 6.1-RC FreeBSD 6.1-RC #0: Tue Apr 11 09:18:39 EEST 2006     root at mimir:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Apparently some includes are not quite correct.
Compilation breaks when building sshcrypto.c like this...

./sshcrypto.c:25: error: field `key' has incomplete type
./sshcrypto.c:30: error: syntax error before "des_key_schedule"
./sshcrypto.c: In function `blowfish_encrypt':
./sshcrypto.c:131: error: `BF_ENCRYPT' undeclared (first use in this function)
./sshcrypto.c:131: error: (Each undeclared identifier is reported only once
./sshcrypto.c:131: error: for each function it appears in.)
./sshcrypto.c: In function `blowfish_decrypt':
./sshcrypto.c:143: error: `BF_DECRYPT' undeclared (first use in this function)
./sshcrypto.c: In function `des3_init':
./sshcrypto.c:156: error: structure has no member named `k1'
./sshcrypto.c:157: error: structure has no member named `k2'
./sshcrypto.c:160: error: structure has no member named `k3'
./sshcrypto.c:162: error: structure has no member named `k3'
./sshcrypto.c:164: error: structure has no member named `iv1'
./sshcrypto.c:165: error: structure has no member named `iv2'
./sshcrypto.c:166: error: structure has no member named `iv3'
./sshcrypto.c: In function `des3_encrypt':
./sshcrypto.c:176: error: structure has no member named `iv1'
./sshcrypto.c:176: error: structure has no member named `iv2'
./sshcrypto.c:178: error: structure has no member named `k1'
./sshcrypto.c:178: error: structure has no member named `iv1'
./sshcrypto.c:178: error: `DES_ENCRYPT' undeclared (first use in this function)
./sshcrypto.c:179: error: structure has no member named `k2'
./sshcrypto.c:179: error: structure has no member named `iv2'
./sshcrypto.c:179: error: `DES_DECRYPT' undeclared (first use in this function)
./sshcrypto.c:180: error: structure has no member named `k3'
./sshcrypto.c:180: error: structure has no member named `iv3'
./sshcrypto.c: In function `des3_decrypt':
./sshcrypto.c:189: error: structure has no member named `iv1'
./sshcrypto.c:189: error: structure has no member named `iv2'
./sshcrypto.c:191: error: structure has no member named `k3'
./sshcrypto.c:191: error: structure has no member named `iv3'
./sshcrypto.c:191: error: `DES_DECRYPT' undeclared (first use in this function)
./sshcrypto.c:192: error: structure has no member named `k2'
./sshcrypto.c:192: error: structure has no member named `iv2'
./sshcrypto.c:192: error: `DES_ENCRYPT' undeclared (first use in this function)
./sshcrypto.c:193: error: structure has no member named `k1'
./sshcrypto.c:193: error: structure has no member named `iv1'
*** Error code 1

Stop in /usr/ports/security/dsniff/work/dsniff-2.3.

>How-To-Repeat:
Take a 6.1-RC environment.
cd /usr/ports/security/dsniff
make

>Fix:
At the moment unknown.

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list