<86>Sep 2 01:49:57 userdel[3479633]: delete user 'rooter' <86>Sep 2 01:49:57 userdel[3479633]: removed group 'rooter' owned by 'rooter' <86>Sep 2 01:49:57 userdel[3479633]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 2 01:49:57 groupadd[3479744]: group added to /etc/group: name=rooter, GID=1817 <86>Sep 2 01:49:57 groupadd[3479744]: group added to /etc/gshadow: name=rooter <86>Sep 2 01:49:57 groupadd[3479744]: new group: name=rooter, GID=1817 <86>Sep 2 01:49:57 useradd[3479817]: new user: name=rooter, UID=1817, GID=1817, home=/root, shell=/bin/bash, from=none <86>Sep 2 01:49:57 userdel[3479891]: delete user 'builder' <86>Sep 2 01:49:57 userdel[3479891]: removed group 'builder' owned by 'builder' <86>Sep 2 01:49:57 userdel[3479891]: removed shadow group 'builder' owned by 'builder' <86>Sep 2 01:49:57 groupadd[3479951]: group added to /etc/group: name=builder, GID=1818 <86>Sep 2 01:49:57 groupadd[3479951]: group added to /etc/gshadow: name=builder <86>Sep 2 01:49:57 groupadd[3479951]: new group: name=builder, GID=1818 <86>Sep 2 01:49:57 useradd[3480024]: new user: name=builder, UID=1818, GID=1818, home=/usr/src, shell=/bin/bash, from=none <13>Sep 2 01:50:00 rpmi: libX11-locales-3:1.8.10-alt1 sisyphus+353866.100.1.1 1722240771 installed <13>Sep 2 01:50:00 rpmi: xorg-proto-devel-2024.1-alt1 sisyphus+343583.40.1.1 1711440649 installed <13>Sep 2 01:50:00 rpmi: libXdmcp-1.1.5-alt1 sisyphus+343583.700.1.1 1711441061 installed <13>Sep 2 01:50:00 rpmi: libXau-1.0.11-alt1 sisyphus+311428.100.1.1 1670577439 installed <13>Sep 2 01:50:00 rpmi: libxcb-1.17.0-alt1 sisyphus+345308.200.1.1 1713342004 installed <13>Sep 2 01:50:02 rpmi: libxcb-devel-1.17.0-alt1 sisyphus+345308.200.1.1 1713342004 installed <13>Sep 2 01:50:02 rpmi: libX11-3:1.8.10-alt1 sisyphus+353866.100.1.1 1722240771 installed <13>Sep 2 01:50:02 rpmi: alsa-ucm-conf-1.2.12-alt1 sisyphus+352670.100.1.1 1720712327 installed <13>Sep 2 01:50:02 rpmi: alsa-topology-conf-1.2.5.1-alt1 sisyphus+274777.100.1.1 1624089141 installed <13>Sep 2 01:50:02 rpmi: libalsa-1:1.2.12-alt1 sisyphus+352670.200.1.1 1720712401 installed <13>Sep 2 01:50:02 rpmi: libalsa-devel-1:1.2.12-alt1 sisyphus+352670.200.1.1 1720712401 installed <13>Sep 2 01:50:02 rpmi: libX11-devel-3:1.8.10-alt1 sisyphus+353866.100.1.1 1722240771 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/xbelld-0.3.3-alt5.nosrc.rpm (w1.gzdio) Installing xbelld-0.3.3-alt5.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.45058 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf xbelld-0.3.3 + echo 'Source #0 (xbelld-0.3.3.tar):' Source #0 (xbelld-0.3.3.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/xbelld-0.3.3.tar + cd xbelld-0.3.3 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (xbelld-0.3.3-alt5.patch):' Patch #0 (xbelld-0.3.3-alt5.patch): + /usr/bin/patch -p1 patching file .gitignore patching file Makefile patching file xbelld.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.45058 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd xbelld-0.3.3 + make -j16 make: Entering directory '/usr/src/RPM/BUILD/xbelld-0.3.3' cc -c -Wall -DVERSION=\"0.3.3\" -std=gnu99 -DDEBUG -g -DHAVE_ALSA xbelld.c -o xbelld.o xbelld.c: In function 'playSineWave': xbelld.c:469:23: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] 469 | die( "Expect %d bytes per frame. Got %d.", | ~^ | | | int | %ld 470 | sizeof( *buffer ), snd_pcm_frames_to_bytes( handle, 1 ) ); | ~~~~~~~~~~~~~~~~~ | | | long unsigned int xbelld.c:469:47: warning: format '%d' expects argument of type 'int', but argument 3 has type 'ssize_t' {aka 'long int'} [-Wformat=] 469 | die( "Expect %d bytes per frame. Got %d.", | ~^ | | | int | %ld 470 | sizeof( *buffer ), snd_pcm_frames_to_bytes( handle, 1 ) ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | ssize_t {aka long int} make: Leaving directory '/usr/src/RPM/BUILD/xbelld-0.3.3' make: Entering directory '/usr/src/RPM/BUILD/xbelld-0.3.3' cc xbelld.o -o xbelld -lX11 -lasound -lm make: Leaving directory '/usr/src/RPM/BUILD/xbelld-0.3.3' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.45058 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/xbelld-buildroot + : + /bin/rm -rf -- /usr/src/tmp/xbelld-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd xbelld-0.3.3 + install -D -m755 xbelld /usr/src/tmp/xbelld-buildroot/usr/bin/xbelld + install -D -m644 xbelld.1 /usr/src/tmp/xbelld-buildroot/usr/share/man/man1/xbelld.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/xbelld-buildroot (auto) Verifying and fixing files in /usr/src/tmp/xbelld-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/xbelld-buildroot/ (default) Compressing files in /usr/src/tmp/xbelld-buildroot (auto) Verifying ELF objects in /usr/src/tmp/xbelld-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/xbelld-buildroot Processing files: xbelld-0.3.3-alt5 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Zcp3Ew 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.0ZAEoA 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, libX11.so.6()(64bit) >= set:olryykarBd3zAFUMo15, libasound.so.2()(64bit) >= set:ok669uKKGH4U9c0NDAMxsAbRKtPl15U, libasound.so.2(ALSA_0.9)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), 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.MBz07o Creating xbelld-debuginfo package Processing files: xbelld-debuginfo-0.3.3-alt5 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jwf9Q5 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.R28bvr find-requires: running scripts (debuginfo) Requires: xbelld = 0.3.3-alt5, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libX11.so.6), debug64(libasound.so.2), debug64(libc.so.6), debug64(libm.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/xbelld-0.3.3-alt5.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/xbelld-debuginfo-0.3.3-alt5.x86_64.rpm (w2.lzdio) 0.41user 1.49system 0:05.81elapsed 32%CPU (0avgtext+0avgdata 35120maxresident)k 0inputs+0outputs (0major+171962minor)pagefaults 0swaps 3.58user 3.36system 0:19.94elapsed 34%CPU (0avgtext+0avgdata 135260maxresident)k 0inputs+0outputs (0major+217272minor)pagefaults 0swaps --- xbelld-0.3.3-alt5.x86_64.rpm.repo 2012-06-18 05:45:26.000000000 +0000 +++ xbelld-0.3.3-alt5.x86_64.rpm.hasher 2024-09-02 01:50:12.880017302 +0000 @@ -1,3 +1,3 @@ /usr/bin/xbelld 100755 root:root -/usr/share/man/man1/xbelld.1.gz 100644 root:root +/usr/share/man/man1/xbelld.1.xz 100644 root:root Requires: /lib64/ld-linux-x86-64.so.2 @@ -8,2 +8,3 @@ Requires: libc.so.6(GLIBC_2.2.5)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -13,4 +14,4 @@ Provides: xbelld = 0.3.3-alt5 -File: /usr/bin/xbelld 100755 root:root c56083904e98a585b0bb90bf0c8c3745 -File: /usr/share/man/man1/xbelld.1.gz 100644 root:root 239634b8e4c30dec12277291c382a099 -RPMIdentity: 437e50b32da2aac1044229dcfd86306db3e8239fd6b53fa95dc9e8bb9c2cd11d2c883f10b2bc7bae53d1d208e22dbdc5dcbed754e266786e80aa9faa971f6874 +File: /usr/bin/xbelld 100755 root:root 842a93bdb67c4123de7b6f33fb19345b +File: /usr/share/man/man1/xbelld.1.xz 100644 root:root 557b6f2b8d68d6219bc33f6dd83abc71 +RPMIdentity: 065e67c428e36c79bb8097ec364b8873d85e12316a9ce3adbd93b78150a9c5e4dce4d796210e06bf993cf4bb3b0680b8430ddc9a0762807f0f68ad95682e23b9 --- xbelld-debuginfo-0.3.3-alt5.x86_64.rpm.repo 2012-06-18 05:45:26.000000000 +0000 +++ xbelld-debuginfo-0.3.3-alt5.x86_64.rpm.hasher 2024-09-02 01:50:12.986019308 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/00 40755 root:root -/usr/lib/debug/.build-id/00/d81c2d1f53ae4ab01bedc7b2c9174430e8932a 120777 root:root ../../../../bin/xbelld -/usr/lib/debug/.build-id/00/d81c2d1f53ae4ab01bedc7b2c9174430e8932a.debug 120777 root:root ../../usr/bin/xbelld.debug +/usr/lib/debug/.build-id/3b 40755 root:root +/usr/lib/debug/.build-id/3b/c5b23c7709921431d0b5a90328258ef886b0bb 120777 root:root ../../../../bin/xbelld +/usr/lib/debug/.build-id/3b/c5b23c7709921431d0b5a90328258ef886b0bb.debug 120777 root:root ../../usr/bin/xbelld.debug /usr/lib/debug/usr/bin/xbelld.debug 100644 root:root @@ -15,6 +15,6 @@ Provides: xbelld-debuginfo = 0.3.3-alt5 -File: /usr/lib/debug/.build-id/00 40755 root:root -File: /usr/lib/debug/.build-id/00/d81c2d1f53ae4ab01bedc7b2c9174430e8932a 120777 root:root ../../../../bin/xbelld -File: /usr/lib/debug/.build-id/00/d81c2d1f53ae4ab01bedc7b2c9174430e8932a.debug 120777 root:root ../../usr/bin/xbelld.debug -File: /usr/lib/debug/usr/bin/xbelld.debug 100644 root:root 8b115592acf44bcda6c0ebcdd1c45738 +File: /usr/lib/debug/.build-id/3b 40755 root:root +File: /usr/lib/debug/.build-id/3b/c5b23c7709921431d0b5a90328258ef886b0bb 120777 root:root ../../../../bin/xbelld +File: /usr/lib/debug/.build-id/3b/c5b23c7709921431d0b5a90328258ef886b0bb.debug 120777 root:root ../../usr/bin/xbelld.debug +File: /usr/lib/debug/usr/bin/xbelld.debug 100644 root:root 1458b1f9807c54defda32ecd76245eb9 File: /usr/src/debug/xbelld-0.3.3 40755 root:root @@ -22,2 +22,2 @@ File: /usr/src/debug/xbelld-0.3.3/xbelld.h 100644 root:root 67bc65219c2a543505f7b3bf75480527 -RPMIdentity: dcf80277efbbbe78f1bf05449101364dc60b42cde5a90043ee691ca5de8a999170ce7900814dc822d1c288fa2d1c2cff2d289fbece540a0bd5a3a6bd72f8036e +RPMIdentity: eb6b03be4f14fbeb5c6c78d2edd707917a5401833baf75f9988ce8bddf68e679657a8b49ea92a083c579690308f8abdef5079293ea0e143a0825ec000428747d