<86>Apr 14 00:55:50 userdel[104121]: delete user 'rooter' <86>Apr 14 00:55:50 userdel[104121]: removed group 'rooter' owned by 'rooter' <86>Apr 14 00:55:50 userdel[104121]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 14 00:55:50 groupadd[104152]: group added to /etc/group: name=rooter, GID=615 <86>Apr 14 00:55:50 groupadd[104152]: group added to /etc/gshadow: name=rooter <86>Apr 14 00:55:50 groupadd[104152]: new group: name=rooter, GID=615 <86>Apr 14 00:55:50 useradd[104175]: new user: name=rooter, UID=615, GID=615, home=/root, shell=/bin/bash <86>Apr 14 00:55:50 userdel[104200]: delete user 'builder' <86>Apr 14 00:55:50 userdel[104200]: removed group 'builder' owned by 'builder' <86>Apr 14 00:55:50 userdel[104200]: removed shadow group 'builder' owned by 'builder' <86>Apr 14 00:55:50 groupadd[104224]: group added to /etc/group: name=builder, GID=616 <86>Apr 14 00:55:50 groupadd[104224]: group added to /etc/gshadow: name=builder <86>Apr 14 00:55:50 groupadd[104224]: new group: name=builder, GID=616 <86>Apr 14 00:55:50 useradd[104251]: new user: name=builder, UID=616, GID=616, home=/usr/src, shell=/bin/bash <13>Apr 14 00:55:55 rpmi: groff-base-1.22.3-alt1 1454540699 installed Installing mailx-8.1.2-alt7.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.87794 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mailx-8.1.2 + echo 'Source #0 (mailx-8.1.2.tar):' Source #0 (mailx-8.1.2.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/mailx-8.1.2.tar + cd mailx-8.1.2 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (mailx-8.1.2-alt7.patch):' Patch #0 (mailx-8.1.2-alt7.patch): + /usr/bin/patch -p1 patching file Makefile patching file USD.doc/Makefile patching file aux.c patching file cmd1.c patching file cmd2.c patching file cmd3.c patching file collect.c patching file edit.c patching file extern.h patching file fio.c patching file getname.c patching file include/vis.h patching file lex.c patching file lib/libc/gen/unvis.3 patching file lib/libc/gen/unvis.c patching file lib/libc/gen/vis.3 patching file lib/libc/gen/vis.c patching file mail.1 patching file mail.rc patching file main.c patching file names.c patching file pathnames.h patching file popen.c patching file quit.c patching file send.c patching file temp.c patching file v7.local.c patching file vars.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.87794 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mailx-8.1.2 + '[' -n '' ']' + NPROCS=8 + make -j8 make: Entering directory `/usr/src/RPM/BUILD/mailx-8.1.2' gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint version.c -o version.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint aux.c -o aux.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint cmd1.c -o cmd1.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint cmd2.c -o cmd2.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint cmd3.c -o cmd3.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint cmdtab.c -o cmdtab.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint collect.c -o collect.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint edit.c -o edit.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint fio.c -o fio.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint getname.c -o getname.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint head.c -o head.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint v7.local.c -o v7.local.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint lex.c -o lex.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint list.c -o list.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint main.c -o main.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint names.c -o names.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint popen.c -o popen.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint quit.c -o quit.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint send.c -o send.o In file included from rcv.h:43:0, from quit.c:41: quit.c: In function 'quit': def.h:262:2: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] (void)ftruncate(fileno(stream), (off_t)ftell(stream)); \ ^ quit.c:292:2: note: in expansion of macro 'trunc' trunc(obuf); ^ def.h:262:2: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] (void)ftruncate(fileno(stream), (off_t)ftell(stream)); \ ^ quit.c:329:3: note: in expansion of macro 'trunc' trunc(abuf); ^ quit.c: In function 'writeback': def.h:262:2: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] (void)ftruncate(fileno(stream), (off_t)ftell(stream)); \ ^ quit.c:388:2: note: in expansion of macro 'trunc' trunc(obuf); ^ quit.c: In function 'edstop': def.h:262:2: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] (void)ftruncate(fileno(stream), (off_t)ftell(stream)); \ ^ quit.c:484:2: note: in expansion of macro 'trunc' trunc(obuf); ^ gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint strings.c -o strings.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint temp.c -o temp.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint tty.c -o tty.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint vars.c -o vars.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint lib/libc/gen/vis.c -o lib/libc/gen/vis.o gcc -c -pipe -Wall -g -O2 -DMAXLOGNAME=32 -Iinclude -Dlint lib/libc/gen/unvis.c -o lib/libc/gen/unvis.o gcc version.o aux.o cmd1.o cmd2.o cmd3.o cmdtab.o collect.o edit.o fio.o getname.o head.o v7.local.o lex.o list.o main.o names.o popen.o quit.o send.o strings.o temp.o tty.o vars.o lib/libc/gen/vis.o lib/libc/gen/unvis.o -o mail make: Leaving directory `/usr/src/RPM/BUILD/mailx-8.1.2' + make -C USD.doc USD.txt make: Entering directory `/usr/src/RPM/BUILD/mailx-8.1.2/USD.doc' tbl mail0.nr mail1.nr mail2.nr mail3.nr mail4.nr mail5.nr mail6.nr mail7.nr mail8.nr mail9.nr maila.nr >USD.tbl groff -me -Tascii USD.txt warning: file `mail9.nr', around line 48: table wider than line width warning: file `mail9.nr', around line 116: table wider than line width make: Leaving directory `/usr/src/RPM/BUILD/mailx-8.1.2/USD.doc' + bzip2 -9 USD.doc/USD.txt + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.70496 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/mailx-buildroot + : + /bin/rm -rf -- /usr/src/tmp/mailx-buildroot + cd mailx-8.1.2 + make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/mailx-buildroot make: Entering directory `/usr/src/RPM/BUILD/mailx-8.1.2' /bin/install -p -D -m755 mail /usr/src/tmp/mailx-buildroot/bin/mail /bin/install -p -d /usr/src/tmp/mailx-buildroot/usr/bin ln -s ../../bin/mail /usr/src/tmp/mailx-buildroot/usr/bin/Mail ln -s ../../bin/mail /usr/src/tmp/mailx-buildroot/usr/bin/mailx /bin/install -p -D -m644 mail.1 /usr/src/tmp/mailx-buildroot/usr/share/man/man1/mail.1 ln -s mail.1 /usr/src/tmp/mailx-buildroot/usr/share/man/man1/mailx.1 ln -s mail.1 /usr/src/tmp/mailx-buildroot/usr/share/man/man1/Mail.1 /bin/install -p -D -m644 mail.rc /usr/src/tmp/mailx-buildroot/etc/mail.rc /bin/install -p -d /usr/src/tmp/mailx-buildroot/usr/share/mailx cd misc && /bin/install -p -m644 mail.help mail.tildehelp /usr/src/tmp/mailx-buildroot/usr/share/mailx make: Leaving directory `/usr/src/RPM/BUILD/mailx-8.1.2' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/mailx-buildroot (auto) Verifying and fixing files in /usr/src/tmp/mailx-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/mailx-buildroot (auto) removed '/usr/src/tmp/mailx-buildroot/usr/share/man/man1/Mail.1' '/usr/src/tmp/mailx-buildroot/usr/share/man/man1/Mail.1.xz' -> 'mail.1.xz' removed '/usr/src/tmp/mailx-buildroot/usr/share/man/man1/mailx.1' '/usr/src/tmp/mailx-buildroot/usr/share/man/man1/mailx.1.xz' -> 'mail.1.xz' Verifying ELF objects in /usr/src/tmp/mailx-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: mailx-8.1.2-alt7 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.73511 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mailx-8.1.2 + DOCDIR=/usr/src/tmp/mailx-buildroot/usr/share/doc/mailx-8.1.2 + export DOCDIR + rm -rf /usr/src/tmp/mailx-buildroot/usr/share/doc/mailx-8.1.2 + /bin/mkdir -p /usr/src/tmp/mailx-buildroot/usr/share/doc/mailx-8.1.2 + cp -prL USD.doc/USD.txt.bz2 /usr/src/tmp/mailx-buildroot/usr/share/doc/mailx-8.1.2 + chmod -R go-w /usr/src/tmp/mailx-buildroot/usr/share/doc/mailx-8.1.2 + chmod -R a+rX /usr/src/tmp/mailx-buildroot/usr/share/doc/mailx-8.1.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.m7Sz4d 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.7iFpW0 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: /bin/mail Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6()(64bit) >= set:pnCE0ZdiC7, 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.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Conflicts: mailutils Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.i8CbJQ Creating mailx-debuginfo package Processing files: mailx-debuginfo-8.1.2-alt7 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7dbqqJ find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sYlIXE find-requires: running scripts (debuginfo) Requires: mailx = 8.1.2-alt7, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/mailx-8.1.2-alt7.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/mailx-debuginfo-8.1.2-alt7.x86_64.rpm 4.48user 1.36system 0:07.46elapsed 78%CPU (0avgtext+0avgdata 29612maxresident)k 0inputs+0outputs (0major+299913minor)pagefaults 0swaps 9.47user 6.19system 0:17.06elapsed 91%CPU (0avgtext+0avgdata 122224maxresident)k 0inputs+0outputs (0major+514160minor)pagefaults 0swaps --- mailx-8.1.2-alt7.x86_64.rpm.repo 2013-04-18 19:57:14.000000000 +0000 +++ mailx-8.1.2-alt7.x86_64.rpm.hasher 2019-04-14 00:56:04.579792388 +0000 @@ -9,5 +9,5 @@ /usr/share/mailx/mail.tildehelp 100644 -/usr/share/man/man1/Mail.1.bz2 120777 mail.1.bz2 -/usr/share/man/man1/mail.1.bz2 100644 -/usr/share/man/man1/mailx.1.bz2 120777 mail.1.bz2 +/usr/share/man/man1/Mail.1.xz 120777 mail.1.xz +/usr/share/man/man1/mail.1.xz 100644 +/usr/share/man/man1/mailx.1.xz 120777 mail.1.xz Requires: /lib64/ld-linux-x86-64.so.2