* CPV: net-analyzer/zniper-1.0 * REPO: gentoo * Maintainer: netmon@gentoo.org * USE: elibc_glibc kernel_linux test userland_GNU x86 >>> Unpacking source... >>> Unpacking zniper.tgz to /var/tmp/portage/net-analyzer/zniper-1.0/work >>> Source unpacked in /var/tmp/portage/net-analyzer/zniper-1.0/work >>> Compiling source in /var/tmp/portage/net-analyzer/zniper-1.0/work/zniper ... make -j14 -j1 linux_x86 make[1]: Entering directory `/var/tmp/portage/net-analyzer/zniper-1.0/work/zniper' gcc -g -Wall -O -I/usr/local/include -L/usr/local/lib -c -o zniper.o zniper.c zniper.c: In function ‘main’: zniper.c:126:17: warning: pointer targets in assignment differ in signedness zniper.c:183:2: warning: pointer targets in passing argument 2 of ‘cap_setfilter’ differ in signedness iraw.h:190:12: note: expected ‘u_char *’ but argument is of type ‘char *’ gcc -g -Wall -O -I/usr/local/include -L/usr/local/lib -c -o twin.o twin.c twin.c: In function ‘drawconnwin’: twin.c:253:2: warning: pointer targets in passing argument 1 of ‘conn_getarr’ differ in signedness conn.h:149:27: note: expected ‘u_int *’ but argument is of type ‘int *’ gcc -g -Wall -O -I/usr/local/include -L/usr/local/lib -c -o log.o log.c gcc -g -Wall -O -I/usr/local/include -L/usr/local/lib -c -o iact.o iact.c gcc -g -Wall -O -I/usr/local/include -L/usr/local/lib -c -o capture.o capture.c capture.c: In function ‘cap_open’: capture.c:61:5: warning: pointer targets in passing argument 1 of ‘is_reg_file’ differ in signedness utils.h:41:12: note: expected ‘const char *’ but argument is of type ‘u_char *’ capture.c:63:9: warning: pointer targets in passing argument 1 of ‘file_size’ differ in signedness utils.h:42:12: note: expected ‘const char *’ but argument is of type ‘u_char *’ capture.c:68:9: warning: pointer targets in passing argument 1 of ‘pcap_open_offline’ differ in signedness /usr/include/pcap/pcap.h:283:9: note: expected ‘const char *’ but argument is of type ‘u_char *’ capture.c:68:9: warning: pointer targets in passing argument 2 of ‘pcap_open_offline’ differ in signedness /usr/include/pcap/pcap.h:283:9: note: expected ‘char *’ but argument is of type ‘u_char *’ capture.c:78:13: warning: pointer targets in passing argument 1 of ‘pcap_lookupdev’ differ in signedness /usr/include/pcap/pcap.h:269:7: note: expected ‘char *’ but argument is of type ‘u_char *’ capture.c:78:23: warning: pointer targets in assignment differ in signedness capture.c:86:17: warning: pointer targets in passing argument 1 of ‘pcap_lookupnet’ differ in signedness /usr/include/pcap/pcap.h:270:5: note: expected ‘const char *’ but argument is of type ‘u_char *’ capture.c:86:17: warning: pointer targets in passing argument 4 of ‘pcap_lookupnet’ differ in signedness /usr/include/pcap/pcap.h:270:5: note: expected ‘char *’ but argument is of type ‘u_char *’ capture.c:91:17: warning: pointer targets in passing argument 1 of ‘pcap_open_live’ differ in signedness /usr/include/pcap/pcap.h:281:9: note: expected ‘const char *’ but argument is of type ‘u_char *’ capture.c:91:17: warning: pointer targets in passing argument 5 of ‘pcap_open_live’ differ in signedness /usr/include/pcap/pcap.h:281:9: note: expected ‘char *’ but argument is of type ‘u_char *’ capture.c: In function ‘cap_setfilter’: capture.c:192:5: warning: pointer targets in passing argument 3 of ‘pcap_compile’ differ in signedness /usr/include/pcap/pcap.h:314:5: note: expected ‘const char *’ but argument is of type ‘u_char *’ gcc -g -Wall -O -I/usr/local/include -L/usr/local/lib -c -o net.o net.c net.c: In function ‘net_inetaddr’: net.c:59:5: warning: pointer targets in passing argument 1 of ‘inet_addr’ differ in signedness /usr/include/arpa/inet.h:35:18: note: expected ‘const char *’ but argument is of type ‘u_char *’ net.c:60:9: warning: pointer targets in passing argument 1 of ‘gethostbyname’ differ in signedness /usr/include/netdb.h:145:24: note: expected ‘const char *’ but argument is of type ‘u_char *’ net.c: In function ‘net_hostname’: net.c:106:5: warning: pointer targets in passing argument 1 of ‘snprintf’ differ in signedness /usr/include/bits/stdio2.h:62:1: note: expected ‘char * __restrict__’ but argument is of type ‘u_char *’ gcc -g -Wall -O -I/usr/local/include -L/usr/local/lib -c -o sniff.o sniff.c gcc -g -Wall -O -I/usr/local/include -L/usr/local/lib -c -o conn.o conn.c conn.c: In function ‘conn_getarr’: conn.c:297:14: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘u_char *’ conn.c:297:14: warning: pointer targets in passing argument 1 of ‘__strdup’ differ in signedness /usr/include/bits/string2.h:1303:14: note: expected ‘const char *’ but argument is of type ‘u_char *’ conn.c:297:37: warning: pointer targets in assignment differ in signedness conn.c:298:14: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘u_char *’ conn.c:298:14: warning: pointer targets in passing argument 1 of ‘__strdup’ differ in signedness /usr/include/bits/string2.h:1303:14: note: expected ‘const char *’ but argument is of type ‘u_char *’ conn.c:298:37: warning: pointer targets in assignment differ in signedness conn.c:300:14: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘u_char *’ conn.c:300:14: warning: pointer targets in passing argument 1 of ‘__strdup’ differ in signedness /usr/include/bits/string2.h:1303:14: note: expected ‘const char *’ but argument is of type ‘u_char *’ conn.c:300:37: warning: pointer targets in assignment differ in signedness conn.c: In function ‘conn_sock2str’: conn.c:337:2: warning: pointer targets in passing argument 2 of ‘net_ntoa’ differ in signedness net.h:43:16: note: expected ‘u_char *’ but argument is of type ‘char *’ conn.c:338:2: warning: pointer targets in passing argument 2 of ‘net_ntoa’ differ in signedness net.h:43:16: note: expected ‘u_char *’ but argument is of type ‘char *’ conn.c: In function ‘conn_setstr’: conn.c:382:3: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘u_char *’ conn.c:382:3: warning: pointer targets in passing argument 1 of ‘__strdup’ differ in signedness /usr/include/bits/string2.h:1303:14: note: expected ‘const char *’ but argument is of type ‘u_char *’ conn.c:382:14: warning: pointer targets in assignment differ in signedness conn.c:384:3: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘u_char *’ conn.c:384:3: warning: pointer targets in passing argument 1 of ‘__strdup’ differ in signedness /usr/include/bits/string2.h:1303:14: note: expected ‘const char *’ but argument is of type ‘u_char *’ conn.c:384:14: warning: pointer targets in assignment differ in signedness conn.c:387:14: warning: pointer targets in assignment differ in signedness conn.c:388:14: warning: pointer targets in assignment differ in signedness conn.c:390:13: warning: pointer targets in assignment differ in signedness conn.c: In function ‘hexstr’: conn.c:462:3: warning: pointer targets in passing argument 1 of ‘snprintf’ differ in signedness /usr/include/bits/stdio2.h:62:1: note: expected ‘char * __restrict__’ but argument is of type ‘u_char *’ gcc -g -Wall -O -I/usr/local/include -L/usr/local/lib -c -o iraw.o iraw.c gcc -g -Wall -O -I/usr/local/include -L/usr/local/lib -c -o utils.o utils.c utils.c: In function ‘timestr’: utils.c:108:17: warning: pointer targets in passing argument 1 of ‘snprintf’ differ in signedness /usr/include/bits/stdio2.h:62:1: note: expected ‘char * __restrict__’ but argument is of type ‘u_char *’ utils.c:111:5: warning: pointer targets in passing argument 1 of ‘strftime’ differ in signedness /usr/include/time.h:199:15: note: expected ‘char * __restrict__’ but argument is of type ‘u_char *’ utils.c:113:13: warning: pointer targets in passing argument 1 of ‘snprintf’ differ in signedness /usr/include/bits/stdio2.h:62:1: note: expected ‘char * __restrict__’ but argument is of type ‘u_char *’ gcc -g -Wall -O -I/usr/local/include -L/usr/local/lib -o zniper zniper.o twin.o log.o iact.o capture.o net.o sniff.o conn.o iraw.o utils.o -lncurses -lm -lpcap -lpthread make[1]: Leaving directory `/var/tmp/portage/net-analyzer/zniper-1.0/work/zniper' >>> Source compiled. >>> Test phase [none]: net-analyzer/zniper-1.0 >>> Install zniper-1.0 into /var/tmp/portage/net-analyzer/zniper-1.0/image/ category net-analyzer >>> Completed installing zniper-1.0 into /var/tmp/portage/net-analyzer/zniper-1.0/image/ strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment usr/bin/zniper * QA Notice: Files built without respecting LDFLAGS have been detected * Please include the following list of files in your report: * /usr/bin/zniper