<86>Sep 14 09:58:32 userdel[735422]: delete user 'rooter' <86>Sep 14 09:58:32 userdel[735422]: removed group 'rooter' owned by 'rooter' <86>Sep 14 09:58:32 userdel[735422]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 14 09:58:32 groupadd[735447]: group added to /etc/group: name=rooter, GID=702 <86>Sep 14 09:58:32 groupadd[735447]: group added to /etc/gshadow: name=rooter <86>Sep 14 09:58:32 groupadd[735447]: new group: name=rooter, GID=702 <86>Sep 14 09:58:32 useradd[735465]: new user: name=rooter, UID=702, GID=702, home=/root, shell=/bin/bash <86>Sep 14 09:58:32 userdel[735532]: delete user 'builder' <86>Sep 14 09:58:32 userdel[735532]: removed group 'builder' owned by 'builder' <86>Sep 14 09:58:32 userdel[735532]: removed shadow group 'builder' owned by 'builder' <86>Sep 14 09:58:32 groupadd[735573]: group added to /etc/group: name=builder, GID=703 <86>Sep 14 09:58:32 groupadd[735573]: group added to /etc/gshadow: name=builder <86>Sep 14 09:58:32 groupadd[735573]: new group: name=builder, GID=703 <86>Sep 14 09:58:32 useradd[735585]: new user: name=builder, UID=703, GID=703, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/playvtx-0.9.2-alt1.qa1.src.rpm: The use of such a license name is ambiguous: GPL <13>Sep 14 09:58:34 rpmi: libayemu-1.0.0-alt2.qa1 1365952524 installed <13>Sep 14 09:58:34 rpmi: libayemu-devel-1.0.0-alt2.qa1 1365952524 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/playvtx-0.9.2-alt1.qa1.nosrc.rpm (w1.gzdio) Installing playvtx-0.9.2-alt1.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.94484 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf playvtx-0.9.2 + echo 'Source #0 (playvtx-0.9.2.tar.gz):' Source #0 (playvtx-0.9.2.tar.gz): + /bin/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/playvtx-0.9.2.tar.gz + cd playvtx-0.9.2 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.94484 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd playvtx-0.9.2 + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export FCFLAGS + '[' -n '' ']' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for i586-alt-linux-gcc... i586-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 i586-alt-linux-gcc accepts -g... yes checking for i586-alt-linux-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of i586-alt-linux-gcc... none checking for ayemu_init in -layemu... yes configure: creating ./config.status config.status: creating config.h config.status: executing depfiles commands checking how to run the C preprocessor... i586-alt-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E 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 stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking ayemu.h usability... yes checking ayemu.h presence... yes checking for ayemu.h... yes configure: creating ./config.status config.status: creating config.h config.status: executing depfiles commands checking for an ANSI C-conforming const... yes checking for size_t... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for memset... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands + make -j8 make all-am make[1]: Entering directory '/usr/src/RPM/BUILD/playvtx-0.9.2' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c playvtx.c make[1]: Leaving directory '/usr/src/RPM/BUILD/playvtx-0.9.2' make[1]: Entering directory '/usr/src/RPM/BUILD/playvtx-0.9.2' i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o playvtx playvtx.o -layemu make[1]: Leaving directory '/usr/src/RPM/BUILD/playvtx-0.9.2' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.80328 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/playvtx-buildroot + : + /bin/rm -rf -- /usr/src/tmp/playvtx-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd playvtx-0.9.2 + make 'INSTALL=/usr/libexec/rpm-build/install -p' DESTDIR=/usr/src/tmp/playvtx-buildroot install make: Entering directory '/usr/src/RPM/BUILD/playvtx-0.9.2' make[1]: Entering directory '/usr/src/RPM/BUILD/playvtx-0.9.2' test -z "/usr/bin" || /bin/mkdir -p "/usr/src/tmp/playvtx-buildroot/usr/bin" /usr/libexec/rpm-build/install -p 'playvtx' '/usr/src/tmp/playvtx-buildroot/usr/bin/playvtx' make[1]: Nothing to be done for 'install-data-am'. make[1]: Leaving directory '/usr/src/RPM/BUILD/playvtx-0.9.2' make: Leaving directory '/usr/src/RPM/BUILD/playvtx-0.9.2' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/playvtx-buildroot (auto) Verifying and fixing files in /usr/src/tmp/playvtx-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/playvtx-buildroot/ (default) Compressing files in /usr/src/tmp/playvtx-buildroot (auto) Verifying ELF objects in /usr/src/tmp/playvtx-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/playvtx: uses non-LFS functions: open Processing files: playvtx-0.9.2-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.80328 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd playvtx-0.9.2 + DOCDIR=/usr/src/tmp/playvtx-buildroot/usr/share/doc/playvtx-0.9.2 + export DOCDIR + rm -rf /usr/src/tmp/playvtx-buildroot/usr/share/doc/playvtx-0.9.2 + /bin/mkdir -p /usr/src/tmp/playvtx-buildroot/usr/share/doc/playvtx-0.9.2 + cp -prL AUTHORS BUGS ChangeLog NEWS README THANKS TODO /usr/src/tmp/playvtx-buildroot/usr/share/doc/playvtx-0.9.2 + chmod -R go-w /usr/src/tmp/playvtx-buildroot/usr/share/doc/playvtx-0.9.2 + chmod -R a+rX /usr/src/tmp/playvtx-buildroot/usr/share/doc/playvtx-0.9.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.coOb57 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6tIGG4 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libayemu-1.0.0.so.0 >= set:iexHl3LJAjetMECg4GYtOJ6TQ2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), 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.2OjwD7 Creating playvtx-debuginfo package Processing files: playvtx-debuginfo-0.9.2-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.A9eGz7 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5mrYF5 find-requires: running scripts (debuginfo) Requires: playvtx = 0.9.2-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libayemu-1.0.0.so.0), debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/playvtx-0.9.2-alt1.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/playvtx-debuginfo-0.9.2-alt1.qa1.i586.rpm (w2.lzdio) 1.92user 1.06system 0:08.61elapsed 34%CPU (0avgtext+0avgdata 18600maxresident)k 0inputs+0outputs (0major+388811minor)pagefaults 0swaps /.out/playvtx-0.9.2-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/playvtx-debuginfo-0.9.2-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL 5.37user 3.79system 0:15.97elapsed 57%CPU (0avgtext+0avgdata 101092maxresident)k 48inputs+0outputs (0major+650443minor)pagefaults 0swaps --- playvtx-0.9.2-alt1.qa1.i586.rpm.repo 2013-04-15 13:04:14.000000000 +0000 +++ playvtx-0.9.2-alt1.qa1.i586.rpm.hasher 2021-09-14 09:58:46.386374688 +0000 @@ -13,4 +13,6 @@ Requires: libc.so.6(GLIBC_2.0) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.4) Requires: rtld(GNU_HASH) @@ -18,3 +20,3 @@ Provides: playvtx = 0.9.2-alt1.qa1 -File: /usr/bin/playvtx 100755 root:root 3932c1012aeab079807517dbd659fcb3 +File: /usr/bin/playvtx 100755 root:root 55c389220213cd3d18375ee81445f8ae File: /usr/share/doc/playvtx-0.9.2 40755 root:root @@ -27,2 +29,2 @@ File: /usr/share/doc/playvtx-0.9.2/TODO 100644 root:root 03fc8d44bb692212428f0017f721ec43 -RPMIdentity: afaf1a3fbc19b934ff3f8eb66dd7a67dc4656fdc25b34b9bdb8857e3a9cefaa9ff455f77225f879afce5fb72325e63398531725cb97464b7c7258f6e2f280ef3 +RPMIdentity: dfbfa49795841d426be9d3d12e1a7553b73937f35b8f7fd71bd850186566c11bda89384bc718b09e131bd5492a6f6742f3913bd9c6e9e2f39095f51cbc231b3a --- playvtx-debuginfo-0.9.2-alt1.qa1.i586.rpm.repo 2013-04-15 13:04:14.000000000 +0000 +++ playvtx-debuginfo-0.9.2-alt1.qa1.i586.rpm.hasher 2021-09-14 09:58:46.489375705 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/b7 40755 root:root -/usr/lib/debug/.build-id/b7/7a14bb44da55c80c10af2b032749b66e788bcb 120777 root:root ../../../../bin/playvtx -/usr/lib/debug/.build-id/b7/7a14bb44da55c80c10af2b032749b66e788bcb.debug 120777 root:root ../../usr/bin/playvtx.debug +/usr/lib/debug/.build-id/55 40755 root:root +/usr/lib/debug/.build-id/55/3cae4a696ca96194389cce389dd76f1ab5f4ab 120777 root:root ../../../../bin/playvtx +/usr/lib/debug/.build-id/55/3cae4a696ca96194389cce389dd76f1ab5f4ab.debug 120777 root:root ../../usr/bin/playvtx.debug /usr/lib/debug/usr/bin/playvtx.debug 100644 root:root @@ -12,8 +12,8 @@ Provides: playvtx-debuginfo = 0.9.2-alt1.qa1 -File: /usr/lib/debug/.build-id/b7 40755 root:root -File: /usr/lib/debug/.build-id/b7/7a14bb44da55c80c10af2b032749b66e788bcb 120777 root:root ../../../../bin/playvtx -File: /usr/lib/debug/.build-id/b7/7a14bb44da55c80c10af2b032749b66e788bcb.debug 120777 root:root ../../usr/bin/playvtx.debug -File: /usr/lib/debug/usr/bin/playvtx.debug 100644 root:root f988c1f1329ad25f252358438a268293 +File: /usr/lib/debug/.build-id/55 40755 root:root +File: /usr/lib/debug/.build-id/55/3cae4a696ca96194389cce389dd76f1ab5f4ab 120777 root:root ../../../../bin/playvtx +File: /usr/lib/debug/.build-id/55/3cae4a696ca96194389cce389dd76f1ab5f4ab.debug 120777 root:root ../../usr/bin/playvtx.debug +File: /usr/lib/debug/usr/bin/playvtx.debug 100644 root:root ace1c8996a832a79d3be706e1d1995ec File: /usr/src/debug/playvtx-0.9.2 40755 root:root File: /usr/src/debug/playvtx-0.9.2/playvtx.c 100644 root:root 93772f53fdfaf46ff32a69c9f8712201 -RPMIdentity: ab3e33567525a7ae94a282ba25aa1dac6b6ce1016f181582d799320356e1d181300fb4f24b2c232965e380610e9441bc12f9795276dc88de1be51d53a19f7c74 +RPMIdentity: 35a9825a828a5a6653ad6cdab4a2a080e753487da6fda7d72283bd96e2318cf7e65195a7fdc590f9c3b7b6d4f790c3ce784d964bf77bd255277db5210ed5d4eb