Ticket #12762: dsniff-install-debug.txt

File dsniff-install-debug.txt, 7.7 KB (added by adammoon@…, 17 years ago)
Line 
1sudo port -d install dsniff
2DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/net/dsniff
3DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/dsniff
4DEBUG: Requested variant powerpc is not provided by port dsniff.
5DEBUG: Requested variant darwin is not provided by port dsniff.
6DEBUG: Requested variant macosx is not provided by port dsniff.
7DEBUG: Executing variant darwin_8 provides darwin_8
8DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/net/libpcap
9DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/libpcap
10DEBUG: Requested variant powerpc is not provided by port libpcap.
11DEBUG: Requested variant darwin is not provided by port libpcap.
12DEBUG: Requested variant macosx is not provided by port libpcap.
13DEBUG: Searching for dependency: libpcap
14DEBUG: Found Dependency: receipt exists for libpcap
15DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/net/libnet
16DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/libnet
17DEBUG: Requested variant powerpc is not provided by port libnet.
18DEBUG: Requested variant macosx is not provided by port libnet.
19DEBUG: Executing variant darwin provides darwin
20DEBUG: Executing variant darwin_8 provides darwin_8
21DEBUG: Searching for dependency: libnet
22DEBUG: Found Dependency: receipt exists for libnet
23DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/net/libnids
24DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/libnids
25DEBUG: Requested variant powerpc is not provided by port libnids.
26DEBUG: Requested variant darwin is not provided by port libnids.
27DEBUG: Requested variant macosx is not provided by port libnids.
28DEBUG: Searching for dependency: libnids
29DEBUG: Found Dependency: receipt exists for libnids
30DEBUG: Skipping completed org.macports.main (dsniff)
31DEBUG: Skipping completed org.macports.fetch (dsniff)
32DEBUG: Skipping completed org.macports.checksum (dsniff)
33DEBUG: Skipping completed org.macports.extract (dsniff)
34DEBUG: Skipping completed org.macports.patch (dsniff)
35DEBUG: Skipping completed org.macports.configure (dsniff)
36--->  Building dsniff with target all
37DEBUG: Executing org.macports.build (dsniff)
38DEBUG: Environment:
39DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_dsniff/work/dsniff-2.3" && make all'
40gcc -O2 -DBIND_8_COMPAT -D_BSD_SOURCE -DHAVE_SOCKADDR_SA_LEN -DDSNIFF_LIBDIR=\"/opt/local/lib/\" -I. -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include -I/usr/X11R6/include -I./missing -c ./arpspoof.c
41./arpspoof.c:20:20: error: libnet.h: No such file or directory
42./arpspoof.c:25: warning: 'struct ether_addr' declared inside parameter list
43./arpspoof.c:25: warning: its scope is only this definition or declaration, which is probably not what you want
44./arpspoof.c:26: warning: 'struct ether_addr' declared inside parameter list
45./arpspoof.c: In function 'usage':
46./arpspoof.c:38: warning: incompatible implicit declaration of built-in function 'exit'
47./arpspoof.c: In function 'arp_send':
48./arpspoof.c:58: warning: pointer targets in assignment differ in signedness
49./arpspoof.c:60: error: 'ETHERTYPE_ARP' undeclared (first use in this function)
50./arpspoof.c:60: error: (Each undeclared identifier is reported only once
51./arpspoof.c:60: error: for each function it appears in.)
52./arpspoof.c:62: error: 'ARPHRD_ETHER' undeclared (first use in this function)
53./arpspoof.c:62: error: 'ETHERTYPE_IP' undeclared (first use in this function)
54./arpspoof.c:62: error: 'ETHER_ADDR_LEN' undeclared (first use in this function)
55./arpspoof.c:64: error: 'ETH_H' undeclared (first use in this function)
56./arpspoof.c:67: warning: passing argument 1 of 'ether_ntoa' from incompatible pointer type
57./arpspoof.c:69: error: 'ARPOP_REQUEST' undeclared (first use in this function)
58./arpspoof.c:71: warning: passing argument 1 of 'ether_ntoa' from incompatible pointer type
59./arpspoof.c:77: warning: passing argument 1 of 'ether_ntoa' from incompatible pointer type
60./arpspoof.c:80: warning: passing argument 1 of 'ether_ntoa' from incompatible pointer type
61./arpspoof.c: In function 'arp_find':
62./arpspoof.c:114: warning: passing argument 2 of 'arp_cache_lookup' from incompatible pointer type
63./arpspoof.c:120: error: 'ARPOP_REQUEST' undeclared (first use in this function)
64./arpspoof.c: In function 'cleanup':
65./arpspoof.c:137: error: 'ARPOP_REPLY' undeclared (first use in this function)
66./arpspoof.c:144: warning: incompatible implicit declaration of built-in function 'exit'
67./arpspoof.c: In function 'main':
68./arpspoof.c:159: error: 'optarg' undeclared (first use in this function)
69./arpspoof.c:169: error: 'optind' undeclared (first use in this function)
70./arpspoof.c:181: warning: assignment makes pointer from integer without a cast
71./arpspoof.c:193: error: 'ARPOP_REPLY' undeclared (first use in this function)
72./arpspoof.c:200: warning: incompatible implicit declaration of built-in function 'exit'
73make: *** [arpspoof.o] Error 1
74Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_dsniff/work/dsniff-2.3" && make all " returned error 2
75Command output: ./arpspoof.c:26: warning: 'struct ether_addr' declared inside parameter list
76./arpspoof.c: In function 'usage':
77./arpspoof.c:38: warning: incompatible implicit declaration of built-in function 'exit'
78./arpspoof.c: In function 'arp_send':
79./arpspoof.c:58: warning: pointer targets in assignment differ in signedness
80./arpspoof.c:60: error: 'ETHERTYPE_ARP' undeclared (first use in this function)
81./arpspoof.c:60: error: (Each undeclared identifier is reported only once
82./arpspoof.c:60: error: for each function it appears in.)
83./arpspoof.c:62: error: 'ARPHRD_ETHER' undeclared (first use in this function)
84./arpspoof.c:62: error: 'ETHERTYPE_IP' undeclared (first use in this function)
85./arpspoof.c:62: error: 'ETHER_ADDR_LEN' undeclared (first use in this function)
86./arpspoof.c:64: error: 'ETH_H' undeclared (first use in this function)
87./arpspoof.c:67: warning: passing argument 1 of 'ether_ntoa' from incompatible pointer type
88./arpspoof.c:69: error: 'ARPOP_REQUEST' undeclared (first use in this function)
89./arpspoof.c:71: warning: passing argument 1 of 'ether_ntoa' from incompatible pointer type
90./arpspoof.c:77: warning: passing argument 1 of 'ether_ntoa' from incompatible pointer type
91./arpspoof.c:80: warning: passing argument 1 of 'ether_ntoa' from incompatible pointer type
92./arpspoof.c: In function 'arp_find':
93./arpspoof.c:114: warning: passing argument 2 of 'arp_cache_lookup' from incompatible pointer type
94./arpspoof.c:120: error: 'ARPOP_REQUEST' undeclared (first use in this function)
95./arpspoof.c: In function 'cleanup':
96./arpspoof.c:137: error: 'ARPOP_REPLY' undeclared (first use in this function)
97./arpspoof.c:144: warning: incompatible implicit declaration of built-in function 'exit'
98./arpspoof.c: In function 'main':
99./arpspoof.c:159: error: 'optarg' undeclared (first use in this function)
100./arpspoof.c:169: error: 'optind' undeclared (first use in this function)
101./arpspoof.c:181: warning: assignment makes pointer from integer without a cast
102./arpspoof.c:193: error: 'ARPOP_REPLY' undeclared (first use in this function)
103./arpspoof.c:200: warning: incompatible implicit declaration of built-in function 'exit'
104make: *** [arpspoof.o] Error 1
105
106Warning: the following items did not execute (for dsniff): org.macports.activate org.macports.build org.macports.destroot org.macports.install
107Error: Status 1 encountered during processing.