<86>Oct 20 00:49:09 userdel[563575]: delete user 'rooter' <86>Oct 20 00:49:09 userdel[563575]: removed group 'rooter' owned by 'rooter' <86>Oct 20 00:49:09 userdel[563575]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 20 00:49:09 groupadd[563609]: group added to /etc/group: name=rooter, GID=945 <86>Oct 20 00:49:09 groupadd[563609]: group added to /etc/gshadow: name=rooter <86>Oct 20 00:49:09 groupadd[563609]: new group: name=rooter, GID=945 <86>Oct 20 00:49:09 useradd[563628]: new user: name=rooter, UID=945, GID=945, home=/root, shell=/bin/bash <86>Oct 20 00:49:09 userdel[563667]: delete user 'builder' <86>Oct 20 00:49:09 userdel[563667]: removed group 'builder' owned by 'builder' <86>Oct 20 00:49:09 userdel[563667]: removed shadow group 'builder' owned by 'builder' <86>Oct 20 00:49:09 groupadd[563694]: group added to /etc/group: name=builder, GID=946 <86>Oct 20 00:49:09 groupadd[563694]: group added to /etc/gshadow: name=builder <86>Oct 20 00:49:09 groupadd[563694]: new group: name=builder, GID=946 <86>Oct 20 00:49:09 useradd[563717]: new user: name=builder, UID=946, GID=946, 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 (w1.gzdio) 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.81064 + 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.2569 + 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 -flto=auto cutter.c cutter.c: In function 'getnexthop': cutter.c:122:41: warning: format '%lx' expects argument of type 'long unsigned int *', but argument 4 has type 'in_addr_t *' {aka 'unsigned int *'} [-Wformat=] 122 | if (sscanf(buff, "%s %8lx %8lx %4x %d %d %d %8lx %d %d %d", | ~~~^ | | | long unsigned int * | %8x 123 | iface, &dest_ip, &gateway_ip, &flags, &refcnt, | ~~~~~~~~ | | | in_addr_t * {aka unsigned int *} cutter.c:122:46: warning: format '%lx' expects argument of type 'long unsigned int *', but argument 5 has type 'in_addr_t *' {aka 'unsigned int *'} [-Wformat=] 122 | if (sscanf(buff, "%s %8lx %8lx %4x %d %d %d %8lx %d %d %d", | ~~~^ | | | long unsigned int * | %8x 123 | iface, &dest_ip, &gateway_ip, &flags, &refcnt, | ~~~~~~~~~~~ | | | in_addr_t * {aka unsigned int *} cutter.c:122:64: warning: format '%lx' expects argument of type 'long unsigned int *', but argument 10 has type 'in_addr_t *' {aka 'unsigned int *'} [-Wformat=] 122 | if (sscanf(buff, "%s %8lx %8lx %4x %d %d %d %8lx %d %d %d", | ~~~^ | | | long unsigned int * | %8x 123 | iface, &dest_ip, &gateway_ip, &flags, &refcnt, 124 | &use, &metric, &mask, &mtu, &window, &irtt | ~~~~~ | | | in_addr_t * {aka unsigned int *} cutter.c: In function 'getmac': cutter.c:153:44: warning: unused variable 'ipu' [-Wunused-variable] 153 | union { uchar c[4]; in_addr_t n; } ipu; | ^~~ cutter.c: In function 'getifconfig': cutter.c:207:13: warning: variable 'rtn' set but not used [-Wunused-but-set-variable] 207 | int rtn; | ^~~ cutter.c: In function 'send_rst': cutter.c:396:90: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness [-Wpointer-sign] 396 | i_result = recvfrom(raw_sock, &rpack, sizeof(rpack), 0, (void*)&gotaddr, &addrlen); | ^~~~~~~~ | | | int * In file included from /usr/include/sys/socket.h:343, from cutter.c:43: /usr/include/bits/socket2.h:62:56: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 62 | __SOCKADDR_ARG __addr, socklen_t *__restrict __addr_len) | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ cutter.c:244:33: warning: unused variable 'rtn' [-Wunused-variable] 244 | int i_result, raw_sock, rtn; | ^~~ cutter.c: In function 'scan_conntrack': cutter.c:483:41: warning: unused variable 'bytes2' [-Wunused-variable] 483 | int packets1, packets2, bytes1, bytes2; | ^~~~~~ cutter.c:483:33: warning: unused variable 'bytes1' [-Wunused-variable] 483 | int packets1, packets2, bytes1, bytes2; | ^~~~~~ cutter.c:483:23: warning: unused variable 'packets2' [-Wunused-variable] 483 | int packets1, packets2, bytes1, bytes2; | ^~~~~~~~ cutter.c:483:13: warning: unused variable 'packets1' [-Wunused-variable] 483 | int packets1, packets2, bytes1, bytes2; | ^~~~~~~~ cutter.c:482:45: warning: unused variable 'i' [-Wunused-variable] 482 | int sport1, dport1, sport2, dport2, i; | ^ + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.2569 + 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 + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + 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,gnuconfig) 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) Processing files: cutter-1.03-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.2569 + 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.iZ8JUT find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eoCZvP find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) 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.34)(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.wrBYU1 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.huwfdG find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Mtqtoy 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 (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/cutter-debuginfo-1.03-alt2.x86_64.rpm (w2.lzdio) 0.48user 0.37system 0:05.58elapsed 15%CPU (0avgtext+0avgdata 30192maxresident)k 0inputs+0outputs (0major+144357minor)pagefaults 0swaps 0.58user 0.89system 0:08.74elapsed 16%CPU (0avgtext+0avgdata 12048maxresident)k 0inputs+0outputs (0major+97843minor)pagefaults 0swaps --- cutter-1.03-alt2.x86_64.rpm.repo 2014-03-28 12:25:44.000000000 +0000 +++ cutter-1.03-alt2.x86_64.rpm.hasher 2022-10-20 00:49:16.299376088 +0000 @@ -7,2 +7,3 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -13,5 +14,5 @@ Conflicts: wesnoth-tools -File: /usr/bin/cutter 100755 root:root 8085effacf2d497685531aac423bd780 +File: /usr/bin/cutter 100755 root:root 2bd343d85cef6ad8f3a6ab13d5bbac7b File: /usr/share/doc/cutter-1.03 40755 root:root File: /usr/share/doc/cutter-1.03/README 100644 root:root 338eba74690f7034fc4809dbc4386e25 -RPMIdentity: 666cc4a05aee32870068f5d7236055f4b02c1127a898d3683930cbd58458f502495b03f51c0581e05cebef0fce8e81d6e1c0fd71d94bf7d9a4dd1d7aa43ef184 +RPMIdentity: 0d11518bcc7fd99c466fb53b0f1bd0ffe21de942014ee9e33c33f967c1d5e54edfddb48aeefa127ced611e053b92213ac7d4e2634e1cc87b7bbbb3ad49adab6d --- cutter-debuginfo-1.03-alt2.x86_64.rpm.repo 2014-03-28 12:25:44.000000000 +0000 +++ cutter-debuginfo-1.03-alt2.x86_64.rpm.hasher 2022-10-20 00:49:16.355376949 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/c0 40755 root:root -/usr/lib/debug/.build-id/c0/c0a85c0bddc49498c004c93d50dc5bbd3c7d6b 120777 root:root ../../../../bin/cutter -/usr/lib/debug/.build-id/c0/c0a85c0bddc49498c004c93d50dc5bbd3c7d6b.debug 120777 root:root ../../usr/bin/cutter.debug +/usr/lib/debug/.build-id/2d 40755 root:root +/usr/lib/debug/.build-id/2d/d45f9bb45ed0cda4b2adde8f54e12c9377b7f9 120777 root:root ../../../../bin/cutter +/usr/lib/debug/.build-id/2d/d45f9bb45ed0cda4b2adde8f54e12c9377b7f9.debug 120777 root:root ../../usr/bin/cutter.debug /usr/lib/debug/usr/bin/cutter.debug 100644 root:root @@ -11,8 +11,8 @@ Provides: cutter-debuginfo = 1.03-alt2 -File: /usr/lib/debug/.build-id/c0 40755 root:root -File: /usr/lib/debug/.build-id/c0/c0a85c0bddc49498c004c93d50dc5bbd3c7d6b 120777 root:root ../../../../bin/cutter -File: /usr/lib/debug/.build-id/c0/c0a85c0bddc49498c004c93d50dc5bbd3c7d6b.debug 120777 root:root ../../usr/bin/cutter.debug -File: /usr/lib/debug/usr/bin/cutter.debug 100644 root:root 07f91fb45369551d66dec741ebb9e650 +File: /usr/lib/debug/.build-id/2d 40755 root:root +File: /usr/lib/debug/.build-id/2d/d45f9bb45ed0cda4b2adde8f54e12c9377b7f9 120777 root:root ../../../../bin/cutter +File: /usr/lib/debug/.build-id/2d/d45f9bb45ed0cda4b2adde8f54e12c9377b7f9.debug 120777 root:root ../../usr/bin/cutter.debug +File: /usr/lib/debug/usr/bin/cutter.debug 100644 root:root 03133b42afc4b1c397c4ee86382be7ab File: /usr/src/debug/cutter-1.03 40755 root:root File: /usr/src/debug/cutter-1.03/cutter.c 100644 root:root 55d1489dff8f7cc968a9efc9c4eac99e -RPMIdentity: 65a0b2f359e37f5c805b83f7472acf4c9748812206e49ec529832d0bacdb05361fb131326e248df6c98dfb6d357dd56a6db7bfcacc5de22848d2cba77b23cc7a +RPMIdentity: 6ab2846bc6e46b4b146d21ef5ac9b04f81fbd486c39cd5a9998c76467d2d4eb551f7cf094dd659b91be13d5086af95fedfac885b7a7893442b282733ac9c7dd7