<86>Oct 19 07:08:45 userdel[13354]: delete user 'rooter' <86>Oct 19 07:08:45 userdel[13354]: removed group 'rooter' owned by 'rooter' <86>Oct 19 07:08:45 userdel[13354]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 19 07:08:45 groupadd[13409]: group added to /etc/group: name=rooter, GID=1850 <86>Oct 19 07:08:45 groupadd[13409]: group added to /etc/gshadow: name=rooter <86>Oct 19 07:08:45 groupadd[13409]: new group: name=rooter, GID=1850 <86>Oct 19 07:08:45 useradd[13455]: new user: name=rooter, UID=1850, GID=1850, home=/root, shell=/bin/bash, from=none <86>Oct 19 07:08:45 userdel[13523]: delete user 'builder' <86>Oct 19 07:08:45 userdel[13523]: removed group 'builder' owned by 'builder' <86>Oct 19 07:08:45 userdel[13523]: removed shadow group 'builder' owned by 'builder' <86>Oct 19 07:08:45 groupadd[13580]: group added to /etc/group: name=builder, GID=1851 <86>Oct 19 07:08:45 groupadd[13580]: group added to /etc/gshadow: name=builder <86>Oct 19 07:08:45 groupadd[13580]: new group: name=builder, GID=1851 <86>Oct 19 07:08:45 useradd[13646]: new user: name=builder, UID=1851, GID=1851, 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>Oct 19 07:08:48 rpmi: libX11-locales-3:1.8.10-alt1 sisyphus+353866.100.1.1 1722240771 installed <13>Oct 19 07:08:48 rpmi: xorg-proto-devel-2024.1-alt1 sisyphus+343583.40.1.1 1711440649 installed <13>Oct 19 07:08:48 rpmi: libXdmcp-1.1.5-alt1 sisyphus+343583.700.1.1 1711441073 installed <13>Oct 19 07:08:48 rpmi: libXau-1.0.11-alt1 sisyphus+311428.100.1.1 1670577440 installed <13>Oct 19 07:08:48 rpmi: libxcb-1.17.0-alt1 sisyphus+345308.200.1.1 1713342009 installed <13>Oct 19 07:08:49 rpmi: libxcb-devel-1.17.0-alt1 sisyphus+345308.200.1.1 1713342009 installed <13>Oct 19 07:08:49 rpmi: libX11-3:1.8.10-alt1 sisyphus+353866.100.1.1 1722240774 installed <13>Oct 19 07:08:49 rpmi: libX11-devel-3:1.8.10-alt1 sisyphus+353866.100.1.1 1722240774 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.24397 + 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.24397 + 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.24397 + 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:/usr/bin:/bin:/usr/local/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) mode of 'usr/share/man/man1/unclutter.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) 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) 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) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/unclutter-buildroot Processing files: unclutter-8-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BBEaiu 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.SSeJyR 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.jo6QxY 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.il5HjN find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5A5qLl 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.40user 0.70system 0:05.53elapsed 20%CPU (0avgtext+0avgdata 25016maxresident)k 0inputs+0outputs (0major+136254minor)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 3.30user 2.48system 0:15.92elapsed 36%CPU (0avgtext+0avgdata 132088maxresident)k 0inputs+0outputs (0major+199350minor)pagefaults 0swaps --- unclutter-8-alt1.i586.rpm.repo 2021-06-22 18:59:07.000000000 +0000 +++ unclutter-8-alt1.i586.rpm.hasher 2024-10-19 07:08:57.596659595 +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 f5c91fe226b640befd7390afd3c960d2 File: /usr/share/man/man1/unclutter.1.xz 100644 root:root 5576e4758215cd474371bf056cdf71fa -RPMIdentity: 0ff7238875e8cea6ea3f93738037fe6c6f48e66bebf9c3e399cbd882872d8346bb9a59754f40d5a51881a8564164ba5af93f9559ebc7c2cd64b28ff785578e08 +RPMIdentity: 55e18e88bff2de787fadc7506eb59f51604a7e6bbfad42096cfe5231bb09c36a7fdfafdfea6b80747a85abc077b593985c71c58746eb9273c3a40d6a41096b5c --- unclutter-debuginfo-8-alt1.i586.rpm.repo 2021-06-22 18:59:07.000000000 +0000 +++ unclutter-debuginfo-8-alt1.i586.rpm.hasher 2024-10-19 07:08:57.675660868 +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/88 40755 root:root +/usr/lib/debug/.build-id/88/84f210e67a56982bc537927c3ec393d2d468a0 120777 root:root ../../../../bin/unclutter +/usr/lib/debug/.build-id/88/84f210e67a56982bc537927c3ec393d2d468a0.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/88 40755 root:root +File: /usr/lib/debug/.build-id/88/84f210e67a56982bc537927c3ec393d2d468a0 120777 root:root ../../../../bin/unclutter +File: /usr/lib/debug/.build-id/88/84f210e67a56982bc537927c3ec393d2d468a0.debug 120777 root:root ../../usr/bin/unclutter.debug +File: /usr/lib/debug/usr/bin/unclutter.debug 100644 root:root faccef3beb87a649ed9624e57a48ea9a +RPMIdentity: 980d014354b406f04f7d2284fc269ab6a83308275c35a1ac9af2f46eefa6944805077ec66034bfeeba2359a47097e93af477afbe82893b3a68aff4161f4cbee0