<86>May 4 02:14:09 userdel[1601640]: delete user 'rooter' <86>May 4 02:14:09 userdel[1601640]: removed group 'rooter' owned by 'rooter' <86>May 4 02:14:09 userdel[1601640]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 02:14:09 groupadd[1601647]: group added to /etc/group: name=rooter, GID=1793 <86>May 4 02:14:09 groupadd[1601647]: group added to /etc/gshadow: name=rooter <86>May 4 02:14:09 groupadd[1601647]: new group: name=rooter, GID=1793 <86>May 4 02:14:09 useradd[1601653]: new user: name=rooter, UID=1793, GID=1793, home=/root, shell=/bin/bash, from=none <86>May 4 02:14:09 userdel[1601663]: delete user 'builder' <86>May 4 02:14:09 userdel[1601663]: removed group 'builder' owned by 'builder' <86>May 4 02:14:09 userdel[1601663]: removed shadow group 'builder' owned by 'builder' <86>May 4 02:14:09 groupadd[1601670]: group added to /etc/group: name=builder, GID=1794 <86>May 4 02:14:09 groupadd[1601670]: group added to /etc/gshadow: name=builder <86>May 4 02:14:09 groupadd[1601670]: new group: name=builder, GID=1794 <86>May 4 02:14:09 useradd[1601676]: new user: name=builder, UID=1794, GID=1794, home=/usr/src, shell=/bin/bash, from=none <13>May 4 02:14:13 rpmi: perl-Filter-1.64-alt1 sisyphus+335067.400.1.1 1700901412 installed <13>May 4 02:14:13 rpmi: perl-Encode-3.21-alt1 sisyphus+343095.100.1.1 1710875477 installed <13>May 4 02:14:13 rpmi: perl-Locale-gettext-1.07-alt1.2 sisyphus+335067.10500.2.2 1701154168 installed <13>May 4 02:14:13 rpmi: help2man-1.48.5-alt1 sisyphus+283596.100.1.1 1629673489 installed <13>May 4 02:14:13 rpmi: zlib-devel-1.3.1-alt1 sisyphus+342532.100.1.1 1710232285 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/mbootpack-0.6a-alt3.nosrc.rpm (w1.gzdio) Installing mbootpack-0.6a-alt3.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.61561 + 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.61561 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mbootpack-0.6a + make -j16 CC=gcc 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' VERSION=0.6a WITH_ZLIB=1 make: Entering directory '/usr/src/RPM/BUILD/mbootpack-0.6a' gcc -m32 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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' gcc -m32 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 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 -flto=auto -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 'make_bzImage': buildimage.c:112: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers 112 | if (!quiet) printf("Kernel entry is %lx, MBI is %lx.\n", (unsigned long)entry, (unsigned long)mbi); | buildimage.c:112: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory 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 -flto=auto -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.7875 + 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:/usr/bin:/bin:/usr/local/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) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/mbootpack-buildroot Processing files: mbootpack-0.6a-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.30091 + 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.10Bplz 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.frwxc1 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), libc.so.6(GLIBC_2.7)(64bit), libz.so.1()(64bit) >= 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.QeDGq7 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.XCX4p2 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Gxi1pV find-requires: running scripts (debuginfo) Requires: mbootpack = 0.6a-alt3, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libz.so.1) Wrote: /usr/src/RPM/RPMS/x86_64/mbootpack-0.6a-alt3.x86_64.rpm (w2T16.xzdio) Wrote: /usr/src/RPM/RPMS/x86_64/mbootpack-debuginfo-0.6a-alt3.x86_64.rpm (w2T16.xzdio) 661.46user 79.88system 10:42.77elapsed 115%CPU (0avgtext+0avgdata 41420112maxresident)k 0inputs+0outputs (0major+27272349minor)pagefaults 0swaps 3.36user 2.63system 10:53.21elapsed 0%CPU (0avgtext+0avgdata 131320maxresident)k 320inputs+0outputs (0major+207216minor)pagefaults 0swaps --- mbootpack-0.6a-alt3.x86_64.rpm.repo 2014-03-18 15:42:31.000000000 +0000 +++ mbootpack-0.6a-alt3.x86_64.rpm.hasher 2024-05-04 02:24:59.727191818 +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: /lib64/ld-linux-x86-64.so.2 @@ -8,2 +8,6 @@ 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) +Requires: libc.so.6(GLIBC_2.7)(64bit) Requires: libz.so.1()(64bit) >= set:kh8G5fzdHxZE5Lw3 @@ -13,3 +17,3 @@ Provides: mbootpack = 0.6a-alt3 -File: /usr/bin/mbootpack 100755 root:root b2f738ecfe240d4bea17b216c99f7573 +File: /usr/bin/mbootpack 100755 root:root 52f85924f9392e8f232ebaa56ae32f2e File: /usr/share/doc/mbootpack-0.6a 40755 root:root @@ -17,3 +21,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: 849787a72371d319e1bf6fe4845530f475e8d5a386a53e8cc96108b83f07dddca7c02ad4e52ee5c67c015698484e36f76dcc8a8f28a91f1ebbf2fd1edc00e30c +File: /usr/share/man/man1/mbootpack.1.xz 100644 root:root fe0cd184fc685616f4721e6ca9b63b9b +RPMIdentity: b9c6d6c3ce1366de0aa0bd64a5c52349c4f0f5e605ccb332aee50d25d8524e3f92e876c2e5720f04c67eaa1ba9b3fe371c94c15ad679b033f6e3140dfc66b3f4 --- mbootpack-debuginfo-0.6a-alt3.x86_64.rpm.repo 2014-03-18 15:42:31.000000000 +0000 +++ mbootpack-debuginfo-0.6a-alt3.x86_64.rpm.hasher 2024-05-04 02:25:00.221201945 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/d1 40755 root:root -/usr/lib/debug/.build-id/d1/31debb256946c05205b83ac97b4ee9760df6c7 120777 root:root ../../../../bin/mbootpack -/usr/lib/debug/.build-id/d1/31debb256946c05205b83ac97b4ee9760df6c7.debug 120777 root:root ../../usr/bin/mbootpack.debug +/usr/lib/debug/.build-id/78 40755 root:root +/usr/lib/debug/.build-id/78/4b965270b7884fbcadc4626a98fff243deef89 120777 root:root ../../../../bin/mbootpack +/usr/lib/debug/.build-id/78/4b965270b7884fbcadc4626a98fff243deef89.debug 120777 root:root ../../usr/bin/mbootpack.debug /usr/lib/debug/usr/bin/mbootpack.debug 100644 root:root @@ -17,9 +17,9 @@ Provides: mbootpack-debuginfo = 0.6a-alt3 -File: /usr/lib/debug/.build-id/d1 40755 root:root -File: /usr/lib/debug/.build-id/d1/31debb256946c05205b83ac97b4ee9760df6c7 120777 root:root ../../../../bin/mbootpack -File: /usr/lib/debug/.build-id/d1/31debb256946c05205b83ac97b4ee9760df6c7.debug 120777 root:root ../../usr/bin/mbootpack.debug -File: /usr/lib/debug/usr/bin/mbootpack.debug 100644 root:root ebbea291ac52e6f90cf0e136a3d267fc +File: /usr/lib/debug/.build-id/78 40755 root:root +File: /usr/lib/debug/.build-id/78/4b965270b7884fbcadc4626a98fff243deef89 120777 root:root ../../../../bin/mbootpack +File: /usr/lib/debug/.build-id/78/4b965270b7884fbcadc4626a98fff243deef89.debug 120777 root:root ../../usr/bin/mbootpack.debug +File: /usr/lib/debug/usr/bin/mbootpack.debug 100644 root:root 8e725dff8ab53d173b4d7caf87475494 File: /usr/src/debug/mbootpack-0.6a 40755 root:root File: /usr/src/debug/mbootpack-0.6a/buildimage.c 100644 root:root 441d5a8e1979ea5a4c80cfc91c025b67 -File: /usr/src/debug/mbootpack-0.6a/bzimage_header.c 100644 root:root 37427a35757843ffb76a8aa4ed596538 +File: /usr/src/debug/mbootpack-0.6a/bzimage_header.c 100644 root:root 4be117002a099faa1b27b091b4a26df7 File: /usr/src/debug/mbootpack-0.6a/mb_header.h 100644 root:root ca6e0eb8bab06b327213a6c84765e520 @@ -28,2 +28,2 @@ File: /usr/src/debug/mbootpack-0.6a/mbootpack.h 100644 root:root b8f553eb92aad74d7b0c4759a2261569 -RPMIdentity: 8b64c8cabce718423346e330aade9f51a164b34ef1da6eef83e9465ae8610aadd9a9d91f9a5c4763e1fdac965f29c1aa06a435ccc5d9800c7877ab73d6f3e3fd +RPMIdentity: fb968b73a1d10149b0acd063b3079acc2c99b20beb2d8cbad714b04e6dd7ab7d04a57f337c2d2e2a70cb47799e8bfb099e56e436f8517f5c590e8485b7d8648a