<86>Oct 21 04:36:19 userdel[768540]: delete user 'rooter'
<86>Oct 21 04:36:19 userdel[768540]: removed group 'rooter' owned by 'rooter'
<86>Oct 21 04:36:19 userdel[768540]: removed shadow group 'rooter' owned by 'rooter'
<86>Oct 21 04:36:19 groupadd[768559]: group added to /etc/group: name=rooter, GID=1241
<86>Oct 21 04:36:19 groupadd[768559]: group added to /etc/gshadow: name=rooter
<86>Oct 21 04:36:19 groupadd[768559]: new group: name=rooter, GID=1241
<86>Oct 21 04:36:19 useradd[768571]: new user: name=rooter, UID=1241, GID=1241, home=/root, shell=/bin/bash, from=none
<86>Oct 21 04:36:19 userdel[768586]: delete user 'builder'
<86>Oct 21 04:36:19 userdel[768586]: removed group 'builder' owned by 'builder'
<86>Oct 21 04:36:19 userdel[768586]: removed shadow group 'builder' owned by 'builder'
<86>Oct 21 04:36:19 groupadd[768598]: group added to /etc/group: name=builder, GID=1242
<86>Oct 21 04:36:19 groupadd[768598]: group added to /etc/gshadow: name=builder
<86>Oct 21 04:36:19 groupadd[768598]: new group: name=builder, GID=1242
<86>Oct 21 04:36:19 useradd[768621]: new user: name=builder, UID=1242, GID=1242, home=/usr/src, shell=/bin/bash, from=none
/usr/src/in/srpm/untex-1.3-alt1.qa1.src.rpm: The use of such a license name is ambiguous: GPL
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/untex-1.3-alt1.qa1.nosrc.rpm (w1.gzdio)
Installing untex-1.3-alt1.qa1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.74674
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf untex-1.3
+ /bin/mkdir -p untex-1.3
+ cd untex-1.3
+ echo 'Source #0 (untex-1.3.tar.gz):'
Source #0 (untex-1.3.tar.gz):
+ /bin/tar -xf -
+ /bin/gzip -dc /usr/src/RPM/SOURCES/untex-1.3.tar.gz
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.74674
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd untex-1.3
+ make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
make: Entering directory '/usr/src/RPM/BUILD/untex-1.3'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o untex untex.c
untex.c: In function 'main':
untex.c:101:16: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
  101 |         iso = !strcmp(&argv[i-1][2], "iso");
      |                ^~~~~~
untex.c:49:1: note: include '<string.h>' or provide a declaration of 'strcmp'
   48 | #include <ctype.h>
  +++ |+#include <string.h>
   49 | 
untex.c:118:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  118 |     exit(0);
      |     ^~~~
untex.c:49:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
   48 | #include <ctype.h>
  +++ |+#include <stdlib.h>
   49 | 
untex.c:118:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  118 |     exit(0);
      |     ^~~~
untex.c:118:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
untex.c: In function 'usage':
untex.c:141:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  141 |     exit(1);
      |     ^~~~
untex.c:141:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
untex.c: In function 'untex':
untex.c:232:20: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  232 |           case '%':while ((c=getc(inf)) != EOF && c != '\n');
      |                    ^~~~~
untex.c:233:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
  233 |             break;
      |             ^~~~~
untex.c: In function 'parsecmd':
untex.c:392:13: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration]
  392 |         if (strncmp(fname+fnc-5, ".tex", 4)) strcat(fname,".tex");
      |             ^~~~~~~
untex.c:392:13: note: include '<string.h>' or provide a declaration of 'strncmp'
untex.c:392:42: warning: 'strncmp' argument 3 type is 'int' where 'unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch]
  392 |         if (strncmp(fname+fnc-5, ".tex", 4)) strcat(fname,".tex");
      |                                          ^
<built-in>: note: built-in 'strncmp' declared here
untex.c:392:46: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration]
  392 |         if (strncmp(fname+fnc-5, ".tex", 4)) strcat(fname,".tex");
      |                                              ^~~~~~
untex.c:392:46: note: include '<string.h>' or provide a declaration of 'strcat'
untex.c:392:46: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch]
untex.c:392:46: note: include '<string.h>' or provide a declaration of 'strcat'
untex.c:345:9: warning: unused variable 'proceed' [-Wunused-variable]
  345 |     int proceed;
      |         ^~~~~~~
untex.c: In function 'skip':
untex.c:316:1: warning: control reaches end of non-void function [-Wreturn-type]
  316 | }
      | ^
make: Leaving directory '/usr/src/RPM/BUILD/untex-1.3'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.74674
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/untex-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/untex-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd untex-1.3
+ /bin/mkdir -p /usr/src/tmp/untex-buildroot/usr/bin/
+ /bin/mkdir -p /usr/src/tmp/untex-buildroot/usr/share/man/man1/
+ /bin/install -p -m755 untex /usr/src/tmp/untex-buildroot/usr/bin/
+ /bin/install -p -m644 untex.man /usr/src/tmp/untex-buildroot/usr/share/man/man1/untex.1
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/untex-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/untex-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/untex-buildroot/ (default)
Compressing files in /usr/src/tmp/untex-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/untex-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/bin/untex: uses non-LFS functions: fopen
Processing files: untex-1.3-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2Qe760
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.lzm6jd
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.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FS9Oov
Creating untex-debuginfo package
Processing files: untex-debuginfo-1.3-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.D3qCeh
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ljJQyK
find-requires: running scripts (debuginfo)
Requires: untex = 1.3-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6)
Wrote: /usr/src/RPM/RPMS/i586/untex-1.3-alt1.qa1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/untex-debuginfo-1.3-alt1.qa1.i586.rpm (w2.lzdio)
0.87user 0.95system 0:06.12elapsed 29%CPU (0avgtext+0avgdata 25840maxresident)k
0inputs+0outputs (0major+133545minor)pagefaults 0swaps
/.out/untex-1.3-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL
/.out/untex-debuginfo-1.3-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL
0.82user 1.55system 0:11.42elapsed 20%CPU (0avgtext+0avgdata 12084maxresident)k
0inputs+0outputs (0major+94679minor)pagefaults 0swaps
--- untex-1.3-alt1.qa1.i586.rpm.repo	2013-04-15 15:07:10.000000000 +0000
+++ untex-1.3-alt1.qa1.i586.rpm.hasher	2023-10-21 04:36:27.780324684 +0000
@@ -1,3 +1,3 @@
 /usr/bin/untex	100755	root:root	
-/usr/share/man/man1/untex.1.gz	100644	root:root	
+/usr/share/man/man1/untex.1.xz	100644	root:root	
 Requires: /lib/ld-linux.so.2  
@@ -5,4 +5,6 @@
 Requires: libc.so.6(GLIBC_2.1)  
+Requires: libc.so.6(GLIBC_2.1.3)  
 Requires: libc.so.6(GLIBC_2.3)  
 Requires: libc.so.6(GLIBC_2.3.4)  
+Requires: libc.so.6(GLIBC_2.34)  
 Requires: libc.so.6(GLIBC_2.4)  
@@ -11,4 +13,4 @@
 Provides: untex = 1.3-alt1.qa1
-File: /usr/bin/untex	100755	root:root	f054d600d58bcec89d3d3f927151f629	
-File: /usr/share/man/man1/untex.1.gz	100644	root:root	57a6216d83bb1a8a738ed5d184e332aa	
-RPMIdentity: 4ccece13feae8f470e45f0b86bcaf30370afb3ec985c3cd0a30375cb757f5ef709e31c6f2f235244c9d53dcebb1598888f3c787a5a9d506c5e0bc0acc5984e9b
+File: /usr/bin/untex	100755	root:root	5a09cb5cc41e31f32bf1d282b6401c1b	
+File: /usr/share/man/man1/untex.1.xz	100644	root:root	bd9133fbbe7e54a997ddff25e3212792	
+RPMIdentity: b1e18bdfa9c801a84f20486b83533bc8373596e154d171abc0fee338eca28159fc49607506e42856bff30a16bcc756a9534a0dcb46f2756b9a5971c957a1b1e8
--- untex-debuginfo-1.3-alt1.qa1.i586.rpm.repo	2013-04-15 15:07:10.000000000 +0000
+++ untex-debuginfo-1.3-alt1.qa1.i586.rpm.hasher	2023-10-21 04:36:27.891325933 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/94	40755	root:root	
-/usr/lib/debug/.build-id/94/1417661f97903f3e7e4ec355af670715144028	120777	root:root	../../../../bin/untex
-/usr/lib/debug/.build-id/94/1417661f97903f3e7e4ec355af670715144028.debug	120777	root:root	../../usr/bin/untex.debug
+/usr/lib/debug/.build-id/dc	40755	root:root	
+/usr/lib/debug/.build-id/dc/cdd64c83818a9d6bce8c9d0fcd1f74acda0087	120777	root:root	../../../../bin/untex
+/usr/lib/debug/.build-id/dc/cdd64c83818a9d6bce8c9d0fcd1f74acda0087.debug	120777	root:root	../../usr/bin/untex.debug
 /usr/lib/debug/usr/bin/untex.debug	100644	root:root	
@@ -11,8 +11,8 @@
 Provides: untex-debuginfo = 1.3-alt1.qa1
-File: /usr/lib/debug/.build-id/94	40755	root:root		
-File: /usr/lib/debug/.build-id/94/1417661f97903f3e7e4ec355af670715144028	120777	root:root		../../../../bin/untex
-File: /usr/lib/debug/.build-id/94/1417661f97903f3e7e4ec355af670715144028.debug	120777	root:root		../../usr/bin/untex.debug
-File: /usr/lib/debug/usr/bin/untex.debug	100644	root:root	64d79e23e8a6e136b47c572ab4de91a8	
+File: /usr/lib/debug/.build-id/dc	40755	root:root		
+File: /usr/lib/debug/.build-id/dc/cdd64c83818a9d6bce8c9d0fcd1f74acda0087	120777	root:root		../../../../bin/untex
+File: /usr/lib/debug/.build-id/dc/cdd64c83818a9d6bce8c9d0fcd1f74acda0087.debug	120777	root:root		../../usr/bin/untex.debug
+File: /usr/lib/debug/usr/bin/untex.debug	100644	root:root	6ffc4cc07e72f23d6eb59dc3b8781fbd	
 File: /usr/src/debug/untex-1.3	40755	root:root		
 File: /usr/src/debug/untex-1.3/untex.c	100644	root:root	794194882e6ecffdd96109549c6f0ccd	
-RPMIdentity: 8ade20cbf0be75ab87fd8f4ac631497ae941745203697a45961ce8686d120aa2008a83f05aa9454c85a49e1989f4981806f15ea2e0008826ddc01ff581e596e6
+RPMIdentity: deba1998bab2c52da1048a48fbba109c0be84b914d52543de193c160227624d033df393d31bb40fdf8b60906e6759982f5f249f3ec1278a5e08c4352f9dd9475