<86>Feb 18 00:24:12 userdel[1801135]: delete user 'rooter' <86>Feb 18 00:24:12 userdel[1801135]: removed group 'rooter' owned by 'rooter' <86>Feb 18 00:24:12 userdel[1801135]: removed shadow group 'rooter' owned by 'rooter' <86>Feb 18 00:24:12 groupadd[1801160]: group added to /etc/group: name=rooter, GID=990 <86>Feb 18 00:24:12 groupadd[1801160]: group added to /etc/gshadow: name=rooter <86>Feb 18 00:24:12 groupadd[1801160]: new group: name=rooter, GID=990 <86>Feb 18 00:24:12 useradd[1801176]: new user: name=rooter, UID=990, GID=990, home=/root, shell=/bin/bash <86>Feb 18 00:24:12 userdel[1801198]: delete user 'builder' <86>Feb 18 00:24:12 userdel[1801198]: removed group 'builder' owned by 'builder' <86>Feb 18 00:24:12 userdel[1801198]: removed shadow group 'builder' owned by 'builder' <86>Feb 18 00:24:12 groupadd[1801226]: group added to /etc/group: name=builder, GID=991 <86>Feb 18 00:24:12 groupadd[1801226]: group added to /etc/gshadow: name=builder <86>Feb 18 00:24:12 groupadd[1801226]: new group: name=builder, GID=991 <86>Feb 18 00:24:12 useradd[1801246]: new user: name=builder, UID=991, GID=991, home=/usr/src, shell=/bin/bash warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/banner-1.3.4-alt1.nosrc.rpm (w1.gzdio) Installing banner-1.3.4-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.90230 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf banner-1.3.4 + echo 'Source #0 (banner-1.3.4.tar.gz):' Source #0 (banner-1.3.4.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/banner-1.3.4.tar.gz + /bin/tar -xf - + cd banner-1.3.4 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.90230 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd banner-1.3.4 + 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 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 x86_64-alt-linux-gcc... x86_64-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 x86_64-alt-linux-gcc accepts -g... yes checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed checking whether x86_64-alt-linux-gcc understands -c and -o together... yes 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 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 for stdlib.h... (cached) yes checking for string.h... (cached) 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/banner-1.3.4' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c -o banner.o banner.c banner.c: In function 'convert_to_upper': banner.c:219:19: warning: implicit declaration of function 'toupper' [-Wimplicit-function-declaration] 219 | string[i] = toupper(string[i]); | ^~~~~~~ banner.c:133:1: note: include '' or provide a declaration of 'toupper' 132 | #include "letters.h" +++ |+#include 133 | banner.c: In function 'convert_whitespace': banner.c:237:10: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration] 237 | if(isspace(string[i])) | ^~~~~~~ banner.c:237:10: note: include '' or provide a declaration of 'isspace' banner.c: In function 'main': banner.c:622:8: warning: unused variable 'truncated' [-Wunused-variable] 622 | int truncated = 0; | ^~~~~~~~~ banner.c:614:8: warning: unused variable 'j' [-Wunused-variable] 614 | int j = 0; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/banner-1.3.4' make[1]: Entering directory '/usr/src/RPM/BUILD/banner-1.3.4' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o banner banner.o make[1]: Leaving directory '/usr/src/RPM/BUILD/banner-1.3.4' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.21613 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/banner-buildroot + : + /bin/rm -rf -- /usr/src/tmp/banner-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd banner-1.3.4 + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/banner-buildroot make: Entering directory '/usr/src/RPM/BUILD/banner-1.3.4' make[1]: Entering directory '/usr/src/RPM/BUILD/banner-1.3.4' /bin/mkdir -p '/usr/src/tmp/banner-buildroot/usr/bin' /usr/libexec/rpm-build/install -p banner '/usr/src/tmp/banner-buildroot/usr/bin' /bin/mkdir -p '/usr/src/tmp/banner-buildroot/usr/share/man/man1' /usr/libexec/rpm-build/install -p -m 644 banner.1 '/usr/src/tmp/banner-buildroot/usr/share/man/man1' make[1]: Leaving directory '/usr/src/RPM/BUILD/banner-1.3.4' make: Leaving directory '/usr/src/RPM/BUILD/banner-1.3.4' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/banner-buildroot (auto) Verifying and fixing files in /usr/src/tmp/banner-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/banner-buildroot/ (default) Compressing files in /usr/src/tmp/banner-buildroot (auto) Verifying ELF objects in /usr/src/tmp/banner-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: banner-1.3.4-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.21613 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd banner-1.3.4 + DOCDIR=/usr/src/tmp/banner-buildroot/usr/share/doc/banner-1.3.4 + export DOCDIR + rm -rf /usr/src/tmp/banner-buildroot/usr/share/doc/banner-1.3.4 + /bin/mkdir -p /usr/src/tmp/banner-buildroot/usr/share/doc/banner-1.3.4 + cp -prL AUTHORS README ChangeLog /usr/src/tmp/banner-buildroot/usr/share/doc/banner-1.3.4 + chmod -R go-w /usr/src/tmp/banner-buildroot/usr/share/doc/banner-1.3.4 + chmod -R a+rX /usr/src/tmp/banner-buildroot/usr/share/doc/banner-1.3.4 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vWvbnK 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.QHyrsa 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.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.8Jsw9i Creating banner-debuginfo package Processing files: banner-debuginfo-1.3.4-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8hg77c find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.o3Xyo9 find-requires: running scripts (debuginfo) Requires: banner = 1.3.4-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Adding to banner-debuginfo a strict dependency on banner Wrote: /usr/src/RPM/RPMS/x86_64/banner-1.3.4-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/banner-debuginfo-1.3.4-alt1.x86_64.rpm (w2.lzdio) 0.92user 0.84system 0:06.64elapsed 26%CPU (0avgtext+0avgdata 22564maxresident)k 0inputs+0outputs (0major+304840minor)pagefaults 0swaps 1.94user 3.14system 0:09.24elapsed 55%CPU (0avgtext+0avgdata 22564maxresident)k 0inputs+0outputs (0major+489775minor)pagefaults 0swaps --- banner-1.3.4-alt1.x86_64.rpm.repo 2021-06-23 17:51:25.000000000 +0000 +++ banner-1.3.4-alt1.x86_64.rpm.hasher 2022-02-18 00:24:20.035423089 +0000 @@ -9,2 +9,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) @@ -13,3 +14,3 @@ Provides: banner = 1.3.4-alt1:sisyphus+275274.100.1.2 -File: /usr/bin/banner 100755 root:root 298c9f595aa8fb34e11bd3bd2c11e5a1 +File: /usr/bin/banner 100755 root:root 7b807a89633f3e78b6c265629e7e3635 File: /usr/share/doc/banner-1.3.4 40755 root:root @@ -19,2 +20,2 @@ File: /usr/share/man/man1/banner.1.xz 100644 root:root c45cf5298fe05160001b52fc52fd62b9 -RPMIdentity: 5f5fe59497ad752c56f0e53b9dae58747c2e8cc818b2f82ae3d7529229f38b55ee482754f427c4e11ce0f75e27bbfac3f5e9918a1dc871489e77c9877aaffe46 +RPMIdentity: e6f0188112af9b446750c04d895793c7d231ac83724e49f176c2c5670b549ddbf64c3e212b14bb39de5b082698df6f522206572d0dfca9cf9d5c58539827efa0 --- banner-debuginfo-1.3.4-alt1.x86_64.rpm.repo 2021-06-23 17:51:25.000000000 +0000 +++ banner-debuginfo-1.3.4-alt1.x86_64.rpm.hasher 2022-02-18 00:24:20.091423532 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/e7 40755 root:root -/usr/lib/debug/.build-id/e7/89d6f1439cc31ba7b557151515d361e724dd47 120777 root:root ../../../../bin/banner -/usr/lib/debug/.build-id/e7/89d6f1439cc31ba7b557151515d361e724dd47.debug 120777 root:root ../../usr/bin/banner.debug +/usr/lib/debug/.build-id/6e 40755 root:root +/usr/lib/debug/.build-id/6e/77d7fa137b1fd82b5ee25e1a8f2b89652d3e51 120777 root:root ../../../../bin/banner +/usr/lib/debug/.build-id/6e/77d7fa137b1fd82b5ee25e1a8f2b89652d3e51.debug 120777 root:root ../../usr/bin/banner.debug /usr/lib/debug/usr/bin/banner.debug 100644 root:root @@ -12,6 +12,6 @@ Provides: banner-debuginfo = 1.3.4-alt1:sisyphus+275274.100.1.2 -File: /usr/lib/debug/.build-id/e7 40755 root:root -File: /usr/lib/debug/.build-id/e7/89d6f1439cc31ba7b557151515d361e724dd47 120777 root:root ../../../../bin/banner -File: /usr/lib/debug/.build-id/e7/89d6f1439cc31ba7b557151515d361e724dd47.debug 120777 root:root ../../usr/bin/banner.debug -File: /usr/lib/debug/usr/bin/banner.debug 100644 root:root a4f9590330a44e023e6642632956e312 +File: /usr/lib/debug/.build-id/6e 40755 root:root +File: /usr/lib/debug/.build-id/6e/77d7fa137b1fd82b5ee25e1a8f2b89652d3e51 120777 root:root ../../../../bin/banner +File: /usr/lib/debug/.build-id/6e/77d7fa137b1fd82b5ee25e1a8f2b89652d3e51.debug 120777 root:root ../../usr/bin/banner.debug +File: /usr/lib/debug/usr/bin/banner.debug 100644 root:root 9f3181194f1cd6688909aad4842cebe5 File: /usr/src/debug/banner-1.3.4 40755 root:root @@ -19,2 +19,2 @@ File: /usr/src/debug/banner-1.3.4/letters.h 100644 root:root c4957a4183bcbbff4f2e516e0c4cd17e -RPMIdentity: 9419a992e00bf1d9702ae2ed6fca498bdd72a78e2732b8cd05e71f287d1ffc5dc445b18fd57cdcda35f48e78350341ffbecacb597861b32842135641586c5532 +RPMIdentity: d1c5c98c2ec5aeace7ade9bedff586dabc8774ad0129e6e55e8f91dfbf5d8a6fd7e0d3b3ee16c39b8c33c7fe8adf4202fa3ed720191521b08825535324a3a233