<86>Apr 14 00:49:15 userdel[49532]: delete user 'rooter' <86>Apr 14 00:49:15 groupadd[49663]: group added to /etc/group: name=rooter, GID=573 <86>Apr 14 00:49:15 groupadd[49663]: group added to /etc/gshadow: name=rooter <86>Apr 14 00:49:15 groupadd[49663]: new group: name=rooter, GID=573 <86>Apr 14 00:49:15 useradd[49762]: new user: name=rooter, UID=573, GID=573, home=/root, shell=/bin/bash <86>Apr 14 00:49:15 userdel[49870]: delete user 'builder' <86>Apr 14 00:49:15 userdel[49870]: removed group 'builder' owned by 'builder' <86>Apr 14 00:49:15 userdel[49870]: removed shadow group 'builder' owned by 'builder' <86>Apr 14 00:49:15 groupadd[49936]: group added to /etc/group: name=builder, GID=574 <86>Apr 14 00:49:15 groupadd[49936]: group added to /etc/gshadow: name=builder <86>Apr 14 00:49:15 groupadd[49936]: new group: name=builder, GID=574 <86>Apr 14 00:49:15 useradd[50073]: new user: name=builder, UID=574, GID=574, home=/usr/src, shell=/bin/bash Installing psutils-p17-alt2.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.91775 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf psutils + echo 'Source #0 (psutils-p17.tar.gz):' Source #0 (psutils-p17.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/psutils-p17.tar.gz + /bin/tar -xf - + cd psutils + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (psutils-make.patch):' Patch #0 (psutils-make.patch): + /usr/bin/patch -p1 patching file Makefile.unix + echo 'Patch #1 (psutils-maketext.patch):' Patch #1 (psutils-maketext.patch): + /usr/bin/patch -p1 patching file maketext + echo 'Patch #2 (psutils-p17-paper.patch):' Patch #2 (psutils-p17-paper.patch): + /usr/bin/patch -p1 patching file pstops.man patching file psutil.c patching file psresize.man patching file psnup.man patching file Makefile.unix Hunk #2 succeeded at 44 with fuzz 1 (offset 1 line). + echo 'Patch #3 (psutils-manpage.patch):' Patch #3 (psutils-manpage.patch): + /usr/bin/patch -p1 patching file psresize.man + echo 'Patch #4 (psutils-flip.patch):' Patch #4 (psutils-flip.patch): + /usr/bin/patch -p1 patching file pstops.c patching file psspec.h patching file psspec.c patching file pstops.man patching file README + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.91775 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd psutils + make -f Makefile.unix 'RPM_OPT_FLAGS=-pipe -Wall -g -O2' BUILDROOT=/usr/src/tmp/psutils-buildroot PERL=/usr/bin/perl make: Entering directory `/usr/src/RPM/BUILD/psutils' gcc -DPAPER=\""_glibc"\" -DUNIX -pipe -Wall -g -O2 -DHAVE_LANGINFO_H -Wall -c -o psbook.o psbook.c psbook.c:35:6: warning: return type of 'main' is not 'int' [-Wmain] void main(int argc, char *argv[]) ^ gcc -DPAPER=\""_glibc"\" -DUNIX -pipe -Wall -g -O2 -DHAVE_LANGINFO_H -Wall -c -o psutil.o psutil.c psutil.c: In function 'findpaperglibc': psutil.c:92:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] height = MM_TO_PT_FACTOR * (unsigned int)(nl_langinfo(_NL_PAPER_HEIGHT)); ^ psutil.c:93:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] width = MM_TO_PT_FACTOR * (unsigned int)(nl_langinfo(_NL_PAPER_WIDTH)); ^ gcc -DPAPER=\""_glibc"\" -DUNIX -pipe -Wall -g -O2 -DHAVE_LANGINFO_H -Wall -c -o pserror.o pserror.c pserror.c: In function 'message': pserror.c:27:10: warning: type defaults to 'int' in declaration of 'column' [-Wimplicit-int] static column = 0 ; /* current screen column for message wrap */ ^ gcc -o psbook psutil.o pserror.o psbook.o gcc -DPAPER=\""_glibc"\" -DUNIX -pipe -Wall -g -O2 -DHAVE_LANGINFO_H -Wall -c -o psselect.o psselect.c psselect.c:94:6: warning: return type of 'main' is not 'int' [-Wmain] void main(int argc, char *argv[]) ^ gcc -o psselect psutil.o pserror.o psselect.o gcc -DPAPER=\""_glibc"\" -DUNIX -pipe -Wall -g -O2 -DHAVE_LANGINFO_H -Wall -c -o pstops.o pstops.c pstops.c:123:6: warning: return type of 'main' is not 'int' [-Wmain] void main(int argc, char *argv[]) ^ gcc -DPAPER=\""_glibc"\" -DUNIX -pipe -Wall -g -O2 -DHAVE_LANGINFO_H -Wall -c -o psspec.o psspec.c gcc -o pstops psutil.o psspec.o pserror.o pstops.o gcc -DPAPER=\""_glibc"\" -DUNIX -pipe -Wall -g -O2 -DHAVE_LANGINFO_H -Wall -c -o epsffit.o epsffit.c epsffit.c:42:6: warning: return type of 'main' is not 'int' [-Wmain] void main(int argc, char **argv) ^ gcc -o epsffit pserror.o epsffit.o gcc -DPAPER=\""_glibc"\" -DUNIX -pipe -Wall -g -O2 -DHAVE_LANGINFO_H -Wall -c -o psnup.o psnup.c psnup.c:69:6: warning: return type of 'main' is not 'int' [-Wmain] void main(int argc, char *argv[]) ^ psnup.c: In function 'main': psnup.c:320:18: warning: 'scale' may be used uninitialized in this function [-Wmaybe-uninitialized] tail->scale = scale; ^ psnup.c:273:7: warning: 'rotate' may be used uninitialized in this function [-Wmaybe-uninitialized] if (rotate) { /* rotate leftright and topbottom orders */ ^ psnup.c:292:16: warning: 'vert' may be used uninitialized in this function [-Wmaybe-uninitialized] across = page/vert; ^ psnup.c:294:23: warning: 'horiz' may be used uninitialized in this function [-Wmaybe-uninitialized] across = horiz-1-page/vert; ^ gcc -o psnup psutil.o psspec.o pserror.o psnup.o gcc -DPAPER=\""_glibc"\" -DUNIX -pipe -Wall -g -O2 -DHAVE_LANGINFO_H -Wall -c -o psresize.o psresize.c psresize.c:49:6: warning: return type of 'main' is not 'int' [-Wmain] void main(int argc, char *argv[]) ^ gcc -o psresize psutil.o psspec.o pserror.o psresize.o /usr/bin/perl maketext OS=UNIX PERL=/usr/bin/perl fixfmps.pl > fixfmps chmod 0755 fixfmps /usr/bin/perl maketext OS=UNIX PERL=/usr/bin/perl INCLUDE=/usr/share/psutils fixmacps.pl > fixmacps chmod 0755 fixmacps /usr/bin/perl maketext OS=UNIX PERL=/usr/bin/perl fixpsditps.pl > fixpsditps chmod 0755 fixpsditps /usr/bin/perl maketext OS=UNIX PERL=/usr/bin/perl fixpspps.pl > fixpspps chmod 0755 fixpspps /usr/bin/perl maketext OS=UNIX PERL=/usr/bin/perl fixtpps.pl > fixtpps chmod 0755 fixtpps /usr/bin/perl maketext OS=UNIX PERL=/usr/bin/perl fixwfwps.pl > fixwfwps chmod 0755 fixwfwps /usr/bin/perl maketext OS=UNIX PERL=/usr/bin/perl fixwpps.pl > fixwpps chmod 0755 fixwpps /usr/bin/perl maketext OS=UNIX PERL=/usr/bin/perl fixscribeps.pl > fixscribeps chmod 0755 fixscribeps /usr/bin/perl maketext OS=UNIX PERL=/usr/bin/perl fixwwps.pl > fixwwps chmod 0755 fixwwps /usr/bin/perl maketext OS=UNIX PERL=/usr/bin/perl fixdlsrps.pl > fixdlsrps chmod 0755 fixdlsrps /usr/bin/perl maketext OS=UNIX PERL=/usr/bin/perl extractres.pl > extractres chmod 0755 extractres /usr/bin/perl maketext OS=UNIX PERL=/usr/bin/perl INCLUDE=/usr/share/psutils includeres.pl > includeres chmod 0755 includeres /usr/bin/perl maketext OS=UNIX PERL=/usr/bin/perl psmerge.pl > psmerge chmod 0755 psmerge /usr/bin/perl maketext "MAN=psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 psmerge.1 fixscribeps.1 getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 extractres.1 includeres.1" psbook.man > psbook.1 /usr/bin/perl maketext "MAN=psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 psmerge.1 fixscribeps.1 getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 extractres.1 includeres.1" psselect.man > psselect.1 /usr/bin/perl maketext "MAN=psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 psmerge.1 fixscribeps.1 getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 extractres.1 includeres.1" PAPER="_glibc" pstops.man > pstops.1 /usr/bin/perl maketext MAN="psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 psmerge.1 fixscribeps.1 getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 extractres.1 includeres.1" epsffit.man > epsffit.1 /usr/bin/perl maketext MAN="psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 psmerge.1 fixscribeps.1 getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 extractres.1 includeres.1" PAPER="_glibc" psnup.man > psnup.1 /usr/bin/perl maketext MAN="psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 psmerge.1 fixscribeps.1 getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 extractres.1 includeres.1" PAPER="_glibc" psresize.man > psresize.1 /usr/bin/perl maketext "MAN=psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 psmerge.1 fixscribeps.1 getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 extractres.1 includeres.1" psmerge.man > psmerge.1 /usr/bin/perl maketext "MAN=psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 psmerge.1 fixscribeps.1 getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 extractres.1 includeres.1" fixscribeps.man > fixscribeps.1 /usr/bin/perl maketext "MAN=psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 psmerge.1 fixscribeps.1 getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 extractres.1 includeres.1" getafm.man > getafm.1 /usr/bin/perl maketext "MAN=psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 psmerge.1 fixscribeps.1 getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 extractres.1 includeres.1" fixdlsrps.man > fixdlsrps.1 /usr/bin/perl maketext "MAN=psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 psmerge.1 fixscribeps.1 getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 extractres.1 includeres.1" fixfmps.man > fixfmps.1 /usr/bin/perl maketext "MAN=psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 psmerge.1 fixscribeps.1 getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 extractres.1 includeres.1" INCLUDE=/usr/share/psutils fixmacps.man > fixmacps.1 /usr/bin/perl maketext "MAN=psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 psmerge.1 fixscribeps.1 getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 extractres.1 includeres.1" fixpsditps.man > fixpsditps.1 /usr/bin/perl maketext "MAN=psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 psmerge.1 fixscribeps.1 getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 extractres.1 includeres.1" fixpspps.man > fixpspps.1 /usr/bin/perl maketext "MAN=psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 psmerge.1 fixscribeps.1 getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 extractres.1 includeres.1" fixtpps.man > fixtpps.1 /usr/bin/perl maketext "MAN=psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 psmerge.1 fixscribeps.1 getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 extractres.1 includeres.1" fixwfwps.man > fixwfwps.1 /usr/bin/perl maketext "MAN=psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 psmerge.1 fixscribeps.1 getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 extractres.1 includeres.1" fixwpps.man > fixwpps.1 /usr/bin/perl maketext "MAN=psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 psmerge.1 fixscribeps.1 getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 extractres.1 includeres.1" fixwwps.man > fixwwps.1 /usr/bin/perl maketext "MAN=psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 psmerge.1 fixscribeps.1 getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 extractres.1 includeres.1" extractres.man > extractres.1 /usr/bin/perl maketext "MAN=psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 psmerge.1 fixscribeps.1 getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 fixpspps.1 fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 extractres.1 includeres.1" INCLUDE=/usr/share/psutils includeres.man > includeres.1 cp getafm.sh getafm cp showchar.sh showchar make: Leaving directory `/usr/src/RPM/BUILD/psutils' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.70001 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/psutils-buildroot + : + /bin/rm -rf -- /usr/src/tmp/psutils-buildroot + cd psutils + mkdir -p /usr/src/tmp/psutils-buildroot/usr/bin /usr/src/tmp/psutils-buildroot/usr/share/man /usr/src/tmp/psutils-buildroot/usr/share/psutils + make -f Makefile.unix install BUILDROOT=/usr/src/tmp/psutils-buildroot make: Entering directory `/usr/src/RPM/BUILD/psutils' mkdir /usr/src/tmp/psutils-buildroot/usr/bin mkdir: cannot create directory '/usr/src/tmp/psutils-buildroot/usr/bin': File exists make: [install.bin] Error 1 (ignored) Installing psbook Installing psselect Installing pstops Installing epsffit Installing psnup Installing psresize mkdir /usr/src/tmp/psutils-buildroot/usr/bin mkdir: cannot create directory '/usr/src/tmp/psutils-buildroot/usr/bin': File exists make: [install.script] Error 1 (ignored) Installing fixfmps Installing fixmacps Installing fixpsditps Installing fixpspps Installing fixtpps Installing fixwfwps Installing fixwpps Installing fixscribeps Installing fixwwps Installing fixdlsrps Installing extractres Installing includeres Installing psmerge Installing getafm Installing showchar mkdir /usr/src/tmp/psutils-buildroot/usr/share/man/man1 Installing manual page for psbook.1 Installing manual page for psselect.1 Installing manual page for pstops.1 Installing manual page for epsffit.1 Installing manual page for psnup.1 Installing manual page for psresize.1 Installing manual page for psmerge.1 Installing manual page for fixscribeps.1 Installing manual page for getafm.1 Installing manual page for fixdlsrps.1 Installing manual page for fixfmps.1 Installing manual page for fixmacps.1 Installing manual page for fixpsditps.1 Installing manual page for fixpspps.1 Installing manual page for fixtpps.1 Installing manual page for fixwfwps.1 Installing manual page for fixwpps.1 Installing manual page for fixwwps.1 Installing manual page for extractres.1 Installing manual page for includeres.1 mkdir /usr/src/tmp/psutils-buildroot//usr/share/psutils mkdir: cannot create directory '/usr/src/tmp/psutils-buildroot//usr/share/psutils': File exists make: [install.include] Error 1 (ignored) Installing md68_0.ps Installing md71_0.ps make: Leaving directory `/usr/src/RPM/BUILD/psutils' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/psutils-buildroot (auto) Verifying and fixing files in /usr/src/tmp/psutils-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/psutils-buildroot (auto) Verifying ELF objects in /usr/src/tmp/psutils-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: psutils-p17-alt2.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.6122 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd psutils + DOCDIR=/usr/src/tmp/psutils-buildroot/usr/share/doc/psutils-p17 + export DOCDIR + rm -rf /usr/src/tmp/psutils-buildroot/usr/share/doc/psutils-p17 + /bin/mkdir -p /usr/src/tmp/psutils-buildroot/usr/share/doc/psutils-p17 + cp -prL LICENSE README /usr/src/tmp/psutils-buildroot/usr/share/doc/psutils-p17 + chmod -R go-w /usr/src/tmp/psutils-buildroot/usr/share/doc/psutils-p17 + chmod -R a+rX /usr/src/tmp/psutils-buildroot/usr/share/doc/psutils-p17 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mChzZ6 find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.d6cxQR find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) /usr/src/tmp/psutils-buildroot/usr/bin/extractres syntax OK /usr/src/tmp/psutils-buildroot/usr/bin/fixdlsrps syntax OK /usr/src/tmp/psutils-buildroot/usr/bin/fixfmps syntax OK /usr/src/tmp/psutils-buildroot/usr/bin/fixmacps syntax OK Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^/p{ <-- HERE pop showpage pagesave restore /pagesave save def}def$/ at /usr/src/tmp/psutils-buildroot/usr/bin/fixpsditps line 11. /usr/src/tmp/psutils-buildroot/usr/bin/fixpsditps syntax OK /usr/src/tmp/psutils-buildroot/usr/bin/fixpspps syntax OK /usr/src/tmp/psutils-buildroot/usr/bin/fixscribeps syntax OK /usr/src/tmp/psutils-buildroot/usr/bin/fixtpps syntax OK /usr/src/tmp/psutils-buildroot/usr/bin/fixwfwps syntax OK /usr/src/tmp/psutils-buildroot/usr/bin/fixwpps syntax OK /usr/src/tmp/psutils-buildroot/usr/bin/fixwwps syntax OK /usr/src/tmp/psutils-buildroot/usr/bin/includeres syntax OK /usr/src/tmp/psutils-buildroot/usr/bin/psmerge syntax OK find-requires: FINDPACKAGE-COMMANDS: cat Requires: /bin/sh, /lib64/ld-linux-x86-64.so.2, /usr/bin/perl, coreutils, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.473DwN Creating psutils-debuginfo package Processing files: psutils-debuginfo-p17-alt2.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Nhtd4L find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cnRGsN find-requires: running scripts (debuginfo) Requires: psutils = 1:p17-alt2.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/psutils-p17-alt2.qa1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/psutils-debuginfo-p17-alt2.qa1.x86_64.rpm 3.22user 0.92system 0:12.76elapsed 32%CPU (0avgtext+0avgdata 28204maxresident)k 0inputs+0outputs (0major+464487minor)pagefaults 0swaps 4.41user 2.27system 0:17.05elapsed 39%CPU (0avgtext+0avgdata 28204maxresident)k 0inputs+0outputs (0major+612012minor)pagefaults 0swaps --- psutils-p17-alt2.qa1.x86_64.rpm.repo 2013-04-18 14:25:10.000000000 +0000 +++ psutils-p17-alt2.qa1.x86_64.rpm.hasher 2019-04-14 00:49:31.086042987 +0000 @@ -24,22 +24,22 @@ /usr/share/doc/psutils-p17/README 100644 -/usr/share/man/man1/epsffit.1.gz 100644 -/usr/share/man/man1/extractres.1.gz 100644 -/usr/share/man/man1/fixdlsrps.1.gz 100644 -/usr/share/man/man1/fixfmps.1.gz 100644 -/usr/share/man/man1/fixmacps.1.gz 100644 -/usr/share/man/man1/fixpsditps.1.gz 100644 -/usr/share/man/man1/fixpspps.1.gz 100644 -/usr/share/man/man1/fixscribeps.1.gz 100644 -/usr/share/man/man1/fixtpps.1.gz 100644 -/usr/share/man/man1/fixwfwps.1.gz 100644 -/usr/share/man/man1/fixwpps.1.gz 100644 -/usr/share/man/man1/fixwwps.1.gz 100644 -/usr/share/man/man1/getafm.1.gz 100644 -/usr/share/man/man1/includeres.1.gz 100644 -/usr/share/man/man1/psbook.1.gz 100644 -/usr/share/man/man1/psmerge.1.gz 100644 -/usr/share/man/man1/psnup.1.gz 100644 -/usr/share/man/man1/psresize.1.gz 100644 -/usr/share/man/man1/psselect.1.gz 100644 -/usr/share/man/man1/pstops.1.gz 100644 +/usr/share/man/man1/epsffit.1.xz 100644 +/usr/share/man/man1/extractres.1.xz 100644 +/usr/share/man/man1/fixdlsrps.1.xz 100644 +/usr/share/man/man1/fixfmps.1.xz 100644 +/usr/share/man/man1/fixmacps.1.xz 100644 +/usr/share/man/man1/fixpsditps.1.xz 100644 +/usr/share/man/man1/fixpspps.1.xz 100644 +/usr/share/man/man1/fixscribeps.1.xz 100644 +/usr/share/man/man1/fixtpps.1.xz 100644 +/usr/share/man/man1/fixwfwps.1.xz 100644 +/usr/share/man/man1/fixwpps.1.xz 100644 +/usr/share/man/man1/fixwwps.1.xz 100644 +/usr/share/man/man1/getafm.1.xz 100644 +/usr/share/man/man1/includeres.1.xz 100644 +/usr/share/man/man1/psbook.1.xz 100644 +/usr/share/man/man1/psmerge.1.xz 100644 +/usr/share/man/man1/psnup.1.xz 100644 +/usr/share/man/man1/psresize.1.xz 100644 +/usr/share/man/man1/psselect.1.xz 100644 +/usr/share/man/man1/pstops.1.xz 100644 /usr/share/psutils 40755