<86>Jun 8 05:53:48 userdel[1383763]: delete user 'rooter' <86>Jun 8 05:53:48 userdel[1383763]: removed group 'rooter' owned by 'rooter' <86>Jun 8 05:53:48 userdel[1383763]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 8 05:53:48 groupadd[1383774]: group added to /etc/group: name=rooter, GID=1265 <86>Jun 8 05:53:48 groupadd[1383774]: group added to /etc/gshadow: name=rooter <86>Jun 8 05:53:48 groupadd[1383774]: new group: name=rooter, GID=1265 <86>Jun 8 05:53:48 useradd[1383785]: new user: name=rooter, UID=1265, GID=1265, home=/root, shell=/bin/bash, from=none <86>Jun 8 05:53:48 userdel[1383795]: delete user 'builder' <86>Jun 8 05:53:48 userdel[1383795]: removed group 'builder' owned by 'builder' <86>Jun 8 05:53:48 userdel[1383795]: removed shadow group 'builder' owned by 'builder' <86>Jun 8 05:53:48 groupadd[1383804]: group added to /etc/group: name=builder, GID=1266 <86>Jun 8 05:53:48 groupadd[1383804]: group added to /etc/gshadow: name=builder <86>Jun 8 05:53:48 groupadd[1383804]: new group: name=builder, GID=1266 <86>Jun 8 05:53:48 useradd[1383818]: new user: name=builder, UID=1266, GID=1266, 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: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.20720 + 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.20720 + 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 -march=i586 -mtune=generic' 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 -march=i586 -mtune=generic' 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 '' or provide a declaration of 'malloc' 21 | #include +++ |+#include 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 '' 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 '' 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 '' 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 '' 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 '' 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 '' 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 '' 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 '' 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.20720 + 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:/usr/bin:/bin:/usr/local/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) verify-elf: WARNING: ./usr/bin/x125_network: uses non-LFS functions: open verify-elf: WARNING: ./usr/bin/x125_cmyk: uses non-LFS functions: open Splitting links to aliased files under /{,s}bin in /usr/src/tmp/x125-buildroot Processing files: x125-0.2.3-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.20720 + 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.BM0mbV 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.cMfaRf 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, /lib/ld-linux.so.2, ghostscript-classic, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), 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.PIJQdP 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.NWSZZy find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.em4z0X find-requires: running scripts (debuginfo) Requires: x125 = 0.2.3-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/x125-0.2.3-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/x125-debuginfo-0.2.3-alt1.i586.rpm (w2.lzdio) 0.51user 0.97system 0:05.67elapsed 26%CPU (0avgtext+0avgdata 23440maxresident)k 0inputs+0outputs (0major+178020minor)pagefaults 0swaps /.out/x125-0.2.3-alt1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/x125-debuginfo-0.2.3-alt1.i586.rpm: The use of such a license name is ambiguous: GPL 0.68user 1.32system 0:10.05elapsed 19%CPU (0avgtext+0avgdata 11940maxresident)k 288inputs+0outputs (0major+95441minor)pagefaults 0swaps --- x125-0.2.3-alt1.i586.rpm.repo 2018-07-16 07:11:28.000000000 +0000 +++ x125-0.2.3-alt1.i586.rpm.hasher 2024-06-08 05:53:55.746187985 +0000 @@ -16,2 +16,4 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -20,5 +22,5 @@ Provides: x125 = 0.2.3-alt1 -File: /usr/bin/x125_cmyk 100755 root:root cde178c0cdd75705adfb1f1dd16e077c +File: /usr/bin/x125_cmyk 100755 root:root 9481c980cb444c65b106d3c604673183 File: /usr/bin/x125_cmyk_print.sh 100755 root:root e26755dc5cb0e070ec14514fea9e85f9 -File: /usr/bin/x125_network 100755 root:root aa00b89a33e705a63ea246b9d2bc0daa +File: /usr/bin/x125_network 100755 root:root 9fc434de9de1c5ee6741e6fcdb9b9dea File: /usr/share/doc/x125-0.2.3 40755 root:root @@ -31,2 +33,2 @@ File: /usr/share/doc/x125-0.2.3/README.drv_x125_network 100644 root:root af6814c65f44cad88bae4746ba1c8b9d -RPMIdentity: 0c4c7fb00d4bda4ed4deac6eb88d207bc30230422ff1b6c55f14a68e2048166c04a821a2db260347fd569ff1708972771697a1982a21d0d640775bc3752d0a0f +RPMIdentity: 10cc2025055c95bf083a9e6cf4a3471a2e8c50660715af6a0237ca03e4f461f14a3393dce4ef49812b424ffa372894026aa5d1e4c4fb1a91cfd805b48e7d16aa --- x125-debuginfo-0.2.3-alt1.i586.rpm.repo 2018-07-16 07:11:28.000000000 +0000 +++ x125-debuginfo-0.2.3-alt1.i586.rpm.hasher 2024-06-08 05:53:55.829188360 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/4f 40755 root:root -/usr/lib/debug/.build-id/4f/b4f209e9b54822beeaf2835a3000e878504166 120777 root:root ../../../../bin/x125_cmyk -/usr/lib/debug/.build-id/4f/b4f209e9b54822beeaf2835a3000e878504166.debug 120777 root:root ../../usr/bin/x125_cmyk.debug -/usr/lib/debug/.build-id/af 40755 root:root -/usr/lib/debug/.build-id/af/29120034032eec3699944d32f0f860ddd31520 120777 root:root ../../../../bin/x125_network -/usr/lib/debug/.build-id/af/29120034032eec3699944d32f0f860ddd31520.debug 120777 root:root ../../usr/bin/x125_network.debug +/usr/lib/debug/.build-id/8e 40755 root:root +/usr/lib/debug/.build-id/8e/c162faf60f01337ef4389e27edb4a7bd2c30dd 120777 root:root ../../../../bin/x125_cmyk +/usr/lib/debug/.build-id/8e/c162faf60f01337ef4389e27edb4a7bd2c30dd.debug 120777 root:root ../../usr/bin/x125_cmyk.debug +/usr/lib/debug/.build-id/da 40755 root:root +/usr/lib/debug/.build-id/da/04723b73f3bccf4a47b47cbe55e39c421d24cb 120777 root:root ../../../../bin/x125_network +/usr/lib/debug/.build-id/da/04723b73f3bccf4a47b47cbe55e39c421d24cb.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/4f 40755 root:root -File: /usr/lib/debug/.build-id/4f/b4f209e9b54822beeaf2835a3000e878504166 120777 root:root ../../../../bin/x125_cmyk -File: /usr/lib/debug/.build-id/4f/b4f209e9b54822beeaf2835a3000e878504166.debug 120777 root:root ../../usr/bin/x125_cmyk.debug -File: /usr/lib/debug/.build-id/af 40755 root:root -File: /usr/lib/debug/.build-id/af/29120034032eec3699944d32f0f860ddd31520 120777 root:root ../../../../bin/x125_network -File: /usr/lib/debug/.build-id/af/29120034032eec3699944d32f0f860ddd31520.debug 120777 root:root ../../usr/bin/x125_network.debug -File: /usr/lib/debug/usr/bin/x125_cmyk.debug 100644 root:root cb254fa2cec42ca2ee03589855aa6bb2 -File: /usr/lib/debug/usr/bin/x125_network.debug 100644 root:root 304d2c1153d784d64a845b463bf42fe8 -RPMIdentity: 032492967a19fa6e8231a64b0d4b850b5b4019087a9716059af4f6ecd0cc28a244ec91f94cdfc65c01e5dc0203f3928b836016f25ab2d0779485c856a1ce1a59 +File: /usr/lib/debug/.build-id/8e 40755 root:root +File: /usr/lib/debug/.build-id/8e/c162faf60f01337ef4389e27edb4a7bd2c30dd 120777 root:root ../../../../bin/x125_cmyk +File: /usr/lib/debug/.build-id/8e/c162faf60f01337ef4389e27edb4a7bd2c30dd.debug 120777 root:root ../../usr/bin/x125_cmyk.debug +File: /usr/lib/debug/.build-id/da 40755 root:root +File: /usr/lib/debug/.build-id/da/04723b73f3bccf4a47b47cbe55e39c421d24cb 120777 root:root ../../../../bin/x125_network +File: /usr/lib/debug/.build-id/da/04723b73f3bccf4a47b47cbe55e39c421d24cb.debug 120777 root:root ../../usr/bin/x125_network.debug +File: /usr/lib/debug/usr/bin/x125_cmyk.debug 100644 root:root 3473864196059d9b904bd20ca661f1de +File: /usr/lib/debug/usr/bin/x125_network.debug 100644 root:root 3d9a4b0fbd879c771b373dcff7c5039c +RPMIdentity: ba4f8996341f682d28e0ac428e7bbe7a01270168fc020e774e5c7333cc160b3c66f9685a107fc65c4aa05e9fd389a008980fa46eb72dcfd42e34aad49d604f3e