<86>Apr 21 00:41:59 userdel[86245]: delete user 'rooter' <86>Apr 21 00:41:59 userdel[86245]: removed group 'rooter' owned by 'rooter' <86>Apr 21 00:41:59 groupadd[86266]: group added to /etc/group: name=rooter, GID=621 <86>Apr 21 00:41:59 groupadd[86266]: group added to /etc/gshadow: name=rooter <86>Apr 21 00:41:59 groupadd[86266]: new group: name=rooter, GID=621 <86>Apr 21 00:41:59 useradd[86296]: new user: name=rooter, UID=621, GID=621, home=/root, shell=/bin/bash <86>Apr 21 00:41:59 userdel[86323]: delete user 'builder' <86>Apr 21 00:41:59 userdel[86323]: removed group 'builder' owned by 'builder' <86>Apr 21 00:41:59 userdel[86323]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 00:41:59 groupadd[86340]: group added to /etc/group: name=builder, GID=622 <86>Apr 21 00:41:59 groupadd[86340]: group added to /etc/gshadow: name=builder <86>Apr 21 00:41:59 groupadd[86340]: new group: name=builder, GID=622 <86>Apr 21 00:41:59 useradd[86352]: new user: name=builder, UID=622, GID=622, home=/usr/src, shell=/bin/bash Installing dtach-0.8-alt1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.31458 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf dtach-0.8 + echo 'Source #0 (dtach-0.8.tar.gz):' Source #0 (dtach-0.8.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/dtach-0.8.tar.gz + /bin/tar -xf - + cd dtach-0.8 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.78458 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd dtach-0.8 + 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 -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + ./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 checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-alt-linux-gcc accepts -g... yes checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... x86_64-alt-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether x86_64-alt-linux-gcc needs -traditional... no checking for openpty in -lutil... yes checking for socket in -lsocket... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking stropts.h usability... no checking stropts.h presence... no checking for stropts.h... no checking whether time.h and sys/time.h may both be included... yes checking for an ANSI C-conforming const... yes checking for pid_t... yes checking return type of signal handlers... void checking for atexit... yes checking for dup2... yes checking for memset... yes checking for select... yes checking for socket... yes checking for strerror... yes checking for openpty... yes checking for forkpty... yes checking for ptsname... yes checking for grantpt... yes checking for unlockpt... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h + '[' -n '' ']' + NPROCS=8 + make -j8 make: Entering directory `/usr/src/RPM/BUILD/dtach-0.8' x86_64-alt-linux-gcc -pipe -Wall -g -O2 -W -Wall -I. -c -o attach.o attach.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -W -Wall -I. -c -o master.o master.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -W -Wall -I. -c -o main.o main.c master.c: In function 'master_main': master.c:574:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(2, buf, len); ^ master.c: In function 'client_activity': master.c:354:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(the_pty.fd, pkt.u.buf, pkt.len); ^ master.c:394:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(the_pty.fd, &c, 1); ^ attach.c: In function 'attach_main': attach.c:190:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, "\33[H\33[J", 6); ^ attach.c:194:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(s, &pkt, sizeof(struct packet)); ^ attach.c:200:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(s, &pkt, sizeof(struct packet)); ^ attach.c:234:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, buf, len); ^ attach.c:257:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(s, &pkt, sizeof(pkt)); ^ attach.c: In function 'process_kbd': attach.c:109:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(s, pkt, sizeof(struct packet)); ^ attach.c:119:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(s, pkt, sizeof(struct packet)); ^ attach.c:125:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(s, pkt, sizeof(struct packet)); ^ attach.c:139:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(s, pkt, sizeof(struct packet)); ^ x86_64-alt-linux-gcc -o dtach attach.o master.o main.o -lutil make: Leaving directory `/usr/src/RPM/BUILD/dtach-0.8' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.79171 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/dtach-buildroot + : + /bin/rm -rf -- /usr/src/tmp/dtach-buildroot + cd dtach-0.8 + /bin/mkdir -p /usr/src/tmp/dtach-buildroot/usr/bin + /bin/mkdir -p /usr/src/tmp/dtach-buildroot/usr/share/man/man1 + /bin/install -m 755 dtach /usr/src/tmp/dtach-buildroot/usr/bin + /bin/install -m 644 dtach.1 /usr/src/tmp/dtach-buildroot/usr/share/man/man1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/dtach-buildroot (auto) Verifying and fixing files in /usr/src/tmp/dtach-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/dtach-buildroot (auto) Verifying ELF objects in /usr/src/tmp/dtach-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: dtach-0.8-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.79171 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd dtach-0.8 + DOCDIR=/usr/src/tmp/dtach-buildroot/usr/share/doc/dtach-0.8 + export DOCDIR + rm -rf /usr/src/tmp/dtach-buildroot/usr/share/doc/dtach-0.8 + /bin/mkdir -p /usr/src/tmp/dtach-buildroot/usr/share/doc/dtach-0.8 + cp -prL COPYING README /usr/src/tmp/dtach-buildroot/usr/share/doc/dtach-0.8 + chmod -R go-w /usr/src/tmp/dtach-buildroot/usr/share/doc/dtach-0.8 + chmod -R a+rX /usr/src/tmp/dtach-buildroot/usr/share/doc/dtach-0.8 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7GwJWf 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.TdXTrT find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libutil.so.1()(64bit) >= set:gfRg0, libutil.so.1(GLIBC_2.2.5)(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PRuqIz Creating dtach-debuginfo package Processing files: dtach-debuginfo-0.8-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9xtbTi find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dac9Q4 find-requires: running scripts (debuginfo) Requires: dtach = 0.8-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libutil.so.1) Wrote: /usr/src/RPM/RPMS/x86_64/dtach-0.8-alt1.qa1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/dtach-debuginfo-0.8-alt1.qa1.x86_64.rpm 2.58user 1.25system 0:08.86elapsed 43%CPU (0avgtext+0avgdata 28096maxresident)k 0inputs+0outputs (0major+484054minor)pagefaults 0swaps 3.77user 3.43system 0:12.42elapsed 58%CPU (0avgtext+0avgdata 28096maxresident)k 0inputs+0outputs (0major+629382minor)pagefaults 0swaps --- dtach-0.8-alt1.qa1.x86_64.rpm.repo 2013-04-18 09:19:09.000000000 +0000 +++ dtach-0.8-alt1.qa1.x86_64.rpm.hasher 2019-04-21 00:42:09.622732264 +0000 @@ -4,3 +4,3 @@ /usr/share/doc/dtach-0.8/README 100644 -/usr/share/man/man1/dtach.1.gz 100644 +/usr/share/man/man1/dtach.1.xz 100644 Requires: /lib64/ld-linux-x86-64.so.2