<86>Jul 20 01:32:18 userdel[726987]: delete user 'rooter' <86>Jul 20 01:32:18 userdel[726987]: removed group 'rooter' owned by 'rooter' <86>Jul 20 01:32:18 userdel[726987]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 20 01:32:18 groupadd[727239]: group added to /etc/group: name=rooter, GID=1241 <86>Jul 20 01:32:18 groupadd[727239]: group added to /etc/gshadow: name=rooter <86>Jul 20 01:32:18 groupadd[727239]: new group: name=rooter, GID=1241 <86>Jul 20 01:32:18 useradd[727266]: new user: name=rooter, UID=1241, GID=1241, home=/root, shell=/bin/bash, from=none <86>Jul 20 01:32:18 userdel[727429]: delete user 'builder' <86>Jul 20 01:32:18 userdel[727429]: removed group 'builder' owned by 'builder' <86>Jul 20 01:32:18 userdel[727429]: removed shadow group 'builder' owned by 'builder' <86>Jul 20 01:32:19 groupadd[727624]: group added to /etc/group: name=builder, GID=1242 <86>Jul 20 01:32:19 groupadd[727624]: group added to /etc/gshadow: name=builder <86>Jul 20 01:32:19 groupadd[727624]: new group: name=builder, GID=1242 <86>Jul 20 01:32:19 useradd[727676]: new user: name=builder, UID=1242, GID=1242, home=/usr/src, shell=/bin/bash, from=none <13>Jul 20 01:32:25 rpmi: libX11-locales-3:1.8.8-alt1 sisyphus+343583.100.1.1 1711440719 installed <13>Jul 20 01:32:25 rpmi: xorg-proto-devel-2024.1-alt1 sisyphus+343583.40.1.1 1711440649 installed <13>Jul 20 01:32:25 rpmi: libXdmcp-1.1.5-alt1 sisyphus+343583.700.1.1 1711441061 installed <13>Jul 20 01:32:25 rpmi: libXau-1.0.11-alt1 sisyphus+311428.100.1.1 1670577439 installed <13>Jul 20 01:32:25 rpmi: libxcb-1.17.0-alt1 sisyphus+345308.200.1.1 1713342004 installed <13>Jul 20 01:32:26 rpmi: libxcb-devel-1.17.0-alt1 sisyphus+345308.200.1.1 1713342004 installed <13>Jul 20 01:32:26 rpmi: libX11-3:1.8.8-alt1 sisyphus+343583.100.1.1 1711440719 installed <13>Jul 20 01:32:26 rpmi: alsa-ucm-conf-1.2.12-alt1 sisyphus+352670.100.1.1 1720712327 installed <13>Jul 20 01:32:26 rpmi: alsa-topology-conf-1.2.5.1-alt1 sisyphus+274777.100.1.1 1624089141 installed <13>Jul 20 01:32:26 rpmi: libalsa-1:1.2.12-alt1 sisyphus+352670.200.1.1 1720712401 installed <13>Jul 20 01:32:26 rpmi: libalsa-devel-1:1.2.12-alt1 sisyphus+352670.200.1.1 1720712401 installed <13>Jul 20 01:32:26 rpmi: libX11-devel-3:1.8.8-alt1 sisyphus+343583.100.1.1 1711440719 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.53134 + 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.53134 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd xbelld-0.3.3 + make -j8 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.53134 + 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.FF39kG 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.2bvrbT 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.VAWtKC 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.aWIOct find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Y29mhN 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.72user 0.67system 0:06.40elapsed 21%CPU (0avgtext+0avgdata 35100maxresident)k 0inputs+0outputs (0major+170513minor)pagefaults 0swaps 5.88user 2.27system 0:24.44elapsed 33%CPU (0avgtext+0avgdata 133296maxresident)k 192inputs+0outputs (0major+198493minor)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-07-20 01:32:37.884754792 +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 b5ef47a9929481518262167261bec469 +File: /usr/share/man/man1/xbelld.1.xz 100644 root:root 557b6f2b8d68d6219bc33f6dd83abc71 +RPMIdentity: 15d64b9e73ff0f31be8db9738d3213f9c38796bb5ec4791b928b667bbd5e7b073acff7697a45dbde52e32e1bc2de8d3961975a638c3d8ec37eb329fb440eb05b --- 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-07-20 01:32:37.981754982 +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/25 40755 root:root +/usr/lib/debug/.build-id/25/356117a59540b683a687e3ed0ca1858c3aef7e 120777 root:root ../../../../bin/xbelld +/usr/lib/debug/.build-id/25/356117a59540b683a687e3ed0ca1858c3aef7e.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/25 40755 root:root +File: /usr/lib/debug/.build-id/25/356117a59540b683a687e3ed0ca1858c3aef7e 120777 root:root ../../../../bin/xbelld +File: /usr/lib/debug/.build-id/25/356117a59540b683a687e3ed0ca1858c3aef7e.debug 120777 root:root ../../usr/bin/xbelld.debug +File: /usr/lib/debug/usr/bin/xbelld.debug 100644 root:root e9e5e4ddef865a3cf44a430b20c0a529 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: bd2a9d5cada8e05072f9ef4f90aacce7270837e3631568f688d8c9865bf9cd167ddf651844231d4ade76c92dad7ef756285f212777ff8cf579e8f8ed21f59d61