<86>Jun 3 05:50:53 userdel[3851756]: delete user 'rooter' <86>Jun 3 05:50:53 userdel[3851756]: removed group 'rooter' owned by 'rooter' <86>Jun 3 05:50:53 userdel[3851756]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 3 05:50:53 groupadd[3851784]: group added to /etc/group: name=rooter, GID=1820 <86>Jun 3 05:50:53 groupadd[3851784]: group added to /etc/gshadow: name=rooter <86>Jun 3 05:50:53 groupadd[3851784]: new group: name=rooter, GID=1820 <86>Jun 3 05:50:53 useradd[3851798]: new user: name=rooter, UID=1820, GID=1820, home=/root, shell=/bin/bash, from=none <86>Jun 3 05:50:53 userdel[3851861]: delete user 'builder' <86>Jun 3 05:50:53 userdel[3851861]: removed group 'builder' owned by 'builder' <86>Jun 3 05:50:53 userdel[3851861]: removed shadow group 'builder' owned by 'builder' <86>Jun 3 05:50:53 groupadd[3851919]: group added to /etc/group: name=builder, GID=1821 <86>Jun 3 05:50:53 groupadd[3851919]: group added to /etc/gshadow: name=builder <86>Jun 3 05:50:53 groupadd[3851919]: new group: name=builder, GID=1821 <86>Jun 3 05:50:53 useradd[3851947]: new user: name=builder, UID=1821, GID=1821, 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>Jun 3 05:50:54 rpmi: libX11-locales-3:1.8.4-alt1 sisyphus+314722.100.1.1 1675664300 installed <13>Jun 3 05:50:54 rpmi: xorg-proto-devel-2022.1-alt1 sisyphus+299488.100.1.1 1651731532 installed <13>Jun 3 05:50:54 rpmi: libXdmcp-1.1.4-alt1 sisyphus+311188.1000.1.1 1670233860 installed <13>Jun 3 05:50:54 rpmi: libXau-1.0.11-alt1 sisyphus+311428.100.1.1 1670577440 installed <13>Jun 3 05:50:54 rpmi: libxcb-1.15-alt1 sisyphus+299436.300.1.1 1651655490 installed <13>Jun 3 05:50:55 rpmi: libxcb-devel-1.15-alt1 sisyphus+299436.300.1.1 1651655490 installed <13>Jun 3 05:50:55 rpmi: libX11-3:1.8.4-alt1 sisyphus+314722.100.1.1 1675664302 installed <13>Jun 3 05:50:56 rpmi: libX11-devel-3:1.8.4-alt1 sisyphus+314722.100.1.1 1675664302 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/unclutter-8-alt1.nosrc.rpm (w1.gzdio) Installing unclutter-8-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.71908 + 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.71908 + 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.71908 + 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.uW3HX8 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.uKwb3X find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libX11.so.6 >= set:ojSxCJH41OP53zTRqoSFNDtkY0rID90aK6bDcux1lOuD9hgj9FP8dL9zNqC8hyVtkTgPd6h8t9rh2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), 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.h4pflI 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.Y540jo find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uL3beK find-requires: running scripts (debuginfo) Requires: unclutter = 8-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libX11.so.6), debug(libc.so.6) Adding to unclutter-debuginfo a strict dependency on unclutter Wrote: /usr/src/RPM/RPMS/i586/unclutter-8-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/unclutter-debuginfo-8-alt1.i586.rpm (w2.lzdio) 0.44user 0.56system 0:05.53elapsed 18%CPU (0avgtext+0avgdata 23944maxresident)k 0inputs+0outputs (0major+133855minor)pagefaults 0swaps /.out/unclutter-8-alt1.i586.rpm: license not found in '/usr/share/license' directory: PD /.out/unclutter-debuginfo-8-alt1.i586.rpm: license not found in '/usr/share/license' directory: PD 1.75user 1.22system 0:12.08elapsed 24%CPU (0avgtext+0avgdata 109576maxresident)k 0inputs+0outputs (0major+204553minor)pagefaults 0swaps --- unclutter-8-alt1.i586.rpm.repo 2021-06-22 18:59:07.000000000 +0000 +++ unclutter-8-alt1.i586.rpm.hasher 2023-06-03 05:51:03.544026213 +0000 @@ -7,2 +7,4 @@ Requires: libc.so.6(GLIBC_2.1.3) +Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -11,4 +13,4 @@ Provides: unclutter = 8-alt1:sisyphus+275011.100.1.1 -File: /usr/bin/unclutter 100755 root:root 31dd08f6668bf6602672096ac39383d2 +File: /usr/bin/unclutter 100755 root:root 00ddff755d7553ad5adbd73f665ed69f File: /usr/share/man/man1/unclutter.1.xz 100644 root:root 5576e4758215cd474371bf056cdf71fa -RPMIdentity: 0ff7238875e8cea6ea3f93738037fe6c6f48e66bebf9c3e399cbd882872d8346bb9a59754f40d5a51881a8564164ba5af93f9559ebc7c2cd64b28ff785578e08 +RPMIdentity: d3234b90eac81baaa07a6eb1bbadf3d0bc1525289332f3f3475f919d027d11bfc3838d39f05ac0797b8f8f9246d396593d953dee30f1b27ea4d5e4a77590bc4f --- unclutter-debuginfo-8-alt1.i586.rpm.repo 2021-06-22 18:59:07.000000000 +0000 +++ unclutter-debuginfo-8-alt1.i586.rpm.hasher 2023-06-03 05:51:03.611026989 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/9e 40755 root:root -/usr/lib/debug/.build-id/9e/857dd3429a92f22aba9c1d390cd5c9134cd1d9 120777 root:root ../../../../bin/unclutter -/usr/lib/debug/.build-id/9e/857dd3429a92f22aba9c1d390cd5c9134cd1d9.debug 120777 root:root ../../usr/bin/unclutter.debug +/usr/lib/debug/.build-id/bc 40755 root:root +/usr/lib/debug/.build-id/bc/59e717a281e4337ffbe4203bf6f4e198c2a09a 120777 root:root ../../../../bin/unclutter +/usr/lib/debug/.build-id/bc/59e717a281e4337ffbe4203bf6f4e198c2a09a.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/9e 40755 root:root -File: /usr/lib/debug/.build-id/9e/857dd3429a92f22aba9c1d390cd5c9134cd1d9 120777 root:root ../../../../bin/unclutter -File: /usr/lib/debug/.build-id/9e/857dd3429a92f22aba9c1d390cd5c9134cd1d9.debug 120777 root:root ../../usr/bin/unclutter.debug -File: /usr/lib/debug/usr/bin/unclutter.debug 100644 root:root 37af22c7906e2d5b869ec8ca54249e5f -RPMIdentity: c406489986a89a0ba193c84c4dfd705149a5b0a498c8d8ca3c1c72d721f0fe710fd64e30653f6f75e5bc0459302ac8934a6b3402a1361ba4d04565b9e03f2237 +File: /usr/lib/debug/.build-id/bc 40755 root:root +File: /usr/lib/debug/.build-id/bc/59e717a281e4337ffbe4203bf6f4e198c2a09a 120777 root:root ../../../../bin/unclutter +File: /usr/lib/debug/.build-id/bc/59e717a281e4337ffbe4203bf6f4e198c2a09a.debug 120777 root:root ../../usr/bin/unclutter.debug +File: /usr/lib/debug/usr/bin/unclutter.debug 100644 root:root a7c8d6c6af6dfb1c51de83edd61fa2ae +RPMIdentity: 5e2b6eadfa1ba25d4618024861b4d4e8d90f8d2440f33986db00d7f153bde50ba3ee8b1f8ec6f33bba2e435875af475b0d8b49f3668ef383cd1887030cbe1356