<86>Dec 13 00:36:04 userdel[3099850]: delete user 'rooter' <86>Dec 13 00:36:04 userdel[3099850]: removed group 'rooter' owned by 'rooter' <86>Dec 13 00:36:04 userdel[3099850]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 13 00:36:04 groupadd[3099865]: group added to /etc/group: name=rooter, GID=627 <86>Dec 13 00:36:04 groupadd[3099865]: group added to /etc/gshadow: name=rooter <86>Dec 13 00:36:04 groupadd[3099865]: new group: name=rooter, GID=627 <86>Dec 13 00:36:04 useradd[3099876]: new user: name=rooter, UID=627, GID=627, home=/root, shell=/bin/bash <86>Dec 13 00:36:04 userdel[3099893]: delete user 'builder' <86>Dec 13 00:36:04 userdel[3099893]: removed group 'builder' owned by 'builder' <86>Dec 13 00:36:04 userdel[3099893]: removed shadow group 'builder' owned by 'builder' <86>Dec 13 00:36:04 groupadd[3099908]: group added to /etc/group: name=builder, GID=628 <86>Dec 13 00:36:04 groupadd[3099908]: group added to /etc/gshadow: name=builder <86>Dec 13 00:36:04 groupadd[3099908]: new group: name=builder, GID=628 <86>Dec 13 00:36:04 useradd[3099923]: new user: name=builder, UID=628, GID=628, 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: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/gpp-2.24-alt1.qa1.nosrc.rpm (w1.gzdio) Installing gpp-2.24-alt1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.14363 + 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.14363 + 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 -flto=auto' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + export FCFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' ++ 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 --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 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 ANSI C... none needed checking for style of include used by make... GNU checking dependency style of x86_64-alt-linux-gcc... none checking how to run the C preprocessor... x86_64-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' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c gpp.c gpp.c: In function 'DoInclude': gpp.c:2008:7: warning: unused variable 'i' [-Wunused-variable] 2008 | int i, j; | ^ x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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.9891 + 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 + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd gpp-2.24 + /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/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/lib64 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" /usr/libexec/rpm-build/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" /usr/libexec/rpm-build/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,gnuconfig) 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) Processing files: gpp-2.24-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.99858 + 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.bmo7b8 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.6IkXeu find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: gcc, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SiXwrE 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.m1QSgr find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EVeAGn find-requires: running scripts (debuginfo) Requires: gpp = 2.24-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/gpp-2.24-alt1.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/gpp-debuginfo-2.24-alt1.qa1.x86_64.rpm (w2.lzdio) 2.72user 1.02system 0:09.10elapsed 41%CPU (0avgtext+0avgdata 50000maxresident)k 0inputs+0outputs (0major+424778minor)pagefaults 0swaps /.out/gpp-2.24-alt1.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/gpp-debuginfo-2.24-alt1.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL 4.06user 3.75system 0:12.22elapsed 63%CPU (0avgtext+0avgdata 50000maxresident)k 0inputs+0outputs (0major+608918minor)pagefaults 0swaps --- gpp-2.24-alt1.qa1.x86_64.rpm.repo 2013-04-16 15:04:19.000000000 +0000 +++ gpp-2.24-alt1.qa1.x86_64.rpm.hasher 2021-12-13 00:36:14.914756758 +0000 @@ -15,3 +15,3 @@ /usr/share/doc/gpp-2.24/doc/gpp.pp 100644 root:root -/usr/share/man/man1/gpp.1.bz2 100644 root:root +/usr/share/man/man1/gpp.1.xz 100644 root:root Requires: gcc @@ -21,2 +21,3 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -25,3 +26,3 @@ Provides: gpp = 2.24-alt1.qa1 -File: /usr/bin/gpp 100755 root:root 86c208963837a8911ad884a722d76623 +File: /usr/bin/gpp 100755 root:root f2bcc5d168d1463eb3864dc3040c3bac File: /usr/share/doc/gpp-2.24 40755 root:root @@ -40,3 +41,3 @@ File: /usr/share/doc/gpp-2.24/doc/gpp.pp 100644 root:root 41a8e18b230605270f1cab3e0efce5b4 -File: /usr/share/man/man1/gpp.1.bz2 100644 root:root 3c1cc1d45dc09a4f405d168bba8c7c17 -RPMIdentity: eb1401cdb41bb9ededffe5054a887916da7f6d83b0617c764682e3d903878c92cd4b94e6ef771cc32b8420fd890c581d5c091f827a10fbdedb6f37bd3483bdd8 +File: /usr/share/man/man1/gpp.1.xz 100644 root:root b5070c0f7d97adf1f5b59624920d2b39 +RPMIdentity: ca6b65131c0ecaa169b3165bff2d9dc83c002d575fa77272e507eee970abe1bacd8a634c8615d175b8b813dcd136d6f44e9c936b87c360683db5d99cac2bd27a --- gpp-debuginfo-2.24-alt1.qa1.x86_64.rpm.repo 2013-04-16 15:04:19.000000000 +0000 +++ gpp-debuginfo-2.24-alt1.qa1.x86_64.rpm.hasher 2021-12-13 00:36:14.978756842 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/ea 40755 root:root -/usr/lib/debug/.build-id/ea/6acaae4ab3fe75776af537ad1ef747dcb2feba 120777 root:root ../../../../bin/gpp -/usr/lib/debug/.build-id/ea/6acaae4ab3fe75776af537ad1ef747dcb2feba.debug 120777 root:root ../../usr/bin/gpp.debug +/usr/lib/debug/.build-id/02 40755 root:root +/usr/lib/debug/.build-id/02/8ff2ead9d35096be525a41c9e82384c9052188 120777 root:root ../../../../bin/gpp +/usr/lib/debug/.build-id/02/8ff2ead9d35096be525a41c9e82384c9052188.debug 120777 root:root ../../usr/bin/gpp.debug /usr/lib/debug/usr/bin/gpp.debug 100644 root:root @@ -12,6 +12,6 @@ Provides: gpp-debuginfo = 2.24-alt1.qa1 -File: /usr/lib/debug/.build-id/ea 40755 root:root -File: /usr/lib/debug/.build-id/ea/6acaae4ab3fe75776af537ad1ef747dcb2feba 120777 root:root ../../../../bin/gpp -File: /usr/lib/debug/.build-id/ea/6acaae4ab3fe75776af537ad1ef747dcb2feba.debug 120777 root:root ../../usr/bin/gpp.debug -File: /usr/lib/debug/usr/bin/gpp.debug 100644 root:root 519b9a0de051e89ffa94f3ac41aeba19 +File: /usr/lib/debug/.build-id/02 40755 root:root +File: /usr/lib/debug/.build-id/02/8ff2ead9d35096be525a41c9e82384c9052188 120777 root:root ../../../../bin/gpp +File: /usr/lib/debug/.build-id/02/8ff2ead9d35096be525a41c9e82384c9052188.debug 120777 root:root ../../usr/bin/gpp.debug +File: /usr/lib/debug/usr/bin/gpp.debug 100644 root:root 127d59ccf24aa2e4f864aeb45f80a6be File: /usr/src/debug/gpp-2.24 40755 root:root @@ -19,2 +19,2 @@ File: /usr/src/debug/gpp-2.24/src/gpp.c 100644 root:root 720bddf15302bd06a6844dcb40ef7c9f -RPMIdentity: aef51ade3aee19327cdf626b09c7b7fc57daa6f2c20697d4da4e67bcb3179284489c19182d0063845946e145bb3665ecd5f90735185d4458709f875faad8deeb +RPMIdentity: 54e81ef81635e36417ec490ca87320d674794b90ec48008f7a9305e9b753581afa20702aa59da728514900fd93ffecbe1e970262c83f3dcf3ecca7a1ca9a329e