<86>Aug 1 07:34:03 userdel[372766]: delete user 'rooter' <86>Aug 1 07:34:03 userdel[372766]: removed group 'rooter' owned by 'rooter' <86>Aug 1 07:34:03 groupadd[372787]: group added to /etc/group: name=rooter, GID=699 <86>Aug 1 07:34:03 groupadd[372787]: group added to /etc/gshadow: name=rooter <86>Aug 1 07:34:03 groupadd[372787]: new group: name=rooter, GID=699 <86>Aug 1 07:34:03 useradd[372806]: new user: name=rooter, UID=699, GID=699, home=/root, shell=/bin/bash <86>Aug 1 07:34:03 userdel[372834]: delete user 'builder' <86>Aug 1 07:34:03 userdel[372834]: removed group 'builder' owned by 'builder' <86>Aug 1 07:34:03 userdel[372834]: removed shadow group 'builder' owned by 'builder' <86>Aug 1 07:34:03 groupadd[372854]: group added to /etc/group: name=builder, GID=700 <86>Aug 1 07:34:03 groupadd[372854]: group added to /etc/gshadow: name=builder <86>Aug 1 07:34:03 groupadd[372854]: new group: name=builder, GID=700 <86>Aug 1 07:34:03 useradd[372868]: new user: name=builder, UID=700, GID=700, 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: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.20073 + 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.20073 + 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 -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 '' ']' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + 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 find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + xargs -ri dirname -- '{}' + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + sort -u + ./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 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 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 -j8 make all-am make[1]: Entering directory '/usr/src/RPM/BUILD/banner-1.3.4' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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] string[i] = toupper(string[i]); ^~~~~~~ banner.c: In function 'convert_whitespace': banner.c:237:10: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration] if(isspace(string[i])) ^~~~~~~ banner.c: In function 'main': banner.c:622:8: warning: unused variable 'truncated' [-Wunused-variable] int truncated = 0; ^~~~~~~~~ banner.c:614:8: warning: unused variable 'j' [-Wunused-variable] 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' i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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.64422 + 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) Hardlinking identical .pyc and .pyo files Processing files: banner-1.3.4-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.64422 + 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.HcfPLf 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.GQPwmn find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), 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.EMTMjM 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.lYJh9n find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bXAlAh find-requires: running scripts (debuginfo) Requires: banner = 1.3.4-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/banner-1.3.4-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/banner-debuginfo-1.3.4-alt1.i586.rpm (w2.lzdio) 2.90user 0.70system 0:08.46elapsed 42%CPU (0avgtext+0avgdata 23696maxresident)k 0inputs+0outputs (0major+296551minor)pagefaults 0swaps 4.06user 2.48system 0:11.25elapsed 58%CPU (0avgtext+0avgdata 23696maxresident)k 0inputs+0outputs (0major+464202minor)pagefaults 0swaps --- banner-1.3.4-alt1.i586.rpm.repo 2015-02-27 16:38:43.000000000 +0000 +++ banner-1.3.4-alt1.i586.rpm.hasher 2021-08-01 07:34:13.687882232 +0000 @@ -5,3 +5,3 @@ /usr/share/doc/banner-1.3.4/README 100644 root:root -/usr/share/man/man1/banner.1.gz 100644 root:root +/usr/share/man/man1/banner.1.xz 100644 root:root Requires: /lib/ld-linux.so.2 @@ -9,2 +9,3 @@ Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.4) Requires: rtld(GNU_HASH) @@ -12,3 +13,3 @@ Provides: banner = 1.3.4-alt1 -File: /usr/bin/banner 100755 root:root dd050afc18efb9921a956b6a09b70fcc +File: /usr/bin/banner 100755 root:root b378b0623cad86eb15237b4be071caec File: /usr/share/doc/banner-1.3.4 40755 root:root @@ -17,3 +18,3 @@ File: /usr/share/doc/banner-1.3.4/README 100644 root:root 165d4a68a8720ed9dac8d74eb42610c7 -File: /usr/share/man/man1/banner.1.gz 100644 root:root d8dad2d0d6ba399de35406564ec6dc23 -RPMIdentity: 8fe9dcae326d5444c200d761808cbf780b5e20ff5d86b0f0e6b48852de769e27d0b91ca98094573b2474fa82d049c5d017d5bcae309c5c992313ba30cd2887f1 +File: /usr/share/man/man1/banner.1.xz 100644 root:root c45cf5298fe05160001b52fc52fd62b9 +RPMIdentity: e0ce6b3d0b8049a8658966458abbe0e06e9c8cfc260acf737e4db1512772be433efc2322d1b543fd538bc91761646f833dc1c82e6fc09b43b87ebcb005b1694b --- banner-debuginfo-1.3.4-alt1.i586.rpm.repo 2015-02-27 16:38:43.000000000 +0000 +++ banner-debuginfo-1.3.4-alt1.i586.rpm.hasher 2021-08-01 07:34:13.820883495 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/b4 40755 root:root -/usr/lib/debug/.build-id/b4/010c6c8007a3ba5695c32f0259683010c06358 120777 root:root ../../../../bin/banner -/usr/lib/debug/.build-id/b4/010c6c8007a3ba5695c32f0259683010c06358.debug 120777 root:root ../../usr/bin/banner.debug +/usr/lib/debug/.build-id/7e 40755 root:root +/usr/lib/debug/.build-id/7e/40e7ef0d129250cab4708ef1c57213ea80eb3b 120777 root:root ../../../../bin/banner +/usr/lib/debug/.build-id/7e/40e7ef0d129250cab4708ef1c57213ea80eb3b.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 -File: /usr/lib/debug/.build-id/b4 40755 root:root -File: /usr/lib/debug/.build-id/b4/010c6c8007a3ba5695c32f0259683010c06358 120777 root:root ../../../../bin/banner -File: /usr/lib/debug/.build-id/b4/010c6c8007a3ba5695c32f0259683010c06358.debug 120777 root:root ../../usr/bin/banner.debug -File: /usr/lib/debug/usr/bin/banner.debug 100644 root:root 9fc7ca62918bddea391aaccad6f3ee57 +File: /usr/lib/debug/.build-id/7e 40755 root:root +File: /usr/lib/debug/.build-id/7e/40e7ef0d129250cab4708ef1c57213ea80eb3b 120777 root:root ../../../../bin/banner +File: /usr/lib/debug/.build-id/7e/40e7ef0d129250cab4708ef1c57213ea80eb3b.debug 120777 root:root ../../usr/bin/banner.debug +File: /usr/lib/debug/usr/bin/banner.debug 100644 root:root 3506e51db9a44c59a8bb98b0039c0966 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: beebe205b6efb8e6e13a1401ee5d3334d5f1cebf77ddbded648d57d0cc8908dc1501a2f5dc93860059a8798408ba01a1058fa98e025e33a22fbe9d4d4a8ecf32 +RPMIdentity: d8582195ae7fd349cb7b2d4e3613f439100e569ec6595cb6721701f43379633c16cdf165d98f1566f61d5f1a96521fcd7c46ea825b041fc5ef08a9c3a7d705dc