<86>Jun 16 01:06:26 userdel[3382505]: delete user 'rooter' <86>Jun 16 01:06:26 userdel[3382505]: removed group 'rooter' owned by 'rooter' <86>Jun 16 01:06:26 userdel[3382505]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 01:06:26 groupadd[3382512]: group added to /etc/group: name=rooter, GID=1301 <86>Jun 16 01:06:26 groupadd[3382512]: group added to /etc/gshadow: name=rooter <86>Jun 16 01:06:26 groupadd[3382512]: new group: name=rooter, GID=1301 <86>Jun 16 01:06:26 useradd[3382519]: new user: name=rooter, UID=1301, GID=1301, home=/root, shell=/bin/bash <86>Jun 16 01:06:26 userdel[3382538]: delete user 'builder' <86>Jun 16 01:06:26 userdel[3382538]: removed group 'builder' owned by 'builder' <86>Jun 16 01:06:26 userdel[3382538]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 01:06:26 groupadd[3382548]: group added to /etc/group: name=builder, GID=1302 <86>Jun 16 01:06:26 groupadd[3382548]: group added to /etc/gshadow: name=builder <86>Jun 16 01:06:26 groupadd[3382548]: new group: name=builder, GID=1302 <86>Jun 16 01:06:26 useradd[3382565]: new user: name=builder, UID=1302, GID=1302, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/pstotext-1.9-alt3.src.rpm: bad symbols in the license tag: ' Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/pstotext-1.9-alt3.nosrc.rpm (w1.gzdio) Installing pstotext-1.9-alt3.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.3319 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf pstotext-1.9 + echo 'Source #0 (pstotext-1.9.tar):' Source #0 (pstotext-1.9.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/pstotext-1.9.tar + cd pstotext-1.9 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (1.9-3_and_1.9-4.patch):' Patch #1 (1.9-3_and_1.9-4.patch): + /usr/bin/patch -p1 patching file main.c + echo 'Patch #2 (1.9-flags.patch):' Patch #2 (1.9-flags.patch): + /usr/bin/patch -p1 patching file Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.3319 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pstotext-1.9 + export 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + make make: Entering directory '/usr/src/RPM/BUILD/pstotext-1.9' cc -pipe -frecord-gcc-switches -Wall -g -O2 -c bundle.c echo "const char *ocr[] = {" > ocr.h sed -e 's/"/\\"/g' -e 's/\(.*\)/ "\1\\n",/' ocr.ps >> ocr.h echo " 0" >> ocr.h echo "};" >> ocr.h echo "const char *rot270[] = {" > rot270.h sed -e 's/"/\\"/g' -e 's/\(.*\)/ "\1\\n",/' rot270.ps >> rot270.h echo " 0" >> rot270.h echo "};" >> rot270.h echo "const char *rot90[] = {" > rot90.h sed -e 's/"/\\"/g' -e 's/\(.*\)/ "\1\\n",/' rot90.ps >> rot90.h echo " 0" >> rot90.h echo "};" >> rot90.h cc -pipe -frecord-gcc-switches -Wall -g -O2 -c main.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -c ptotdll.c ptotdll.c: In function 'ParseFont': ptotdll.c:603:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 603 | for (i = 0; i<256; i++) | ^~~ ptotdll.c:605:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 605 | bly = GuessDescend * xmax; topry = GuessAscend * xmax; | ^~~ In file included from /usr/include/string.h:532, from ptotdll.c:18: In function 'strncpy', inlined from 'ParseString' at ptotdll.c:870:7: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ptotdll.c: In function 'ParseString': ptotdll.c:869:18: note: length computed here 869 | int lstr = strlen(str); | ^~~~~~~~~~~ In file included from /usr/include/string.h:532, from ptotdll.c:18: In function 'strncpy', inlined from 'ParseString' at ptotdll.c:823:7: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ptotdll.c: In function 'ParseString': ptotdll.c:822:18: note: length computed here 822 | int lstr = strlen(str); | ^~~~~~~~~~~ In file included from /usr/include/string.h:532, from ptotdll.c:18: In function 'strncpy', inlined from 'ParseString' at ptotdll.c:863:9: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ptotdll.c: In function 'ParseString': ptotdll.c:862:20: note: length computed here 862 | int lstr = strlen(str); | ^~~~~~~~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -o pstotext main.o bundle.o ptotdll.o -lm make: Leaving directory '/usr/src/RPM/BUILD/pstotext-1.9' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.82612 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/pstotext-buildroot + : + /bin/rm -rf -- /usr/src/tmp/pstotext-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd pstotext-1.9 + install -pDm755 pstotext /usr/src/tmp/pstotext-buildroot/usr/bin/pstotext + install -pDm644 pstotext.1 /usr/src/tmp/pstotext-buildroot/usr/share/man/man1/pstotext.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/pstotext-buildroot (auto) Verifying and fixing files in /usr/src/tmp/pstotext-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/pstotext-buildroot/ (default) Compressing files in /usr/src/tmp/pstotext-buildroot (auto) Verifying ELF objects in /usr/src/tmp/pstotext-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: pstotext-1.9-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7k0sm8 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.HcYOG7 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: ghostscript, /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.4)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EDAvn6 Creating pstotext-debuginfo package Processing files: pstotext-debuginfo-1.9-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IqmeD7 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5eeZn7 find-requires: running scripts (debuginfo) Requires: pstotext = 1.9-alt3, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libm.so.6) Adding to pstotext-debuginfo a strict dependency on pstotext Wrote: /usr/src/RPM/RPMS/x86_64/pstotext-1.9-alt3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/pstotext-debuginfo-1.9-alt3.x86_64.rpm (w2.lzdio) 0.98user 0.93system 0:06.21elapsed 30%CPU (0avgtext+0avgdata 32764maxresident)k 0inputs+0outputs (0major+162403minor)pagefaults 0swaps /.out/pstotext-1.9-alt3.x86_64.rpm: bad symbols in the license tag: ' /.out/pstotext-debuginfo-1.9-alt3.x86_64.rpm: bad symbols in the license tag: ' 1.15user 2.05system 0:12.65elapsed 25%CPU (0avgtext+0avgdata 11736maxresident)k 0inputs+0outputs (0major+98288minor)pagefaults 0swaps --- pstotext-1.9-alt3.x86_64.rpm.repo 2020-10-22 07:54:36.000000000 +0000 +++ pstotext-1.9-alt3.x86_64.rpm.hasher 2024-06-16 01:06:34.943499826 +0000 @@ -12,4 +12,4 @@ Provides: pstotext = 1.9-alt3:sisyphus+260205.100.1.1 -File: /usr/bin/pstotext 100755 root:root 2efbd9cd33a43b84268e6cd08f44259c +File: /usr/bin/pstotext 100755 root:root 3314aad193ae879a6097b149a3d84e12 File: /usr/share/man/man1/pstotext.1.xz 100644 root:root 8aeee77fb045231424a0329f662f8fe0 -RPMIdentity: dbfe1e9de25400e653fbbad152f0b82f4b0c216e89998f3309a76b7fa615a6bd2068c3fe3fd59f22d6b865a7120fb55e167348816145e85723c0997292c81b30 +RPMIdentity: afca722ff72c15d81fdab55a535bceb9aae3b8262dca35eb9f15c53c8d7ff18425a738dd499855d6ead4bf56f1d94c6daf05efccbb20d69f4aef2c3847003e7a --- pstotext-debuginfo-1.9-alt3.x86_64.rpm.repo 2020-10-22 07:54:36.000000000 +0000 +++ pstotext-debuginfo-1.9-alt3.x86_64.rpm.hasher 2024-06-16 01:06:35.034499308 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/d9 40755 root:root -/usr/lib/debug/.build-id/d9/5efbd73ee4760e078e0dbd7b17076464cb5684 120777 root:root ../../../../bin/pstotext -/usr/lib/debug/.build-id/d9/5efbd73ee4760e078e0dbd7b17076464cb5684.debug 120777 root:root ../../usr/bin/pstotext.debug +/usr/lib/debug/.build-id/5d 40755 root:root +/usr/lib/debug/.build-id/5d/cc69a3de33c77fd5d853f6b9d616b924833159 120777 root:root ../../../../bin/pstotext +/usr/lib/debug/.build-id/5d/cc69a3de33c77fd5d853f6b9d616b924833159.debug 120777 root:root ../../usr/bin/pstotext.debug /usr/lib/debug/usr/bin/pstotext.debug 100644 root:root @@ -19,6 +19,6 @@ Provides: pstotext-debuginfo = 1.9-alt3:sisyphus+260205.100.1.1 -File: /usr/lib/debug/.build-id/d9 40755 root:root -File: /usr/lib/debug/.build-id/d9/5efbd73ee4760e078e0dbd7b17076464cb5684 120777 root:root ../../../../bin/pstotext -File: /usr/lib/debug/.build-id/d9/5efbd73ee4760e078e0dbd7b17076464cb5684.debug 120777 root:root ../../usr/bin/pstotext.debug -File: /usr/lib/debug/usr/bin/pstotext.debug 100644 root:root 88b85332ffa10b5d0d3d1ed8c6d0047c +File: /usr/lib/debug/.build-id/5d 40755 root:root +File: /usr/lib/debug/.build-id/5d/cc69a3de33c77fd5d853f6b9d616b924833159 120777 root:root ../../../../bin/pstotext +File: /usr/lib/debug/.build-id/5d/cc69a3de33c77fd5d853f6b9d616b924833159.debug 120777 root:root ../../usr/bin/pstotext.debug +File: /usr/lib/debug/usr/bin/pstotext.debug 100644 root:root f5bccbdda26213d525cc670dcb2d6a7b File: /usr/src/debug/pstotext-1.9 40755 root:root @@ -32,2 +32,2 @@ File: /usr/src/debug/pstotext-1.9/rot90.h 100644 root:root 15e81cbd27e999b3357db7ac9ef8ecd3 -RPMIdentity: 0f5bfac2e613ff9678d053005cb302a19579cd371983c1f78e151bc7e287734c870a4911373cd7a7cbf6fc9282239dc46e0901bdbc6fb924ec9883003658e89f +RPMIdentity: 553b02b4147199cebdd0f877249b95a5af9a97c1222c799a5630971ae790aa6c2b14543ca9229420ef4ded477873131a74e455182f71d34edbe6d0c722de18b8