<86>Oct 14 01:33:14 userdel[85809]: delete user 'rooter' <86>Oct 14 01:33:14 userdel[85809]: removed group 'rooter' owned by 'rooter' <86>Oct 14 01:33:14 userdel[85809]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 14 01:33:14 groupadd[85864]: group added to /etc/group: name=rooter, GID=645 <86>Oct 14 01:33:14 groupadd[85864]: group added to /etc/gshadow: name=rooter <86>Oct 14 01:33:14 groupadd[85864]: new group: name=rooter, GID=645 <86>Oct 14 01:33:14 useradd[85916]: new user: name=rooter, UID=645, GID=645, home=/root, shell=/bin/bash <86>Oct 14 01:33:14 userdel[85968]: delete user 'builder' <86>Oct 14 01:33:14 userdel[85968]: removed group 'builder' owned by 'builder' <86>Oct 14 01:33:14 userdel[85968]: removed shadow group 'builder' owned by 'builder' <86>Oct 14 01:33:14 groupadd[85992]: group added to /etc/group: name=builder, GID=646 <86>Oct 14 01:33:14 groupadd[85992]: group added to /etc/gshadow: name=builder <86>Oct 14 01:33:14 groupadd[85992]: new group: name=builder, GID=646 <86>Oct 14 01:33:14 useradd[86032]: new user: name=builder, UID=646, GID=646, home=/usr/src, shell=/bin/bash warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/cutter-1.03-alt2.nosrc.rpm Installing cutter-1.03-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.22885 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf cutter-1.03 + echo 'Source #0 (cutter-1.03.tgz):' Source #0 (cutter-1.03.tgz): + /bin/gzip -dc /usr/src/RPM/SOURCES/cutter-1.03.tgz + /bin/tar -xf - + cd cutter-1.03 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (cutter-missing_headers.patch):' Patch #0 (cutter-missing_headers.patch): + /usr/bin/patch -p0 patching file cutter.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.62799 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd cutter-1.03 + gcc -o cutter -pipe -frecord-gcc-switches -Wall -g -O2 cutter.c cutter.c: In function 'getnexthop': cutter.c:122:27: warning: format '%lx' expects argument of type 'long unsigned int *', but argument 4 has type 'in_addr_t *' {aka 'unsigned int *'} [-Wformat=] if (sscanf(buff, "%s %8lx %8lx %4x %d %d %d %8lx %d %d %d", ~~~^ %8x iface, &dest_ip, &gateway_ip, &flags, &refcnt, ~~~~~~~~ cutter.c:122:32: warning: format '%lx' expects argument of type 'long unsigned int *', but argument 5 has type 'in_addr_t *' {aka 'unsigned int *'} [-Wformat=] if (sscanf(buff, "%s %8lx %8lx %4x %d %d %d %8lx %d %d %d", ~~~^ %8x iface, &dest_ip, &gateway_ip, &flags, &refcnt, ~~~~~~~~~~~ cutter.c:122:50: warning: format '%lx' expects argument of type 'long unsigned int *', but argument 10 has type 'in_addr_t *' {aka 'unsigned int *'} [-Wformat=] if (sscanf(buff, "%s %8lx %8lx %4x %d %d %d %8lx %d %d %d", ~~~^ %8x cutter.c:124:19: &use, &metric, &mask, &mtu, &window, &irtt ~~~~~ cutter.c: In function 'getmac': cutter.c:153:37: warning: unused variable 'ipu' [-Wunused-variable] union { uchar c[4]; in_addr_t n; } ipu; ^~~ cutter.c: In function 'getifconfig': cutter.c:207:6: warning: variable 'rtn' set but not used [-Wunused-but-set-variable] int rtn; ^~~ cutter.c: In function 'send_rst': cutter.c:396:76: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness [-Wpointer-sign] i_result = recvfrom(raw_sock, &rpack, sizeof(rpack), 0, (void*)&gotaddr, &addrlen); ^~~~~~~~ In file included from /usr/include/sys/socket.h:269, from cutter.c:43: /usr/include/bits/socket2.h:64:1: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' recvfrom (int __fd, void *__restrict __buf, size_t __n, int __flags, ^~~~~~~~ cutter.c:244:26: warning: unused variable 'rtn' [-Wunused-variable] int i_result, raw_sock, rtn; ^~~ cutter.c: In function 'scan_conntrack': cutter.c:483:34: warning: unused variable 'bytes2' [-Wunused-variable] int packets1, packets2, bytes1, bytes2; ^~~~~~ cutter.c:483:26: warning: unused variable 'bytes1' [-Wunused-variable] int packets1, packets2, bytes1, bytes2; ^~~~~~ cutter.c:483:16: warning: unused variable 'packets2' [-Wunused-variable] int packets1, packets2, bytes1, bytes2; ^~~~~~~~ cutter.c:483:6: warning: unused variable 'packets1' [-Wunused-variable] int packets1, packets2, bytes1, bytes2; ^~~~~~~~ cutter.c:482:38: warning: unused variable 'i' [-Wunused-variable] int sport1, dport1, sport2, dport2, i; ^ + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.62799 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/cutter-buildroot + : + /bin/rm -rf -- /usr/src/tmp/cutter-buildroot + cd cutter-1.03 + install -pDm755 cutter /usr/src/tmp/cutter-buildroot/usr/bin/cutter + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/cutter-buildroot (auto) Verifying and fixing files in /usr/src/tmp/cutter-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/cutter-buildroot/ (default) Compressing files in /usr/src/tmp/cutter-buildroot (auto) Verifying ELF objects in /usr/src/tmp/cutter-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: cutter-1.03-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.5270 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd cutter-1.03 + DOCDIR=/usr/src/tmp/cutter-buildroot/usr/share/doc/cutter-1.03 + export DOCDIR + rm -rf /usr/src/tmp/cutter-buildroot/usr/share/doc/cutter-1.03 + /bin/mkdir -p /usr/src/tmp/cutter-buildroot/usr/share/doc/cutter-1.03 + cp -prL README /usr/src/tmp/cutter-buildroot/usr/share/doc/cutter-1.03 + chmod -R go-w /usr/src/tmp/cutter-buildroot/usr/share/doc/cutter-1.03 + chmod -R a+rX /usr/src/tmp/cutter-buildroot/usr/share/doc/cutter-1.03 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ET52Pb 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.rn3Brv find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH) Conflicts: wesnoth-tools Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Oz0QzS Creating cutter-debuginfo package Processing files: cutter-debuginfo-1.03-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.R1cudj find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.o3TUuN find-requires: running scripts (debuginfo) Requires: cutter = 1.03-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/cutter-1.03-alt2.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/cutter-debuginfo-1.03-alt2.x86_64.rpm 2.64user 0.51system 0:08.80elapsed 35%CPU (0avgtext+0avgdata 33776maxresident)k 0inputs+0outputs (0major+173573minor)pagefaults 0swaps 4.30user 3.28system 0:14.54elapsed 52%CPU (0avgtext+0avgdata 33776maxresident)k 0inputs+0outputs (0major+363977minor)pagefaults 0swaps