<86>May 15 09:38:07 userdel[3439513]: delete user 'rooter' <86>May 15 09:38:07 userdel[3439513]: removed group 'rooter' owned by 'rooter' <86>May 15 09:38:07 userdel[3439513]: removed shadow group 'rooter' owned by 'rooter' <86>May 15 09:38:07 groupadd[3439528]: group added to /etc/group: name=rooter, GID=648 <86>May 15 09:38:07 groupadd[3439528]: group added to /etc/gshadow: name=rooter <86>May 15 09:38:07 groupadd[3439528]: new group: name=rooter, GID=648 <86>May 15 09:38:07 useradd[3439545]: new user: name=rooter, UID=648, GID=648, home=/root, shell=/bin/bash <86>May 15 09:38:07 userdel[3439564]: delete user 'builder' <86>May 15 09:38:07 userdel[3439564]: removed group 'builder' owned by 'builder' <86>May 15 09:38:07 userdel[3439564]: removed shadow group 'builder' owned by 'builder' <86>May 15 09:38:07 groupadd[3439575]: group added to /etc/group: name=builder, GID=649 <86>May 15 09:38:07 groupadd[3439575]: group added to /etc/gshadow: name=builder <86>May 15 09:38:07 groupadd[3439575]: new group: name=builder, GID=649 <86>May 15 09:38:07 useradd[3439584]: new user: name=builder, UID=649, GID=649, 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: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/cutter-1.03-alt2.nosrc.rpm (w1.gzdio) Installing cutter-1.03-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.20086 + 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/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/cutter-1.03.tgz + 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.20086 + 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 -march=i586 -mtune=generic 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=] 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:32: 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:50: 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:37: warning: unused variable 'ipu' [-Wunused-variable] 153 | 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] 207 | 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] 396 | i_result = recvfrom(raw_sock, &rpack, sizeof(rpack), 0, (void*)&gotaddr, &addrlen); | ^~~~~~~~ | | | int * In file included from /usr/include/sys/socket.h:269, from cutter.c:43: /usr/include/bits/socket2.h:65:49: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 65 | __SOCKADDR_ARG __addr, socklen_t *__restrict __addr_len) | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ cutter.c:244:26: warning: unused variable 'rtn' [-Wunused-variable] 244 | int i_result, raw_sock, rtn; | ^~~ cutter.c: In function 'scan_conntrack': cutter.c:483:34: warning: unused variable 'bytes2' [-Wunused-variable] 483 | int packets1, packets2, bytes1, bytes2; | ^~~~~~ cutter.c:483:26: warning: unused variable 'bytes1' [-Wunused-variable] 483 | int packets1, packets2, bytes1, bytes2; | ^~~~~~ cutter.c:483:16: warning: unused variable 'packets2' [-Wunused-variable] 483 | int packets1, packets2, bytes1, bytes2; | ^~~~~~~~ cutter.c:483:6: warning: unused variable 'packets1' [-Wunused-variable] 483 | int packets1, packets2, bytes1, bytes2; | ^~~~~~~~ cutter.c:482:38: warning: unused variable 'i' [-Wunused-variable] 482 | int sport1, dport1, sport2, dport2, i; | ^ In file included from /usr/include/string.h:532, from cutter.c:38: In function 'strncpy', inlined from 'send_rst' at cutter.c:325:2: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output may be truncated copying 16 bytes from a string of length 79 [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'send_rst' at cutter.c:335:3: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output may be truncated copying 16 bytes from a string of length 79 [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.20086 + 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) verify-elf: WARNING: ./usr/bin/cutter: uses non-LFS functions: fopen Processing files: cutter-1.03-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.23034 + 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.TvRdsh 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.wfye1i find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), 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.j9f1bk 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.PsiMii find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8yJGyh find-requires: running scripts (debuginfo) Requires: cutter = 1.03-alt2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/cutter-1.03-alt2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/cutter-debuginfo-1.03-alt2.i586.rpm (w2.lzdio) 0.77user 0.37system 0:05.76elapsed 20%CPU (0avgtext+0avgdata 27232maxresident)k 0inputs+0outputs (0major+128796minor)pagefaults 0swaps 2.08user 2.73system 0:09.65elapsed 49%CPU (0avgtext+0avgdata 27232maxresident)k 0inputs+0outputs (0major+308555minor)pagefaults 0swaps --- cutter-1.03-alt2.i586.rpm.repo 2014-03-28 12:25:39.000000000 +0000 +++ cutter-1.03-alt2.i586.rpm.hasher 2021-05-15 09:38:14.959041197 +0000 @@ -6,2 +6,3 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.15)