<86>Dec 4 15:26:51 userdel[480526]: delete user 'rooter' <86>Dec 4 15:26:51 userdel[480526]: removed group 'rooter' owned by 'rooter' <86>Dec 4 15:26:51 userdel[480526]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 4 15:26:51 groupadd[480543]: group added to /etc/group: name=rooter, GID=657 <86>Dec 4 15:26:51 groupadd[480543]: group added to /etc/gshadow: name=rooter <86>Dec 4 15:26:51 groupadd[480543]: new group: name=rooter, GID=657 <86>Dec 4 15:26:51 useradd[480549]: new user: name=rooter, UID=657, GID=657, home=/root, shell=/bin/bash <86>Dec 4 15:26:51 userdel[480569]: delete user 'builder' <86>Dec 4 15:26:51 userdel[480569]: removed group 'builder' owned by 'builder' <86>Dec 4 15:26:51 userdel[480569]: removed shadow group 'builder' owned by 'builder' <86>Dec 4 15:26:51 groupadd[480589]: group added to /etc/group: name=builder, GID=658 <86>Dec 4 15:26:51 groupadd[480589]: group added to /etc/gshadow: name=builder <86>Dec 4 15:26:51 groupadd[480589]: new group: name=builder, GID=658 <86>Dec 4 15:26:51 useradd[480597]: new user: name=builder, UID=658, GID=658, home=/usr/src, shell=/bin/bash warning: Macro %ubt not found warning: Macro %ubt not found Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/vpcs-0.8-alt2.20171012.nosrc.rpm warning: Macro %ubt not found Installing vpcs-0.8-alt2.20171012.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.93420 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf vpcs-0.8 + echo 'Source #0 (vpcs-0.8.tar):' Source #0 (vpcs-0.8.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/vpcs-0.8.tar + cd vpcs-0.8 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (vpcs-0.8-no-static.patch):' Patch #0 (vpcs-0.8-no-static.patch): + /usr/bin/patch -p1 patching file src/Makefile.linux + pushd src ~/RPM/BUILD/vpcs-0.8/src ~/RPM/BUILD/vpcs-0.8 + rgetopt='int getopt(int argc, char *const *argv, const char *optstr);' + sed -i 's/^int getopt.*/int getopt(int argc, char *const *argv, const char *optstr);/' getopt.h + popd ~/RPM/BUILD/vpcs-0.8 + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.93420 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd vpcs-0.8 + pushd src ~/RPM/BUILD/vpcs-0.8/src ~/RPM/BUILD/vpcs-0.8 + export 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing' + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing' + make -f Makefile.linux CPUTYPE=i586 make: Entering directory '/usr/src/RPM/BUILD/vpcs-0.8/src' Makefile.linux:38: warning: ignoring prerequisites on suffix rule definition gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing -DLinux -Di586 -DHV -Wall -I. -DTAP -c vpcs.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing -DLinux -Di586 -DHV -Wall -I. -DTAP -c daemon.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing -DLinux -Di586 -DHV -Wall -I. -DTAP -c readline.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing -DLinux -Di586 -DHV -Wall -I. -DTAP -c packets.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing -DLinux -Di586 -DHV -Wall -I. -DTAP -c utils.c In file included from /usr/include/string.h:508, from utils.c:29: In function 'strncpy', inlined from 'getkv' at utils.c:45:3: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.c: In function 'getkv': utils.c:45:3: note: length computed here 45 | strncpy(buf, str, strlen(str)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing -DLinux -Di586 -DHV -Wall -I. -DTAP -c queue.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing -DLinux -Di586 -DHV -Wall -I. -DTAP -c command.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing -DLinux -Di586 -DHV -Wall -I. -DTAP -c dev.c dev.c: In function 'open_tap': dev.c:173:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 173 | else | ^~~~ dev.c:176:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 176 | sprintf(dev, "%s", tapname); | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing -DLinux -Di586 -DHV -Wall -I. -DTAP -c dhcp.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing -DLinux -Di586 -DHV -Wall -I. -DTAP -c command6.c command6.c: In function 'ip6Info': command6.c:898:20: warning: '%s' directive writing up to 46 bytes into a region of size 44 [-Wformat-overflow=] 898 | sprintf(buf, "ip %s/%d", tmp, vpc[id].ip6.cidr); | ^~ ~~~ In file included from /usr/include/stdio.h:867, from command6.c:28: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 62 bytes into a destination of size 47 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing -DLinux -Di586 -DHV -Wall -I. -DTAP -c packets6.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing -DLinux -Di586 -DHV -Wall -I. -DTAP -c ip.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing -DLinux -Di586 -DHV -Wall -I. -DTAP -c tcp.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing -DLinux -Di586 -DHV -Wall -I. -DTAP -c inet6.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing -DLinux -Di586 -DHV -Wall -I. -DTAP -c dns.c dns.c: In function 'hostresolv': dns.c:54:8: warning: variable 'pdn' set but not used [-Wunused-but-set-variable] 54 | char *pdn = NULL; | ^~~ dns.c: In function 'appenddomain': dns.c:141:25: warning: argument to 'sizeof' in 'snprintf' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] 141 | snprintf(dname, sizeof(dname), "%s", name); | ^ dns.c:145:24: warning: argument to 'sizeof' in 'snprintf' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] 145 | snprintf(dname, sizeof(dname), "%s.%s", name, dn); | ^ dns.c: In function 'dns4': dns.c:151:17: warning: variable 'in' set but not used [-Wunused-but-set-variable] 151 | struct in_addr in; | ^~ dns.c: In function 'hostresolv': dns.c:145:37: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size 3 [-Wformat-truncation=] 145 | snprintf(dname, sizeof(dname), "%s.%s", name, dn); | ^~ In file included from /usr/include/stdio.h:867, from dns.c:27: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 65) into a destination of size 4 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dns.c:159:16: warning: 'cb.dip' may be used uninitialized in this function [-Wmaybe-uninitialized] 159 | if (sameNet(cb.dip, pc->ip4.ip, pc->ip4.cidr)) | ~~^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing -DLinux -Di586 -DHV -Wall -I. -DTAP -c remote.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing -DLinux -Di586 -DHV -Wall -I. -DTAP -c help.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing -DLinux -Di586 -DHV -Wall -I. -DTAP -c dump.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing -DLinux -Di586 -DHV -Wall -I. -DTAP -c relay.c relay.c: In function 'run_relay': relay.c:92:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 92 | if (port > 1024 && port < 65534) | ^~ relay.c:94:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 94 | if (relay_fd) { | ^~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing -DLinux -Di586 -DHV -Wall -I. -DTAP -c hv.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing -DLinux -Di586 -DHV -Wall -I. -DTAP -c frag.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fno-strict-aliasing -DLinux -Di586 -DHV -Wall -I. -DTAP -c frag6.c gcc vpcs.o daemon.o readline.o packets.o utils.o queue.o command.o dev.o dhcp.o command6.o packets6.o ip.o tcp.o inet6.o dns.o remote.o help.o dump.o relay.o hv.o frag.o frag6.o -o vpcs -lpthread -lutil -s /usr/bin/ld.default: packets.o:/usr/src/RPM/BUILD/vpcs-0.8/src/vpcs.h:139: multiple definition of `vpc'; vpcs.o:/usr/src/RPM/BUILD/vpcs-0.8/src/vpcs.h:139: first defined here /usr/bin/ld.default: command.o:/usr/src/RPM/BUILD/vpcs-0.8/src/vpcs.h:139: multiple definition of `vpc'; vpcs.o:/usr/src/RPM/BUILD/vpcs-0.8/src/vpcs.h:139: first defined here /usr/bin/ld.default: dev.o:/usr/src/RPM/BUILD/vpcs-0.8/src/vpcs.h:139: multiple definition of `vpc'; vpcs.o:/usr/src/RPM/BUILD/vpcs-0.8/src/vpcs.h:139: first defined here /usr/bin/ld.default: dhcp.o:/usr/src/RPM/BUILD/vpcs-0.8/src/vpcs.h:139: multiple definition of `vpc'; vpcs.o:/usr/src/RPM/BUILD/vpcs-0.8/src/vpcs.h:139: first defined here /usr/bin/ld.default: command6.o:/usr/src/RPM/BUILD/vpcs-0.8/src/vpcs.h:139: multiple definition of `vpc'; vpcs.o:/usr/src/RPM/BUILD/vpcs-0.8/src/vpcs.h:139: first defined here /usr/bin/ld.default: packets6.o:/usr/src/RPM/BUILD/vpcs-0.8/src/vpcs.h:139: multiple definition of `vpc'; vpcs.o:/usr/src/RPM/BUILD/vpcs-0.8/src/vpcs.h:139: first defined here /usr/bin/ld.default: tcp.o:/usr/src/RPM/BUILD/vpcs-0.8/src/vpcs.h:139: multiple definition of `vpc'; vpcs.o:/usr/src/RPM/BUILD/vpcs-0.8/src/vpcs.h:139: first defined here /usr/bin/ld.default: dns.o:/usr/src/RPM/BUILD/vpcs-0.8/src/vpcs.h:139: multiple definition of `vpc'; vpcs.o:/usr/src/RPM/BUILD/vpcs-0.8/src/vpcs.h:139: first defined here /usr/bin/ld.default: dump.o:/usr/src/RPM/BUILD/vpcs-0.8/src/vpcs.h:139: multiple definition of `vpc'; vpcs.o:/usr/src/RPM/BUILD/vpcs-0.8/src/vpcs.h:139: first defined here /usr/bin/ld.default: relay.o:/usr/src/RPM/BUILD/vpcs-0.8/src/vpcs.h:139: multiple definition of `vpc'; vpcs.o:/usr/src/RPM/BUILD/vpcs-0.8/src/vpcs.h:139: first defined here /usr/bin/ld.default: frag6.o:/usr/src/RPM/BUILD/vpcs-0.8/src/vpcs.h:139: multiple definition of `vpc'; vpcs.o:/usr/src/RPM/BUILD/vpcs-0.8/src/vpcs.h:139: first defined here collect2: error: ld returned 1 exit status make: *** [Makefile.linux:35: vpcs] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/vpcs-0.8/src' error: Bad exit status from /usr/src/tmp/rpm-tmp.93420 (%build) RPM build errors: Macro %ubt not found Bad exit status from /usr/src/tmp/rpm-tmp.93420 (%build) Command exited with non-zero status 1 10.16user 0.68system 0:10.53elapsed 103%CPU (0avgtext+0avgdata 38380maxresident)k 0inputs+0outputs (0major+124296minor)pagefaults 0swaps hsh-rebuild: rebuild of `vpcs-0.8-alt2.20171012.src.rpm' failed. Command exited with non-zero status 1 12.31user 4.83system 0:15.71elapsed 109%CPU (0avgtext+0avgdata 38380maxresident)k 0inputs+0outputs (0major+249125minor)pagefaults 0swaps