<86>May 7 04:43:46 userdel[3843350]: delete user 'rooter' <86>May 7 04:43:46 userdel[3843350]: removed group 'rooter' owned by 'rooter' <86>May 7 04:43:46 groupadd[3843409]: group added to /etc/group: name=rooter, GID=1344 <86>May 7 04:43:46 groupadd[3843409]: group added to /etc/gshadow: name=rooter <86>May 7 04:43:46 groupadd[3843409]: new group: name=rooter, GID=1344 <86>May 7 04:43:46 useradd[3843436]: new user: name=rooter, UID=1344, GID=1344, home=/root, shell=/bin/bash, from=none <86>May 7 04:43:46 userdel[3843493]: delete user 'builder' <86>May 7 04:43:46 userdel[3843493]: removed group 'builder' owned by 'builder' <86>May 7 04:43:46 userdel[3843493]: removed shadow group 'builder' owned by 'builder' <86>May 7 04:43:46 groupadd[3843539]: group added to /etc/group: name=builder, GID=1345 <86>May 7 04:43:46 groupadd[3843539]: group added to /etc/gshadow: name=builder <86>May 7 04:43:46 groupadd[3843539]: new group: name=builder, GID=1345 <86>May 7 04:43:46 useradd[3843562]: new user: name=builder, UID=1345, GID=1345, 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>May 7 04:43:47 rpmi: libX11-locales-3:1.8.4-alt1 sisyphus+314722.100.1.1 1675664300 installed <13>May 7 04:43:47 rpmi: xorg-proto-devel-2022.1-alt1 sisyphus+299488.100.1.1 1651731532 installed <13>May 7 04:43:47 rpmi: libXdmcp-1.1.4-alt1 sisyphus+311188.1000.1.1 1670233857 installed <13>May 7 04:43:47 rpmi: libXau-1.0.11-alt1 sisyphus+311428.100.1.1 1670577439 installed <13>May 7 04:43:47 rpmi: libxcb-1.15-alt1 sisyphus+299436.300.1.1 1651655472 installed <13>May 7 04:43:48 rpmi: libxcb-devel-1.15-alt1 sisyphus+299436.300.1.1 1651655472 installed <13>May 7 04:43:48 rpmi: libX11-3:1.8.4-alt1 sisyphus+314722.100.1.1 1675664300 installed <13>May 7 04:43:48 rpmi: libX11-devel-3:1.8.4-alt1 sisyphus+314722.100.1.1 1675664300 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.91203 + 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.91203 + 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.54486 + 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.4UCaAm 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.oTZpLM 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.CclJCT 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.0AIJph find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.m7QrGk 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.32user 0.53system 0:05.51elapsed 15%CPU (0avgtext+0avgdata 28520maxresident)k 0inputs+0outputs (0major+148855minor)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 1.81user 1.15system 0:11.75elapsed 25%CPU (0avgtext+0avgdata 110932maxresident)k 0inputs+0outputs (32982major+173269minor)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-05-07 04:43:56.268158202 +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 8cef3d2d1c2c1a05a459649c3055cf4f File: /usr/share/man/man1/unclutter.1.xz 100644 root:root 5576e4758215cd474371bf056cdf71fa -RPMIdentity: 8e85f8fea61fbf51ece600017f1cee28e131981666ef7865290f6f464ec384025befca5c71d35cf55b75461541a12fdcad5470aa2a1eb5f7ba8bca4c74a35d13 +RPMIdentity: 10613b7d541c29b675c82cac15bb269906218023fcf965113b08fe99dee75f0125a1bfdc1e703a790db9dd4e96b78f61ecb03cdcb125f9aca94eb7182adbbc0c --- 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-05-07 04:43:56.367159294 +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/4b 40755 root:root +/usr/lib/debug/.build-id/4b/c644993c20e64e3e7a74ffb200afa8ab8fb2d8 120777 root:root ../../../../bin/unclutter +/usr/lib/debug/.build-id/4b/c644993c20e64e3e7a74ffb200afa8ab8fb2d8.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/4b 40755 root:root +File: /usr/lib/debug/.build-id/4b/c644993c20e64e3e7a74ffb200afa8ab8fb2d8 120777 root:root ../../../../bin/unclutter +File: /usr/lib/debug/.build-id/4b/c644993c20e64e3e7a74ffb200afa8ab8fb2d8.debug 120777 root:root ../../usr/bin/unclutter.debug +File: /usr/lib/debug/usr/bin/unclutter.debug 100644 root:root d7e653581ad41d04303bc6c7ea7bb230 +RPMIdentity: e8477a23f5f4eb966aa4cc8ca545ac148f1da1ec01e91ca679caa4877a5d102a6b289a446ef10bf2cc2ba876ab5ca412e36e5a9975e4083d997f857ae54d4fe4