<86>Sep  7 06:22:47 userdel[492476]: delete user 'rooter'
<86>Sep  7 06:22:47 userdel[492476]: removed group 'rooter' owned by 'rooter'
<86>Sep  7 06:22:47 groupadd[492628]: group added to /etc/group: name=rooter, GID=1814
<86>Sep  7 06:22:47 groupadd[492628]: group added to /etc/gshadow: name=rooter
<86>Sep  7 06:22:47 groupadd[492628]: new group: name=rooter, GID=1814
<86>Sep  7 06:22:47 useradd[492844]: new user: name=rooter, UID=1814, GID=1814, home=/root, shell=/bin/bash, from=none
<86>Sep  7 06:22:47 userdel[493649]: delete user 'builder'
<86>Sep  7 06:22:47 userdel[493649]: removed group 'builder' owned by 'builder'
<86>Sep  7 06:22:47 userdel[493649]: removed shadow group 'builder' owned by 'builder'
<86>Sep  7 06:22:47 groupadd[494059]: group added to /etc/group: name=builder, GID=1815
<86>Sep  7 06:22:47 groupadd[494059]: group added to /etc/gshadow: name=builder
<86>Sep  7 06:22:48 groupadd[494059]: new group: name=builder, GID=1815
<86>Sep  7 06:22:48 useradd[494671]: new user: name=builder, UID=1815, GID=1815, home=/usr/src, shell=/bin/bash, from=none
/usr/src/in/srpm/pbm2l2030-1.4-alt1.qa2.src.rpm: The use of such a license name is ambiguous: GPL
warning: user igor does not exist - using root
warning: group igor does not exist - using root
warning: user igor does not exist - using root
warning: group igor does not exist - using root
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/pbm2l2030-1.4-alt1.qa2.nosrc.rpm (w1.gzdio)
Installing pbm2l2030-1.4-alt1.qa2.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.80902
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf pbm2l2030-1.4
+ echo 'Source #0 (pbm2l2030-1.4.tar):'
Source #0 (pbm2l2030-1.4.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/pbm2l2030-1.4.tar
+ cd pbm2l2030-1.4
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.80902
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd pbm2l2030-1.4
+ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o pbm2l2030 pbm2l2030.c pbm.c
In file included from pbm2l2030.c:41:
pbm.h:28:7: warning: extra tokens at end of #endif directive [-Wendif-labels]
   28 | #endif;
      |       ^
pbm2l2030.c: In function 'print_pbm':
pbm2l2030.c:246:5: warning: implicit declaration of function 'hilfe' [-Wimplicit-function-declaration]
  246 |     hilfe("No pages printed! Try /usr/bin/pbm2ppa < input > output to check...");
      |     ^~~~~
pbm2l2030.c: At top level:
pbm2l2030.c:259:1: warning: return type defaults to 'int' [-Wimplicit-int]
  259 | hilfe(char *fehler)
      | ^~~~~
pbm2l2030.c:271:5: warning: first argument of 'main' should be 'int' [-Wmain]
  271 | int main(char argv[], int argc)
      |     ^~~~
pbm2l2030.c:271:5: warning: second argument of 'main' should be 'char **' [-Wmain]
pbm2l2030.c: In function 'print_pbm':
pbm2l2030.c:237:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  237 |       fgets (line, 1024, in);
      |       ^~~~~~~~~~~~~~~~~~~~~~
pbm2l2030.c: In function 'hilfe':
pbm2l2030.c:263:1: warning: control reaches end of non-void function [-Wreturn-type]
  263 | }
      | ^
pbm2l2030.c: In function 'lex_eop':
pbm2l2030.c:85:50: warning: iteration 4 invokes undefined behavior [-Waggressive-loop-optimizations]
   85 |    for(i=0; i<=12; i++) fprintf(out, "%c", buffer[i]);
      |                                            ~~~~~~^~~
pbm2l2030.c:85:14: note: within this loop
   85 |    for(i=0; i<=12; i++) fprintf(out, "%c", buffer[i]);
      |             ~^~~~
In file included from pbm.c:19:
pbm.h:28:7: warning: extra tokens at end of #endif directive [-Wendif-labels]
   28 | #endif;
      |       ^
pbm.c: In function 'make_pbm_stat':
pbm.c:33:8: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
   33 |   line[strlen(line)-1] = 0;
      |        ^~~~~~
pbm.c:20:1: note: include '<string.h>' or provide a declaration of 'strlen'
   19 | #include "pbm.h"
  +++ |+#include <string.h>
   20 | 
pbm.c:33:8: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
   33 |   line[strlen(line)-1] = 0;
      |        ^~~~~~
pbm.c:33:8: note: include '<string.h>' or provide a declaration of 'strlen'
pbm.c:35:7: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration]
   35 |   if(!strncmp(line,"P1",2)) pbm->version=P1;
      |       ^~~~~~~
pbm.c:35:7: note: include '<string.h>' or provide a declaration of 'strncmp'
pbm.c:35:25: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch]
   35 |   if(!strncmp(line,"P1",2)) pbm->version=P1;
      |                         ^
<built-in>: note: built-in 'strncmp' declared here
pbm.c:36:25: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch]
   36 |   if(!strncmp(line,"P4",2)) pbm->version=P4;
      |                         ^
<built-in>: note: built-in 'strncmp' declared here
pbm.c: In function 'getbytes':
pbm.c:62:37: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign]
   62 |   for(mask=0x80, acc=0, num=0, place=data; num<width; )
      |                                     ^
pbm.c: In function 'pbm_readline':
pbm.c:97:7: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
   97 |       memcpy (data, pbm->revdata, (pbm->width+7)/8);
      |       ^~~~~~
pbm.c:97:7: note: include '<string.h>' or provide a declaration of 'memcpy'
pbm.c:97:7: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
pbm.c:97:7: note: include '<string.h>' or provide a declaration of 'memcpy'
pbm.c: In function 'pbm_unreadline':
pbm.c:140:3: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
  140 |   memcpy (pbm->revdata, data, (pbm->width+7)/8);
      |   ^~~~~~
pbm.c:140:3: note: include '<string.h>' or provide a declaration of 'memcpy'
In function 'lex_eop',
    inlined from 'print_pbm' at pbm2l2030.c:233:5:
pbm2l2030.c:85:50: warning: iteration 4 invokes undefined behavior [-Waggressive-loop-optimizations]
   85 |    for(i=0; i<=12; i++) fprintf(out, "%c", buffer[i]);
      |                                                  ^
pbm2l2030.c:85:14: note: within this loop
   85 |    for(i=0; i<=12; i++) fprintf(out, "%c", buffer[i]);
      |              ^
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.80902
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/pbm2l2030-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/pbm2l2030-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd pbm2l2030-1.4
+ /bin/install -Dpm 755 pbm2l2030 /usr/src/tmp/pbm2l2030-buildroot/usr/bin/pbm2l2030
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/pbm2l2030-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/pbm2l2030-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/pbm2l2030-buildroot/ (default)
Compressing files in /usr/src/tmp/pbm2l2030-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/pbm2l2030-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Processing files: pbm2l2030-1.4-alt1.qa2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.23455
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd pbm2l2030-1.4
+ DOCDIR=/usr/src/tmp/pbm2l2030-buildroot/usr/share/doc/pbm2l2030-1.4
+ export DOCDIR
+ rm -rf /usr/src/tmp/pbm2l2030-buildroot/usr/share/doc/pbm2l2030-1.4
+ /bin/mkdir -p /usr/src/tmp/pbm2l2030-buildroot/usr/share/doc/pbm2l2030-1.4
+ cp -prL README.TXT LICENSE p4_tpg.pbm /usr/src/tmp/pbm2l2030-buildroot/usr/share/doc/pbm2l2030-1.4
+ chmod -R go-w /usr/src/tmp/pbm2l2030-buildroot/usr/share/doc/pbm2l2030-1.4
+ chmod -R a+rX /usr/src/tmp/pbm2l2030-buildroot/usr/share/doc/pbm2l2030-1.4
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hhZhcn
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.9AJruc
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.14)(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)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pbpDlB
Creating pbm2l2030-debuginfo package
Processing files: pbm2l2030-debuginfo-1.4-alt1.qa2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sH7gzH
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2kqdi2
find-requires: running scripts (debuginfo)
Requires: pbm2l2030 = 1.4-alt1.qa2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Adding to pbm2l2030-debuginfo a strict dependency on pbm2l2030
Wrote: /usr/src/RPM/RPMS/x86_64/pbm2l2030-1.4-alt1.qa2.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/pbm2l2030-debuginfo-1.4-alt1.qa2.x86_64.rpm (w2.lzdio)
0.68user 0.57system 0:07.58elapsed 16%CPU (0avgtext+0avgdata 28940maxresident)k
0inputs+0outputs (0major+149270minor)pagefaults 0swaps
/.out/pbm2l2030-1.4-alt1.qa2.x86_64.rpm: The use of such a license name is ambiguous: GPL
/.out/pbm2l2030-debuginfo-1.4-alt1.qa2.x86_64.rpm: The use of such a license name is ambiguous: GPL
0.89user 2.08system 0:18.93elapsed 15%CPU (0avgtext+0avgdata 12160maxresident)k
0inputs+0outputs (0major+94504minor)pagefaults 0swaps
--- pbm2l2030-1.4-alt1.qa2.x86_64.rpm.repo	2021-07-12 08:33:31.533902959 +0000
+++ pbm2l2030-1.4-alt1.qa2.x86_64.rpm.hasher	2023-09-07 06:23:00.945230474 +0000
@@ -9,2 +9,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)  
@@ -14,3 +15,3 @@
 Provides: pbm2l2030 = 1.4-alt1.qa2:sisyphus+278222.100.1.1
-File: /usr/bin/pbm2l2030	100755	root:root	93a438f9ae860efe3393213adae76db4	
+File: /usr/bin/pbm2l2030	100755	root:root	24e515b1d08c3c2326b5440c7452199c	
 File: /usr/share/doc/pbm2l2030-1.4	40755	root:root		
@@ -19,2 +20,2 @@
 File: /usr/share/doc/pbm2l2030-1.4/p4_tpg.pbm	100644	root:root	da323b15574d0f27ef71103370e74314	
-RPMIdentity: 478bf406c80fbfcb690dd279b2c921b9f01e2df707d00eae04c14649f32f175f5c3ee9f53c4349b3d074b75395b3eb992acaaa6eba717e102efbb71483eb25cf
+RPMIdentity: 305c83e8ee00c2d13c2fa000efc9ef894e72dedbbaef45cef6e7bf1e82a75d63e22f8b21f62ee2fa9bcae0033073557054c5f6358a70d80b00893e6920c84fd3
--- pbm2l2030-debuginfo-1.4-alt1.qa2.x86_64.rpm.repo	2021-07-12 08:33:31.552903059 +0000
+++ pbm2l2030-debuginfo-1.4-alt1.qa2.x86_64.rpm.hasher	2023-09-07 06:23:01.198234048 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/cf	40755	root:root	
-/usr/lib/debug/.build-id/cf/4620e6a36e72821a432fa2d9738765221b0a26	120777	root:root	../../../../bin/pbm2l2030
-/usr/lib/debug/.build-id/cf/4620e6a36e72821a432fa2d9738765221b0a26.debug	120777	root:root	../../usr/bin/pbm2l2030.debug
+/usr/lib/debug/.build-id/ce	40755	root:root	
+/usr/lib/debug/.build-id/ce/e493415a8c0b11372aab5055a8ad5de753d2a2	120777	root:root	../../../../bin/pbm2l2030
+/usr/lib/debug/.build-id/ce/e493415a8c0b11372aab5055a8ad5de753d2a2.debug	120777	root:root	../../usr/bin/pbm2l2030.debug
 /usr/lib/debug/usr/bin/pbm2l2030.debug	100644	root:root	
@@ -13,6 +13,6 @@
 Provides: pbm2l2030-debuginfo = 1.4-alt1.qa2:sisyphus+278222.100.1.1
-File: /usr/lib/debug/.build-id/cf	40755	root:root		
-File: /usr/lib/debug/.build-id/cf/4620e6a36e72821a432fa2d9738765221b0a26	120777	root:root		../../../../bin/pbm2l2030
-File: /usr/lib/debug/.build-id/cf/4620e6a36e72821a432fa2d9738765221b0a26.debug	120777	root:root		../../usr/bin/pbm2l2030.debug
-File: /usr/lib/debug/usr/bin/pbm2l2030.debug	100644	root:root	78582752f8a550a826a164e1a0e2fb8a	
+File: /usr/lib/debug/.build-id/ce	40755	root:root		
+File: /usr/lib/debug/.build-id/ce/e493415a8c0b11372aab5055a8ad5de753d2a2	120777	root:root		../../../../bin/pbm2l2030
+File: /usr/lib/debug/.build-id/ce/e493415a8c0b11372aab5055a8ad5de753d2a2.debug	120777	root:root		../../usr/bin/pbm2l2030.debug
+File: /usr/lib/debug/usr/bin/pbm2l2030.debug	100644	root:root	5be5d7716d29d654b16014732ed22505	
 File: /usr/src/debug/pbm2l2030-1.4	40755	root:root		
@@ -21,2 +21,2 @@
 File: /usr/src/debug/pbm2l2030-1.4/pbm2l2030.c	100644	root:root	b54da4abf06769206d37612d9e05d645	
-RPMIdentity: 98c4e9d30627fe33b5e9a23cc329616e4db0d9ba3f563ddb7de134fd629268952d92f09245989d1898459baa9424feeb5fc9b280ddeb525782d1a81ec89e707d
+RPMIdentity: 40db6cf4dabb3d74affadb943d06aab2d680fe957e5c04fd378e25d618257a72f0a1b171e02c6d4fd133236e1ddccc27e3124c8548cacbe6fe1aa716f7e87623