<86>Apr 14 01:20:57 userdel[15425]: delete user 'rooter' <86>Apr 14 01:20:57 userdel[15425]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 14 01:20:57 groupadd[15447]: group added to /etc/group: name=rooter, GID=579 <86>Apr 14 01:20:57 groupadd[15447]: group added to /etc/gshadow: name=rooter <86>Apr 14 01:20:57 groupadd[15447]: new group: name=rooter, GID=579 <86>Apr 14 01:20:57 useradd[15469]: new user: name=rooter, UID=579, GID=579, home=/root, shell=/bin/bash <86>Apr 14 01:20:57 userdel[15488]: delete user 'builder' <86>Apr 14 01:20:57 userdel[15488]: removed group 'builder' owned by 'builder' <86>Apr 14 01:20:57 userdel[15488]: removed shadow group 'builder' owned by 'builder' <86>Apr 14 01:20:57 groupadd[15506]: group added to /etc/group: name=builder, GID=580 <86>Apr 14 01:20:57 groupadd[15506]: group added to /etc/gshadow: name=builder <86>Apr 14 01:20:57 groupadd[15506]: new group: name=builder, GID=580 <86>Apr 14 01:20:57 useradd[15515]: new user: name=builder, UID=580, GID=580, home=/usr/src, shell=/bin/bash <13>Apr 14 01:21:00 rpmi: libasan1-4.9.2-alt5 1454577188 installed <13>Apr 14 01:21:00 rpmi: libcloog-isl4-0.18.3-alt1 1431520747 installed <13>Apr 14 01:21:01 rpmi: cpp4.9-4.9.2-alt5 1454577188 installed <13>Apr 14 01:21:02 rpmi: gcc4.9-4.9.2-alt5 1454577188 installed Installing pdksh-5.2.14-alt3.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.57236 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf pdksh-5.2.14 + echo 'Source #0 (pdksh-5.2.14.tar.bz2):' Source #0 (pdksh-5.2.14.tar.bz2): + /bin/tar -xf - + /bin/bzip2 -dc /usr/src/RPM/SOURCES/pdksh-5.2.14.tar.bz2 + cd pdksh-5.2.14 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (pdksh-5.2.14-patches1.patch):' Patch #0 (pdksh-5.2.14-patches1.patch): + /usr/bin/patch -p1 patching file jobs.c patching file shf.c patching file var.c + echo 'Patch #1 (pdksh-5.2.14-alignia64.patch):' Patch #1 (pdksh-5.2.14-alignia64.patch): + /usr/bin/patch -p1 patching file alloc.c + echo 'Patch #2 (pdksh-5.2.14-patches2.patch):' Patch #2 (pdksh-5.2.14-patches2.patch): + /usr/bin/patch -p1 patching file exec.c + echo 'Patch #3 (pdksh-5.2.14-coreutils-posix-fix.patch):' Patch #3 (pdksh-5.2.14-coreutils-posix-fix.patch): + /usr/bin/patch -p1 patching file siglist.sh + echo 'Patch #4 (pdksh-child_max.patch):' Patch #4 (pdksh-child_max.patch): + /usr/bin/patch -p1 patching file jobs.c + echo 'Patch #5 (pdksh-5.2.14-fix-str-fmt.patch):' Patch #5 (pdksh-5.2.14-fix-str-fmt.patch): + /usr/bin/patch -p0 patching file c_ksh.c Hunk #5 succeeded at 1218 (offset -2 lines). Hunk #6 succeeded at 1239 (offset -2 lines). patching file exec.c patching file expr.c patching file jobs.c Hunk #1 succeeded at 894 (offset -9 lines). patching file lex.c Hunk #1 succeeded at 856 (offset -16 lines). patching file main.c Hunk #1 succeeded at 543 (offset -20 lines). Hunk #2 succeeded at 836 (offset -21 lines). patching file misc.c Hunk #1 succeeded at 248 (offset -2 lines). Hunk #2 succeeded at 993 (offset -23 lines). Hunk #3 succeeded at 1019 (offset -23 lines). Hunk #4 succeeded at 1070 (offset -23 lines). patching file var.c Hunk #1 succeeded at 358 (offset -2 lines). Hunk #2 succeeded at 711 (offset -2 lines). + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.57236 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pdksh-5.2.14 + CFLAGS='-pipe -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -Wall -g -O2' + export FFLAGS + '[' -n '' ']' ++ printf %s '-pipe -Wall -g -O2' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -ri dirname -- '{}' + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --without-included-gettext creating cache ./config.cache checking for gcc... gcc checking whether we are using GNU C... yes checking how to run the C preprocessor... gcc -E checking whether gcc needs -traditional... no checking if this is a problematic os... checking for minix/config.h... no no checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for opendir in -lndir... no checking for sane unistd.h... yes checking terminal interface... termios checking for stddef.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for fcntl.h... yes checking for limits.h... yes checking for paths.h... yes checking for sys/param.h... yes checking for sys/resource.h... yes checking for values.h... yes checking for ulimit.h... yes checking for sys/time.h... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for off_t in sys/types.h... yes checking for mode_t in sys/types.h... yes checking for pid_t in sys/types.h... yes checking for uid_t in sys/types.h... yes checking return type of signal handlers... void checking size of int... 4 checking size of long... 8 checking for clock_t in any of , and ... yes checking for sigset_t in and ... yes checking for rlim_t in and ... yes checking for working memmove... yes checking for memset... yes checking for confstr... yes checking for dup2... yes checking for flock... yes checking for getcwd... yes checking for getwd... yes checking for killpg... yes checking for nice... yes checking for setrlimit... yes checking for strerror... yes checking for strcasecmp... yes checking for strstr... yes checking for sysconf... yes checking for tcsetpgrp... yes checking for ulimit... yes checking for waitpid... yes checking for wait3... yes checking for sigsetjmp... no checking for _setjmp... yes checking for valloc... yes checking for getpagesize... yes checking for working mmap... yes checking for lstat... yes checking for sys_errlist declaration in errno.h... no checking for sys_errlist in library... yes checking for sys_siglist declaration in signal.h or unistd.h... yes checking for sys_siglist in library... yes checking time() declaration in time.h... yes checking if times() is present/working... yes checking whether stat file-mode macros are broken... no checking for st_rdev in struct stat... yes checking for working const... yes checking if compiler understands void... yes checking if compiler understands volatile... yes checking if compiler understands prototypes... yes checking if C compiler groks __attribute__(( .. ))... yes checking whether #! works in shell scripts... yes checking for a BSD compatible install... /bin/install -c checking if dup2() works (ie, resets the close-on-exec flag)... yes checking flavour of signal routines... posix checking flavour of pgrp routines... posix checking if process group synchronization is required... no checking if opendir() fails to open non-directories... yes checking if you have /dev/fd/n... no updating cache ./config.cache creating ./config.status creating Makefile creating config.h + '[' -n '' ']' + NPROCS=8 + make -j8 make: Entering directory `/usr/src/RPM/BUILD/pdksh-5.2.14' CONFIG_FILES="" CONFIG_HEADERS=config.h ./config.status ./emacs-gen.sh ./emacs.c > tmpemacs.out ./mkman ksh ./ksh.Man > tmpksh.1 mv tmpemacs.out emacs.out mv tmpksh.1 ksh.1 creating config.h config.h is unchanged date > stamp-h gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 alloc.c gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 c_ksh.c gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 c_sh.c gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 c_test.c gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 c_ulimit.c gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 edit.c gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 emacs.c gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 eval.c c_ksh.c: In function 'c_cd': c_ksh.c:24:8: warning: variable 'xp' set but not used [-Wunused-but-set-variable] char *xp; ^ c_ksh.c: In function 'c_jobs': c_ksh.c:1113:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (!*wp) ^ gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 exec.c c_sh.c: In function 'c_trap': c_sh.c:475:7: warning: variable 'anydfl' set but not used [-Wunused-but-set-variable] int anydfl = 0; ^ gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 expr.c eval.c: In function 'varsub': eval.c:717:8: warning: variable 'max' set but not used [-Wunused-but-set-variable] int max = 0; ^ gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 history.c gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 io.c io.c: In function 'savefd': io.c:300:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (nfd < 0) ^ gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 jobs.c gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 lex.c gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 mail.c jobs.c: In function 'j_kill': jobs.c:817:8: warning: unused variable 'p' [-Wunused-variable] Proc *p; ^ gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 main.c jobs.c: In function 'j_print': jobs.c:1570:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (how != JP_SHORT) ^ lex.c: In function 'yylex': lex.c:648:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (iop->flag == IOHERE) ^ jobs.c: In function 'exchild': jobs.c:624:4: warning: ignoring return value of 'nice', declared with attribute warn_unused_result [-Wunused-result] nice(4); ^ lex.c: In function 'pushs': lex.c:884:9: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] char *dummy; ^ gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 misc.c main.c: In function 'shell': main.c:579:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (s->next == NULL) ^ eval.c: In function 'expand': eval.c:532:8: warning: '*((void *)&x+24)' may be used uninitialized in this function [-Wmaybe-uninitialized] if (x.split) ^ In file included from sh.h:732:0, from eval.c:5: shf.h:13:71: warning: 'x.u.strv' may be used uninitialized in this function [-Wmaybe-uninitialized] #define shf_getc(shf) ((shf)->rnleft > 0 ? (shf)->rnleft--, *(shf)->rp++ : \ ^ eval.c:171:9: note: 'x.u.strv' was declared here Expand x; /* expansion variables */ ^ eval.c:488:19: warning: 'x.str' may be used uninitialized in this function [-Wmaybe-uninitialized] if ((c = *x.str++) == '\0') { ^ misc.c: In function 'change_flag': misc.c:312:3: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid(ksheuid = getuid()); ^ misc.c:313:3: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] setgid(getgid()); ^ gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 missing.c gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 path.c gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 shf.c gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 sigact.c gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 syn.c gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 table.c ./siglist.sh "gcc -E -DHAVE_CONFIG_H -I. -I." < ./siglist.in > tmpsiglist.out table.c: In function 'texpand': table.c:56:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if ((tblp = otblp[i]) != NULL) ^ gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 tree.c mv tmpsiglist.out siglist.out gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 tty.c gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 var.c gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 version.c var.c: In function 'popblock': var.c:66:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if ((vp = *vpp++) != NULL && (vp->flag&SPECIAL)) ^ var.c: In function 'global': var.c:220:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (vp != NULL) ^ gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 vi.c gcc -c -DHAVE_CONFIG_H -I. -I. -pipe -Wall -g -O2 trap.c gcc -o ksh alloc.o c_ksh.o c_sh.o c_test.o c_ulimit.o edit.o emacs.o eval.o exec.o expr.o history.o io.o jobs.o lex.o mail.o main.o misc.o missing.o path.o shf.o sigact.o syn.o table.o trap.o tree.o tty.o var.o version.o vi.o make: Leaving directory `/usr/src/RPM/BUILD/pdksh-5.2.14' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.51292 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/pdksh-buildroot + : + /bin/rm -rf -- /usr/src/tmp/pdksh-buildroot + cd pdksh-5.2.14 + mkdir -p /usr/src/tmp/pdksh-buildroot/usr/bin + install -pDm755 ksh /usr/src/tmp/pdksh-buildroot/bin/ksh + install -pDm644 ksh.1 /usr/src/tmp/pdksh-buildroot/usr/share/man/man1/ksh.1 + ln -s ksh.1 /usr/src/tmp/pdksh-buildroot/usr/share/man/man1/pdksh.1 + ln -s ../../bin/ksh /usr/src/tmp/pdksh-buildroot/usr/bin/ + ln -s ksh /usr/src/tmp/pdksh-buildroot/usr/bin/pdksh + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/pdksh-buildroot (auto) Verifying and fixing files in /usr/src/tmp/pdksh-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/pdksh-buildroot (auto) removed '/usr/src/tmp/pdksh-buildroot/usr/share/man/man1/pdksh.1' '/usr/src/tmp/pdksh-buildroot/usr/share/man/man1/pdksh.1.xz' -> 'ksh.1.xz' Verifying ELF objects in /usr/src/tmp/pdksh-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: pdksh-5.2.14-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.84447 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pdksh-5.2.14 + DOCDIR=/usr/src/tmp/pdksh-buildroot/usr/share/doc/pdksh-5.2.14 + export DOCDIR + rm -rf /usr/src/tmp/pdksh-buildroot/usr/share/doc/pdksh-5.2.14 + /bin/mkdir -p /usr/src/tmp/pdksh-buildroot/usr/share/doc/pdksh-5.2.14 + cp -prL BUG-REPORTS ChangeLog ChangeLog.0 CONTRIBUTORS LEGAL NEWS NOTES PROJECTS README /usr/src/tmp/pdksh-buildroot/usr/share/doc/pdksh-5.2.14 + chmod -R go-w /usr/src/tmp/pdksh-buildroot/usr/share/doc/pdksh-5.2.14 + chmod -R a+rX /usr/src/tmp/pdksh-buildroot/usr/share/doc/pdksh-5.2.14 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3CvJHU 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.SrITEo find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: /bin/ksh Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.11)(64bit), libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.3)(64bit), libc.so.6(GLIBC_2.3.4)(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.iyeVjV Creating pdksh-debuginfo package Processing files: pdksh-debuginfo-5.2.14-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KgVkIu find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SunFP6 find-requires: running scripts (debuginfo) Requires: pdksh = 1:5.2.14-alt3, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/pdksh-5.2.14-alt3.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/pdksh-debuginfo-5.2.14-alt3.x86_64.rpm 18.72user 4.19system 0:18.80elapsed 121%CPU (0avgtext+0avgdata 35708maxresident)k 0inputs+0outputs (0major+730200minor)pagefaults 0swaps 24.27user 8.62system 0:28.60elapsed 115%CPU (0avgtext+0avgdata 122048maxresident)k 0inputs+0outputs (0major+983789minor)pagefaults 0swaps --- pdksh-5.2.14-alt3.x86_64.rpm.repo 2015-10-03 18:00:00.000000000 +0000 +++ pdksh-5.2.14-alt3.x86_64.rpm.hasher 2019-04-14 01:21:23.284485305 +0000 @@ -13,4 +13,4 @@ /usr/share/doc/pdksh-5.2.14/README 100644 -/usr/share/man/man1/ksh.1.bz2 100644 -/usr/share/man/man1/pdksh.1.bz2 120777 ksh.1.bz2 +/usr/share/man/man1/ksh.1.xz 100644 +/usr/share/man/man1/pdksh.1.xz 120777 ksh.1.xz Requires: /lib64/ld-linux-x86-64.so.2