<86>Jan 14 04:15:36 userdel[3570066]: delete user 'rooter'
<86>Jan 14 04:15:36 groupadd[3570105]: group added to /etc/group: name=rooter, GID=1259
<86>Jan 14 04:15:36 groupadd[3570105]: group added to /etc/gshadow: name=rooter
<86>Jan 14 04:15:36 groupadd[3570105]: new group: name=rooter, GID=1259
<86>Jan 14 04:15:36 useradd[3570140]: new user: name=rooter, UID=1259, GID=1259, home=/root, shell=/bin/bash, from=none
<86>Jan 14 04:15:36 userdel[3570175]: delete user 'builder'
<86>Jan 14 04:15:36 groupadd[3570211]: group added to /etc/group: name=builder, GID=1260
<86>Jan 14 04:15:36 groupadd[3570211]: group added to /etc/gshadow: name=builder
<86>Jan 14 04:15:36 groupadd[3570211]: new group: name=builder, GID=1260
<86>Jan 14 04:15:36 useradd[3570246]: new user: name=builder, UID=1260, GID=1260, home=/usr/src, shell=/bin/bash, from=none
/usr/src/in/srpm/x125-0.2.3-alt1.src.rpm: The use of such a license name is ambiguous: GPL
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/x125-0.2.3-alt1.nosrc.rpm (w1.gzdio)
Installing x125-0.2.3-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.88075
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf x125-0.2.3
+ /bin/mkdir -p x125-0.2.3
+ cd x125-0.2.3
+ echo 'Source #0 (x125-drv-0.2.3.tar):'
Source #0 (x125-drv-0.2.3.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/x125-drv-0.2.3.tar
+ echo 'Source #1 (x125-drv-network-0.2.0.tar):'
Source #1 (x125-drv-network-0.2.0.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/x125-drv-network-0.2.0.tar
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.88075
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd x125-0.2.3
+ pushd x125-drv-0.2.3/src
~/RPM/BUILD/x125-0.2.3/x125-drv-0.2.3/src ~/RPM/BUILD/x125-0.2.3
+ make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto'
make: Entering directory '/usr/src/RPM/BUILD/x125-0.2.3/x125-drv-0.2.3/src'
gcc -o x125_cmyk x125_cmyk.c
x125_cmyk.c: In function 'put_block_verbatim':
x125_cmyk.c:283:33: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration]
  283 |                         count = read( device, read_buffer, READ_BUFFER_SIZE );
      |                                 ^~~~
      |                                 fread
x125_cmyk.c:287:38: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration]
  287 |                         if( (count = write( device, p, len )) <= 0 ) {
      |                                      ^~~~~
      |                                      fwrite
x125_cmyk.c: In function 'main':
x125_cmyk.c:1111:21: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration]
 1111 |         if (device) close(device);
      |                     ^~~~~
      |                     pclose
make: Leaving directory '/usr/src/RPM/BUILD/x125-0.2.3/x125-drv-0.2.3/src'
+ popd
~/RPM/BUILD/x125-0.2.3
+ pushd x125-drv-network-0.2.0/src
~/RPM/BUILD/x125-0.2.3/x125-drv-network-0.2.0/src ~/RPM/BUILD/x125-0.2.3
+ make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto'
make: Entering directory '/usr/src/RPM/BUILD/x125-0.2.3/x125-drv-network-0.2.0/src'
gcc -o x125_network x125_network.c
x125_network.c: In function 'put_block_verbatim':
x125_network.c:142:48: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
  142 |                 read_buffer = (unsigned char *)malloc( READ_BUFFER_SIZE );
      |                                                ^~~~~~
x125_network.c:22:1: note: include '<stdlib.h>' or provide a declaration of 'malloc'
   21 | #include <fcntl.h>
  +++ |+#include <stdlib.h>
   22 | 
x125_network.c:142:48: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch]
  142 |                 read_buffer = (unsigned char *)malloc( READ_BUFFER_SIZE );
      |                                                ^~~~~~
x125_network.c:142:48: note: include '<stdlib.h>' or provide a declaration of 'malloc'
x125_network.c:156:25: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  156 |                         exit( 1 );
      |                         ^~~~
x125_network.c:156:25: note: include '<stdlib.h>' or provide a declaration of 'exit'
x125_network.c:156:25: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
x125_network.c:156:25: note: include '<stdlib.h>' or provide a declaration of 'exit'
x125_network.c:161:33: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration]
  161 |                         count = read( device, read_buffer, READ_BUFFER_SIZE );
      |                                 ^~~~
      |                                 fread
x125_network.c:165:38: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration]
  165 |                         if( (count = write( device, p, len )) <= 0 ) {
      |                                      ^~~~~
      |                                      fwrite
x125_network.c:167:33: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  167 |                                 exit( 1 );
      |                                 ^~~~
x125_network.c:167:33: note: include '<stdlib.h>' or provide a declaration of 'exit'
x125_network.c: In function 'print':
x125_network.c:242:35: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch]
  242 |         buffer = (unsigned char *)malloc( 256 * 24 );
      |                                   ^~~~~~
x125_network.c:242:35: note: include '<stdlib.h>' or provide a declaration of 'malloc'
x125_network.c:254:9: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
  254 |         free( buffer );
      |         ^~~~
x125_network.c:254:9: note: include '<stdlib.h>' or provide a declaration of 'free'
x125_network.c:254:9: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
x125_network.c:254:9: note: include '<stdlib.h>' or provide a declaration of 'free'
x125_network.c: In function 'main':
x125_network.c:261:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  261 |                 exit( 1 );
      |                 ^~~~
x125_network.c:261:17: note: include '<stdlib.h>' or provide a declaration of 'exit'
x125_network.c:274:21: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration]
  274 |         if (device) close(device);
      |                     ^~~~~
      |                     pclose
make: Leaving directory '/usr/src/RPM/BUILD/x125-0.2.3/x125-drv-network-0.2.0/src'
+ popd
~/RPM/BUILD/x125-0.2.3
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.37134
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/x125-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/x125-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd x125-0.2.3
+ install -d /usr/src/tmp/x125-buildroot/usr/bin
+ install -m0755 x125-drv-0.2.3/src/x125_cmyk /usr/src/tmp/x125-buildroot/usr/bin/
+ install -m0755 x125-drv-0.2.3/src/x125_cmyk_print.sh /usr/src/tmp/x125-buildroot/usr/bin/
+ install -m0755 x125-drv-network-0.2.0/src/x125_network /usr/src/tmp/x125-buildroot/usr/bin/
+ cp x125-drv-0.2.3/README README.drv_x125
+ cp x125-drv-0.2.3/FAQ FAQ.drv_x125
+ cp x125-drv-0.2.3/ChangeLog ChangeLog.drv_x125
+ cp x125-drv-network-0.2.0/README README.drv_x125_network
+ cp x125-drv-network-0.2.0/FAQ FAQ.drv_x125_network
+ cp x125-drv-network-0.2.0/ChangeLog ChangeLog.drv_x125_network
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/x125-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/x125-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/x125-buildroot/ (default)
Compressing files in /usr/src/tmp/x125-buildroot (auto)
056-debuginfo.brp: WARNING: debuginfo without debug sources.
Verifying ELF objects in /usr/src/tmp/x125-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Processing files: x125-0.2.3-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.56030
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd x125-0.2.3
+ DOCDIR=/usr/src/tmp/x125-buildroot/usr/share/doc/x125-0.2.3
+ export DOCDIR
+ rm -rf /usr/src/tmp/x125-buildroot/usr/share/doc/x125-0.2.3
+ /bin/mkdir -p /usr/src/tmp/x125-buildroot/usr/share/doc/x125-0.2.3
+ cp -prL README.drv_x125 README.drv_x125_network FAQ.drv_x125 FAQ.drv_x125_network ChangeLog.drv_x125 ChangeLog.drv_x125_network /usr/src/tmp/x125-buildroot/usr/share/doc/x125-0.2.3
+ chmod -R go-w /usr/src/tmp/x125-buildroot/usr/share/doc/x125-0.2.3
+ chmod -R a+rX /usr/src/tmp/x125-buildroot/usr/share/doc/x125-0.2.3
+ cp -prL x125-drv-0.2.3/LICENSE /usr/src/tmp/x125-buildroot/usr/share/doc/x125-0.2.3
+ chmod -R go-w /usr/src/tmp/x125-buildroot/usr/share/doc/x125-0.2.3
+ chmod -R a+rX /usr/src/tmp/x125-buildroot/usr/share/doc/x125-0.2.3
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9EsBYS
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.EXrZPZ
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
find-requires: FINDPACKAGE-COMMANDS: gs
Requires: /bin/sh, /lib64/ld-linux-x86-64.so.2, ghostscript-classic, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gWnabB
Creating x125-debuginfo package
Processing files: x125-debuginfo-0.2.3-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CHFQBu
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zFNOip
find-requires: running scripts (debuginfo)
Requires: x125 = 0.2.3-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/x125-0.2.3-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/x125-debuginfo-0.2.3-alt1.x86_64.rpm (w2.lzdio)
0.78user 0.68system 0:07.85elapsed 18%CPU (0avgtext+0avgdata 28144maxresident)k
0inputs+0outputs (0major+196695minor)pagefaults 0swaps
/.out/x125-0.2.3-alt1.x86_64.rpm: The use of such a license name is ambiguous: GPL
/.out/x125-debuginfo-0.2.3-alt1.x86_64.rpm: The use of such a license name is ambiguous: GPL
0.94user 1.65system 0:16.72elapsed 15%CPU (0avgtext+0avgdata 11852maxresident)k
0inputs+0outputs (0major+95204minor)pagefaults 0swaps
--- x125-0.2.3-alt1.x86_64.rpm.repo	2018-07-16 07:11:00.000000000 +0000
+++ x125-0.2.3-alt1.x86_64.rpm.hasher	2024-01-14 04:15:47.730849480 +0000
@@ -16,2 +16,3 @@
 Requires: libc.so.6(GLIBC_2.2.5)(64bit)  
+Requires: libc.so.6(GLIBC_2.34)(64bit)  
 Requires: libc.so.6(GLIBC_2.4)(64bit)  
@@ -20,5 +21,5 @@
 Provides: x125 = 0.2.3-alt1
-File: /usr/bin/x125_cmyk	100755	root:root	c67c4cc3889b5b7aad868d527da791c9	
+File: /usr/bin/x125_cmyk	100755	root:root	86c02c657bfa4b09e0f1dc46588d2324	
 File: /usr/bin/x125_cmyk_print.sh	100755	root:root	e26755dc5cb0e070ec14514fea9e85f9	
-File: /usr/bin/x125_network	100755	root:root	c4db56c4434d2c29d6ee2dddd28eda34	
+File: /usr/bin/x125_network	100755	root:root	aba511abd962e215be0985a0fe211431	
 File: /usr/share/doc/x125-0.2.3	40755	root:root		
@@ -31,2 +32,2 @@
 File: /usr/share/doc/x125-0.2.3/README.drv_x125_network	100644	root:root	af6814c65f44cad88bae4746ba1c8b9d	
-RPMIdentity: 15d9ea795b323d6faf85b1dabfdb93dbb758db9d2e8ca0ff2cf37b35ca5973a2ec425f92ec0a517057099f3a5854e7f785b52446cca32e8a9a3685e099ce7ff7
+RPMIdentity: 92ce5266f875d2746b82931bda9a8bfb5135bd935ea97c231224cba85217630adfd30c019e6274aa400b471e849c6de50e8b00c53a8c972817e79ab1c5e1bc0d
--- x125-debuginfo-0.2.3-alt1.x86_64.rpm.repo	2018-07-16 07:11:00.000000000 +0000
+++ x125-debuginfo-0.2.3-alt1.x86_64.rpm.hasher	2024-01-14 04:15:47.840850659 +0000
@@ -1,7 +1,7 @@
-/usr/lib/debug/.build-id/e3	40755	root:root	
-/usr/lib/debug/.build-id/e3/370243ad2a13df3dfa903e5f04b578b0991a1c	120777	root:root	../../../../bin/x125_cmyk
-/usr/lib/debug/.build-id/e3/370243ad2a13df3dfa903e5f04b578b0991a1c.debug	120777	root:root	../../usr/bin/x125_cmyk.debug
-/usr/lib/debug/.build-id/ee	40755	root:root	
-/usr/lib/debug/.build-id/ee/87eb187e6b04c2ab4fbe65eee370fbaff9a45c	120777	root:root	../../../../bin/x125_network
-/usr/lib/debug/.build-id/ee/87eb187e6b04c2ab4fbe65eee370fbaff9a45c.debug	120777	root:root	../../usr/bin/x125_network.debug
+/usr/lib/debug/.build-id/28	40755	root:root	
+/usr/lib/debug/.build-id/28/4f28d18c3e88204852a47c6a6ac6897d34a503	120777	root:root	../../../../bin/x125_cmyk
+/usr/lib/debug/.build-id/28/4f28d18c3e88204852a47c6a6ac6897d34a503.debug	120777	root:root	../../usr/bin/x125_cmyk.debug
+/usr/lib/debug/.build-id/c9	40755	root:root	
+/usr/lib/debug/.build-id/c9/5abf65be1102ed1adcd937adde314deaea48c8	120777	root:root	../../../../bin/x125_network
+/usr/lib/debug/.build-id/c9/5abf65be1102ed1adcd937adde314deaea48c8.debug	120777	root:root	../../usr/bin/x125_network.debug
 /usr/lib/debug/usr/bin/x125_cmyk.debug	100644	root:root	
@@ -13,10 +13,10 @@
 Provides: x125-debuginfo = 0.2.3-alt1
-File: /usr/lib/debug/.build-id/e3	40755	root:root		
-File: /usr/lib/debug/.build-id/e3/370243ad2a13df3dfa903e5f04b578b0991a1c	120777	root:root		../../../../bin/x125_cmyk
-File: /usr/lib/debug/.build-id/e3/370243ad2a13df3dfa903e5f04b578b0991a1c.debug	120777	root:root		../../usr/bin/x125_cmyk.debug
-File: /usr/lib/debug/.build-id/ee	40755	root:root		
-File: /usr/lib/debug/.build-id/ee/87eb187e6b04c2ab4fbe65eee370fbaff9a45c	120777	root:root		../../../../bin/x125_network
-File: /usr/lib/debug/.build-id/ee/87eb187e6b04c2ab4fbe65eee370fbaff9a45c.debug	120777	root:root		../../usr/bin/x125_network.debug
-File: /usr/lib/debug/usr/bin/x125_cmyk.debug	100644	root:root	c095a412e7917f664c0394333b3390f2	
-File: /usr/lib/debug/usr/bin/x125_network.debug	100644	root:root	114a979a15fda268128b349309987f9e	
-RPMIdentity: 2c0c12817de577e548472a1f3f64176d14b8d953f9c89af8270906fa6bfac47808889eb952d3e3c86dfbe401bbdb7da61d2563acb42f7412061d3e2632359ab8
+File: /usr/lib/debug/.build-id/28	40755	root:root		
+File: /usr/lib/debug/.build-id/28/4f28d18c3e88204852a47c6a6ac6897d34a503	120777	root:root		../../../../bin/x125_cmyk
+File: /usr/lib/debug/.build-id/28/4f28d18c3e88204852a47c6a6ac6897d34a503.debug	120777	root:root		../../usr/bin/x125_cmyk.debug
+File: /usr/lib/debug/.build-id/c9	40755	root:root		
+File: /usr/lib/debug/.build-id/c9/5abf65be1102ed1adcd937adde314deaea48c8	120777	root:root		../../../../bin/x125_network
+File: /usr/lib/debug/.build-id/c9/5abf65be1102ed1adcd937adde314deaea48c8.debug	120777	root:root		../../usr/bin/x125_network.debug
+File: /usr/lib/debug/usr/bin/x125_cmyk.debug	100644	root:root	452e1df874dbde354a880ee98f6406f2	
+File: /usr/lib/debug/usr/bin/x125_network.debug	100644	root:root	18e6c9cc3c0ed36a2249312735d30267	
+RPMIdentity: 783a5254307ff80f5179811b90e2203d7dc00143b4eee680d761c960994b6f6994086e6d6997cfa5dc83576a80f197bee7ff69440eba9b1a0b755a99abd0c5f9