<86>Feb 20 11:35:53 userdel[2492403]: delete user 'rooter' <86>Feb 20 11:35:53 userdel[2492403]: removed group 'rooter' owned by 'rooter' <86>Feb 20 11:35:53 groupadd[2492424]: group added to /etc/group: name=rooter, GID=633 <86>Feb 20 11:35:53 groupadd[2492424]: group added to /etc/gshadow: name=rooter <86>Feb 20 11:35:53 groupadd[2492424]: new group: name=rooter, GID=633 <86>Feb 20 11:35:53 useradd[2492445]: new user: name=rooter, UID=633, GID=633, home=/root, shell=/bin/bash <86>Feb 20 11:35:53 userdel[2492472]: delete user 'builder' <86>Feb 20 11:35:53 userdel[2492472]: removed group 'builder' owned by 'builder' <86>Feb 20 11:35:53 userdel[2492472]: removed shadow group 'builder' owned by 'builder' <86>Feb 20 11:35:53 groupadd[2492498]: group added to /etc/group: name=builder, GID=634 <86>Feb 20 11:35:53 groupadd[2492498]: group added to /etc/gshadow: name=builder <86>Feb 20 11:35:53 groupadd[2492498]: new group: name=builder, GID=634 <86>Feb 20 11:35:53 useradd[2492526]: new user: name=builder, UID=634, GID=634, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/mscompress-0.3-alt1.src.rpm: The use of such a license name is ambiguous: GPL Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/mscompress-0.3-alt1.nosrc.rpm (w1.gzdio) Installing mscompress-0.3-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.34799 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mscompress-0.3 + echo 'Source #0 (mscompress-0.3.tar.bz2):' Source #0 (mscompress-0.3.tar.bz2): + /bin/tar -xf - + /bin/bzip2 -dc /usr/src/RPM/SOURCES/mscompress-0.3.tar.bz2 + cd mscompress-0.3 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (mscompress-0.3-LDFLAGS.diff):' Patch #0 (mscompress-0.3-LDFLAGS.diff): + /usr/bin/patch -p0 patching file Makefile.in + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.34799 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mscompress-0.3 + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export FCFLAGS + '[' -n '' ']' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + 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 --disable-silent-rules --without-included-gettext creating cache ./config.cache checking host system type... i586-alt-linux-gnu Package: mscompress-0.3 checking for gcc... gcc checking whether the C compiler (gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic ) works... yes checking whether the C compiler (gcc -pipe -frecord-gcc-switches -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 a BSD compatible install... /bin/install -c checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for fcntl.h... yes checking for unistd.h... yes checking for getopt.h... yes checking whether byte ordering is bigendian... no updating cache ./config.cache creating ./config.status creating Makefile creating config.h + make make: Entering directory '/usr/src/RPM/BUILD/mscompress-0.3' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o mscompress.o mscompress.c mscompress.c:310:1: warning: return type of 'main' is not 'int' [-Wmain] 310 | main (int argc, char **argv) | ^~~~ mscompress.c: In function 'insert': mscompress.c:83:15: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized] 83 | else if (c > 0) | ^ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o version.o version.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o mscompress mscompress.o version.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o msexpand.o msexpand.c msexpand.c:219:1: warning: return type of 'main' is not 'int' [-Wmain] 219 | main (int argc, char **argv) | ^~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o msexpand msexpand.o version.o make: Leaving directory '/usr/src/RPM/BUILD/mscompress-0.3' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.86825 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/mscompress-buildroot + : + /bin/rm -rf -- /usr/src/tmp/mscompress-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd mscompress-0.3 + install -D -m755 msexpand /usr/src/tmp/mscompress-buildroot/usr/bin/msexpand + install -D -m755 mscompress /usr/src/tmp/mscompress-buildroot/usr/bin/mscompress + install -D mscompress.1 /usr/src/tmp/mscompress-buildroot/usr/share/man/man1/mscompress.1 + install -D msexpand.1 /usr/src/tmp/mscompress-buildroot/usr/share/man/man1/msexpand.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/mscompress-buildroot (auto) Verifying and fixing files in /usr/src/tmp/mscompress-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/mscompress-buildroot/ (default) Compressing files in /usr/src/tmp/mscompress-buildroot (auto) mode of '/usr/src/tmp/mscompress-buildroot/usr/share/man/man1/msexpand.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of '/usr/src/tmp/mscompress-buildroot/usr/share/man/man1/mscompress.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying ELF objects in /usr/src/tmp/mscompress-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/mscompress: uses non-LFS functions: __fxstat open verify-elf: WARNING: ./usr/bin/msexpand: uses non-LFS functions: open Hardlinking identical .pyc and .pyo files Processing files: mscompress-0.3-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.21497 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mscompress-0.3 + DOCDIR=/usr/src/tmp/mscompress-buildroot/usr/share/doc/mscompress-0.3 + export DOCDIR + rm -rf /usr/src/tmp/mscompress-buildroot/usr/share/doc/mscompress-0.3 + /bin/mkdir -p /usr/src/tmp/mscompress-buildroot/usr/share/doc/mscompress-0.3 + cp -prL ChangeLog README TODO format.txt /usr/src/tmp/mscompress-buildroot/usr/share/doc/mscompress-0.3 + chmod -R go-w /usr/src/tmp/mscompress-buildroot/usr/share/doc/mscompress-0.3 + chmod -R a+rX /usr/src/tmp/mscompress-buildroot/usr/share/doc/mscompress-0.3 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Iku0hF find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fnDVwC find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rFhlOE Creating mscompress-debuginfo package Processing files: mscompress-debuginfo-0.3-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PqcWiF find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IufWRD find-requires: running scripts (debuginfo) Requires: mscompress = 0.3-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/mscompress-0.3-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/mscompress-debuginfo-0.3-alt1.i586.rpm (w2.lzdio) 3.19user 0.79system 0:08.68elapsed 45%CPU (0avgtext+0avgdata 24076maxresident)k 0inputs+0outputs (0major+267161minor)pagefaults 0swaps /.out/mscompress-0.3-alt1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/mscompress-debuginfo-0.3-alt1.i586.rpm: The use of such a license name is ambiguous: GPL 6.95user 3.89system 0:15.62elapsed 69%CPU (0avgtext+0avgdata 104032maxresident)k 0inputs+0outputs (0major+481237minor)pagefaults 0swaps --- mscompress-0.3-alt1.i586.rpm.repo 2011-06-20 13:26:08.000000000 +0000 +++ mscompress-0.3-alt1.i586.rpm.hasher 2021-02-20 11:36:06.204773095 +0000 @@ -7,6 +7,7 @@ /usr/share/doc/mscompress-0.3/format.txt 100644 -/usr/share/man/man1/mscompress.1.gz 100644 -/usr/share/man/man1/msexpand.1.gz 100644 +/usr/share/man/man1/mscompress.1.xz 100644 +/usr/share/man/man1/msexpand.1.xz 100644 Requires: /lib/ld-linux.so.2 Requires: libc.so.6(GLIBC_2.0) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3.4)