<86>Nov 9 06:19:10 userdel[3319730]: delete user 'rooter' <86>Nov 9 06:19:10 groupadd[3319778]: group added to /etc/group: name=rooter, GID=1241 <86>Nov 9 06:19:10 groupadd[3319778]: group added to /etc/gshadow: name=rooter <86>Nov 9 06:19:10 groupadd[3319778]: new group: name=rooter, GID=1241 <86>Nov 9 06:19:10 useradd[3319807]: new user: name=rooter, UID=1241, GID=1241, home=/root, shell=/bin/bash, from=none <86>Nov 9 06:19:10 userdel[3319855]: delete user 'builder' <86>Nov 9 06:19:10 userdel[3319855]: removed group 'builder' owned by 'builder' <86>Nov 9 06:19:10 userdel[3319855]: removed shadow group 'builder' owned by 'builder' <86>Nov 9 06:19:10 groupadd[3319888]: group added to /etc/group: name=builder, GID=1242 <86>Nov 9 06:19:10 groupadd[3319888]: group added to /etc/gshadow: name=builder <86>Nov 9 06:19:10 groupadd[3319888]: new group: name=builder, GID=1242 <86>Nov 9 06:19:10 useradd[3319913]: new user: name=builder, UID=1242, GID=1242, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/wmfortune-0.241-alt4.qa2.src.rpm: The use of such a license name is ambiguous: GPL <13>Nov 9 06:19:14 rpmi: xorg-proto-devel-2024.1-alt1 sisyphus+343583.40.1.1 1711440649 installed <13>Nov 9 06:19:14 rpmi: libXau-1.0.11-alt1 sisyphus+311428.100.1.1 1670577440 installed <13>Nov 9 06:19:14 rpmi: libICE-1.1.1-alt1 sisyphus+311428.500.1.1 1670577559 installed <13>Nov 9 06:19:14 rpmi: libSM-1.2.4-alt1 sisyphus+312057.200.1.1 1671526918 installed <13>Nov 9 06:19:14 rpmi: libXau-devel-1.0.11-alt1 sisyphus+311428.100.1.1 1670577440 installed <13>Nov 9 06:19:14 rpmi: libX11-locales-3:1.8.10-alt1 sisyphus+353866.100.1.1 1722240771 installed <13>Nov 9 06:19:14 rpmi: libXdmcp-1.1.5-alt1 sisyphus+343583.700.1.1 1711441073 installed <13>Nov 9 06:19:14 rpmi: libxcb-1.17.0-alt1 sisyphus+345308.200.1.1 1713342009 installed <13>Nov 9 06:19:15 rpmi: libX11-3:1.8.10-alt1 sisyphus+353866.100.1.1 1722240774 installed <13>Nov 9 06:19:15 rpmi: libXext-1.3.6-alt1 sisyphus+343583.1000.1.1 1711441114 installed <13>Nov 9 06:19:15 rpmi: libXt-1.3.0-alt1 sisyphus+331490.500.1.1 1697023316 installed <13>Nov 9 06:19:15 rpmi: libXpm-3.5.17-alt1 sisyphus+330921.100.1.1 1696400258 installed <13>Nov 9 06:19:16 rpmi: libxcb-devel-1.17.0-alt1 sisyphus+345308.200.1.1 1713342009 installed <13>Nov 9 06:19:16 rpmi: libX11-devel-3:1.8.10-alt1 sisyphus+353866.100.1.1 1722240774 installed <13>Nov 9 06:19:16 rpmi: libXext-devel-1.3.6-alt1 sisyphus+343583.1000.1.1 1711441114 installed <13>Nov 9 06:19:16 rpmi: libXpm-devel-3.5.17-alt1 sisyphus+330921.100.1.1 1696400258 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/wmfortune-0.241-alt4.qa2.nosrc.rpm (w1.gzdio) Installing wmfortune-0.241-alt4.qa2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.47649 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf wmfortune-0.241 + echo 'Source #0 (wmfortune-0.241.tar.bz2):' Source #0 (wmfortune-0.241.tar.bz2): + /usr/bin/bzip2 -dc /usr/src/RPM/SOURCES/wmfortune-0.241.tar.bz2 + /bin/tar -xf - + cd wmfortune-0.241 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.47649 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wmfortune-0.241 + make -j8 'OPTIMIZE=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/wmfortune-0.241' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic wmfortune.c -c wmfortune.c: In function 'fill_buff': wmfortune.c:82:3: error: implicit declaration of function 'memset' [-Wimplicit-function-declaration] 82 | memset(buff, '\0', BUFF_SIZE); | ^~~~~~ wmfortune.c:32:1: note: include '' or provide a declaration of 'memset' 31 | #include "XPM/panel_window.xpm" +++ |+#include 32 | wmfortune.c:82:3: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch] 82 | memset(buff, '\0', BUFF_SIZE); | ^~~~~~ wmfortune.c:82:3: note: include '' or provide a declaration of 'memset' wmfortune.c: In function 'main': wmfortune.c:164:38: warning: pointer targets in passing argument 4 of 'DAMakePixmapFromData' differ in signedness [-Wpointer-sign] 164 | &panel_mask, &w, &h); | ^~ | | | int * In file included from wmfortune.c:28: dockapp.h:172:37: note: expected 'unsigned int *' but argument is of type 'int *' 172 | unsigned *width, unsigned *height); | ~~~~~~~~~~^~~~~ wmfortune.c:164:42: warning: pointer targets in passing argument 5 of 'DAMakePixmapFromData' differ in signedness [-Wpointer-sign] 164 | &panel_mask, &w, &h); | ^~ | | | int * dockapp.h:172:54: note: expected 'unsigned int *' but argument is of type 'int *' 172 | unsigned *width, unsigned *height); | ~~~~~~~~~~^~~~~~ wmfortune.c:166:61: warning: pointer targets in passing argument 4 of 'DAMakePixmapFromData' differ in signedness [-Wpointer-sign] 166 | &panel_button_pressed_pixmap, NULL, &w, &h); | ^~ | | | int * dockapp.h:172:37: note: expected 'unsigned int *' but argument is of type 'int *' 172 | unsigned *width, unsigned *height); | ~~~~~~~~~~^~~~~ wmfortune.c:166:65: warning: pointer targets in passing argument 5 of 'DAMakePixmapFromData' differ in signedness [-Wpointer-sign] 166 | &panel_button_pressed_pixmap, NULL, &w, &h); | ^~ | | | int * dockapp.h:172:54: note: expected 'unsigned int *' but argument is of type 'int *' 172 | unsigned *width, unsigned *height); | ~~~~~~~~~~^~~~~~ wmfortune.c:168:53: warning: pointer targets in passing argument 4 of 'DAMakePixmapFromData' differ in signedness [-Wpointer-sign] 168 | &panel_window_pixmap, NULL, &w, &h); | ^~ | | | int * dockapp.h:172:37: note: expected 'unsigned int *' but argument is of type 'int *' 172 | unsigned *width, unsigned *height); | ~~~~~~~~~~^~~~~ wmfortune.c:168:57: warning: pointer targets in passing argument 5 of 'DAMakePixmapFromData' differ in signedness [-Wpointer-sign] 168 | &panel_window_pixmap, NULL, &w, &h); | ^~ | | | int * dockapp.h:172:54: note: expected 'unsigned int *' but argument is of type 'int *' 172 | unsigned *width, unsigned *height); | ~~~~~~~~~~^~~~~~ wmfortune.c:194:62: error: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 194 | XDrawString(DADisplay, pixmap, gc, j, STRING_Y, buff, strlen(buff)); | ^~~~~~ wmfortune.c:194:62: note: include '' or provide a declaration of 'strlen' wmfortune.c:194:62: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] wmfortune.c:194:62: note: include '' or provide a declaration of 'strlen' make: *** [Makefile:26: wmfortune.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/wmfortune-0.241' make: *** Waiting for unfinished jobs.... make: Entering directory '/usr/src/RPM/BUILD/wmfortune-0.241' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic dockapp.c -c make: Leaving directory '/usr/src/RPM/BUILD/wmfortune-0.241' error: Bad exit status from /usr/src/tmp/rpm-tmp.47649 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.47649 (%build) Command exited with non-zero status 1 0.14user 0.06system 0:00.13elapsed 144%CPU (0avgtext+0avgdata 22272maxresident)k 0inputs+0outputs (0major+12229minor)pagefaults 0swaps hsh-rebuild: rebuild of `wmfortune-0.241-alt4.qa2.src.rpm' failed. Command exited with non-zero status 1 4.93user 2.21system 0:12.17elapsed 58%CPU (0avgtext+0avgdata 132088maxresident)k 168inputs+0outputs (0major+194939minor)pagefaults 0swaps