<86>Sep 4 07:32:07 userdel[310204]: delete user 'rooter' <86>Sep 4 07:32:07 userdel[310204]: removed group 'rooter' owned by 'rooter' <86>Sep 4 07:32:07 userdel[310204]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 4 07:32:07 groupadd[310218]: group added to /etc/group: name=rooter, GID=567 <86>Sep 4 07:32:07 groupadd[310218]: group added to /etc/gshadow: name=rooter <86>Sep 4 07:32:07 groupadd[310218]: new group: name=rooter, GID=567 <86>Sep 4 07:32:07 useradd[310227]: new user: name=rooter, UID=567, GID=567, home=/root, shell=/bin/bash <86>Sep 4 07:32:07 userdel[310244]: delete user 'builder' <86>Sep 4 07:32:07 userdel[310244]: removed group 'builder' owned by 'builder' <86>Sep 4 07:32:07 userdel[310244]: removed shadow group 'builder' owned by 'builder' <86>Sep 4 07:32:07 groupadd[310259]: group added to /etc/group: name=builder, GID=568 <86>Sep 4 07:32:07 groupadd[310259]: group added to /etc/gshadow: name=builder <86>Sep 4 07:32:07 groupadd[310259]: new group: name=builder, GID=568 <86>Sep 4 07:32:07 useradd[310269]: new user: name=builder, UID=568, GID=568, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/gpp-2.24-alt1.qa1.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/gpp-2.24-alt1.qa1.nosrc.rpm Installing gpp-2.24-alt1.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.22098 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf gpp-2.24 + echo 'Source #0 (gpp-2.24.tar.bz2):' Source #0 (gpp-2.24.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/gpp-2.24.tar.bz2 + /bin/tar -xf - + cd gpp-2.24 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.22098 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd gpp-2.24 + 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 '' ']' ++ printf %s '-pipe -frecord-gcc-switches -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 --disable-silent-rules --without-included-gettext checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes 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 ANSI C... none needed checking for style of include used by make... GNU checking dependency style of i586-alt-linux-gcc... none checking how to run the C preprocessor... i586-alt-linux-gcc -E checking for egrep... 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 for stdlib.h... (cached) yes checking for string.h... (cached) yes checking fnmatch.h usability... yes checking fnmatch.h presence... yes checking for fnmatch.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strtol... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands + make make: Entering directory '/usr/src/RPM/BUILD/gpp-2.24' make all-recursive make[1]: Entering directory '/usr/src/RPM/BUILD/gpp-2.24' Making all in src make[2]: Entering directory '/usr/src/RPM/BUILD/gpp-2.24/src' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c gpp.c gpp.c: In function 'DoInclude': gpp.c:2008:7: warning: unused variable 'i' [-Wunused-variable] 2008 | int i, j; | ^ i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o gpp gpp.o make[2]: Leaving directory '/usr/src/RPM/BUILD/gpp-2.24/src' make[2]: Entering directory '/usr/src/RPM/BUILD/gpp-2.24' make[2]: Leaving directory '/usr/src/RPM/BUILD/gpp-2.24' make[1]: Leaving directory '/usr/src/RPM/BUILD/gpp-2.24' make: Leaving directory '/usr/src/RPM/BUILD/gpp-2.24' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.94076 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/gpp-buildroot + : + /bin/rm -rf -- /usr/src/tmp/gpp-buildroot + cd gpp-2.24 + /usr/bin/make 'INSTALL=/bin/install -p' prefix=/usr/src/tmp/gpp-buildroot/usr exec_prefix=/usr/src/tmp/gpp-buildroot/usr bindir=/usr/src/tmp/gpp-buildroot/usr/bin sbindir=/usr/src/tmp/gpp-buildroot/usr/sbin sysconfdir=/usr/src/tmp/gpp-buildroot/etc datadir=/usr/src/tmp/gpp-buildroot/usr/share includedir=/usr/src/tmp/gpp-buildroot/usr/include libdir=/usr/src/tmp/gpp-buildroot/usr/lib libexecdir=/usr/src/tmp/gpp-buildroot/usr/lib localstatedir=/usr/src/tmp/gpp-buildroot/var/lib sharedstatedir=/usr/src/tmp/gpp-buildroot/var/lib mandir=/usr/src/tmp/gpp-buildroot/usr/share/man infodir=/usr/src/tmp/gpp-buildroot/usr/share/info install make: Entering directory '/usr/src/RPM/BUILD/gpp-2.24' Making install in src make[1]: Entering directory '/usr/src/RPM/BUILD/gpp-2.24/src' make[2]: Entering directory '/usr/src/RPM/BUILD/gpp-2.24/src' test -z "/usr/src/tmp/gpp-buildroot/usr/bin" || mkdir -p -- "/usr/src/tmp/gpp-buildroot/usr/bin" /bin/install -p 'gpp' '/usr/src/tmp/gpp-buildroot/usr/bin/gpp' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/RPM/BUILD/gpp-2.24/src' make[1]: Leaving directory '/usr/src/RPM/BUILD/gpp-2.24/src' make[1]: Entering directory '/usr/src/RPM/BUILD/gpp-2.24' make[2]: Entering directory '/usr/src/RPM/BUILD/gpp-2.24' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/src/tmp/gpp-buildroot/usr/share/man/man1" || mkdir -p -- "/usr/src/tmp/gpp-buildroot/usr/share/man/man1" /bin/install -p -m 644 './doc/gpp.1' '/usr/src/tmp/gpp-buildroot/usr/share/man/man1/gpp.1' make[2]: Leaving directory '/usr/src/RPM/BUILD/gpp-2.24' make[1]: Leaving directory '/usr/src/RPM/BUILD/gpp-2.24' make: Leaving directory '/usr/src/RPM/BUILD/gpp-2.24' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/gpp-buildroot (auto) Verifying and fixing files in /usr/src/tmp/gpp-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/gpp-buildroot/ (default) Compressing files in /usr/src/tmp/gpp-buildroot (auto) Verifying ELF objects in /usr/src/tmp/gpp-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/gpp: uses non-LFS functions: fopen Hardlinking identical .pyc and .pyo files Processing files: gpp-2.24-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.38219 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd gpp-2.24 + DOCDIR=/usr/src/tmp/gpp-buildroot/usr/share/doc/gpp-2.24 + export DOCDIR + rm -rf /usr/src/tmp/gpp-buildroot/usr/share/doc/gpp-2.24 + /bin/mkdir -p /usr/src/tmp/gpp-buildroot/usr/share/doc/gpp-2.24 + cp -prL README THANKS NEWS AUTHORS BUGS COPYING INSTALL ChangeLog TODO doc /usr/src/tmp/gpp-buildroot/usr/share/doc/gpp-2.24 + chmod -R go-w /usr/src/tmp/gpp-buildroot/usr/share/doc/gpp-2.24 + chmod -R a+rX /usr/src/tmp/gpp-buildroot/usr/share/doc/gpp-2.24 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aZKGM7 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.VU8vf5 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: gcc, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.2.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.fAwvC4 Creating gpp-debuginfo package Processing files: gpp-debuginfo-2.24-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UKU6X6 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PcU082 find-requires: running scripts (debuginfo) Requires: gpp = 2.24-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/gpp-2.24-alt1.qa1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/gpp-debuginfo-2.24-alt1.qa1.i586.rpm 7.93user 2.44system 0:15.07elapsed 68%CPU (0avgtext+0avgdata 41688maxresident)k 0inputs+0outputs (0major+388475minor)pagefaults 0swaps /.out/gpp-2.24-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/gpp-debuginfo-2.24-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL 10.65user 7.52system 0:21.78elapsed 83%CPU (0avgtext+0avgdata 41688maxresident)k 0inputs+0outputs (0major+569336minor)pagefaults 0swaps --- gpp-2.24-alt1.qa1.i586.rpm.repo 2013-04-16 15:04:20.000000000 +0000 +++ gpp-2.24-alt1.qa1.i586.rpm.hasher 2020-09-04 07:32:25.423154351 +0000 @@ -15,3 +15,3 @@ /usr/share/doc/gpp-2.24/doc/gpp.pp 100644 -/usr/share/man/man1/gpp.1.bz2 100644 +/usr/share/man/man1/gpp.1.xz 100644 Requires: gcc