86>Apr 21 06:01:14 userdel[26632]: delete user 'rooter' <86>Apr 21 06:01:14 userdel[26632]: removed group 'rooter' owned by 'rooter' <86>Apr 21 06:01:14 userdel[26632]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 21 06:01:14 groupadd[26647]: group added to /etc/group: name=rooter, GID=603 <86>Apr 21 06:01:14 groupadd[26647]: group added to /etc/gshadow: name=rooter <86>Apr 21 06:01:14 groupadd[26647]: new group: name=rooter, GID=603 <86>Apr 21 06:01:14 useradd[26656]: new user: name=rooter, UID=603, GID=603, home=/root, shell=/bin/bash <86>Apr 21 06:01:14 userdel[26676]: delete user 'builder' <86>Apr 21 06:01:14 userdel[26676]: removed group 'builder' owned by 'builder' <86>Apr 21 06:01:14 userdel[26676]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 06:01:14 groupadd[26691]: group added to /etc/group: name=builder, GID=604 <86>Apr 21 06:01:14 groupadd[26691]: group added to /etc/gshadow: name=builder <86>Apr 21 06:01:14 groupadd[26691]: new group: name=builder, GID=604 <86>Apr 21 06:01:14 useradd[26704]: new user: name=builder, UID=604, GID=604, home=/usr/src, shell=/bin/bash <13>Apr 21 06:01:18 rpmi: libpcap0.8-2:1.1.1-alt3 1298589613 installed <13>Apr 21 06:01:18 rpmi: libpcap-devel-2:1.1.1-alt3 1298589613 installed Installing ipband-0.8.1-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.34080 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ipband-0.8.1 + echo 'Source #0 (ipband-0.8.1.tgz):' Source #0 (ipband-0.8.1.tgz): + /bin/gzip -dc /usr/src/RPM/SOURCES/ipband-0.8.1.tgz + /bin/tar -xf - + cd ipband-0.8.1 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.34080 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ipband-0.8.1 + '[' -n '' ']' + NPROCS=8 + make -j8 make: Entering directory `/usr/src/RPM/BUILD/ipband-0.8.1' gcc -Wall -I/usr/include/pcap -c -o main.o main.c gcc -Wall -I/usr/include/pcap -c -o error.o error.c gcc -Wall -I/usr/include/pcap -c -o init.o init.c gcc -Wall -I/usr/include/pcap -c -o packets.o packets.c gcc -Wall -I/usr/include/pcap -c -o pcapfunc.o pcapfunc.c gcc -Wall -I/usr/include/pcap -c -o popen.o popen.c gcc -Wall -I/usr/include/pcap -c -o reports.o reports.c gcc -Wall -I/usr/include/pcap -c -o utils.o utils.c main.c: In function 'main': main.c:40:10: warning: variable 'raw_pkt_save' set but not used [-Wunused-but-set-variable] U_CHAR *raw_pkt_save = NULL; ^ init.c: In function 'preload_subnets': init.c:405:10: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(key,"%08x",netip); ^ In file included from ipband.h:31:0, from init.c:22: /usr/include/stdio.h:364:12: note: expected 'char * restrict' but argument is of type 'unsigned char *' extern int sprintf (char *__restrict __s, ^ gcc -Wall -I/usr/include/pcap -c -o hash.o hash.c packets.c: In function 'storepkt': packets.c:61:10: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(key_src,"%08x",ip_src); ^ reports.c: In function 'subnet_report': reports.c:55:9: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] sscanf(key,"%08x",&ikey); ^ In file included from /usr/include/features.h:368:0, from /usr/include/stdio.h:27, from ipband.h:31, from reports.c:19: /usr/include/stdio.h:448:12: note: expected 'const char * restrict' but argument is of type 'unsigned char *' extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s, ^ reports.c:59:74: warning: pointer targets in passing argument 1 of 'hex2dot' differ in signedness [-Wpointer-sign] if(net_s) va_report("Subject: Bandwidth report for %s <%s>\n\n",hex2dot(key),net_s->n_name); ^ In file included from reports.c:19:0: ipband.h:261:7: note: expected 'char *' but argument is of type 'unsigned char *' char *hex2dot (char *); ^ reports.c:60:64: warning: pointer targets in passing argument 1 of 'hex2dot' differ in signedness [-Wpointer-sign] else va_report("Subject: Bandwidth report for %s\n\n",hex2dot(key)); ^ In file included from reports.c:19:0: ipband.h:261:7: note: expected 'char *' but argument is of type 'unsigned char *' char *hex2dot (char *); ^ reports.c:65:35: warning: pointer targets in passing argument 1 of 'hex2dot' differ in signedness [-Wpointer-sign] va_report("Network: %s", hex2dot(key)); ^ In file included from reports.c:19:0: ipband.h:261:7: note: expected 'char *' but argument is of type 'unsigned char *' char *hex2dot (char *); ^ In file included from ipband.h:31:0, from packets.c:22: /usr/include/stdio.h:364:12: note: expected 'char * restrict' but argument is of type 'unsigned char *' extern int sprintf (char *__restrict __s, ^ packets.c:62:10: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(key_dst,"%08x",ip_dst); ^ In file included from ipband.h:31:0, from packets.c:22: /usr/include/stdio.h:364:12: note: expected 'char * restrict' but argument is of type 'unsigned char *' extern int sprintf (char *__restrict __s, ^ reports.c:107:10: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] sscanf(key,"%08x",&ip_key); ^ In file included from /usr/include/features.h:368:0, from /usr/include/stdio.h:27, from ipband.h:31, from reports.c:19: /usr/include/stdio.h:448:12: note: expected 'const char * restrict' but argument is of type 'unsigned char *' extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s, ^ popen.c: In function 'sec_popen': popen.c:38:26: warning: comparison with string literal results in unspecified behavior [-Waddress] if(cmd == NULL || cmd == "") ^ packets.c: In function 'proc_aggr': packets.c:302:82: warning: pointer targets in passing argument 1 of 'hex2dot' differ in signedness [-Wpointer-sign] html_report("