<86>Oct 22 00:42:04 userdel[2661484]: delete user 'rooter'
<86>Oct 22 00:42:04 userdel[2661484]: removed group 'rooter' owned by 'rooter'
<86>Oct 22 00:42:04 userdel[2661484]: removed shadow group 'rooter' owned by 'rooter'
<86>Oct 22 00:42:04 groupadd[2661496]: group added to /etc/group: name=rooter, GID=633
<86>Oct 22 00:42:04 groupadd[2661496]: group added to /etc/gshadow: name=rooter
<86>Oct 22 00:42:04 groupadd[2661496]: new group: name=rooter, GID=633
<86>Oct 22 00:42:04 useradd[2661509]: new user: name=rooter, UID=633, GID=633, home=/root, shell=/bin/bash
<86>Oct 22 00:42:04 userdel[2661520]: delete user 'builder'
<86>Oct 22 00:42:04 userdel[2661520]: removed group 'builder' owned by 'builder'
<86>Oct 22 00:42:04 userdel[2661520]: removed shadow group 'builder' owned by 'builder'
<86>Oct 22 00:42:04 groupadd[2661527]: group added to /etc/group: name=builder, GID=634
<86>Oct 22 00:42:04 groupadd[2661527]: group added to /etc/gshadow: name=builder
<86>Oct 22 00:42:04 groupadd[2661527]: new group: name=builder, GID=634
<86>Oct 22 00:42:04 useradd[2661532]: new user: name=builder, UID=634, GID=634, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/catpkt-1.0-alt5.src.rpm: license not found in '/usr/share/license' directory: BSD-like
<13>Oct 22 00:42:08 rpmi: libnatspec-0.3.1-alt2 sisyphus+275114.100.1.1 1624405312 installed
<13>Oct 22 00:42:08 rpmi: libnatspec-devel-0.3.1-alt2 sisyphus+275114.100.1.1 1624405312 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/catpkt-1.0-alt5.nosrc.rpm (w1.gzdio)
Installing catpkt-1.0-alt5.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.4917
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf catpkt-1.0
+ echo 'Source #0 (catpkt-1.0.tar.gz):'
Source #0 (catpkt-1.0.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/catpkt-1.0.tar.gz
+ /bin/tar -xf -
+ cd catpkt-1.0
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (catpkt-1.0-alt-warnings.patch):'
Patch #0 (catpkt-1.0-alt-warnings.patch):
+ /usr/bin/patch -p1
patching file catpkt.c
+ echo 'Patch #1 (catpkt-1.0-alt-natspec.patch):'
Patch #1 (catpkt-1.0-alt-natspec.patch):
+ /usr/bin/patch -p1
patching file catpkt.c
Hunk #1 succeeded at 7 with fuzz 1 (offset 2 lines).
Hunk #2 succeeded at 27 (offset 2 lines).
Hunk #3 succeeded at 258 (offset 2 lines).
Hunk #4 succeeded at 316 (offset 2 lines).
Hunk #5 succeeded at 328 (offset 2 lines).
Hunk #6 succeeded at 344 (offset 2 lines).
patching file dos2koi.c
patching file Makefile
+ echo 'Patch #2 (catpkt-1.0-alt-newld.patch):'
Patch #2 (catpkt-1.0-alt-newld.patch):
+ /usr/bin/patch -p1
patching file Makefile
+ echo 'Patch #3 (catpkt-1.0-alt-gcc4.patch):'
Patch #3 (catpkt-1.0-alt-gcc4.patch):
+ /usr/bin/patch -p1
patching file catpkt.c
+ echo 'Patch #4 (catpkt-1.0-alt-dont-strip.patch):'
Patch #4 (catpkt-1.0-alt-dont-strip.patch):
+ /usr/bin/patch -p1
patching file Makefile
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.4917
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd catpkt-1.0
+ make -j8 'FLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto'
make: Entering directory '/usr/src/RPM/BUILD/catpkt-1.0'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c catpkt.c
catpkt.c: In function 'readpktmsg':
catpkt.c:211:25: warning: pointer targets in passing argument 1 of 'readfield' differ in signedness [-Wpointer-sign]
  211 |         if ( readfield( DateTime ) )    // read date & time
      |                         ^~~~~~~~
      |                         |
      |                         char *
catpkt.c:57:30: note: expected 'unsigned char *' but argument is of type 'char *'
   57 | int readfield( unsigned char Field[] )
      |                ~~~~~~~~~~~~~~^~~~~~~
catpkt.c:213:25: warning: pointer targets in passing argument 1 of 'readfield' differ in signedness [-Wpointer-sign]
  213 |         if ( readfield( ToUser ) )      // read sender
      |                         ^~~~~~
      |                         |
      |                         char *
catpkt.c:57:30: note: expected 'unsigned char *' but argument is of type 'char *'
   57 | int readfield( unsigned char Field[] )
      |                ~~~~~~~~~~~~~~^~~~~~~
catpkt.c:215:25: warning: pointer targets in passing argument 1 of 'readfield' differ in signedness [-Wpointer-sign]
  215 |         if ( readfield( FromUser ) )    // read recepient
      |                         ^~~~~~~~
      |                         |
      |                         char *
catpkt.c:57:30: note: expected 'unsigned char *' but argument is of type 'char *'
   57 | int readfield( unsigned char Field[] )
      |                ~~~~~~~~~~~~~~^~~~~~~
catpkt.c:217:25: warning: pointer targets in passing argument 1 of 'readfield' differ in signedness [-Wpointer-sign]
  217 |         if ( readfield( Subject ) )     // read subject
      |                         ^~~~~~~
      |                         |
      |                         char *
catpkt.c:57:30: note: expected 'unsigned char *' but argument is of type 'char *'
   57 | int readfield( unsigned char Field[] )
      |                ~~~~~~~~~~~~~~^~~~~~~
catpkt.c:220:25: warning: pointer targets in passing argument 1 of 'readfield' differ in signedness [-Wpointer-sign]
  220 |         if ( readfield( Text ) )        // read text of message
      |                         ^~~~
      |                         |
      |                         char *
catpkt.c:57:30: note: expected 'unsigned char *' but argument is of type 'char *'
   57 | int readfield( unsigned char Field[] )
      |                ~~~~~~~~~~~~~~^~~~~~~
catpkt.c:231:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  231 |         if ( mToPoint = strstr( Text, hdrTOPT ) )
      |              ^~~~~~~~
catpkt.c:244:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  244 |         if ( mFromPoint = strstr( Text, hdrFMPT ) )
      |              ^~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/catpkt-1.0'
make: Entering directory '/usr/src/RPM/BUILD/catpkt-1.0'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o catpkt catpkt.o -lnatspec
make: Leaving directory '/usr/src/RPM/BUILD/catpkt-1.0'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.38337
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/catpkt-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/catpkt-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd catpkt-1.0
+ mkdir -p /usr/src/tmp/catpkt-buildroot/usr/bin/
+ install -p -m755 catpkt /usr/src/tmp/catpkt-buildroot/usr/bin/
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/catpkt-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/catpkt-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/catpkt-buildroot/ (default)
Compressing files in /usr/src/tmp/catpkt-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/catpkt-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Processing files: catpkt-1.0-alt5
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.38337
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd catpkt-1.0
+ DOCDIR=/usr/src/tmp/catpkt-buildroot/usr/share/doc/catpkt-1.0
+ export DOCDIR
+ rm -rf /usr/src/tmp/catpkt-buildroot/usr/share/doc/catpkt-1.0
+ /bin/mkdir -p /usr/src/tmp/catpkt-buildroot/usr/share/doc/catpkt-1.0
+ cp -prL CHANGES README README.1st README.mc TODO bsd-style-copyright /usr/src/tmp/catpkt-buildroot/usr/share/doc/catpkt-1.0
+ chmod -R go-w /usr/src/tmp/catpkt-buildroot/usr/share/doc/catpkt-1.0
+ chmod -R a+rX /usr/src/tmp/catpkt-buildroot/usr/share/doc/catpkt-1.0
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gpGwt9
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.1NR1dQ
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.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libnatspec.so.0()(64bit) >= set:ihfl1, rtld(GNU_HASH)
Requires(rpmlib): rpmlib(SetVersions)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ByzXkU
Creating catpkt-debuginfo package
Processing files: catpkt-debuginfo-1.0-alt5
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1DX3Kz
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UB3IaV
find-requires: running scripts (debuginfo)
Requires: catpkt = 1.0-alt5, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libnatspec.so.0)
Wrote: /usr/src/RPM/RPMS/x86_64/catpkt-1.0-alt5.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/catpkt-debuginfo-1.0-alt5.x86_64.rpm (w2.lzdio)
0.86user 1.17system 0:06.28elapsed 32%CPU (0avgtext+0avgdata 27684maxresident)k
0inputs+0outputs (0major+152794minor)pagefaults 0swaps
/.out/catpkt-1.0-alt5.x86_64.rpm: license not found in '/usr/share/license' directory: BSD-like
/.out/catpkt-debuginfo-1.0-alt5.x86_64.rpm: license not found in '/usr/share/license' directory: BSD-like
4.66user 3.37system 0:18.60elapsed 43%CPU (0avgtext+0avgdata 106648maxresident)k
24inputs+0outputs (31064major+152396minor)pagefaults 0swaps
--- catpkt-1.0-alt5.x86_64.rpm.repo	2012-10-05 15:04:57.000000000 +0000
+++ catpkt-1.0-alt5.x86_64.rpm.hasher	2022-10-22 00:42:18.505554266 +0000
@@ -12,2 +12,3 @@
 Requires: libc.so.6(GLIBC_2.3.4)(64bit)  
+Requires: libc.so.6(GLIBC_2.34)(64bit)  
 Requires: libnatspec.so.0()(64bit) >= set:ihfl1
@@ -17,3 +18,3 @@
 Provides: catpkt = 1.0-alt5
-File: /usr/bin/catpkt	100755	root:root	f7cd6e0346a9ff363edf06834bf1c9c6	
+File: /usr/bin/catpkt	100755	root:root	ffe3d89b20fca9e49c38ac4120ed94f3	
 File: /usr/share/doc/catpkt-1.0	40755	root:root		
@@ -25,2 +26,2 @@
 File: /usr/share/doc/catpkt-1.0/bsd-style-copyright	100644	root:root	05ebb6207cf28ad9badde476b980de7e	
-RPMIdentity: cd18993ddd18109e3db1b9cc944f98a0af58e937559550db65d1d886a7fdc1c25e9b45833b01715d6fed4820690b46da0ce411c241e2ce4a77a5bebd6c897009
+RPMIdentity: 310a9baf5fad6b96c4ec971c85f8d7894b1a4d4ccefb5911b04a904bc9705409cf8d2927f802a6c8937a8fdd1b53b9dc038fbb8ed4854538e1583a2379b7fd93
--- catpkt-debuginfo-1.0-alt5.x86_64.rpm.repo	2012-10-05 15:04:57.000000000 +0000
+++ catpkt-debuginfo-1.0-alt5.x86_64.rpm.hasher	2022-10-22 00:42:18.656555998 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/1b	40755	root:root	
-/usr/lib/debug/.build-id/1b/951581860293d239b34cdfd7495340ffbbe0b7	120777	root:root	../../../../bin/catpkt
-/usr/lib/debug/.build-id/1b/951581860293d239b34cdfd7495340ffbbe0b7.debug	120777	root:root	../../usr/bin/catpkt.debug
+/usr/lib/debug/.build-id/0e	40755	root:root	
+/usr/lib/debug/.build-id/0e/2137c836907f26d040cec3a11d85dc606adb7d	120777	root:root	../../../../bin/catpkt
+/usr/lib/debug/.build-id/0e/2137c836907f26d040cec3a11d85dc606adb7d.debug	120777	root:root	../../usr/bin/catpkt.debug
 /usr/lib/debug/usr/bin/catpkt.debug	100644	root:root	
@@ -13,6 +13,6 @@
 Provides: catpkt-debuginfo = 1.0-alt5
-File: /usr/lib/debug/.build-id/1b	40755	root:root		
-File: /usr/lib/debug/.build-id/1b/951581860293d239b34cdfd7495340ffbbe0b7	120777	root:root		../../../../bin/catpkt
-File: /usr/lib/debug/.build-id/1b/951581860293d239b34cdfd7495340ffbbe0b7.debug	120777	root:root		../../usr/bin/catpkt.debug
-File: /usr/lib/debug/usr/bin/catpkt.debug	100644	root:root	193ee81ccf51bb49f4e1924bbdfd1103	
+File: /usr/lib/debug/.build-id/0e	40755	root:root		
+File: /usr/lib/debug/.build-id/0e/2137c836907f26d040cec3a11d85dc606adb7d	120777	root:root		../../../../bin/catpkt
+File: /usr/lib/debug/.build-id/0e/2137c836907f26d040cec3a11d85dc606adb7d.debug	120777	root:root		../../usr/bin/catpkt.debug
+File: /usr/lib/debug/usr/bin/catpkt.debug	100644	root:root	192b2a67c1b58aad68d722f4d5d5bff4	
 File: /usr/src/debug/catpkt-1.0	40755	root:root		
@@ -20,2 +20,2 @@
 File: /usr/src/debug/catpkt-1.0/pkt.h	100644	root:root	533d077b25f726c682bba4ad4cb9747c	
-RPMIdentity: 018a12df4b8ceea50adb47a6b0f283d03ebc16dc017eb8b8eb5ce8f7e9c702a1d7e417014e4d02c070f50581ff67a04e7014dec50f223df406a9efe0d32e2768
+RPMIdentity: 74e2812e923c593c0666acd3660595ea8ae219c2fadd9452a7c29a42bbbb5c2da8407c00d06c6f494edd1d72fb6244e1cb7a70340e27a80050085bd8d518561c