<86>Jan 28 00:41:07 userdel[1733562]: delete user 'rooter' <86>Jan 28 00:41:07 userdel[1733562]: removed group 'rooter' owned by 'rooter' <86>Jan 28 00:41:07 userdel[1733562]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 28 00:41:07 groupadd[1733601]: group added to /etc/group: name=rooter, GID=1844 <86>Jan 28 00:41:07 groupadd[1733601]: group added to /etc/gshadow: name=rooter <86>Jan 28 00:41:07 groupadd[1733601]: new group: name=rooter, GID=1844 <86>Jan 28 00:41:07 useradd[1733632]: new user: name=rooter, UID=1844, GID=1844, home=/root, shell=/bin/bash <86>Jan 28 00:41:07 userdel[1733673]: delete user 'builder' <86>Jan 28 00:41:07 userdel[1733673]: removed group 'builder' owned by 'builder' <86>Jan 28 00:41:07 userdel[1733673]: removed shadow group 'builder' owned by 'builder' <86>Jan 28 00:41:07 groupadd[1733708]: group added to /etc/group: name=builder, GID=1845 <86>Jan 28 00:41:07 groupadd[1733708]: group added to /etc/gshadow: name=builder <86>Jan 28 00:41:07 groupadd[1733708]: new group: name=builder, GID=1845 <86>Jan 28 00:41:07 useradd[1733737]: new user: name=builder, UID=1845, GID=1845, home=/usr/src, shell=/bin/bash <13>Jan 28 00:41:10 rpmi: perl-Filter-1.60-alt1 sisyphus+279723.100.1.1 1626648797 installed <13>Jan 28 00:41:10 rpmi: perl-Encode-3.10-alt1 sisyphus+279723.200.1.1 1626648866 installed <13>Jan 28 00:41:10 rpmi: perl-Locale-gettext-1.07-alt1.2 sisyphus+279723.6200.1.1 1626650735 installed <13>Jan 28 00:41:10 rpmi: help2man-1.48.3-alt1 sisyphus+278100.2100.1.1 1626058485 installed <13>Jan 28 00:41:10 rpmi: zlib-devel-1.2.13-alt1 p10+318109.100.2.1 1682690580 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.26752 + 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.26752 + 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' 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 -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 -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' 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 -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 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 -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' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -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.26752 + 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) Processing files: mbootpack-0.6a-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.26752 + 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.azCoPg 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.bAGWaj 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.4)(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.Dl8Zlk 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.3vJLrh find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.U2YH7g 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 (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/mbootpack-debuginfo-0.6a-alt3.x86_64.rpm (w2.lzdio) 0.45user 0.81system 0:05.66elapsed 22%CPU (0avgtext+0avgdata 31572maxresident)k 0inputs+0outputs (0major+165243minor)pagefaults 0swaps 3.08user 1.56system 0:12.80elapsed 36%CPU (0avgtext+0avgdata 129348maxresident)k 0inputs+0outputs (0major+206207minor)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-01-28 00:41:18.117250476 +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,3 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.4)(64bit) Requires: libz.so.1()(64bit) >= set:kh8G5fzdHxZE5Lw3 @@ -13,3 +14,3 @@ Provides: mbootpack = 0.6a-alt3 -File: /usr/bin/mbootpack 100755 root:root b2f738ecfe240d4bea17b216c99f7573 +File: /usr/bin/mbootpack 100755 root:root 614b313f58a5f0b84ad0be35ae14a0aa File: /usr/share/doc/mbootpack-0.6a 40755 root:root @@ -17,3 +18,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 d5b1c57ac332b97a978540b559d8fb68 +RPMIdentity: 7e6b7058d88817989082777d2cc077e831c2276b05f8cf2d66bc474f2acf449a906402c0eb69566d5ba905072da51fd4afeb7dad16a5cdda0d246eba665259dd --- 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-01-28 00:41:18.197251739 +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/fe 40755 root:root +/usr/lib/debug/.build-id/fe/d78a0ddb6f49df71053e428570a399531897d7 120777 root:root ../../../../bin/mbootpack +/usr/lib/debug/.build-id/fe/d78a0ddb6f49df71053e428570a399531897d7.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/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/fe 40755 root:root +File: /usr/lib/debug/.build-id/fe/d78a0ddb6f49df71053e428570a399531897d7 120777 root:root ../../../../bin/mbootpack +File: /usr/lib/debug/.build-id/fe/d78a0ddb6f49df71053e428570a399531897d7.debug 120777 root:root ../../usr/bin/mbootpack.debug +File: /usr/lib/debug/usr/bin/mbootpack.debug 100644 root:root df5b45b660ab4a2e9fc6787cd094933d 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: 8b64c8cabce718423346e330aade9f51a164b34ef1da6eef83e9465ae8610aadd9a9d91f9a5c4763e1fdac965f29c1aa06a435ccc5d9800c7877ab73d6f3e3fd +RPMIdentity: 4a72a205d81c7a8dd9e19728df1dee093034d5c68e0f463cde1b0aeef0e40eee76c62f6cff7157c0e4e1f3508091b167d1b8cbe930529adf72d0489303508b34