<86>Sep 18 00:27:08 userdel[3712173]: delete user 'rooter'
<86>Sep 18 00:27:08 groupadd[3713201]: group added to /etc/group: name=rooter, GID=1817
<86>Sep 18 00:27:08 groupadd[3713201]: group added to /etc/gshadow: name=rooter
<86>Sep 18 00:27:08 groupadd[3713201]: new group: name=rooter, GID=1817
<86>Sep 18 00:27:08 useradd[3713287]: new user: name=rooter, UID=1817, GID=1817, home=/root, shell=/bin/bash, from=none
<86>Sep 18 00:27:08 userdel[3713402]: delete user 'builder'
<86>Sep 18 00:27:08 groupadd[3713491]: group added to /etc/group: name=builder, GID=1818
<86>Sep 18 00:27:08 groupadd[3713491]: group added to /etc/gshadow: name=builder
<86>Sep 18 00:27:08 groupadd[3713491]: new group: name=builder, GID=1818
<86>Sep 18 00:27:08 useradd[3713573]: new user: name=builder, UID=1818, GID=1818, home=/usr/src, shell=/bin/bash, from=none
/usr/src/in/srpm/catpkt-1.0-alt5.src.rpm: license not found in '/usr/share/license' directory: BSD-like
<13>Sep 18 00:27:15 rpmi: libnatspec-0.3.3-alt1 sisyphus+327088.100.1.1 1691839874 installed
<13>Sep 18 00:27:15 rpmi: libnatspec-devel-0.3.3-alt1 sisyphus+327088.100.1.1 1691839874 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.96046
+ 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.96046
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd catpkt-1.0
+ make -j16 '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.96046
+ 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.21323
+ 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.8PadI6
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.PXL4zl
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.Ru0QTw
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.WnL7ew
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kBks65
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.68user 0.93system 0:07.19elapsed 22%CPU (0avgtext+0avgdata 28192maxresident)k
0inputs+0outputs (0major+155566minor)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
5.51user 3.00system 0:25.17elapsed 33%CPU (0avgtext+0avgdata 126876maxresident)k
24inputs+0outputs (0major+203119minor)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	2023-09-18 00:27:27.821509812 +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	1c0784561c98e9ffa9b94c37d8ba0a7d	
 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: 4fe3e72d573d38204adb193811799b1980ada1af52e5708425ddd2b81217dec1577fddf794e7e37a812a0a0682d2f77e09aa8955c4d58cb0fcc5d6c54e6920ad
--- 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	2023-09-18 00:27:28.066513702 +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/50	40755	root:root	
+/usr/lib/debug/.build-id/50/1cc1afbb249a0f30aa271d7f16685628da75d3	120777	root:root	../../../../bin/catpkt
+/usr/lib/debug/.build-id/50/1cc1afbb249a0f30aa271d7f16685628da75d3.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/50	40755	root:root		
+File: /usr/lib/debug/.build-id/50/1cc1afbb249a0f30aa271d7f16685628da75d3	120777	root:root		../../../../bin/catpkt
+File: /usr/lib/debug/.build-id/50/1cc1afbb249a0f30aa271d7f16685628da75d3.debug	120777	root:root		../../usr/bin/catpkt.debug
+File: /usr/lib/debug/usr/bin/catpkt.debug	100644	root:root	c048b41705551eed3114cedd9eb197a0	
 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: 6b02e504ab8cae8586b4db758d60e386b0c11f71d1e1d910530779066fc0f67b61bdacfd74f3ce7d8c38f5dac9f75380b00208126661bd78ed7d6e27f008e2f0