<86>Aug 1 08:17:33 userdel[3557228]: delete user 'rooter' <86>Aug 1 08:17:33 userdel[3557228]: removed group 'rooter' owned by 'rooter' <86>Aug 1 08:17:33 userdel[3557228]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 1 08:17:33 groupadd[3557374]: group added to /etc/group: name=rooter, GID=669 <86>Aug 1 08:17:33 groupadd[3557374]: group added to /etc/gshadow: name=rooter <86>Aug 1 08:17:33 groupadd[3557374]: new group: name=rooter, GID=669 <86>Aug 1 08:17:33 useradd[3557387]: new user: name=rooter, UID=669, GID=669, home=/root, shell=/bin/bash <86>Aug 1 08:17:33 userdel[3557393]: delete user 'builder' <86>Aug 1 08:17:33 userdel[3557393]: removed group 'builder' owned by 'builder' <86>Aug 1 08:17:33 userdel[3557393]: removed shadow group 'builder' owned by 'builder' <86>Aug 1 08:17:33 groupadd[3557400]: group added to /etc/group: name=builder, GID=670 <86>Aug 1 08:17:33 groupadd[3557400]: group added to /etc/gshadow: name=builder <86>Aug 1 08:17:33 groupadd[3557400]: new group: name=builder, GID=670 <86>Aug 1 08:17:33 useradd[3557405]: new user: name=builder, UID=670, GID=670, home=/usr/src, shell=/bin/bash <13>Aug 1 08:17:43 rpmi: perl-Filter-1.59-alt1.1 sisyphus+219907.400.1.1 1548343389 installed <13>Aug 1 08:17:43 rpmi: perl-Encode-3.01-alt1 sisyphus+224923.100.1.1 1552474122 installed <13>Aug 1 08:17:43 rpmi: perl-Locale-gettext-1.07-alt1.2 sisyphus+219907.10400.1.1 1548355707 installed <13>Aug 1 08:17:43 rpmi: help2man-1.47.10-alt1 p9+236401.1000.1.1 1566386418 installed <13>Aug 1 08:17:43 rpmi: zlib-devel-1.2.11-alt1 sisyphus+221902.6000.4.1 1550601058 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/mbootpack-0.6a-alt3.nosrc.rpm (w1.gzdio) Installing mbootpack-0.6a-alt3.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.49983 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mbootpack-0.6a + echo 'Source #0 (mbootpack-0.6a.tar):' Source #0 (mbootpack-0.6a.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/mbootpack-0.6a.tar + cd mbootpack-0.6a + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (mbootpack-0.6a-alt3.patch):' Patch #0 (mbootpack-0.6a-alt3.patch): + /usr/bin/patch -p1 patching file Makefile patching file buildimage.c patching file mbootpack.c patching file mbootpack.h + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.49983 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mbootpack-0.6a + make -j8 CC=gcc 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' VERSION=0.6a WITH_ZLIB=1 make: Entering directory '/usr/src/RPM/BUILD/mbootpack-0.6a' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wp,-MD,mbootpack.o.d -I. -I- -DVERSION=\"0.6a\" -DHAVE_ZLIB -c mbootpack.c -o mbootpack.o cc1: note: obsolete option -I- used, please use -iquote instead mbootpack.c: In function 'fatal': mbootpack.c:155:2: warning: 'args' is used uninitialized in this function [-Wuninitialized] fprintf(stderr, fmt, args); ^~~~~~~~~~~~~~~~~~~~~~~~~~ mbootpack.c: In function 'fatal_err': mbootpack.c:163:2: warning: 'args' is used uninitialized in this function [-Wuninitialized] fatal(fmt, args, strerror(errno)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mbootpack-0.6a' make: Entering directory '/usr/src/RPM/BUILD/mbootpack-0.6a' gcc -m32 -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -I. -I- -DVERSION=\"0.6a\" -DHAVE_ZLIB -D__MB_ASM -c setup.S -o setup.o cc1: note: obsolete option -I- used, please use -iquote instead ld -m elf_i386 -Ttext 0x0 -s --oformat binary setup.o -o setup make: Leaving directory '/usr/src/RPM/BUILD/mbootpack-0.6a' make: Entering directory '/usr/src/RPM/BUILD/mbootpack-0.6a' gcc -m32 -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -I. -I- -DVERSION=\"0.6a\" -DHAVE_ZLIB -D__MB_ASM -c bootsect.S -o bootsect.o cc1: note: obsolete option -I- used, please use -iquote instead ld -m elf_i386 -Ttext 0x0 -s --oformat binary bootsect.o -o bootsect make: Leaving directory '/usr/src/RPM/BUILD/mbootpack-0.6a' make: Entering directory '/usr/src/RPM/BUILD/mbootpack-0.6a' sh ./mkhex bzimage_bootsect bootsect > bzimage_header.c sh ./mkhex bzimage_setup setup >> bzimage_header.c make: Leaving directory '/usr/src/RPM/BUILD/mbootpack-0.6a' make: Entering directory '/usr/src/RPM/BUILD/mbootpack-0.6a' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wp,-MD,buildimage.o.d -I. -I- -DVERSION=\"0.6a\" -DHAVE_ZLIB -c buildimage.c -o buildimage.o cc1: note: obsolete option -I- used, please use -iquote instead buildimage.c: In function 'place_mbi': buildimage.c:86:65: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'unsigned int' [-Wformat=] printf("Fatal: command-lines too long: need %ld, have %ld bytes\n", ~~^ %d buildimage.c:88:16: 0x1000 - (sizeof(bzimage_bootsect) + sizeof(bzimage_setup))); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mbootpack-0.6a' make: Entering directory '/usr/src/RPM/BUILD/mbootpack-0.6a' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DVERSION=\"0.6a\" -DHAVE_ZLIB -o mbootpack mbootpack.o buildimage.o -lz make: Leaving directory '/usr/src/RPM/BUILD/mbootpack-0.6a' make: Entering directory '/usr/src/RPM/BUILD/mbootpack-0.6a' help2man -n "packages a multiboot kernel and modules as a single file" -s 1 -N ./mbootpack > mbootpack.man make: Leaving directory '/usr/src/RPM/BUILD/mbootpack-0.6a' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.86790 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/mbootpack-buildroot + : + /bin/rm -rf -- /usr/src/tmp/mbootpack-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd mbootpack-0.6a + install -pD -m 0755 mbootpack /usr/src/tmp/mbootpack-buildroot/usr/bin/mbootpack + install -pD -m 0644 mbootpack.man /usr/src/tmp/mbootpack-buildroot/usr/share/man/man1/mbootpack.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/mbootpack-buildroot (auto) Verifying and fixing files in /usr/src/tmp/mbootpack-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/mbootpack-buildroot/ (default) Compressing files in /usr/src/tmp/mbootpack-buildroot (auto) Verifying ELF objects in /usr/src/tmp/mbootpack-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/mbootpack: uses non-LFS functions: __xstat fopen Hardlinking identical .pyc and .pyo files Processing files: mbootpack-0.6a-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.83989 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mbootpack-0.6a + DOCDIR=/usr/src/tmp/mbootpack-buildroot/usr/share/doc/mbootpack-0.6a + export DOCDIR + rm -rf /usr/src/tmp/mbootpack-buildroot/usr/share/doc/mbootpack-0.6a + /bin/mkdir -p /usr/src/tmp/mbootpack-buildroot/usr/share/doc/mbootpack-0.6a + cp -prL Changes README /usr/src/tmp/mbootpack-buildroot/usr/share/doc/mbootpack-0.6a + chmod -R go-w /usr/src/tmp/mbootpack-buildroot/usr/share/doc/mbootpack-0.6a + chmod -R a+rX /usr/src/tmp/mbootpack-buildroot/usr/share/doc/mbootpack-0.6a + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lhATGM 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.9Cfe4E 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.1), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libz.so.1 >= set:kh8G5fzdHxZE5Lw3, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wnVVcc Creating mbootpack-debuginfo package Processing files: mbootpack-debuginfo-0.6a-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.67BXKf find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4bGWYh find-requires: running scripts (debuginfo) Requires: mbootpack = 0.6a-alt3, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libz.so.1) Wrote: /usr/src/RPM/RPMS/i586/mbootpack-0.6a-alt3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/mbootpack-debuginfo-0.6a-alt3.i586.rpm (w2.lzdio) 2.64user 0.38system 0:23.68elapsed 12%CPU (0avgtext+0avgdata 27000maxresident)k 0inputs+0outputs (0major+177882minor)pagefaults 0swaps 6.38user 2.41system 0:49.94elapsed 17%CPU (0avgtext+0avgdata 117996maxresident)k 384inputs+0outputs (0major+464871minor)pagefaults 0swaps --- mbootpack-0.6a-alt3.i586.rpm.repo 2014-03-18 15:42:31.000000000 +0000 +++ mbootpack-0.6a-alt3.i586.rpm.hasher 2021-08-01 08:18:18.495776996 +0000 @@ -4,3 +4,3 @@ /usr/share/doc/mbootpack-0.6a/README 100644 root:root -/usr/share/man/man1/mbootpack.1.gz 100644 root:root +/usr/share/man/man1/mbootpack.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: libz.so.1 >= set:kh8G5fzdHxZE5Lw3 @@ -14,3 +15,3 @@ Provides: mbootpack = 0.6a-alt3 -File: /usr/bin/mbootpack 100755 root:root bbfe9b86854a65144688d6db468ec254 +File: /usr/bin/mbootpack 100755 root:root 3006d08404385924fd7d03a09e4f99d3 File: /usr/share/doc/mbootpack-0.6a 40755 root:root @@ -18,3 +19,3 @@ File: /usr/share/doc/mbootpack-0.6a/README 100644 root:root 75ddb0b79bbdb6a18698639cc14930a3 -File: /usr/share/man/man1/mbootpack.1.gz 100644 root:root b12bb4e88661948bedcc4a4d43667a25 -RPMIdentity: 94653f00c3cd13c9fe9cfe54d0a1671f05f01e5aeacdf834f0dbda01d2448d63bb038da95d19f596dbafba48c7509d1cf0a0a9a0140d425dc6738121aa381a5f +File: /usr/share/man/man1/mbootpack.1.xz 100644 root:root 3ec8b45cdfa57845e04c7fe9ff393b61 +RPMIdentity: cb0d91bd84b2c9f5b64c66bb28930bb031866db16c39b8e9a0cbb4043f829280901218625210ee6abbde0e72005f20b153fe11ee5d5cde28c4387c50df75e8cb --- mbootpack-debuginfo-0.6a-alt3.i586.rpm.repo 2014-03-18 15:42:31.000000000 +0000 +++ mbootpack-debuginfo-0.6a-alt3.i586.rpm.hasher 2021-08-01 08:18:21.978781474 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/a5 40755 root:root -/usr/lib/debug/.build-id/a5/d2fab08040e56d655c05adde88fc5c0053e04d 120777 root:root ../../../../bin/mbootpack -/usr/lib/debug/.build-id/a5/d2fab08040e56d655c05adde88fc5c0053e04d.debug 120777 root:root ../../usr/bin/mbootpack.debug +/usr/lib/debug/.build-id/8f 40755 root:root +/usr/lib/debug/.build-id/8f/387c6a9cf1eea6250f7d6746c0937171405b0f 120777 root:root ../../../../bin/mbootpack +/usr/lib/debug/.build-id/8f/387c6a9cf1eea6250f7d6746c0937171405b0f.debug 120777 root:root ../../usr/bin/mbootpack.debug /usr/lib/debug/usr/bin/mbootpack.debug 100644 root:root @@ -17,6 +17,6 @@ Provides: mbootpack-debuginfo = 0.6a-alt3 -File: /usr/lib/debug/.build-id/a5 40755 root:root -File: /usr/lib/debug/.build-id/a5/d2fab08040e56d655c05adde88fc5c0053e04d 120777 root:root ../../../../bin/mbootpack -File: /usr/lib/debug/.build-id/a5/d2fab08040e56d655c05adde88fc5c0053e04d.debug 120777 root:root ../../usr/bin/mbootpack.debug -File: /usr/lib/debug/usr/bin/mbootpack.debug 100644 root:root 54843db4083de86225eb650f40e54864 +File: /usr/lib/debug/.build-id/8f 40755 root:root +File: /usr/lib/debug/.build-id/8f/387c6a9cf1eea6250f7d6746c0937171405b0f 120777 root:root ../../../../bin/mbootpack +File: /usr/lib/debug/.build-id/8f/387c6a9cf1eea6250f7d6746c0937171405b0f.debug 120777 root:root ../../usr/bin/mbootpack.debug +File: /usr/lib/debug/usr/bin/mbootpack.debug 100644 root:root 99ed80cc89a23a42ff818f32b261bdd1 File: /usr/src/debug/mbootpack-0.6a 40755 root:root @@ -28,2 +28,2 @@ File: /usr/src/debug/mbootpack-0.6a/mbootpack.h 100644 root:root b8f553eb92aad74d7b0c4759a2261569 -RPMIdentity: 15441ba4cb87961ccfb84318da07c9bfcc8bd7cc88476029d1b0cc22e2a63e31a6e670c71302fd73409d780e088ba513204f9ad732fb1d87c75ae5c271868ab0 +RPMIdentity: 929f4b652a59fbcebf4cfcb0c4e47f780227c371325ff915ac9160aca934bb44f19cd510cf26e0cd7220bbe6b78c93ee867c9511173e2090d7d810f933ae6f94