<86>Sep 5 00:07:46 userdel[4016743]: delete user 'rooter' <86>Sep 5 00:07:46 userdel[4016743]: removed group 'rooter' owned by 'rooter' <86>Sep 5 00:07:46 userdel[4016743]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 5 00:07:46 groupadd[4016777]: group added to /etc/group: name=rooter, GID=1823 <86>Sep 5 00:07:46 groupadd[4016777]: group added to /etc/gshadow: name=rooter <86>Sep 5 00:07:46 groupadd[4016777]: new group: name=rooter, GID=1823 <86>Sep 5 00:07:46 useradd[4016799]: new user: name=rooter, UID=1823, GID=1823, home=/root, shell=/bin/bash, from=none <86>Sep 5 00:07:46 userdel[4016825]: delete user 'builder' <86>Sep 5 00:07:46 userdel[4016825]: removed group 'builder' owned by 'builder' <86>Sep 5 00:07:46 userdel[4016825]: removed shadow group 'builder' owned by 'builder' <86>Sep 5 00:07:46 groupadd[4016847]: group added to /etc/group: name=builder, GID=1824 <86>Sep 5 00:07:46 groupadd[4016847]: group added to /etc/gshadow: name=builder <86>Sep 5 00:07:46 groupadd[4016847]: new group: name=builder, GID=1824 <86>Sep 5 00:07:46 useradd[4016872]: new user: name=builder, UID=1824, GID=1824, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/conflict-6.2-alt1_20040901.qa1.src.rpm: license not found in '/usr/share/license' directory: BSD-style Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/conflict-6.2-alt1_20040901.qa1.nosrc.rpm (w1.gzdio) Installing conflict-6.2-alt1_20040901.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.59140 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf conflict-20040901 + echo 'Source #0 (conflict.tar.gz):' Source #0 (conflict.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/conflict.tar.gz + /bin/tar -xf - + cd conflict-20040901 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.59140 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd conflict-20040901 + 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_runstatedir_flags= + grep -qF runstatedir=DIR ./configure + echo 'rpm-build: warning: ./configure script does not support --runstatedir' rpm-build: warning: ./configure script does not support --runstatedir + ./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 creating cache ./config.cache checking host system type... x86_64-alt-linux-gnu Configuring for linux-gnu checking for gcc... gcc checking whether the C compiler (gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto ) works... yes checking whether the C compiler (gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto ) 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 for working const... yes checking for working const... (cached) yes checking for gcc option to accept ANSI C... -DCC_HAS_PROTOS checking for Cygwin environment... no checking for mingw32 environment... no checking for executable suffix... no checking for object suffix... o checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for stdlib.h... yes checking for unistd.h... yes checking for getopt.h... yes checking for string.h... yes checking for malloc.h... yes checking for sys/param.h... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for size_t... yes checking for ino_t... yes checking for dev_t... yes checking for getcwd... yes checking for getopt... yes checking for link... yes checking for symlink... yes checking for realpath... yes checking for strrchr... yes checking for strdup... yes checking version of gcc... 86 checking if you want to turn on gcc warnings... no checking if you want to link with dbmalloc for testing... no checking if you want to link with dmalloc for testing... no updating cache ./config.cache creating ./config.status creating makefile creating config.h + make -j16 make: Entering directory '/usr/src/RPM/BUILD/conflict-20040901' gcc -c -I. -I. -DHAVE_CONFIG_H -DRELEASE=\"t20040901\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto unix.c unix.c: In function 'blip': unix.c:32:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 32 | write(fileno(stderr), text, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unix.c: At top level: unix.c:22:19: warning: 'Id' defined but not used [-Wunused-const-variable=] 22 | static const char Id[] = "$Id: unix.c,v 6.2 2004/06/19 14:38:08 tom Exp $"; | ^~ make: Leaving directory '/usr/src/RPM/BUILD/conflict-20040901' make: Entering directory '/usr/src/RPM/BUILD/conflict-20040901' gcc -c -I. -I. -DHAVE_CONFIG_H -DRELEASE=\"t20040901\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto txtalloc.c txtalloc.c:22:19: warning: 'Id' defined but not used [-Wunused-const-variable=] 22 | static const char Id[] = "$Id: txtalloc.c,v 6.3 2004/06/19 14:37:18 tom Exp $"; | ^~ make: Leaving directory '/usr/src/RPM/BUILD/conflict-20040901' make: Entering directory '/usr/src/RPM/BUILD/conflict-20040901' gcc -c -I. -I. -DHAVE_CONFIG_H -DRELEASE=\"t20040901\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto conflict.c conflict.c:22:19: warning: 'Id' defined but not used [-Wunused-const-variable=] 22 | static const char Id[] = "$Header: /usr/build/conflict/conflict-20040901/RCS/conflict.c,v 6.12 2004/09/02 00:46:40 tom Exp $"; | ^~ make: Leaving directory '/usr/src/RPM/BUILD/conflict-20040901' make: Entering directory '/usr/src/RPM/BUILD/conflict-20040901' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o conflict conflict.o unix.o txtalloc.o make: Leaving directory '/usr/src/RPM/BUILD/conflict-20040901' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.4059 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/conflict-buildroot + : + /bin/rm -rf -- /usr/src/tmp/conflict-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd conflict-20040901 + /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/conflict-buildroot/usr exec_prefix=/usr/src/tmp/conflict-buildroot/usr bindir=/usr/src/tmp/conflict-buildroot/usr/bin sbindir=/usr/src/tmp/conflict-buildroot/usr/sbin sysconfdir=/usr/src/tmp/conflict-buildroot/etc datadir=/usr/src/tmp/conflict-buildroot/usr/share includedir=/usr/src/tmp/conflict-buildroot/usr/include libdir=/usr/src/tmp/conflict-buildroot/usr/lib64 libexecdir=/usr/src/tmp/conflict-buildroot/usr/lib localstatedir=/usr/src/tmp/conflict-buildroot/var/lib runstatedir=/usr/src/tmp/conflict-buildroot/var/run sharedstatedir=/usr/src/tmp/conflict-buildroot/var/lib mandir=/usr/src/tmp/conflict-buildroot/usr/share/man infodir=/usr/src/tmp/conflict-buildroot/usr/share/info install make: Entering directory '/usr/src/RPM/BUILD/conflict-20040901' /bin/sh ./mkdirs.sh /usr/src/tmp/conflict-buildroot/usr/bin /usr/src/tmp/conflict-buildroot/usr/share/man mkdir /usr/src/tmp/conflict-buildroot mkdir /usr/src/tmp/conflict-buildroot/usr mkdir /usr/src/tmp/conflict-buildroot/usr/bin mkdir /usr/src/tmp/conflict-buildroot/usr/share mkdir /usr/src/tmp/conflict-buildroot/usr/share/man /usr/libexec/rpm-build/install -p conflict /usr/src/tmp/conflict-buildroot/usr/bin/conflict /usr/libexec/rpm-build/install -p -m 644 ./conflict.1 /usr/src/tmp/conflict-buildroot/usr/share/man/conflict.1 make: Leaving directory '/usr/src/RPM/BUILD/conflict-20040901' + /bin/install -d /usr/src/tmp/conflict-buildroot/usr/share/man/man1/ + /bin/mv /usr/src/tmp/conflict-buildroot/usr/share/man/conflict.1 /usr/src/tmp/conflict-buildroot/usr/share/man/man1/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/conflict-buildroot (auto) Verifying and fixing files in /usr/src/tmp/conflict-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/conflict-buildroot/ (default) Compressing files in /usr/src/tmp/conflict-buildroot (auto) Verifying ELF objects in /usr/src/tmp/conflict-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: conflict-6.2-alt1_20040901.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.4059 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd conflict-20040901 + DOCDIR=/usr/src/tmp/conflict-buildroot/usr/share/doc/conflict-6.2 + export DOCDIR + rm -rf /usr/src/tmp/conflict-buildroot/usr/share/doc/conflict-6.2 + /bin/mkdir -p /usr/src/tmp/conflict-buildroot/usr/share/doc/conflict-6.2 + cp -prL CHANGES COPYING README /usr/src/tmp/conflict-buildroot/usr/share/doc/conflict-6.2 + chmod -R go-w /usr/src/tmp/conflict-buildroot/usr/share/doc/conflict-6.2 + chmod -R a+rX /usr/src/tmp/conflict-buildroot/usr/share/doc/conflict-6.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KVsOPu 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.WRx3HH find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.33)(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.My0dca Creating conflict-debuginfo package Processing files: conflict-debuginfo-6.2-alt1_20040901.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7N746M find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ok4KkA find-requires: running scripts (debuginfo) Requires: conflict = 6.2-alt1_20040901.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/conflict-6.2-alt1_20040901.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/conflict-debuginfo-6.2-alt1_20040901.qa1.x86_64.rpm (w2.lzdio) 0.76user 1.15system 0:06.63elapsed 29%CPU (0avgtext+0avgdata 33156maxresident)k 0inputs+0outputs (0major+343224minor)pagefaults 0swaps /.out/conflict-6.2-alt1_20040901.qa1.x86_64.rpm: license not found in '/usr/share/license' directory: BSD-style /.out/conflict-debuginfo-6.2-alt1_20040901.qa1.x86_64.rpm: license not found in '/usr/share/license' directory: BSD-style 0.49user 1.10system 0:09.99elapsed 15%CPU (0avgtext+0avgdata 12040maxresident)k 0inputs+0outputs (0major+93671minor)pagefaults 0swaps --- conflict-6.2-alt1_20040901.qa1.x86_64.rpm.repo 2013-04-17 06:57:18.000000000 +0000 +++ conflict-6.2-alt1_20040901.qa1.x86_64.rpm.hasher 2023-09-05 00:07:54.646890965 +0000 @@ -5,7 +5,8 @@ /usr/share/doc/conflict-6.2/README 100644 root:root -/usr/share/man/man1/conflict.1.gz 100644 root:root +/usr/share/man/man1/conflict.1.xz 100644 root:root Requires: /lib64/ld-linux-x86-64.so.2 -Requires: libc.so.6(GLIBC_2.14)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit) Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.33)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -14,3 +15,3 @@ Provides: conflict = 6.2-alt1_20040901.qa1 -File: /usr/bin/conflict 100755 root:root 2948e534d819e1e4bb808006e06ac168 +File: /usr/bin/conflict 100755 root:root 994db06c2f35f025c7f18975645269d8 File: /usr/share/doc/conflict-6.2 40755 root:root @@ -19,3 +20,3 @@ File: /usr/share/doc/conflict-6.2/README 100644 root:root 32e75dd8f61d668602d2dafcad18dab5 -File: /usr/share/man/man1/conflict.1.gz 100644 root:root b712a84fd6a32d6a54bcc2c270695669 -RPMIdentity: 9244084b30bb18f9d6d06850ff3864c02432c6994217e2cbf5a658a59e4b2e106042844a53534a56dbc91cd3ea908e5e3823c2ab13819c124360a5e01af378b4 +File: /usr/share/man/man1/conflict.1.xz 100644 root:root 457bd859eba761f66bf782aad7947987 +RPMIdentity: a943320cff74d621ddea703896bf792007fa24eeb54fddf809025c668eb3ee49bdd11489945557ee9d86fe73425d800be1789ad2be70fc193e6bfe18a052bdba --- conflict-debuginfo-6.2-alt1_20040901.qa1.x86_64.rpm.repo 2013-04-17 06:57:18.000000000 +0000 +++ conflict-debuginfo-6.2-alt1_20040901.qa1.x86_64.rpm.hasher 2023-09-05 00:07:54.720892273 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/c6 40755 root:root -/usr/lib/debug/.build-id/c6/849c714c5cb9f21e84baaef7364e76f90097c2 120777 root:root ../../../../bin/conflict -/usr/lib/debug/.build-id/c6/849c714c5cb9f21e84baaef7364e76f90097c2.debug 120777 root:root ../../usr/bin/conflict.debug +/usr/lib/debug/.build-id/d2 40755 root:root +/usr/lib/debug/.build-id/d2/d49f202bc2dae9ffebed3336cdb7b2bd0b17f4 120777 root:root ../../../../bin/conflict +/usr/lib/debug/.build-id/d2/d49f202bc2dae9ffebed3336cdb7b2bd0b17f4.debug 120777 root:root ../../usr/bin/conflict.debug /usr/lib/debug/usr/bin/conflict.debug 100644 root:root @@ -14,6 +14,6 @@ Provides: conflict-debuginfo = 6.2-alt1_20040901.qa1 -File: /usr/lib/debug/.build-id/c6 40755 root:root -File: /usr/lib/debug/.build-id/c6/849c714c5cb9f21e84baaef7364e76f90097c2 120777 root:root ../../../../bin/conflict -File: /usr/lib/debug/.build-id/c6/849c714c5cb9f21e84baaef7364e76f90097c2.debug 120777 root:root ../../usr/bin/conflict.debug -File: /usr/lib/debug/usr/bin/conflict.debug 100644 root:root ec53ffb97f2129a023d9741a80c862f8 +File: /usr/lib/debug/.build-id/d2 40755 root:root +File: /usr/lib/debug/.build-id/d2/d49f202bc2dae9ffebed3336cdb7b2bd0b17f4 120777 root:root ../../../../bin/conflict +File: /usr/lib/debug/.build-id/d2/d49f202bc2dae9ffebed3336cdb7b2bd0b17f4.debug 120777 root:root ../../usr/bin/conflict.debug +File: /usr/lib/debug/usr/bin/conflict.debug 100644 root:root 6943dcaaf8fe8b06f83fb84215e6a939 File: /usr/src/debug/conflict-20040901 40755 root:root @@ -23,2 +23,2 @@ File: /usr/src/debug/conflict-20040901/unix.c 100644 root:root 8d2f2b0f97f71d463b775782a6bd3621 -RPMIdentity: 538ea2eb973ce295f0b27c89c651017a8e971b0af699a8a1426160b7cb6d48856cb54ad0ffd9f39c645078cc040f81d856d3c3aecd42de837254636338130dcd +RPMIdentity: 09a23c306fdc8f542c5081cd4d557611b585687d78ff4be2d6afd95252f33c07a297a9b07813904e4de6f10dbea8f401ee821ce8580c5b452237060b0d8b3654