<86>Nov 24 00:56:50 userdel[4069279]: delete user 'rooter' <86>Nov 24 00:56:50 userdel[4069279]: removed group 'rooter' owned by 'rooter' <86>Nov 24 00:56:50 userdel[4069279]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 24 00:56:50 groupadd[4069299]: group added to /etc/group: name=rooter, GID=1799 <86>Nov 24 00:56:50 groupadd[4069299]: group added to /etc/gshadow: name=rooter <86>Nov 24 00:56:50 groupadd[4069299]: new group: name=rooter, GID=1799 <86>Nov 24 00:56:50 useradd[4069324]: new user: name=rooter, UID=1799, GID=1799, home=/root, shell=/bin/bash, from=none <86>Nov 24 00:56:50 userdel[4069349]: delete user 'builder' <86>Nov 24 00:56:50 userdel[4069349]: removed group 'builder' owned by 'builder' <86>Nov 24 00:56:50 userdel[4069349]: removed shadow group 'builder' owned by 'builder' <86>Nov 24 00:56:50 groupadd[4069371]: group added to /etc/group: name=builder, GID=1800 <86>Nov 24 00:56:50 groupadd[4069371]: group added to /etc/gshadow: name=builder <86>Nov 24 00:56:50 groupadd[4069371]: new group: name=builder, GID=1800 <86>Nov 24 00:56:50 useradd[4069388]: new user: name=builder, UID=1800, GID=1800, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/unclutter-8-alt1.src.rpm: license not found in '/usr/share/license' directory: PD <13>Nov 24 00:56:53 rpmi: libX11-locales-3:1.8.7-alt1 sisyphus+330921.200.1.1 1696400315 installed <13>Nov 24 00:56:53 rpmi: xorg-proto-devel-2023.2-alt1.1 sisyphus+330960.100.2.1 1696609218 installed <13>Nov 24 00:56:53 rpmi: libXdmcp-1.1.4-alt1 sisyphus+311188.1000.1.1 1670233857 installed <13>Nov 24 00:56:53 rpmi: libXau-1.0.11-alt1 sisyphus+311428.100.1.1 1670577439 installed <13>Nov 24 00:56:53 rpmi: libxcb-1.16-alt1 sisyphus+327325.200.1.1 1692276261 installed <13>Nov 24 00:56:54 rpmi: libxcb-devel-1.16-alt1 sisyphus+327325.200.1.1 1692276261 installed <13>Nov 24 00:56:54 rpmi: libX11-3:1.8.7-alt1 sisyphus+330921.200.1.1 1696400315 installed <13>Nov 24 00:56:54 rpmi: libX11-devel-3:1.8.7-alt1 sisyphus+330921.200.1.1 1696400315 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/unclutter-8-alt1.nosrc.rpm (w1.gzdio) Installing unclutter-8-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.91525 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf unclutter-8 + echo 'Source #0 (unclutter-8.tar):' Source #0 (unclutter-8.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/unclutter-8.tar + cd unclutter-8 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.91525 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd unclutter-8 + make make: Entering directory '/usr/src/RPM/BUILD/unclutter-8' gcc -O -I/usr/include -c -o unclutter.o unclutter.c In file included from unclutter.c:27: vroot.h: In function 'VirtualRootWindow': vroot.h:41:1: warning: type of 'screen' defaults to 'int' [-Wimplicit-int] 41 | VirtualRootWindow(dpy, screen) | ^~~~~~~~~~~~~~~~~ unclutter.c: At top level: unclutter.c:30:1: warning: return type defaults to 'int' [-Wimplicit-int] 30 | pexit(str)char *str;{ | ^~~~~ unclutter.c: In function 'pexit': unclutter.c:32:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 32 | exit(1); | ^~~~ unclutter.c:28:1: note: include '' or provide a declaration of 'exit' 27 | #include "vroot.h" +++ |+#include 28 | unclutter.c:32:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 32 | exit(1); | ^~~~ unclutter.c:32:5: note: include '' or provide a declaration of 'exit' unclutter.c: At top level: unclutter.c:34:1: warning: return type defaults to 'int' [-Wimplicit-int] 34 | usage(){ | ^~~~~ unclutter.c:75:1: warning: return type defaults to 'int' [-Wimplicit-int] 75 | nameinlist(display,window) | ^~~~~~~~~~ unclutter.c:96:1: warning: return type defaults to 'int' [-Wimplicit-int] 96 | createnullcursor(display,root) | ^~~~~~~~~~~~~~~~ unclutter.c:120:1: warning: return type defaults to 'int' [-Wimplicit-int] 120 | main(argc,argv)char **argv;{ | ^~~~ unclutter.c: In function 'main': unclutter.c:120:1: warning: type of 'argc' defaults to 'int' [-Wimplicit-int] unclutter.c:136:24: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] 136 | idletime = atoi(*argv); | ^~~~ unclutter.c:169:24: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 169 | cursor = (Cursor*) malloc(numscreens*sizeof(Cursor)); | ^~~~~~ unclutter.c:169:24: note: include '' or provide a declaration of 'malloc' unclutter.c:169:24: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] unclutter.c:169:24: note: include '' or provide a declaration of 'malloc' unclutter.c:51:27: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration] 51 | #define ALMOSTEQUAL(a,b) (abs(a-b)<=jitter) | ^~~ unclutter.c:229:24: note: in expansion of macro 'ALMOSTEQUAL' 229 | !(ALMOSTEQUAL(rootx,oldx) && ALMOSTEQUAL(rooty,oldy))){ | ^~~~~~~~~~~ unclutter.c:51:27: note: include '' or provide a declaration of 'abs' 51 | #define ALMOSTEQUAL(a,b) (abs(a-b)<=jitter) | ^~~ unclutter.c:229:24: note: in expansion of macro 'ALMOSTEQUAL' 229 | !(ALMOSTEQUAL(rootx,oldx) && ALMOSTEQUAL(rooty,oldy))){ | ^~~~~~~~~~~ rm -f unclutter gcc -o unclutter unclutter.o -O -lX11 make: Leaving directory '/usr/src/RPM/BUILD/unclutter-8' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.91525 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/unclutter-buildroot + : + /bin/rm -rf -- /usr/src/tmp/unclutter-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd unclutter-8 + mkdir -p /usr/src/tmp/unclutter-buildroot/usr/bin /usr/src/tmp/unclutter-buildroot/usr/share/man/man1 + make install install.man BINDIR=/usr/src/tmp/unclutter-buildroot/usr/bin MANDIR=/usr/src/tmp/unclutter-buildroot/usr/share/man/man1 make: Entering directory '/usr/src/RPM/BUILD/unclutter-8' install -c -c -s unclutter /usr/src/tmp/unclutter-buildroot/usr/bin WARNING: strip is called in %install by 'install -s' (ignored) install -c -c unclutter.man /usr/src/tmp/unclutter-buildroot/usr/share/man/man1/unclutter.1 make: Leaving directory '/usr/src/RPM/BUILD/unclutter-8' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/unclutter-buildroot (auto) Verifying and fixing files in /usr/src/tmp/unclutter-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/unclutter-buildroot/ (default) Compressing files in /usr/src/tmp/unclutter-buildroot (auto) mode of '/usr/src/tmp/unclutter-buildroot/usr/share/man/man1/unclutter.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/unclutter-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: unclutter-8-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vQo3n4 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.XRD590 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:ojSxCJH41OP53zTRqoSFNDtkY0rID90aK6bDcux1lOuD9hgj9FP8dL9zNqC8hyVtkTgPd6h8t9rh2, libc.so.6(GLIBC_2.2.5)(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) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.v2X2ca Creating unclutter-debuginfo package Processing files: unclutter-debuginfo-8-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9cHeay find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vgBzMp find-requires: running scripts (debuginfo) Requires: unclutter = 8-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libX11.so.6), debug64(libc.so.6) Adding to unclutter-debuginfo a strict dependency on unclutter Wrote: /usr/src/RPM/RPMS/x86_64/unclutter-8-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/unclutter-debuginfo-8-alt1.x86_64.rpm (w2.lzdio) 0.18user 0.54system 0:05.42elapsed 13%CPU (0avgtext+0avgdata 30476maxresident)k 0inputs+0outputs (0major+151562minor)pagefaults 0swaps /.out/unclutter-8-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: PD /.out/unclutter-debuginfo-8-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: PD 2.89user 1.33system 0:12.49elapsed 33%CPU (0avgtext+0avgdata 127628maxresident)k 0inputs+0outputs (0major+199322minor)pagefaults 0swaps --- unclutter-8-alt1.x86_64.rpm.repo 2021-06-22 18:59:07.000000000 +0000 +++ unclutter-8-alt1.x86_64.rpm.hasher 2023-11-24 00:57:01.545151631 +0000 @@ -6,2 +6,4 @@ Requires: libc.so.6(GLIBC_2.2.5)(64bit) +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) @@ -10,4 +12,4 @@ Provides: unclutter = 8-alt1:sisyphus+275011.100.1.1 -File: /usr/bin/unclutter 100755 root:root 376cff0f0d59759b2acd3f958ceb86c0 +File: /usr/bin/unclutter 100755 root:root c5f4fccccda1d345c876b6938cc51ca5 File: /usr/share/man/man1/unclutter.1.xz 100644 root:root 5576e4758215cd474371bf056cdf71fa -RPMIdentity: 8e85f8fea61fbf51ece600017f1cee28e131981666ef7865290f6f464ec384025befca5c71d35cf55b75461541a12fdcad5470aa2a1eb5f7ba8bca4c74a35d13 +RPMIdentity: 243c1d5ebbe7ccba80a2200499ffc2706ef4d8606fcc63ea43bd7ad7837482291716d42dc999468e063ed04f7e1600d919d42b536d70a76edaa684b6412c45dc --- unclutter-debuginfo-8-alt1.x86_64.rpm.repo 2021-06-22 18:59:07.000000000 +0000 +++ unclutter-debuginfo-8-alt1.x86_64.rpm.hasher 2023-11-24 00:57:01.598152521 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/0c 40755 root:root -/usr/lib/debug/.build-id/0c/ebc1faef29b4bfc5aef8ddf7f931f45a7b45b4 120777 root:root ../../../../bin/unclutter -/usr/lib/debug/.build-id/0c/ebc1faef29b4bfc5aef8ddf7f931f45a7b45b4.debug 120777 root:root ../../usr/bin/unclutter.debug +/usr/lib/debug/.build-id/05 40755 root:root +/usr/lib/debug/.build-id/05/c096f20bc37c702a74d618a3a734063c7f91de 120777 root:root ../../../../bin/unclutter +/usr/lib/debug/.build-id/05/c096f20bc37c702a74d618a3a734063c7f91de.debug 120777 root:root ../../usr/bin/unclutter.debug /usr/lib/debug/usr/bin/unclutter.debug 100644 root:root @@ -10,6 +10,6 @@ Provides: unclutter-debuginfo = 8-alt1:sisyphus+275011.100.1.1 -File: /usr/lib/debug/.build-id/0c 40755 root:root -File: /usr/lib/debug/.build-id/0c/ebc1faef29b4bfc5aef8ddf7f931f45a7b45b4 120777 root:root ../../../../bin/unclutter -File: /usr/lib/debug/.build-id/0c/ebc1faef29b4bfc5aef8ddf7f931f45a7b45b4.debug 120777 root:root ../../usr/bin/unclutter.debug -File: /usr/lib/debug/usr/bin/unclutter.debug 100644 root:root e8783ca56348da10b640acbf5ef4bb22 -RPMIdentity: 279ad115c2270560259e311bfc1cd3d85ce7255147ce7753f888f3501cc7dc8bd0171e7a2981434581cc0d080648f12ddd55a02c03a667cc7af897f2b55f7148 +File: /usr/lib/debug/.build-id/05 40755 root:root +File: /usr/lib/debug/.build-id/05/c096f20bc37c702a74d618a3a734063c7f91de 120777 root:root ../../../../bin/unclutter +File: /usr/lib/debug/.build-id/05/c096f20bc37c702a74d618a3a734063c7f91de.debug 120777 root:root ../../usr/bin/unclutter.debug +File: /usr/lib/debug/usr/bin/unclutter.debug 100644 root:root d9bf7103ca30992e78a2b768cd3ed8a2 +RPMIdentity: cb31daf7728c687244268bdbde18ceea645610db7002fcbb06608179cec811391cd46766bf27a83d261c1d27482b20f039d2b1976d43447a1cb75cfdc3ece0a4