<86>Sep 29 11:11:55 userdel[3215154]: delete user 'rooter' <86>Sep 29 11:11:55 userdel[3215154]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 29 11:11:55 groupadd[3215161]: group added to /etc/group: name=rooter, GID=1814 <86>Sep 29 11:11:55 groupadd[3215161]: group added to /etc/gshadow: name=rooter <86>Sep 29 11:11:55 groupadd[3215161]: new group: name=rooter, GID=1814 <86>Sep 29 11:11:55 useradd[3215166]: new user: name=rooter, UID=1814, GID=1814, home=/root, shell=/bin/bash <86>Sep 29 11:11:55 userdel[3215172]: delete user 'builder' <86>Sep 29 11:11:55 userdel[3215172]: removed group 'builder' owned by 'builder' <86>Sep 29 11:11:55 userdel[3215172]: removed shadow group 'builder' owned by 'builder' <86>Sep 29 11:11:55 groupadd[3215178]: group added to /etc/group: name=builder, GID=1815 <86>Sep 29 11:11:55 groupadd[3215178]: group added to /etc/gshadow: name=builder <86>Sep 29 11:11:55 groupadd[3215178]: new group: name=builder, GID=1815 <86>Sep 29 11:11:55 useradd[3215183]: new user: name=builder, UID=1815, GID=1815, home=/usr/src, shell=/bin/bash warning: Macro %ubt not found warning: Macro %ubt not found Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/vpcs-0.8-alt2.20171012.nosrc.rpm (w1.gzdio) warning: Macro %ubt not found Installing vpcs-0.8-alt2.20171012.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.44627 + 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.12158 + 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 -fno-strict-aliasing' + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing' + make -f Makefile.linux CPUTYPE=x86_64 make: Entering directory '/usr/src/RPM/BUILD/vpcs-0.8/src' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -DLinux -Dx86_64 -DHV -Wall -I. -DTAP -c vpcs.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -DLinux -Dx86_64 -DHV -Wall -I. -DTAP -c daemon.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -DLinux -Dx86_64 -DHV -Wall -I. -DTAP -c readline.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -DLinux -Dx86_64 -DHV -Wall -I. -DTAP -c packets.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -DLinux -Dx86_64 -DHV -Wall -I. -DTAP -c utils.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -DLinux -Dx86_64 -DHV -Wall -I. -DTAP -c queue.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -DLinux -Dx86_64 -DHV -Wall -I. -DTAP -c command.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -DLinux -Dx86_64 -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] else ^~~~ dev.c:176:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' sprintf(dev, "%s", tapname); ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -DLinux -Dx86_64 -DHV -Wall -I. -DTAP -c dhcp.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -DLinux -Dx86_64 -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=] sprintf(buf, "ip %s/%d", tmp, vpc[id].ip6.cidr); ^~ ~~~ In file included from /usr/include/stdio.h:862, from command6.c:28: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 6 and 62 bytes into a destination of size 47 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -DLinux -Dx86_64 -DHV -Wall -I. -DTAP -c packets6.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -DLinux -Dx86_64 -DHV -Wall -I. -DTAP -c ip.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -DLinux -Dx86_64 -DHV -Wall -I. -DTAP -c tcp.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -DLinux -Dx86_64 -DHV -Wall -I. -DTAP -c inet6.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -DLinux -Dx86_64 -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] 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] 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] 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] 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 7 [-Wformat-truncation=] snprintf(dname, sizeof(dname), "%s.%s", name, dn); ^~ In file included from /usr/include/stdio.h:862, from dns.c:27: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 65) into a destination of size 8 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dns.c:159:16: warning: 'cb.dip' may be used uninitialized in this function [-Wmaybe-uninitialized] if (sameNet(cb.dip, pc->ip4.ip, pc->ip4.cidr)) ~~^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -DLinux -Dx86_64 -DHV -Wall -I. -DTAP -c remote.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -DLinux -Dx86_64 -DHV -Wall -I. -DTAP -c help.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -DLinux -Dx86_64 -DHV -Wall -I. -DTAP -c dump.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -DLinux -Dx86_64 -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] 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' if (relay_fd) { ^~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -DLinux -Dx86_64 -DHV -Wall -I. -DTAP -c hv.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -DLinux -Dx86_64 -DHV -Wall -I. -DTAP -c frag.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -DLinux -Dx86_64 -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 make: Leaving directory '/usr/src/RPM/BUILD/vpcs-0.8/src' + popd ~/RPM/BUILD/vpcs-0.8 + mkdir -p /usr/src/tmp/vpcs-buildroot//usr/bin + mkdir -p /usr/src/tmp/vpcs-buildroot//usr/share/man/man1 + install -m0755 src/vpcs /usr/src/tmp/vpcs-buildroot//usr/bin/vpcs + xz man/vpcs.1 + cp man/vpcs.1.xz /usr/src/tmp/vpcs-buildroot//usr/share/man/man1/ + exit 0 Processing files: vpcs-0.8-alt2.20171012 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.41711 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd vpcs-0.8 + DOCDIR=/usr/src/tmp/vpcs-buildroot/usr/share/doc/vpcs-0.8 + export DOCDIR + rm -rf /usr/src/tmp/vpcs-buildroot/usr/share/doc/vpcs-0.8 + /bin/mkdir -p /usr/src/tmp/vpcs-buildroot/usr/share/doc/vpcs-0.8 + cp -prL readme.txt COPYING README.md /usr/src/tmp/vpcs-buildroot/usr/share/doc/vpcs-0.8 + chmod -R go-w /usr/src/tmp/vpcs-buildroot/usr/share/doc/vpcs-0.8 + chmod -R a+rX /usr/src/tmp/vpcs-buildroot/usr/share/doc/vpcs-0.8 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qEiDj7 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fuD9E7 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libpthread.so.0(GLIBC_2.2.5)(64bit), libpthread.so.0(GLIBC_2.3.2)(64bit), libutil.so.1(GLIBC_2.2.5)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AWd9sb Wrote: /usr/src/RPM/RPMS/x86_64/vpcs-0.8-alt2.20171012.x86_64.rpm (w2.lzdio) 3.16user 0.94system 0:06.56elapsed 62%CPU (0avgtext+0avgdata 49408maxresident)k 0inputs+0outputs (0major+234706minor)pagefaults 0swaps 0.50user 1.45system 0:10.56elapsed 18%CPU (0avgtext+0avgdata 12220maxresident)k 0inputs+0outputs (0major+95941minor)pagefaults 0swaps --- vpcs-0.8-alt2.20171012.x86_64.rpm.repo 2018-10-16 17:03:50.000000000 +0000 +++ vpcs-0.8-alt2.20171012.x86_64.rpm.hasher 2024-09-29 11:12:03.206017295 +0000 @@ -16,4 +16,2 @@ Requires: libpthread.so.0(GLIBC_2.3.2)(64bit) -Requires: libutil.so.1()(64bit) >= set:geRgQP2 -Requires: rpmlib(SetVersions) Requires: libutil.so.1(GLIBC_2.2.5)(64bit) @@ -22,3 +20,3 @@ Provides: vpcs = 0.8-alt2.20171012 -File: /usr/bin/vpcs 100755 root:root 8afdcc0e79f0e66c9a65ec569207a485 +File: /usr/bin/vpcs 100755 root:root 223f5647537e323438bd54b32fcd855c File: /usr/share/doc/vpcs-0.8 40755 root:root @@ -28,2 +26,2 @@ File: /usr/share/man/man1/vpcs.1.xz 100644 root:root e741817f7b47cbcf9a23567ecec0f827 -RPMIdentity: e2975057802f802d4ba5e13a1698ae68bafe5d448b4971f28374354a0752006c96a76e75ca7b637e10716eb532e679f35a65a97bedfda5a8263c71573b68e979 +RPMIdentity: 6f64c0881d6a809db663dbfc4b62b77339a664757ee38f86983d49a1e37a6bc7f3b27f36e49ba37583acee6f9408d562cf53a62407f1a34343f98f002f2db932