<86>Oct 29 15:46:35 userdel[3884325]: delete user 'rooter' <86>Oct 29 15:46:35 userdel[3884325]: removed group 'rooter' owned by 'rooter' <86>Oct 29 15:46:35 userdel[3884325]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 29 15:46:35 groupadd[3884342]: group added to /etc/group: name=rooter, GID=1787 <86>Oct 29 15:46:35 groupadd[3884342]: group added to /etc/gshadow: name=rooter <86>Oct 29 15:46:35 groupadd[3884342]: new group: name=rooter, GID=1787 <86>Oct 29 15:46:35 useradd[3884359]: new user: name=rooter, UID=1787, GID=1787, home=/root, shell=/bin/bash, from=none <86>Oct 29 15:46:35 userdel[3884382]: delete user 'builder' <86>Oct 29 15:46:35 userdel[3884382]: removed group 'builder' owned by 'builder' <86>Oct 29 15:46:35 userdel[3884382]: removed shadow group 'builder' owned by 'builder' <86>Oct 29 15:46:35 groupadd[3884400]: group added to /etc/group: name=builder, GID=1788 <86>Oct 29 15:46:35 groupadd[3884400]: group added to /etc/gshadow: name=builder <86>Oct 29 15:46:35 groupadd[3884400]: new group: name=builder, GID=1788 <86>Oct 29 15:46:35 useradd[3884429]: new user: name=builder, UID=1788, GID=1788, home=/usr/src, shell=/bin/bash, from=none <13>Oct 29 15:46:38 rpmi: perl-Filter-1.64-alt1 sisyphus+335067.400.1.1 1700901412 installed <13>Oct 29 15:46:38 rpmi: perl-Encode-3.21-alt1 sisyphus+343095.100.1.1 1710875477 installed <13>Oct 29 15:46:38 rpmi: perl-Locale-gettext-1.07-alt1.2 sisyphus+335067.10500.2.2 1701154168 installed <13>Oct 29 15:46:38 rpmi: help2man-1.48.5-alt1 sisyphus+346293.200.2.1 1716441067 installed <13>Oct 29 15:46:38 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.8921 + 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.8921 + 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.38514 + 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.39322 + 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.Xuq3Iz 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.tiSF1S 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.WqqMCg 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.ep827q find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ouRS6D 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) 698.10user 59.83system 10:50.18elapsed 116%CPU (0avgtext+0avgdata 41441488maxresident)k 0inputs+0outputs (0major+11708106minor)pagefaults 0swaps 3.25user 2.56system 11:00.07elapsed 0%CPU (0avgtext+0avgdata 136452maxresident)k 320inputs+0outputs (0major+196244minor)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-10-29 15:57:32.036083442 +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 09980f6de9302d699d464a5c51a62dcf 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: b0c228102486afcd6e9ab23f843384a3410988b00b2bfe07222ce89c888084aa63de67d4b88db1ae5c10a909b893bcdce36cf914003b371a1aac67dc9c3f0a4b --- 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-10-29 15:57:32.092084430 +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/2d 40755 root:root +/usr/lib/debug/.build-id/2d/926e944b7ff5d21a7d47b8f96375893ed4a3bb 120777 root:root ../../../../bin/mbootpack +/usr/lib/debug/.build-id/2d/926e944b7ff5d21a7d47b8f96375893ed4a3bb.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/2d 40755 root:root +File: /usr/lib/debug/.build-id/2d/926e944b7ff5d21a7d47b8f96375893ed4a3bb 120777 root:root ../../../../bin/mbootpack +File: /usr/lib/debug/.build-id/2d/926e944b7ff5d21a7d47b8f96375893ed4a3bb.debug 120777 root:root ../../usr/bin/mbootpack.debug +File: /usr/lib/debug/usr/bin/mbootpack.debug 100644 root:root d1993d55752346d22c87774fdf5671ce 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 b9e3fc87fd213e808cc54333a8911802 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: 6c4f54d025f3ee67f54ce5e98f4a9512c0b21ebaff6e2bce0f963a68d9938b06c2224ec2eda71cc93cb8a71a06dc2c497bd58505a11cf153df3a66a06a3a86fc