<86>Apr 15 09:53:02 userdel[4138018]: delete user 'rooter' <86>Apr 15 09:53:02 userdel[4138018]: removed group 'rooter' owned by 'rooter' <86>Apr 15 09:53:02 userdel[4138018]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 15 09:53:02 groupadd[4138054]: group added to /etc/group: name=rooter, GID=639 <86>Apr 15 09:53:02 groupadd[4138054]: group added to /etc/gshadow: name=rooter <86>Apr 15 09:53:02 groupadd[4138054]: new group: name=rooter, GID=639 <86>Apr 15 09:53:02 useradd[4138071]: new user: name=rooter, UID=639, GID=639, home=/root, shell=/bin/bash <86>Apr 15 09:53:02 userdel[4138090]: delete user 'builder' <86>Apr 15 09:53:02 userdel[4138090]: removed group 'builder' owned by 'builder' <86>Apr 15 09:53:02 userdel[4138090]: removed shadow group 'builder' owned by 'builder' <86>Apr 15 09:53:02 groupadd[4138103]: group added to /etc/group: name=builder, GID=640 <86>Apr 15 09:53:02 groupadd[4138103]: group added to /etc/gshadow: name=builder <86>Apr 15 09:53:02 groupadd[4138103]: new group: name=builder, GID=640 <86>Apr 15 09:53:02 useradd[4138111]: new user: name=builder, UID=640, GID=640, 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: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/pstotext-1.9-alt3.nosrc.rpm (w1.gzdio) Installing pstotext-1.9-alt3.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.34407 + 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.81603 + 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 -march=i586 -mtune=generic' + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + make make: Entering directory '/usr/src/RPM/BUILD/pstotext-1.9' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -c main.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -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.81603 + 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) verify-elf: WARNING: ./usr/bin/pstotext: uses non-LFS functions: fopen mkstemp Hardlinking identical .pyc and .pyo files Processing files: pstotext-1.9-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2shnCC find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.R4z65B find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: ghostscript, /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.4), libc.so.6(GLIBC_2.4), libm.so.6(GLIBC_2.0), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xLcMvy 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.GdPnHB find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0d8GmB find-requires: running scripts (debuginfo) Requires: pstotext = 1.9-alt3, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libm.so.6) Adding to pstotext-debuginfo a strict dependency on pstotext Wrote: /usr/src/RPM/RPMS/i586/pstotext-1.9-alt3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/pstotext-debuginfo-1.9-alt3.i586.rpm (w2.lzdio) 2.53user 0.52system 0:07.53elapsed 40%CPU (0avgtext+0avgdata 27036maxresident)k 0inputs+0outputs (0major+172453minor)pagefaults 0swaps /.out/pstotext-1.9-alt3.i586.rpm: bad symbols in the license tag: ' /.out/pstotext-debuginfo-1.9-alt3.i586.rpm: bad symbols in the license tag: ' 3.90user 2.77system 0:11.40elapsed 58%CPU (0avgtext+0avgdata 27036maxresident)k 0inputs+0outputs (0major+351487minor)pagefaults 0swaps --- pstotext-1.9-alt3.i586.rpm.repo 2020-10-22 07:54:44.000000000 +0000 +++ pstotext-1.9-alt3.i586.rpm.hasher 2021-04-15 09:53:11.163157519 +0000 @@ -6,2 +6,3 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3.4)