<86>May 4 00:48:49 userdel[4183002]: delete user 'rooter' <86>May 4 00:48:49 groupadd[4183021]: group added to /etc/group: name=rooter, GID=1823 <86>May 4 00:48:49 groupadd[4183021]: group added to /etc/gshadow: name=rooter <86>May 4 00:48:49 groupadd[4183021]: new group: name=rooter, GID=1823 <86>May 4 00:48:49 useradd[4183037]: new user: name=rooter, UID=1823, GID=1823, home=/root, shell=/bin/bash, from=none <86>May 4 00:48:49 userdel[4183048]: delete user 'builder' <86>May 4 00:48:49 userdel[4183048]: removed group 'builder' owned by 'builder' <86>May 4 00:48:49 userdel[4183048]: removed shadow group 'builder' owned by 'builder' <86>May 4 00:48:49 groupadd[4183059]: group added to /etc/group: name=builder, GID=1824 <86>May 4 00:48:49 groupadd[4183059]: group added to /etc/gshadow: name=builder <86>May 4 00:48:49 groupadd[4183059]: new group: name=builder, GID=1824 <86>May 4 00:48:49 useradd[4183067]: new user: name=builder, UID=1824, GID=1824, home=/usr/src, shell=/bin/bash, from=none warning: user hacker does not exist - using root warning: group hacker does not exist - using root warning: user hacker does not exist - using root warning: group hacker does not exist - using root warning: user hacker does not exist - using root warning: group hacker does not exist - using root warning: user hacker does not exist - using root warning: group hacker does not exist - using root <13>May 4 00:48:52 rpmi: dos2unix-7.5.2-alt1 sisyphus+339342.100.1.1 1706585522 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/z80asm-1.8-alt2.nosrc.rpm (w1.gzdio) Installing z80asm-1.8-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.48866 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf z80asm-1.8 + echo 'Source #0 (z80asm-1.8.tar.gz):' Source #0 (z80asm-1.8.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/z80asm-1.8.tar.gz + /bin/tar -xf - + cd z80asm-1.8 + /bin/chmod -c -Rf u+rwX,go-w . + dos2unix examples/hello.asm dos2unix: converting file examples/hello.asm to Unix format... + echo 'Patch #0 (z80asm-1.8-no-bundled-libs.patch):' Patch #0 (z80asm-1.8-no-bundled-libs.patch): + /usr/bin/patch -p1 -b --suffix .no-bundled-libs patching file Makefile + rm -rf gnulib + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.48866 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd z80asm-1.8 + make -j16 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' make: Entering directory '/usr/src/RPM/BUILD/z80asm-1.8' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c expressions.c -o expressions.o -DVERSION=\"1.8\" make: Leaving directory '/usr/src/RPM/BUILD/z80asm-1.8' make: Entering directory '/usr/src/RPM/BUILD/z80asm-1.8' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c z80asm.c -o z80asm.o -DVERSION=\"1.8\" z80asm.c: In function 'indx': z80asm.c:443:10: warning: variable 'l' set but not used [-Wunused-but-set-variable] 443 | int i, l; | ^ make: Leaving directory '/usr/src/RPM/BUILD/z80asm-1.8' make: Entering directory '/usr/src/RPM/BUILD/z80asm-1.8' gcc z80asm.o expressions.o -o z80asm make: Leaving directory '/usr/src/RPM/BUILD/z80asm-1.8' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.83310 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/z80asm-buildroot + : + /bin/rm -rf -- /usr/src/tmp/z80asm-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd z80asm-1.8 + install -d -m0755 /usr/src/tmp/z80asm-buildroot/usr/bin + install -p -m0755 z80asm /usr/src/tmp/z80asm-buildroot/usr/bin + install -d -m0755 /usr/src/tmp/z80asm-buildroot/usr/share/man/man1 + install -p -m0644 z80asm.1 /usr/src/tmp/z80asm-buildroot/usr/share/man/man1 + install -d -m0755 /usr/src/tmp/z80asm-buildroot/usr/share/z80asm + install -p -m0644 headers/msx-bios.asm headers/msx2+-bios.asm headers/msx2-bios.asm headers/msx2-subrom.asm headers/msxturbor-bios.asm /usr/src/tmp/z80asm-buildroot/usr/share/z80asm + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/z80asm-buildroot (auto) Verifying and fixing files in /usr/src/tmp/z80asm-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/z80asm-buildroot/ (default) Compressing files in /usr/src/tmp/z80asm-buildroot (auto) Verifying ELF objects in /usr/src/tmp/z80asm-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/z80asm-buildroot Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.83310 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd z80asm-1.8 + make -j16 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' test make -C tests || rm test make[1]: Entering directory '/usr/src/RPM/BUILD/z80asm-1.8/tests' ../z80asm -I ../headers pass.asm -o pass.bin 2> pass.err diff pass.correct-bin pass.bin diff pass.correct-err pass.err rm pass.bin pass.err make[1]: Leaving directory '/usr/src/RPM/BUILD/z80asm-1.8/tests' + exit 0 Processing files: z80asm-1.8-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.83310 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd z80asm-1.8 + DOCDIR=/usr/src/tmp/z80asm-buildroot/usr/share/doc/z80asm-1.8 + export DOCDIR + rm -rf /usr/src/tmp/z80asm-buildroot/usr/share/doc/z80asm-1.8 + /bin/mkdir -p /usr/src/tmp/z80asm-buildroot/usr/share/doc/z80asm-1.8 + cp -prL COPYING GPL3 ChangeLog examples /usr/src/tmp/z80asm-buildroot/usr/share/doc/z80asm-1.8 + chmod -R go-w /usr/src/tmp/z80asm-buildroot/usr/share/doc/z80asm-1.8 + chmod -R a+rX /usr/src/tmp/z80asm-buildroot/usr/share/doc/z80asm-1.8 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sPGYWk 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.FbjFpJ 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.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.01R7C7 Creating z80asm-debuginfo package Processing files: z80asm-debuginfo-1.8-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QMaK9a find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.swtfVQ find-requires: running scripts (debuginfo) Requires: z80asm = 1.8-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/z80asm-1.8-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/z80asm-debuginfo-1.8-alt2.x86_64.rpm (w2.lzdio) 1.06user 0.93system 0:06.44elapsed 30%CPU (0avgtext+0avgdata 52132maxresident)k 0inputs+0outputs (0major+179961minor)pagefaults 0swaps 3.26user 2.36system 0:14.95elapsed 37%CPU (0avgtext+0avgdata 131880maxresident)k 0inputs+0outputs (0major+190946minor)pagefaults 0swaps --- z80asm-1.8-alt2.x86_64.rpm.repo 2015-03-20 05:18:47.000000000 +0000 +++ z80asm-1.8-alt2.x86_64.rpm.hasher 2024-05-04 00:49:00.812447791 +0000 @@ -10,3 +10,3 @@ /usr/share/doc/z80asm-1.8/examples/seek.asm 100644 root:root -/usr/share/man/man1/z80asm.1.gz 100644 root:root +/usr/share/man/man1/z80asm.1.xz 100644 root:root /usr/share/z80asm 40755 root:root @@ -22,2 +22,3 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -26,3 +27,3 @@ Provides: z80asm = 1.8-alt2 -File: /usr/bin/z80asm 100755 root:root fa93da34120939f3cc2920b45d2cf0cf +File: /usr/bin/z80asm 100755 root:root a955696ae8fbb4500c053b218f3d0c3f File: /usr/share/doc/z80asm-1.8 40755 root:root @@ -36,3 +37,3 @@ File: /usr/share/doc/z80asm-1.8/examples/seek.asm 100644 root:root 5dd103f2e1e31bf35e63a70d599920c6 -File: /usr/share/man/man1/z80asm.1.gz 100644 root:root ae35bd57768b76be502a9612e85ab413 +File: /usr/share/man/man1/z80asm.1.xz 100644 root:root c75b4c10f8f4bb5181a039f36845ba46 File: /usr/share/z80asm 40755 root:root @@ -43,2 +44,2 @@ File: /usr/share/z80asm/msxturbor-bios.asm 100644 root:root 608f831ec9ed6ab000a136d49bcfc31a -RPMIdentity: 8151f646d7bf011d982c0286992835d760f9584fd905745f1122ce79c48aab6f75a16dc41bf4218645256fb4f59d94a990557908f7340eb0f1ff1e95835d5572 +RPMIdentity: ea37caf8f8d8b89cc83728b4d35c4c790d1b25281dcbf21f94e6a7f28ef59983c6cc2c8e5e579b92e28ed280e8523266ed49d442add9d7fd61dd578f449ca095 --- z80asm-debuginfo-1.8-alt2.x86_64.rpm.repo 2015-03-20 05:18:47.000000000 +0000 +++ z80asm-debuginfo-1.8-alt2.x86_64.rpm.hasher 2024-05-04 00:49:00.878448795 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/d4 40755 root:root -/usr/lib/debug/.build-id/d4/fdd36c72acb949bca84ee0d0b474a99ffb59dc 120777 root:root ../../../../bin/z80asm -/usr/lib/debug/.build-id/d4/fdd36c72acb949bca84ee0d0b474a99ffb59dc.debug 120777 root:root ../../usr/bin/z80asm.debug +/usr/lib/debug/.build-id/2f 40755 root:root +/usr/lib/debug/.build-id/2f/cc6c7330355dcf7995833176509b26f21d8748 120777 root:root ../../../../bin/z80asm +/usr/lib/debug/.build-id/2f/cc6c7330355dcf7995833176509b26f21d8748.debug 120777 root:root ../../usr/bin/z80asm.debug /usr/lib/debug/usr/bin/z80asm.debug 100644 root:root @@ -13,6 +13,6 @@ Provides: z80asm-debuginfo = 1.8-alt2 -File: /usr/lib/debug/.build-id/d4 40755 root:root -File: /usr/lib/debug/.build-id/d4/fdd36c72acb949bca84ee0d0b474a99ffb59dc 120777 root:root ../../../../bin/z80asm -File: /usr/lib/debug/.build-id/d4/fdd36c72acb949bca84ee0d0b474a99ffb59dc.debug 120777 root:root ../../usr/bin/z80asm.debug -File: /usr/lib/debug/usr/bin/z80asm.debug 100644 root:root c687ed98b631b9350bf04079397370d8 +File: /usr/lib/debug/.build-id/2f 40755 root:root +File: /usr/lib/debug/.build-id/2f/cc6c7330355dcf7995833176509b26f21d8748 120777 root:root ../../../../bin/z80asm +File: /usr/lib/debug/.build-id/2f/cc6c7330355dcf7995833176509b26f21d8748.debug 120777 root:root ../../usr/bin/z80asm.debug +File: /usr/lib/debug/usr/bin/z80asm.debug 100644 root:root 5ed904ff5815702dee0456e42a20bdda File: /usr/src/debug/z80asm-1.8 40755 root:root @@ -21,2 +21,2 @@ File: /usr/src/debug/z80asm-1.8/z80asm.h 100644 root:root b56769fe2feefd3ca5e14c209d4512c1 -RPMIdentity: 718e58c559beaee2b9d7308ce3b49b3cd65cad5f4cf529968a1305736864ab7bf49189d75c4812bebf858e7a6cc142bc0744c59680c3836e74ba79218cd0ba4e +RPMIdentity: 6b55eda641c7984f9f3af3b2560e8af4af5e1167bd27b7788904d142bf9ec9f034517e914cb64e15c983154f04d168396ee2fd72500a3a21a83565a6e4487cb5