<86>Oct 29 04:35:39 userdel[3437987]: delete user 'rooter' <86>Oct 29 04:35:39 userdel[3437987]: removed group 'rooter' owned by 'rooter' <86>Oct 29 04:35:39 userdel[3437987]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 29 04:35:39 groupadd[3438006]: group added to /etc/group: name=rooter, GID=918 <86>Oct 29 04:35:39 groupadd[3438006]: group added to /etc/gshadow: name=rooter <86>Oct 29 04:35:39 groupadd[3438006]: new group: name=rooter, GID=918 <86>Oct 29 04:35:39 useradd[3438021]: new user: name=rooter, UID=918, GID=918, home=/root, shell=/bin/bash <86>Oct 29 04:35:39 userdel[3438046]: delete user 'builder' <86>Oct 29 04:35:39 userdel[3438046]: removed group 'builder' owned by 'builder' <86>Oct 29 04:35:39 userdel[3438046]: removed shadow group 'builder' owned by 'builder' <86>Oct 29 04:35:39 groupadd[3438067]: group added to /etc/group: name=builder, GID=919 <86>Oct 29 04:35:39 groupadd[3438067]: group added to /etc/gshadow: name=builder <86>Oct 29 04:35:39 groupadd[3438067]: new group: name=builder, GID=919 <86>Oct 29 04:35:39 useradd[3438086]: new user: name=builder, UID=919, GID=919, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/frink-2.2.2-alt1.qa1.nosrc.rpm (w1.gzdio) Installing frink-2.2.2-alt1.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.89665 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf frink-2.2.2 + echo 'Source #0 (frink-2.2.2p4.tar.bz2):' Source #0 (frink-2.2.2p4.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/frink-2.2.2p4.tar.bz2 + /bin/tar -xf - + cd frink-2.2.2 + /bin/chmod -c -Rf u+rwX,go-w . + subst '/^CFLAGS=/ s/\(-ansi\)i/\1/' configure.ac + subst '/^CFLAGS=/ s/-g[[:blank:]]*//g' configure.ac + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.89665 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd frink-2.2.2 + autoreconf -fisv autoreconf-default: Entering directory `.' autoreconf-default: configure.ac: not using Gettext autoreconf-default: running: aclocal --force autoreconf-default: configure.ac: tracing autoreconf-default: configure.ac: not using Libtool autoreconf-default: configure.ac: not using Intltool autoreconf-default: configure.ac: not using gtk-doc autoreconf-default: running: /usr/bin/autoconf-2.60 --force autoreconf-default: running: /usr/bin/autoheader-2.60 --force autoreconf-default: running: automake --add-missing --force-missing configure.ac:7: installing './compile' autoreconf-default: Leaving directory `.' + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fno-strict-aliasing' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fno-strict-aliasing' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fno-strict-aliasing' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fno-strict-aliasing' + export FCFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fno-strict-aliasing' ++ 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 configure: WARNING: unrecognized options: --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 whether make supports nested variables... yes checking for i586-alt-linux-gcc... i586-alt-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 whether i586-alt-linux-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of i586-alt-linux-gcc... none checking for gawk... (cached) gawk 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 malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for an ANSI C-conforming const... 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 strchr... yes checking for strpbrk... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --without-included-gettext + make -j16 make all-am make[1]: Entering directory '/usr/src/RPM/BUILD/frink-2.2.2' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -ansi -Wall -c -o util.o util.c make[1]: Leaving directory '/usr/src/RPM/BUILD/frink-2.2.2' make[1]: Entering directory '/usr/src/RPM/BUILD/frink-2.2.2' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -ansi -Wall -c -o config.o config.c make[1]: Leaving directory '/usr/src/RPM/BUILD/frink-2.2.2' make[1]: Entering directory '/usr/src/RPM/BUILD/frink-2.2.2' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -ansi -Wall -c -o blocks.o blocks.c make[1]: Leaving directory '/usr/src/RPM/BUILD/frink-2.2.2' make[1]: Entering directory '/usr/src/RPM/BUILD/frink-2.2.2' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -ansi -Wall -c -o vars.o vars.c make[1]: Leaving directory '/usr/src/RPM/BUILD/frink-2.2.2' make[1]: Entering directory '/usr/src/RPM/BUILD/frink-2.2.2' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -ansi -Wall -c -o output.o output.c make[1]: Leaving directory '/usr/src/RPM/BUILD/frink-2.2.2' make[1]: Entering directory '/usr/src/RPM/BUILD/frink-2.2.2' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -ansi -Wall -c -o frink.o frink.c make[1]: Leaving directory '/usr/src/RPM/BUILD/frink-2.2.2' make[1]: Entering directory '/usr/src/RPM/BUILD/frink-2.2.2' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -ansi -Wall -c -o token.o token.c token.c: In function 'handlePragma': token.c:1269:9: warning: variable 'label' set but not used [-Wunused-but-set-variable] 1269 | int label, mode = 1; | ^~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/frink-2.2.2' make[1]: Entering directory '/usr/src/RPM/BUILD/frink-2.2.2' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -ansi -Wall -c -o tcl.o tcl.c tcl.c: In function 'addForVars': tcl.c:1479:14: warning: variable 'rp' set but not used [-Wunused-but-set-variable] 1479 | VarData *rp; | ^~ tcl.c: At top level: tcl.c:143:13: warning: 'warnIFor' defined but not used [-Wunused-function] 143 | static void warnIFor(Token *token, int val, char *txt) | ^~~~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/frink-2.2.2' make[1]: Entering directory '/usr/src/RPM/BUILD/frink-2.2.2' i586-alt-linux-gcc -ansi -Wall -o frink frink.o output.o token.o tcl.o config.o util.o blocks.o vars.o make[1]: Leaving directory '/usr/src/RPM/BUILD/frink-2.2.2' + bzip2 --best --keep --force ChangeLog + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.16915 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/frink-buildroot + : + /bin/rm -rf -- /usr/src/tmp/frink-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd frink-2.2.2 + make 'INSTALL=/usr/libexec/rpm-build/install -p' DESTDIR=/usr/src/tmp/frink-buildroot install make: Entering directory '/usr/src/RPM/BUILD/frink-2.2.2' make[1]: Entering directory '/usr/src/RPM/BUILD/frink-2.2.2' /bin/mkdir -p '/usr/src/tmp/frink-buildroot/usr/bin' /usr/libexec/rpm-build/install -p frink '/usr/src/tmp/frink-buildroot/usr/bin' make[1]: Nothing to be done for 'install-data-am'. make[1]: Leaving directory '/usr/src/RPM/BUILD/frink-2.2.2' make: Leaving directory '/usr/src/RPM/BUILD/frink-2.2.2' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/frink-buildroot (auto) Verifying and fixing files in /usr/src/tmp/frink-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/frink-buildroot/ (default) Compressing files in /usr/src/tmp/frink-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/frink-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/frink: uses non-LFS functions: fopen Processing files: frink-2.2.2-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.55421 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd frink-2.2.2 + DOCDIR=/usr/src/tmp/frink-buildroot/usr/share/doc/frink-2.2.2 + export DOCDIR + rm -rf /usr/src/tmp/frink-buildroot/usr/share/doc/frink-2.2.2 + /bin/mkdir -p /usr/src/tmp/frink-buildroot/usr/share/doc/frink-2.2.2 + cp -prL AUTHORS ChangeLog.bz2 README /usr/src/tmp/frink-buildroot/usr/share/doc/frink-2.2.2 + chmod -R go-w /usr/src/tmp/frink-buildroot/usr/share/doc/frink-2.2.2 + chmod -R a+rX /usr/src/tmp/frink-buildroot/usr/share/doc/frink-2.2.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.P5CAVI 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.jBpDXF 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, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.34), 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.95HZ34 Creating frink-debuginfo package Processing files: frink-debuginfo-2.2.2-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IYaaaI find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ysUXTR find-requires: running scripts (debuginfo) Requires: frink = 2.2.2-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/frink-2.2.2-alt1.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/frink-debuginfo-2.2.2-alt1.qa1.i586.rpm (w2.lzdio) 2.36user 0.93system 0:09.19elapsed 35%CPU (0avgtext+0avgdata 23484maxresident)k 0inputs+0outputs (0major+384696minor)pagefaults 0swaps 0.58user 1.02system 0:12.42elapsed 12%CPU (0avgtext+0avgdata 12268maxresident)k 0inputs+0outputs (0major+95361minor)pagefaults 0swaps --- frink-2.2.2-alt1.qa1.i586.rpm.repo 2013-04-15 04:32:00.000000000 +0000 +++ frink-2.2.2-alt1.qa1.i586.rpm.hasher 2022-10-29 04:35:50.043521774 +0000 @@ -8,4 +8,7 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) +Requires: libc.so.6(GLIBC_2.7) Requires: rtld(GNU_HASH) @@ -13,3 +16,3 @@ Provides: frink = 2.2.2-alt1.qa1 -File: /usr/bin/frink 100755 root:root ee15848b6586e8203193bae0a7239d8a +File: /usr/bin/frink 100755 root:root 771008a9cc8b7ddbaeee5a6298a09f1f File: /usr/share/doc/frink-2.2.2 40755 root:root @@ -18,2 +21,2 @@ File: /usr/share/doc/frink-2.2.2/README 100644 root:root 1104fb8894249d367e5687470c13d3af -RPMIdentity: 4f5f5b6cf4076d84112278a91665405254c6b0fbd7f3e4317a03ff305127ef79573b696e7e26c2dff39357cc0fffa82f7fe5b7cc9b5dc57124282954f73399ea +RPMIdentity: bbc6c3c3339bb7f3c9a32f644ce56a958319926383640e5a78f751d7ec2ef15942d879d755eb1243c3e0fa5730167fb96f197884248419f8192c89ae1cc8b659 --- frink-debuginfo-2.2.2-alt1.qa1.i586.rpm.repo 2013-04-15 04:32:00.000000000 +0000 +++ frink-debuginfo-2.2.2-alt1.qa1.i586.rpm.hasher 2022-10-29 04:35:50.108522830 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/5c 40755 root:root -/usr/lib/debug/.build-id/5c/fd356888612bf46f2488a8280cf0c2a2a4c8c2 120777 root:root ../../../../bin/frink -/usr/lib/debug/.build-id/5c/fd356888612bf46f2488a8280cf0c2a2a4c8c2.debug 120777 root:root ../../usr/bin/frink.debug +/usr/lib/debug/.build-id/93 40755 root:root +/usr/lib/debug/.build-id/93/96d29906917e4fec496321a95b8af317530ebe 120777 root:root ../../../../bin/frink +/usr/lib/debug/.build-id/93/96d29906917e4fec496321a95b8af317530ebe.debug 120777 root:root ../../usr/bin/frink.debug /usr/lib/debug/usr/bin/frink.debug 100644 root:root @@ -9,6 +9,6 @@ Provides: frink-debuginfo = 2.2.2-alt1.qa1 -File: /usr/lib/debug/.build-id/5c 40755 root:root -File: /usr/lib/debug/.build-id/5c/fd356888612bf46f2488a8280cf0c2a2a4c8c2 120777 root:root ../../../../bin/frink -File: /usr/lib/debug/.build-id/5c/fd356888612bf46f2488a8280cf0c2a2a4c8c2.debug 120777 root:root ../../usr/bin/frink.debug -File: /usr/lib/debug/usr/bin/frink.debug 100644 root:root b4d5978378f801966cc6513b072a5f64 -RPMIdentity: b59bb31fcdec329794295fff14d0ab6b9d2d35948beb89dc202fdc5e86198c0c48c146948c852902bc6914ddd1826f8dab1ac2ddf80ccaf78794a0ffe5eff77e +File: /usr/lib/debug/.build-id/93 40755 root:root +File: /usr/lib/debug/.build-id/93/96d29906917e4fec496321a95b8af317530ebe 120777 root:root ../../../../bin/frink +File: /usr/lib/debug/.build-id/93/96d29906917e4fec496321a95b8af317530ebe.debug 120777 root:root ../../usr/bin/frink.debug +File: /usr/lib/debug/usr/bin/frink.debug 100644 root:root 284971f3d634d17952620475cae33d26 +RPMIdentity: 8f15b6a75641ee18c95c029186f3d75271238f88e8fa6cdd0564f8a40c443ef74f8a8f7a6b5b602650685a9cb723f885dcbf8316f9396d54d0114bd07fbd6737