86>Feb 17 07:02:18 userdel[2805041]: delete user 'rooter'
<86>Feb 17 07:02:18 groupadd[2805268]: group added to /etc/group: name=rooter, GID=645
<86>Feb 17 07:02:18 groupadd[2805268]: group added to /etc/gshadow: name=rooter
<86>Feb 17 07:02:18 groupadd[2805268]: new group: name=rooter, GID=645
<86>Feb 17 07:02:18 useradd[2805336]: new user: name=rooter, UID=645, GID=645, home=/root, shell=/bin/bash
<86>Feb 17 07:02:18 userdel[2805478]: delete user 'builder'
<86>Feb 17 07:02:18 userdel[2805478]: removed group 'builder' owned by 'builder'
<86>Feb 17 07:02:18 userdel[2805478]: removed shadow group 'builder' owned by 'builder'
<86>Feb 17 07:02:18 groupadd[2805572]: group added to /etc/group: name=builder, GID=646
<86>Feb 17 07:02:18 groupadd[2805572]: group added to /etc/gshadow: name=builder
<86>Feb 17 07:02:18 groupadd[2805572]: new group: name=builder, GID=646
<86>Feb 17 07:02:18 useradd[2805706]: new user: name=builder, UID=646, GID=646, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/ipband-0.8.1-alt1.src.rpm: The use of such a license name is ambiguous: GPL
warning: user hacker does not exist - using root
warning: group hacker does not exist - using root
warning: user hacker does not exist - using root
warning: group hacker does not exist - using root
warning: user hacker does not exist - using root
warning: group hacker does not exist - using root
warning: user hacker does not exist - using root
warning: group hacker does not exist - using root
<13>Feb 17 07:02:22 rpmi: liblz4-1:1.9.3-alt1 sisyphus+262305.100.1.1 1606099167 installed
<13>Feb 17 07:02:22 rpmi: libgpg-error-1.41-alt4 sisyphus+264254.200.1.1 1609440111 installed
<13>Feb 17 07:02:22 rpmi: libgcrypt20-1.9.1-alt1 sisyphus+265464.100.1.1 1611920829 installed
<13>Feb 17 07:02:22 rpmi: libsystemd-1:247.3-alt2 sisyphus+266129.100.1.3 1613012672 installed
<13>Feb 17 07:02:22 rpmi: libdbus-1.12.18-alt1 sisyphus+252758.100.1.1 1591203693 installed
<13>Feb 17 07:02:22 rpmi: libpcap0.8-2:1.9.1-alt2 sisyphus+252303.100.1.1 1590571652 installed
<13>Feb 17 07:02:22 rpmi: libpcap-devel-2:1.9.1-alt2 sisyphus+252303.100.1.1 1590571652 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/ipband-0.8.1-alt1.nosrc.rpm (w1.gzdio)
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.59450
+ 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/tar -xf -
+ /bin/gzip -dc /usr/src/RPM/SOURCES/ipband-0.8.1.tgz
+ 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.56346
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ipband-0.8.1
+ make -j8
make: Entering directory '/usr/src/RPM/BUILD/ipband-0.8.1'
gcc -Wall -I/usr/include/pcap -c -o pcapfunc.o pcapfunc.c
make: Leaving directory '/usr/src/RPM/BUILD/ipband-0.8.1'
make: Entering directory '/usr/src/RPM/BUILD/ipband-0.8.1'
gcc -Wall -I/usr/include/pcap -c -o error.o error.c
make: Leaving directory '/usr/src/RPM/BUILD/ipband-0.8.1'
make: Entering directory '/usr/src/RPM/BUILD/ipband-0.8.1'
gcc -Wall -I/usr/include/pcap -c -o main.o main.c
main.c: In function 'main':
main.c:40:10: warning: variable 'raw_pkt_save' set but not used [-Wunused-but-set-variable]
40 | U_CHAR *raw_pkt_save = NULL;
| ^~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/ipband-0.8.1'
make: Entering directory '/usr/src/RPM/BUILD/ipband-0.8.1'
gcc -Wall -I/usr/include/pcap -c -o packets.o packets.c
packets.c: In function 'storepkt':
packets.c:61:10: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
61 | sprintf(key_src,"%08x",ip_src);
| ^~~~~~~
| |
| unsigned char *
In file included from ipband.h:31,
from packets.c:22:
/usr/include/stdio.h:334:38: note: expected 'char * restrict' but argument is of type 'unsigned char *'
334 | extern int sprintf (char *__restrict __s,
| ~~~~~~~~~~~~~~~~~^~~
packets.c:62:10: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
62 | sprintf(key_dst,"%08x",ip_dst);
| ^~~~~~~
| |
| unsigned char *
In file included from ipband.h:31,
from packets.c:22:
/usr/include/stdio.h:334:38: note: expected 'char * restrict' but argument is of type 'unsigned char *'
334 | extern int sprintf (char *__restrict __s,
| ~~~~~~~~~~~~~~~~~^~~
packets.c: In function 'proc_aggr':
packets.c:302:83: warning: pointer targets in passing argument 1 of 'hex2dot' differ in signedness [-Wpointer-sign]
302 | html_report("
%s | | ", hex2dot(t->key));
| ~^~~~~
| |
| u_char * {aka unsigned char *}
In file included from packets.c:22:
ipband.h:261:16: note: expected 'char *' but argument is of type 'u_char *' {aka 'unsigned char *'}
261 | char *hex2dot (char *);
| ^~~~~~
packets.c:312:41: warning: pointer targets in passing argument 1 of 'hex2dot' differ in signedness [-Wpointer-sign]
312 | fprintf (outfile_m, "%-15s", hex2dot(t->key));
| ~^~~~~
| |
| u_char * {aka unsigned char *}
In file included from packets.c:22:
ipband.h:261:16: note: expected 'char *' but argument is of type 'u_char *' {aka 'unsigned char *'}
261 | char *hex2dot (char *);
| ^~~~~~
packets.c: In function 'detail_cleanup':
packets.c:374:9: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign]
374 | sscanf(key,"%08x",&ip_key);
| ^~~
| |
| unsigned char *
In file included from ipband.h:31,
from packets.c:22:
/usr/include/stdio.h:399:43: note: expected 'const char * restrict' but argument is of type 'unsigned char *'
399 | extern int sscanf (const char *__restrict __s,
| ~~~~~~~~~~~~~~~~~~~~~~~^~~
make: Leaving directory '/usr/src/RPM/BUILD/ipband-0.8.1'
make: Entering directory '/usr/src/RPM/BUILD/ipband-0.8.1'
gcc -Wall -I/usr/include/pcap -c -o popen.o popen.c
popen.c: In function 'sec_popen':
popen.c:38:26: warning: comparison with string literal results in unspecified behavior [-Waddress]
38 | if(cmd == NULL || cmd == "")
| ^~
popen.c:127:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
127 | else
| ^~~~
popen.c:130:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
130 | _exit(127);
| ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/ipband-0.8.1'
make: Entering directory '/usr/src/RPM/BUILD/ipband-0.8.1'
gcc -Wall -I/usr/include/pcap -c -o init.o init.c
init.c: In function 'preload_subnets':
init.c:405:10: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
405 | sprintf(key,"%08x",netip);
| ^~~
| |
| unsigned char *
In file included from ipband.h:31,
from init.c:22:
/usr/include/stdio.h:334:38: note: expected 'char * restrict' but argument is of type 'unsigned char *'
334 | extern int sprintf (char *__restrict __s,
| ~~~~~~~~~~~~~~~~~^~~
make: Leaving directory '/usr/src/RPM/BUILD/ipband-0.8.1'
make: Entering directory '/usr/src/RPM/BUILD/ipband-0.8.1'
gcc -Wall -I/usr/include/pcap -c -o hash.o hash.c
make: Leaving directory '/usr/src/RPM/BUILD/ipband-0.8.1'
make: Entering directory '/usr/src/RPM/BUILD/ipband-0.8.1'
gcc -Wall -I/usr/include/pcap -c -o utils.o utils.c
make: Leaving directory '/usr/src/RPM/BUILD/ipband-0.8.1'
make: Entering directory '/usr/src/RPM/BUILD/ipband-0.8.1'
gcc -Wall -I/usr/include/pcap -c -o reports.o reports.c
reports.c: In function 'subnet_report':
reports.c:55:9: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign]
55 | sscanf(key,"%08x",&ikey);
| ^~~
| |
| unsigned char *
In file included from ipband.h:31,
from reports.c:19:
/usr/include/stdio.h:399:43: note: expected 'const char * restrict' but argument is of type 'unsigned char *'
399 | extern int sscanf (const char *__restrict __s,
| ~~~~~~~~~~~~~~~~~~~~~~~^~~
reports.c:59:74: warning: pointer targets in passing argument 1 of 'hex2dot' differ in signedness [-Wpointer-sign]
59 | if(net_s) va_report("Subject: Bandwidth report for %s <%s>\n\n",hex2dot(key),net_s->n_name);
| ^~~
| |
| unsigned char *
In file included from reports.c:19:
ipband.h:261:16: note: expected 'char *' but argument is of type 'unsigned char *'
261 | char *hex2dot (char *);
| ^~~~~~
reports.c:60:64: warning: pointer targets in passing argument 1 of 'hex2dot' differ in signedness [-Wpointer-sign]
60 | else va_report("Subject: Bandwidth report for %s\n\n",hex2dot(key));
| ^~~
| |
| unsigned char *
In file included from reports.c:19:
ipband.h:261:16: note: expected 'char *' but argument is of type 'unsigned char *'
261 | char *hex2dot (char *);
| ^~~~~~
reports.c:65:35: warning: pointer targets in passing argument 1 of 'hex2dot' differ in signedness [-Wpointer-sign]
65 | va_report("Network: %s", hex2dot(key));
| ^~~
| |
| unsigned char *
In file included from reports.c:19:
ipband.h:261:16: note: expected 'char *' but argument is of type 'unsigned char *'
261 | char *hex2dot (char *);
| ^~~~~~
reports.c:107:10: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign]
107 | sscanf(key,"%08x",&ip_key);
| ^~~
| |
| unsigned char *
In file included from ipband.h:31,
from reports.c:19:
/usr/include/stdio.h:399:43: note: expected 'const char * restrict' but argument is of type 'unsigned char *'
399 | extern int sscanf (const char *__restrict __s,
| ~~~~~~~~~~~~~~~~~~~~~~~^~~
make: Leaving directory '/usr/src/RPM/BUILD/ipband-0.8.1'
make: Entering directory '/usr/src/RPM/BUILD/ipband-0.8.1'
gcc -o ipband main.o error.o init.o packets.o pcapfunc.o popen.o reports.o utils.o hash.o -lpcap -Wall
ld: error.o:(.bss+0x0): multiple definition of `isig_m'; main.o:(.bss+0x0): first defined here
ld: error.o:(.bss+0x4): multiple definition of `preload_m'; main.o:(.bss+0x4): first defined here
ld: error.o:(.bss+0x8): multiple definition of `pcapdev_m'; main.o:(.bss+0x8): first defined here
ld: error.o:(.bss+0xc): multiple definition of `pcapfile_m'; main.o:(.bss+0xc): first defined here
ld: error.o:(.bss+0x10): multiple definition of `pcapoffset_m'; main.o:(.bss+0x10): first defined here
ld: error.o:(.bss+0x14): multiple definition of `started_m'; main.o:(.bss+0x14): first defined here
ld: error.o:(.bss+0x18): multiple definition of `ll_tcp_cache'; main.o:(.bss+0x18): first defined here
ld: error.o:(.bss+0x1c): multiple definition of `ll_udp_cache'; main.o:(.bss+0x1c): first defined here
ld: error.o:(.bss+0x20): multiple definition of `debug_m'; main.o:(.bss+0x20): first defined here
ld: error.o:(.bss+0x24): multiple definition of `do_html'; main.o:(.bss+0x24): first defined here
ld: error.o:(.bss+0x28): multiple definition of `filtercmd_m'; main.o:(.bss+0x28): first defined here
ld: error.o:(.bss+0x2c): multiple definition of `repfname_m'; main.o:(.bss+0x2c): first defined here
ld: error.o:(.bss+0x30): multiple definition of `htmlfname_m'; main.o:(.bss+0x30): first defined here
ld: error.o:(.bss+0x34): multiple definition of `htmltitle_m'; main.o:(.bss+0x34): first defined here
ld: error.o:(.bss+0x38): multiple definition of `mask_m'; main.o:(.bss+0x38): first defined here
ld: error.o:(.bss+0x3c): multiple definition of `cycle_m'; main.o:(.bss+0x3c): first defined here
ld: error.o:(.bss+0x40): multiple definition of `rcycle_m'; main.o:(.bss+0x40): first defined here
ld: error.o:(.bss+0x44): multiple definition of `thresh_m'; main.o:(.bss+0x44): first defined here
ld: error.o:(.bss+0x48): multiple definition of `fork_m'; main.o:(.bss+0x48): first defined here
ld: error.o:(.bss+0x4c): multiple definition of `top_m'; main.o:(.bss+0x4c): first defined here
ld: error.o:(.bss+0x50): multiple definition of `config_m'; main.o:(.bss+0x50): first defined here
ld: error.o:(.bss+0x54): multiple definition of `mailto_m'; main.o:(.bss+0x54): first defined here
ld: error.o:(.bss+0x58): multiple definition of `mailfoot_m'; main.o:(.bss+0x58): first defined here
ld: error.o:(.bss+0x5c): multiple definition of `mtastring_m'; main.o:(.bss+0x5c): first defined here
ld: error.o:(.bss+0x60): multiple definition of `report_aggr_m'; main.o:(.bss+0x60): first defined here
ld: error.o:(.bss+0x64): multiple definition of `promisc_m'; main.o:(.bss+0x64): first defined here
ld: error.o:(.bss+0x68): multiple definition of `iplist_m'; main.o:(.bss+0x68): first defined here
ld: error.o:(.bss+0x6c): multiple definition of `niplist_m'; main.o:(.bss+0x6c): first defined here
ld: error.o:(.bss+0x70): multiple definition of `lenadj_m'; main.o:(.bss+0x70): first defined here
ld: init.o:(.bss+0x0): multiple definition of `isig_m'; main.o:(.bss+0x0): first defined here
ld: init.o:(.bss+0x4): multiple definition of `preload_m'; main.o:(.bss+0x4): first defined here
ld: init.o:(.bss+0x8): multiple definition of `pcapdev_m'; main.o:(.bss+0x8): first defined here
ld: init.o:(.bss+0xc): multiple definition of `pcapfile_m'; main.o:(.bss+0xc): first defined here
ld: init.o:(.bss+0x10): multiple definition of `pcapoffset_m'; main.o:(.bss+0x10): first defined here
ld: init.o:(.bss+0x14): multiple definition of `started_m'; main.o:(.bss+0x14): first defined here
ld: init.o:(.bss+0x18): multiple definition of `ll_tcp_cache'; main.o:(.bss+0x18): first defined here
ld: init.o:(.bss+0x1c): multiple definition of `ll_udp_cache'; main.o:(.bss+0x1c): first defined here
ld: init.o:(.bss+0x20): multiple definition of `debug_m'; main.o:(.bss+0x20): first defined here
ld: init.o:(.bss+0x24): multiple definition of `do_html'; main.o:(.bss+0x24): first defined here
ld: init.o:(.bss+0x28): multiple definition of `filtercmd_m'; main.o:(.bss+0x28): first defined here
ld: init.o:(.bss+0x2c): multiple definition of `repfname_m'; main.o:(.bss+0x2c): first defined here
ld: init.o:(.bss+0x30): multiple definition of `htmlfname_m'; main.o:(.bss+0x30): first defined here
ld: init.o:(.bss+0x34): multiple definition of `htmltitle_m'; main.o:(.bss+0x34): first defined here
ld: init.o:(.bss+0x38): multiple definition of `mask_m'; main.o:(.bss+0x38): first defined here
ld: init.o:(.bss+0x3c): multiple definition of `cycle_m'; main.o:(.bss+0x3c): first defined here
ld: init.o:(.bss+0x40): multiple definition of `rcycle_m'; main.o:(.bss+0x40): first defined here
ld: init.o:(.bss+0x44): multiple definition of `thresh_m'; main.o:(.bss+0x44): first defined here
ld: init.o:(.bss+0x48): multiple definition of `fork_m'; main.o:(.bss+0x48): first defined here
ld: init.o:(.bss+0x4c): multiple definition of `top_m'; main.o:(.bss+0x4c): first defined here
ld: init.o:(.bss+0x50): multiple definition of `config_m'; main.o:(.bss+0x50): first defined here
ld: init.o:(.bss+0x54): multiple definition of `mailto_m'; main.o:(.bss+0x54): first defined here
ld: init.o:(.bss+0x58): multiple definition of `mailfoot_m'; main.o:(.bss+0x58): first defined here
ld: init.o:(.bss+0x5c): multiple definition of `mtastring_m'; main.o:(.bss+0x5c): first defined here
ld: init.o:(.bss+0x60): multiple definition of `report_aggr_m'; main.o:(.bss+0x60): first defined here
ld: init.o:(.bss+0x64): multiple definition of `promisc_m'; main.o:(.bss+0x64): first defined here
ld: init.o:(.bss+0x68): multiple definition of `iplist_m'; main.o:(.bss+0x68): first defined here
ld: init.o:(.bss+0x6c): multiple definition of `niplist_m'; main.o:(.bss+0x6c): first defined here
ld: init.o:(.bss+0x70): multiple definition of `lenadj_m'; main.o:(.bss+0x70): first defined here
ld: packets.o:(.bss+0x0): multiple definition of `isig_m'; main.o:(.bss+0x0): first defined here
ld: packets.o:(.bss+0x4): multiple definition of `preload_m'; main.o:(.bss+0x4): first defined here
ld: packets.o:(.bss+0x8): multiple definition of `pcapdev_m'; main.o:(.bss+0x8): first defined here
ld: packets.o:(.bss+0xc): multiple definition of `pcapfile_m'; main.o:(.bss+0xc): first defined here
ld: packets.o:(.bss+0x10): multiple definition of `pcapoffset_m'; main.o:(.bss+0x10): first defined here
ld: packets.o:(.bss+0x14): multiple definition of `started_m'; main.o:(.bss+0x14): first defined here
ld: packets.o:(.bss+0x18): multiple definition of `ll_tcp_cache'; main.o:(.bss+0x18): first defined here
ld: packets.o:(.bss+0x1c): multiple definition of `ll_udp_cache'; main.o:(.bss+0x1c): first defined here
ld: packets.o:(.bss+0x20): multiple definition of `debug_m'; main.o:(.bss+0x20): first defined here
ld: packets.o:(.bss+0x24): multiple definition of `do_html'; main.o:(.bss+0x24): first defined here
ld: packets.o:(.bss+0x28): multiple definition of `filtercmd_m'; main.o:(.bss+0x28): first defined here
ld: packets.o:(.bss+0x2c): multiple definition of `repfname_m'; main.o:(.bss+0x2c): first defined here
ld: packets.o:(.bss+0x30): multiple definition of `htmlfname_m'; main.o:(.bss+0x30): first defined here
ld: packets.o:(.bss+0x34): multiple definition of `htmltitle_m'; main.o:(.bss+0x34): first defined here
ld: packets.o:(.bss+0x38): multiple definition of `mask_m'; main.o:(.bss+0x38): first defined here
ld: packets.o:(.bss+0x3c): multiple definition of `cycle_m'; main.o:(.bss+0x3c): first defined here
ld: packets.o:(.bss+0x40): multiple definition of `rcycle_m'; main.o:(.bss+0x40): first defined here
ld: packets.o:(.bss+0x44): multiple definition of `thresh_m'; main.o:(.bss+0x44): first defined here
ld: packets.o:(.bss+0x48): multiple definition of `fork_m'; main.o:(.bss+0x48): first defined here
ld: packets.o:(.bss+0x4c): multiple definition of `top_m'; main.o:(.bss+0x4c): first defined here
ld: packets.o:(.bss+0x50): multiple definition of `config_m'; main.o:(.bss+0x50): first defined here
ld: packets.o:(.bss+0x54): multiple definition of `mailto_m'; main.o:(.bss+0x54): first defined here
ld: packets.o:(.bss+0x58): multiple definition of `mailfoot_m'; main.o:(.bss+0x58): first defined here
ld: packets.o:(.bss+0x5c): multiple definition of `mtastring_m'; main.o:(.bss+0x5c): first defined here
ld: packets.o:(.bss+0x60): multiple definition of `report_aggr_m'; main.o:(.bss+0x60): first defined here
ld: packets.o:(.bss+0x64): multiple definition of `promisc_m'; main.o:(.bss+0x64): first defined here
ld: packets.o:(.bss+0x68): multiple definition of `iplist_m'; main.o:(.bss+0x68): first defined here
ld: packets.o:(.bss+0x6c): multiple definition of `niplist_m'; main.o:(.bss+0x6c): first defined here
ld: packets.o:(.bss+0x70): multiple definition of `lenadj_m'; main.o:(.bss+0x70): first defined here
ld: pcapfunc.o:(.bss+0x0): multiple definition of `isig_m'; main.o:(.bss+0x0): first defined here
ld: pcapfunc.o:(.bss+0x4): multiple definition of `preload_m'; main.o:(.bss+0x4): first defined here
ld: pcapfunc.o:(.bss+0x8): multiple definition of `pcapdev_m'; main.o:(.bss+0x8): first defined here
ld: pcapfunc.o:(.bss+0xc): multiple definition of `pcapfile_m'; main.o:(.bss+0xc): first defined here
ld: pcapfunc.o:(.bss+0x10): multiple definition of `pcapoffset_m'; main.o:(.bss+0x10): first defined here
ld: pcapfunc.o:(.bss+0x14): multiple definition of `started_m'; main.o:(.bss+0x14): first defined here
ld: pcapfunc.o:(.bss+0x18): multiple definition of `ll_tcp_cache'; main.o:(.bss+0x18): first defined here
ld: pcapfunc.o:(.bss+0x1c): multiple definition of `ll_udp_cache'; main.o:(.bss+0x1c): first defined here
ld: pcapfunc.o:(.bss+0x20): multiple definition of `debug_m'; main.o:(.bss+0x20): first defined here
ld: pcapfunc.o:(.bss+0x24): multiple definition of `do_html'; main.o:(.bss+0x24): first defined here
ld: pcapfunc.o:(.bss+0x28): multiple definition of `filtercmd_m'; main.o:(.bss+0x28): first defined here
ld: pcapfunc.o:(.bss+0x2c): multiple definition of `repfname_m'; main.o:(.bss+0x2c): first defined here
ld: pcapfunc.o:(.bss+0x30): multiple definition of `htmlfname_m'; main.o:(.bss+0x30): first defined here
ld: pcapfunc.o:(.bss+0x34): multiple definition of `htmltitle_m'; main.o:(.bss+0x34): first defined here
ld: pcapfunc.o:(.bss+0x38): multiple definition of `mask_m'; main.o:(.bss+0x38): first defined here
ld: pcapfunc.o:(.bss+0x3c): multiple definition of `cycle_m'; main.o:(.bss+0x3c): first defined here
ld: pcapfunc.o:(.bss+0x40): multiple definition of `rcycle_m'; main.o:(.bss+0x40): first defined here
ld: pcapfunc.o:(.bss+0x44): multiple definition of `thresh_m'; main.o:(.bss+0x44): first defined here
ld: pcapfunc.o:(.bss+0x48): multiple definition of `fork_m'; main.o:(.bss+0x48): first defined here
ld: pcapfunc.o:(.bss+0x4c): multiple definition of `top_m'; main.o:(.bss+0x4c): first defined here
ld: pcapfunc.o:(.bss+0x50): multiple definition of `config_m'; main.o:(.bss+0x50): first defined here
ld: pcapfunc.o:(.bss+0x54): multiple definition of `mailto_m'; main.o:(.bss+0x54): first defined here
ld: pcapfunc.o:(.bss+0x58): multiple definition of `mailfoot_m'; main.o:(.bss+0x58): first defined here
ld: pcapfunc.o:(.bss+0x5c): multiple definition of `mtastring_m'; main.o:(.bss+0x5c): first defined here
ld: pcapfunc.o:(.bss+0x60): multiple definition of `report_aggr_m'; main.o:(.bss+0x60): first defined here
ld: pcapfunc.o:(.bss+0x64): multiple definition of `promisc_m'; main.o:(.bss+0x64): first defined here
ld: pcapfunc.o:(.bss+0x68): multiple definition of `iplist_m'; main.o:(.bss+0x68): first defined here
ld: pcapfunc.o:(.bss+0x6c): multiple definition of `niplist_m'; main.o:(.bss+0x6c): first defined here
ld: pcapfunc.o:(.bss+0x70): multiple definition of `lenadj_m'; main.o:(.bss+0x70): first defined here
ld: popen.o:(.bss+0x0): multiple definition of `isig_m'; main.o:(.bss+0x0): first defined here
ld: popen.o:(.bss+0x4): multiple definition of `preload_m'; main.o:(.bss+0x4): first defined here
ld: popen.o:(.bss+0x8): multiple definition of `pcapdev_m'; main.o:(.bss+0x8): first defined here
ld: popen.o:(.bss+0xc): multiple definition of `pcapfile_m'; main.o:(.bss+0xc): first defined here
ld: popen.o:(.bss+0x10): multiple definition of `pcapoffset_m'; main.o:(.bss+0x10): first defined here
ld: popen.o:(.bss+0x14): multiple definition of `started_m'; main.o:(.bss+0x14): first defined here
ld: popen.o:(.bss+0x18): multiple definition of `ll_tcp_cache'; main.o:(.bss+0x18): first defined here
ld: popen.o:(.bss+0x1c): multiple definition of `ll_udp_cache'; main.o:(.bss+0x1c): first defined here
ld: popen.o:(.bss+0x20): multiple definition of `debug_m'; main.o:(.bss+0x20): first defined here
ld: popen.o:(.bss+0x24): multiple definition of `do_html'; main.o:(.bss+0x24): first defined here
ld: popen.o:(.bss+0x28): multiple definition of `filtercmd_m'; main.o:(.bss+0x28): first defined here
ld: popen.o:(.bss+0x2c): multiple definition of `repfname_m'; main.o:(.bss+0x2c): first defined here
ld: popen.o:(.bss+0x30): multiple definition of `htmlfname_m'; main.o:(.bss+0x30): first defined here
ld: popen.o:(.bss+0x34): multiple definition of `htmltitle_m'; main.o:(.bss+0x34): first defined here
ld: popen.o:(.bss+0x38): multiple definition of `mask_m'; main.o:(.bss+0x38): first defined here
ld: popen.o:(.bss+0x3c): multiple definition of `cycle_m'; main.o:(.bss+0x3c): first defined here
ld: popen.o:(.bss+0x40): multiple definition of `rcycle_m'; main.o:(.bss+0x40): first defined here
ld: popen.o:(.bss+0x44): multiple definition of `thresh_m'; main.o:(.bss+0x44): first defined here
ld: popen.o:(.bss+0x48): multiple definition of `fork_m'; main.o:(.bss+0x48): first defined here
ld: popen.o:(.bss+0x4c): multiple definition of `top_m'; main.o:(.bss+0x4c): first defined here
ld: popen.o:(.bss+0x50): multiple definition of `config_m'; main.o:(.bss+0x50): first defined here
ld: popen.o:(.bss+0x54): multiple definition of `mailto_m'; main.o:(.bss+0x54): first defined here
ld: popen.o:(.bss+0x58): multiple definition of `mailfoot_m'; main.o:(.bss+0x58): first defined here
ld: popen.o:(.bss+0x5c): multiple definition of `mtastring_m'; main.o:(.bss+0x5c): first defined here
ld: popen.o:(.bss+0x60): multiple definition of `report_aggr_m'; main.o:(.bss+0x60): first defined here
ld: popen.o:(.bss+0x64): multiple definition of `promisc_m'; main.o:(.bss+0x64): first defined here
ld: popen.o:(.bss+0x68): multiple definition of `iplist_m'; main.o:(.bss+0x68): first defined here
ld: popen.o:(.bss+0x6c): multiple definition of `niplist_m'; main.o:(.bss+0x6c): first defined here
ld: popen.o:(.bss+0x70): multiple definition of `lenadj_m'; main.o:(.bss+0x70): first defined here
ld: reports.o:(.bss+0x0): multiple definition of `isig_m'; main.o:(.bss+0x0): first defined here
ld: reports.o:(.bss+0x4): multiple definition of `preload_m'; main.o:(.bss+0x4): first defined here
ld: reports.o:(.bss+0x8): multiple definition of `pcapdev_m'; main.o:(.bss+0x8): first defined here
ld: reports.o:(.bss+0xc): multiple definition of `pcapfile_m'; main.o:(.bss+0xc): first defined here
ld: reports.o:(.bss+0x10): multiple definition of `pcapoffset_m'; main.o:(.bss+0x10): first defined here
ld: reports.o:(.bss+0x14): multiple definition of `started_m'; main.o:(.bss+0x14): first defined here
ld: reports.o:(.bss+0x18): multiple definition of `ll_tcp_cache'; main.o:(.bss+0x18): first defined here
ld: reports.o:(.bss+0x1c): multiple definition of `ll_udp_cache'; main.o:(.bss+0x1c): first defined here
ld: reports.o:(.bss+0x20): multiple definition of `debug_m'; main.o:(.bss+0x20): first defined here
ld: reports.o:(.bss+0x24): multiple definition of `do_html'; main.o:(.bss+0x24): first defined here
ld: reports.o:(.bss+0x28): multiple definition of `filtercmd_m'; main.o:(.bss+0x28): first defined here
ld: reports.o:(.bss+0x2c): multiple definition of `repfname_m'; main.o:(.bss+0x2c): first defined here
ld: reports.o:(.bss+0x30): multiple definition of `htmlfname_m'; main.o:(.bss+0x30): first defined here
ld: reports.o:(.bss+0x34): multiple definition of `htmltitle_m'; main.o:(.bss+0x34): first defined here
ld: reports.o:(.bss+0x38): multiple definition of `mask_m'; main.o:(.bss+0x38): first defined here
ld: reports.o:(.bss+0x3c): multiple definition of `cycle_m'; main.o:(.bss+0x3c): first defined here
ld: reports.o:(.bss+0x40): multiple definition of `rcycle_m'; main.o:(.bss+0x40): first defined here
ld: reports.o:(.bss+0x44): multiple definition of `thresh_m'; main.o:(.bss+0x44): first defined here
ld: reports.o:(.bss+0x48): multiple definition of `fork_m'; main.o:(.bss+0x48): first defined here
ld: reports.o:(.bss+0x4c): multiple definition of `top_m'; main.o:(.bss+0x4c): first defined here
ld: reports.o:(.bss+0x50): multiple definition of `config_m'; main.o:(.bss+0x50): first defined here
ld: reports.o:(.bss+0x54): multiple definition of `mailto_m'; main.o:(.bss+0x54): first defined here
ld: reports.o:(.bss+0x58): multiple definition of `mailfoot_m'; main.o:(.bss+0x58): first defined here
ld: reports.o:(.bss+0x5c): multiple definition of `mtastring_m'; main.o:(.bss+0x5c): first defined here
ld: reports.o:(.bss+0x60): multiple definition of `report_aggr_m'; main.o:(.bss+0x60): first defined here
ld: reports.o:(.bss+0x64): multiple definition of `promisc_m'; main.o:(.bss+0x64): first defined here
ld: reports.o:(.bss+0x68): multiple definition of `iplist_m'; main.o:(.bss+0x68): first defined here
ld: reports.o:(.bss+0x6c): multiple definition of `niplist_m'; main.o:(.bss+0x6c): first defined here
ld: reports.o:(.bss+0x70): multiple definition of `lenadj_m'; main.o:(.bss+0x70): first defined here
ld: utils.o:(.bss+0x0): multiple definition of `isig_m'; main.o:(.bss+0x0): first defined here
ld: utils.o:(.bss+0x4): multiple definition of `preload_m'; main.o:(.bss+0x4): first defined here
ld: utils.o:(.bss+0x8): multiple definition of `pcapdev_m'; main.o:(.bss+0x8): first defined here
ld: utils.o:(.bss+0xc): multiple definition of `pcapfile_m'; main.o:(.bss+0xc): first defined here
ld: utils.o:(.bss+0x10): multiple definition of `pcapoffset_m'; main.o:(.bss+0x10): first defined here
ld: utils.o:(.bss+0x14): multiple definition of `started_m'; main.o:(.bss+0x14): first defined here
ld: utils.o:(.bss+0x18): multiple definition of `ll_tcp_cache'; main.o:(.bss+0x18): first defined here
ld: utils.o:(.bss+0x1c): multiple definition of `ll_udp_cache'; main.o:(.bss+0x1c): first defined here
ld: utils.o:(.bss+0x20): multiple definition of `debug_m'; main.o:(.bss+0x20): first defined here
ld: utils.o:(.bss+0x24): multiple definition of `do_html'; main.o:(.bss+0x24): first defined here
ld: utils.o:(.bss+0x28): multiple definition of `filtercmd_m'; main.o:(.bss+0x28): first defined here
ld: utils.o:(.bss+0x2c): multiple definition of `repfname_m'; main.o:(.bss+0x2c): first defined here
ld: utils.o:(.bss+0x30): multiple definition of `htmlfname_m'; main.o:(.bss+0x30): first defined here
ld: utils.o:(.bss+0x34): multiple definition of `htmltitle_m'; main.o:(.bss+0x34): first defined here
ld: utils.o:(.bss+0x38): multiple definition of `mask_m'; main.o:(.bss+0x38): first defined here
ld: utils.o:(.bss+0x3c): multiple definition of `cycle_m'; main.o:(.bss+0x3c): first defined here
ld: utils.o:(.bss+0x40): multiple definition of `rcycle_m'; main.o:(.bss+0x40): first defined here
ld: utils.o:(.bss+0x44): multiple definition of `thresh_m'; main.o:(.bss+0x44): first defined here
ld: utils.o:(.bss+0x48): multiple definition of `fork_m'; main.o:(.bss+0x48): first defined here
ld: utils.o:(.bss+0x4c): multiple definition of `top_m'; main.o:(.bss+0x4c): first defined here
ld: utils.o:(.bss+0x50): multiple definition of `config_m'; main.o:(.bss+0x50): first defined here
ld: utils.o:(.bss+0x54): multiple definition of `mailto_m'; main.o:(.bss+0x54): first defined here
ld: utils.o:(.bss+0x58): multiple definition of `mailfoot_m'; main.o:(.bss+0x58): first defined here
ld: utils.o:(.bss+0x5c): multiple definition of `mtastring_m'; main.o:(.bss+0x5c): first defined here
ld: utils.o:(.bss+0x60): multiple definition of `report_aggr_m'; main.o:(.bss+0x60): first defined here
ld: utils.o:(.bss+0x64): multiple definition of `promisc_m'; main.o:(.bss+0x64): first defined here
ld: utils.o:(.bss+0x68): multiple definition of `iplist_m'; main.o:(.bss+0x68): first defined here
ld: utils.o:(.bss+0x6c): multiple definition of `niplist_m'; main.o:(.bss+0x6c): first defined here
ld: utils.o:(.bss+0x70): multiple definition of `lenadj_m'; main.o:(.bss+0x70): first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:52: ipband] Error 1
make: Leaving directory '/usr/src/RPM/BUILD/ipband-0.8.1'
error: Bad exit status from /usr/src/tmp/rpm-tmp.56346 (%build)
RPM build errors:
Bad exit status from /usr/src/tmp/rpm-tmp.56346 (%build)
Command exited with non-zero status 1
0.80user 0.15system 0:00.61elapsed 155%CPU (0avgtext+0avgdata 21048maxresident)k
0inputs+0outputs (0major+41699minor)pagefaults 0swaps
hsh-rebuild: rebuild of `ipband-0.8.1-alt1.src.rpm' failed.
Command exited with non-zero status 1
5.21user 3.89system 0:11.19elapsed 81%CPU (0avgtext+0avgdata 106840maxresident)k
512inputs+0outputs (0major+273553minor)pagefaults 0swaps