<86>Nov 9 07:08:50 userdel[943539]: delete user 'rooter' <86>Nov 9 07:08:50 userdel[943539]: removed group 'rooter' owned by 'rooter' <86>Nov 9 07:08:50 userdel[943539]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 9 07:08:50 groupadd[943554]: group added to /etc/group: name=rooter, GID=1820 <86>Nov 9 07:08:50 groupadd[943554]: group added to /etc/gshadow: name=rooter <86>Nov 9 07:08:50 groupadd[943554]: new group: name=rooter, GID=1820 <86>Nov 9 07:08:50 useradd[943566]: new user: name=rooter, UID=1820, GID=1820, home=/root, shell=/bin/bash, from=none <86>Nov 9 07:08:50 userdel[943584]: delete user 'builder' <86>Nov 9 07:08:50 userdel[943584]: removed group 'builder' owned by 'builder' <86>Nov 9 07:08:50 userdel[943584]: removed shadow group 'builder' owned by 'builder' <86>Nov 9 07:08:50 groupadd[943601]: group added to /etc/group: name=builder, GID=1821 <86>Nov 9 07:08:50 groupadd[943601]: group added to /etc/gshadow: name=builder <86>Nov 9 07:08:50 groupadd[943601]: new group: name=builder, GID=1821 <86>Nov 9 07:08:50 useradd[943615]: 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>Nov 9 07:08:53 rpmi: libX11-locales-3:1.8.10-alt1 sisyphus+353866.100.1.1 1722240771 installed <13>Nov 9 07:08:53 rpmi: xorg-proto-devel-2024.1-alt1 sisyphus+343583.40.1.1 1711440649 installed <13>Nov 9 07:08:53 rpmi: libXdmcp-1.1.5-alt1 sisyphus+343583.700.1.1 1711441073 installed <13>Nov 9 07:08:53 rpmi: libXau-1.0.11-alt1 sisyphus+311428.100.1.1 1670577440 installed <13>Nov 9 07:08:53 rpmi: libxcb-1.17.0-alt1 sisyphus+345308.200.1.1 1713342009 installed <13>Nov 9 07:08:54 rpmi: libxcb-devel-1.17.0-alt1 sisyphus+345308.200.1.1 1713342009 installed <13>Nov 9 07:08:54 rpmi: libX11-3:1.8.10-alt1 sisyphus+353866.100.1.1 1722240774 installed <13>Nov 9 07:08:54 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.71683 + 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.71683 + 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: error: type of 'screen' defaults to 'int' [-Wimplicit-int] 41 | VirtualRootWindow(dpy, screen) | ^~~~~~~~~~~~~~~~~ unclutter.c: At top level: unclutter.c:30:1: error: return type defaults to 'int' [-Wimplicit-int] 30 | pexit(str)char *str;{ | ^~~~~ unclutter.c: In function 'pexit': unclutter.c:32:5: error: 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: error: return type defaults to 'int' [-Wimplicit-int] 34 | usage(){ | ^~~~~ unclutter.c:75:1: error: return type defaults to 'int' [-Wimplicit-int] 75 | nameinlist(display,window) | ^~~~~~~~~~ unclutter.c:96:1: error: return type defaults to 'int' [-Wimplicit-int] 96 | createnullcursor(display,root) | ^~~~~~~~~~~~~~~~ unclutter.c:120:1: error: return type defaults to 'int' [-Wimplicit-int] 120 | main(argc,argv)char **argv;{ | ^~~~ unclutter.c: In function 'main': unclutter.c:120:1: error: type of 'argc' defaults to 'int' [-Wimplicit-int] unclutter.c:136:24: error: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] 136 | idletime = atoi(*argv); | ^~~~ unclutter.c:169:24: error: 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: error: 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))){ | ^~~~~~~~~~~ make: *** [: unclutter.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/unclutter-8' error: Bad exit status from /usr/src/tmp/rpm-tmp.71683 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.71683 (%build) Command exited with non-zero status 1 0.03user 0.05system 0:00.08elapsed 103%CPU (0avgtext+0avgdata 15360maxresident)k 0inputs+0outputs (0major+8055minor)pagefaults 0swaps hsh-rebuild: rebuild of `unclutter-8-alt1.src.rpm' failed. Command exited with non-zero status 1 2.91user 2.38system 0:08.92elapsed 59%CPU (0avgtext+0avgdata 131656maxresident)k 0inputs+0outputs (0major+199315minor)pagefaults 0swaps