<86>Jan 13 06:03:34 userdel[67905]: delete user 'rooter' <86>Jan 13 06:03:34 userdel[67905]: removed group 'rooter' owned by 'rooter' <86>Jan 13 06:03:34 groupadd[67964]: group added to /etc/group: name=rooter, GID=573 <86>Jan 13 06:03:34 groupadd[67964]: group added to /etc/gshadow: name=rooter <86>Jan 13 06:03:34 groupadd[67964]: new group: name=rooter, GID=573 <86>Jan 13 06:03:34 useradd[68018]: new user: name=rooter, UID=573, GID=573, home=/root, shell=/bin/bash <86>Jan 13 06:03:34 userdel[68054]: delete user 'builder' <86>Jan 13 06:03:34 userdel[68054]: removed group 'builder' owned by 'builder' <86>Jan 13 06:03:34 userdel[68054]: removed shadow group 'builder' owned by 'builder' <86>Jan 13 06:03:34 groupadd[68075]: group added to /etc/group: name=builder, GID=574 <86>Jan 13 06:03:34 groupadd[68075]: group added to /etc/gshadow: name=builder <86>Jan 13 06:03:34 groupadd[68075]: new group: name=builder, GID=574 <86>Jan 13 06:03:34 useradd[68087]: new user: name=builder, UID=574, GID=574, home=/usr/src, shell=/bin/bash Installing corkscrew-2.0-alt1.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.59847 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf corkscrew-2.0 + echo 'Source #0 (corkscrew-2.0.tar.gz):' Source #0 (corkscrew-2.0.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/corkscrew-2.0.tar.gz + /bin/tar -xf - + cd corkscrew-2.0 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (corkscrew-2.0-from-debian.patch):' Patch #0 (corkscrew-2.0-from-debian.patch): + /usr/bin/patch -p1 patching file corkscrew.c patching file README + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.70518 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd corkscrew-2.0 + CFLAGS='-pipe -Wall -g -O2 -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -Wall -g -O2 -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -Wall -g -O2 -march=i586 -mtune=generic' + export FFLAGS + '[' -n '' ']' ++ printf %s '-pipe -Wall -g -O2 -march=i586 -mtune=generic' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS=' -march=i586 -mtune=generic' + 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=i586-alt-linux --host=i586-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --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 a BSD compatible install... /bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... missing checking for gcc... gcc checking whether the C compiler (gcc -pipe -Wall -g -O2 -march=i586 -mtune=generic ) works... yes checking whether the C compiler (gcc -pipe -Wall -g -O2 -march=i586 -mtune=generic ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for function prototypes... yes checking for gcc... (cached) gcc checking whether the C compiler (gcc -pipe -Wall -g -O2 -march=i586 -mtune=generic ) works... yes checking whether the C compiler (gcc -pipe -Wall -g -O2 -march=i586 -mtune=generic ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for mawk... no checking for gawk... gawk checking for a BSD compatible install... /bin/install -c checking whether ln -s works... yes checking host system type... i586-alt-linux-gnu checking for ANSI C header files... yes checking whether time.h and sys/time.h may both be included... yes checking for select... yes checking for socket... yes checking for strerror... yes checking for working const... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h + '[' -n '' ']' + NPROCS=8 + make -j8 make: Entering directory `/usr/src/RPM/BUILD/corkscrew-2.0' gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -c corkscrew.c corkscrew.c: In function 'main': corkscrew.c:266:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (tmp = strstr(buffer,"\r\n\r\n")) ^ corkscrew.c:206:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%s", line); ^ corkscrew.c:269:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, tmp, strlen(tmp)); ^ gcc -pipe -Wall -g -O2 -march=i586 -mtune=generic -o corkscrew corkscrew.o make: Leaving directory `/usr/src/RPM/BUILD/corkscrew-2.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.34505 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/corkscrew-buildroot + : + /bin/rm -rf -- /usr/src/tmp/corkscrew-buildroot + cd corkscrew-2.0 + make 'INSTALL=/bin/install -p' DESTDIR=/usr/src/tmp/corkscrew-buildroot install make: Entering directory `/usr/src/RPM/BUILD/corkscrew-2.0' make[1]: Entering directory `/usr/src/RPM/BUILD/corkscrew-2.0' /bin/sh ./mkinstalldirs /usr/src/tmp/corkscrew-buildroot/usr/bin mkdir /usr/src/tmp/corkscrew-buildroot mkdir /usr/src/tmp/corkscrew-buildroot/usr mkdir /usr/src/tmp/corkscrew-buildroot/usr/bin /bin/install -p corkscrew /usr/src/tmp/corkscrew-buildroot/usr/bin/corkscrew make[1]: Nothing to be done for `install-data-am'. make[1]: Leaving directory `/usr/src/RPM/BUILD/corkscrew-2.0' make: Leaving directory `/usr/src/RPM/BUILD/corkscrew-2.0' + install -pD -m644 /usr/src/RPM/SOURCES/corkscrew.1 /usr/src/tmp/corkscrew-buildroot/usr/share/man/man1/corkscrew.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/corkscrew-buildroot (auto) Verifying and fixing files in /usr/src/tmp/corkscrew-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/corkscrew-buildroot (auto) Verifying ELF objects in /usr/src/tmp/corkscrew-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/corkscrew: uses non-LFS functions: fopen Hardlinking identical .pyc and .pyo files Processing files: corkscrew-2.0-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.34505 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd corkscrew-2.0 + DOCDIR=/usr/src/tmp/corkscrew-buildroot/usr/share/doc/corkscrew-2.0 + export DOCDIR + rm -rf /usr/src/tmp/corkscrew-buildroot/usr/share/doc/corkscrew-2.0 + /bin/mkdir -p /usr/src/tmp/corkscrew-buildroot/usr/share/doc/corkscrew-2.0 + cp -prL README /usr/src/tmp/corkscrew-buildroot/usr/share/doc/corkscrew-2.0 + chmod -R go-w /usr/src/tmp/corkscrew-buildroot/usr/share/doc/corkscrew-2.0 + chmod -R a+rX /usr/src/tmp/corkscrew-buildroot/usr/share/doc/corkscrew-2.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7cZVU3 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.75RC40 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KvQw55 Creating corkscrew-debuginfo package Processing files: corkscrew-debuginfo-2.0-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.j8CAU7 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dSdLfd find-requires: running scripts (debuginfo) Requires: corkscrew = 2.0-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/corkscrew-2.0-alt1.qa1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/corkscrew-debuginfo-2.0-alt1.qa1.i586.rpm 1.76user 0.84system 0:08.26elapsed 31%CPU (0avgtext+0avgdata 22092maxresident)k 0inputs+0outputs (0major+199167minor)pagefaults 0swaps 8.65user 3.63system 0:18.71elapsed 65%CPU (0avgtext+0avgdata 125040maxresident)k 0inputs+0outputs (0major+464406minor)pagefaults 0swaps --- corkscrew-2.0-alt1.qa1.i586.rpm.repo 2013-04-16 10:14:05.000000000 +0000 +++ corkscrew-2.0-alt1.qa1.i586.rpm.hasher 2019-01-13 06:03:45.601206135 +0000 @@ -3,3 +3,3 @@ /usr/share/doc/corkscrew-2.0/README 100644 -/usr/share/man/man1/corkscrew.1.gz 100644 +/usr/share/man/man1/corkscrew.1.xz 100644 Requires: /lib/ld-linux.so.2