<86>Oct 29 15:19:05 userdel[4183416]: delete user 'rooter' <86>Oct 29 15:19:05 userdel[4183416]: removed group 'rooter' owned by 'rooter' <86>Oct 29 15:19:05 userdel[4183416]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 29 15:19:05 groupadd[4183431]: group added to /etc/group: name=rooter, GID=1811 <86>Oct 29 15:19:05 groupadd[4183431]: group added to /etc/gshadow: name=rooter <86>Oct 29 15:19:05 groupadd[4183431]: new group: name=rooter, GID=1811 <86>Oct 29 15:19:05 useradd[4183451]: new user: name=rooter, UID=1811, GID=1811, home=/root, shell=/bin/bash, from=none <86>Oct 29 15:19:05 userdel[4183469]: delete user 'builder' <86>Oct 29 15:19:05 userdel[4183469]: removed group 'builder' owned by 'builder' <86>Oct 29 15:19:05 userdel[4183469]: removed shadow group 'builder' owned by 'builder' <86>Oct 29 15:19:05 groupadd[4183489]: group added to /etc/group: name=builder, GID=1812 <86>Oct 29 15:19:05 groupadd[4183489]: group added to /etc/gshadow: name=builder <86>Oct 29 15:19:05 groupadd[4183489]: new group: name=builder, GID=1812 <86>Oct 29 15:19:05 useradd[4183510]: new user: name=builder, UID=1812, GID=1812, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/showmesh-1.0-alt3.src.rpm: license not found in '/usr/share/license' directory: Free /usr/src/in/srpm/showmesh-1.0-alt3.src.rpm: license not found in '/usr/share/license' directory: for /usr/src/in/srpm/showmesh-1.0-alt3.src.rpm: license not found in '/usr/share/license' directory: non-commertial /usr/src/in/srpm/showmesh-1.0-alt3.src.rpm: license not found in '/usr/share/license' directory: using <13>Oct 29 15:19:08 rpmi: libX11-locales-3:1.8.10-alt1 sisyphus+353866.100.1.1 1722240771 installed <13>Oct 29 15:19:08 rpmi: xorg-proto-devel-2024.1-alt1 sisyphus+343583.40.1.1 1711440649 installed <13>Oct 29 15:19:08 rpmi: libXdmcp-1.1.5-alt1 sisyphus+343583.700.1.1 1711441061 installed <13>Oct 29 15:19:08 rpmi: libXau-1.0.11-alt1 sisyphus+311428.100.1.1 1670577439 installed <13>Oct 29 15:19:08 rpmi: libxcb-1.17.0-alt1 sisyphus+345308.200.1.1 1713342004 installed <13>Oct 29 15:19:09 rpmi: libxcb-devel-1.17.0-alt1 sisyphus+345308.200.1.1 1713342004 installed <13>Oct 29 15:19:09 rpmi: libX11-3:1.8.10-alt1 sisyphus+353866.100.1.1 1722240771 installed <13>Oct 29 15:19:09 rpmi: libX11-devel-3:1.8.10-alt1 sisyphus+353866.100.1.1 1722240771 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/showmesh-1.0-alt3.nosrc.rpm (w1.gzdio) Installing showmesh-1.0-alt3.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.21100 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf showmesh-1.0 + echo 'Source #0 (showmesh-1.0.tar):' Source #0 (showmesh-1.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/showmesh-1.0.tar + cd showmesh-1.0 + /bin/chmod -c -Rf u+rwX,go-w . + install -p -m644 /usr/src/RPM/SOURCES/Makefile . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.21100 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd showmesh-1.0 + make -j16 make: Entering directory '/usr/src/RPM/BUILD/showmesh-1.0' gcc -o ShowMesh -g -pipe -Wall -O3 showmesh_1_0.c -lX11 showmesh_1_0.c:140:1: error: return type defaults to 'int' [-Wimplicit-int] 140 | getGC(Window win) | ^~~~~ showmesh_1_0.c:185:1: error: return type defaults to 'int' [-Wimplicit-int] 185 | load_fonts() | ^~~~~~~~~~ showmesh_1_0.c:201:1: error: return type defaults to 'int' [-Wimplicit-int] 201 | draw(Window win, GC gc, int win_x_dim, int win_y_dim) | ^~~~ showmesh_1_0.c:215:1: error: return type defaults to 'int' [-Wimplicit-int] 215 | place_text(Window win, GC gc, XFontStruct *text_font, | ^~~~~~~~~~ showmesh_1_0.c:230:1: error: return type defaults to 'int' [-Wimplicit-int] 230 | create_buttons(Window parent) | ^~~~~~~~~~~~~~ showmesh_1_0.c:262:1: error: return type defaults to 'int' [-Wimplicit-int] 262 | write_on_button(int b) | ^~~~~~~~~~~~~~~ showmesh_1_0.c:294:1: error: return type defaults to 'int' [-Wimplicit-int] 294 | draw_mesh(Window win) | ^~~~~~~~~ showmesh_1_0.c: In function 'draw_mesh': showmesh_1_0.c:296:26: warning: unused variable 'ek' [-Wunused-variable] 296 | int e, n, s, ei, ej, ek, ea, eb; | ^~ showmesh_1_0.c:296:22: warning: unused variable 'ej' [-Wunused-variable] 296 | int e, n, s, ei, ej, ek, ea, eb; | ^~ showmesh_1_0.c:296:18: warning: unused variable 'ei' [-Wunused-variable] 296 | int e, n, s, ei, ej, ek, ea, eb; | ^~ showmesh_1_0.c: At top level: showmesh_1_0.c:437:1: error: return type defaults to 'int' [-Wimplicit-int] 437 | load_mesh() | ^~~~~~~~~ showmesh_1_0.c:530:1: error: return type defaults to 'int' [-Wimplicit-int] 530 | init(int argc, char **argv) | ^~~~ showmesh_1_0.c: In function 'init': showmesh_1_0.c:613:37: warning: pointer targets in passing argument 3 of 'XCreateBitmapFromData' differ in signedness [-Wpointer-sign] 613 | icon_bits, icon_width, icon_height); | ^~~~~~~~~ | | | unsigned char * In file included from /usr/include/X11/Xlib.h:47, from showmesh_1_0.c:34: /usr/include/X11/Xlib.h:1603:5: note: expected 'const char *' but argument is of type 'unsigned char *' 1603 | _Xconst char* /* data */, | ^ showmesh_1_0.c:616:17: warning: pointer targets in passing argument 3 of 'XCreatePixmapFromBitmapData' differ in signedness [-Wpointer-sign] 616 | back_bits, back_width, back_height, | ^~~~~~~~~ | | | unsigned char * /usr/include/X11/Xlib.h:1610:5: note: expected 'char *' but argument is of type 'unsigned char *' 1610 | char* /* data */, | ^~~~~ showmesh_1_0.c: At top level: showmesh_1_0.c:708:6: warning: return type of 'main' is not 'int' [-Wmain] 708 | void main(int argc, char *argv[]) | ^~~~ showmesh_1_0.c: In function 'getGC': showmesh_1_0.c:182:1: warning: control reaches end of non-void function [-Wreturn-type] 182 | } | ^ showmesh_1_0.c: In function 'load_fonts': showmesh_1_0.c:198:1: warning: control reaches end of non-void function [-Wreturn-type] 198 | } | ^ showmesh_1_0.c: In function 'draw': showmesh_1_0.c:212:1: warning: control reaches end of non-void function [-Wreturn-type] 212 | } | ^ showmesh_1_0.c: In function 'place_text': showmesh_1_0.c:226:1: warning: control reaches end of non-void function [-Wreturn-type] 226 | } | ^ showmesh_1_0.c: In function 'create_buttons': showmesh_1_0.c:259:1: warning: control reaches end of non-void function [-Wreturn-type] 259 | } | ^ showmesh_1_0.c: In function 'write_on_button': showmesh_1_0.c:291:1: warning: control reaches end of non-void function [-Wreturn-type] 291 | } | ^ showmesh_1_0.c: In function 'draw_mesh': showmesh_1_0.c:432:1: warning: control reaches end of non-void function [-Wreturn-type] 432 | } | ^ showmesh_1_0.c: In function 'load_mesh': showmesh_1_0.c:456:2: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 456 | fscanf(in, "%d", &Nn); | ^~~~~~~~~~~~~~~~~~~~~ showmesh_1_0.c:465:4: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 465 | fscanf(in, "%s %lf %lf %d", dummy, &node[n].x, &node[n].y, &node[n].mark); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ showmesh_1_0.c:481:2: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 481 | fscanf(in, "%d", &Ne); | ^~~~~~~~~~~~~~~~~~~~~ showmesh_1_0.c:491:4: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 491 | fscanf(in, "%s %d %d %d %d %d %d %d %d %d %lf %lf %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 492 | dummy, &elem[e].i, &elem[e].j, &elem[e].k, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 493 | &d1, &d2, &d3, &d4, &d5, &d6, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 494 | &elem[e].xv, &elem[e].yv, &elem[e].mark); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ showmesh_1_0.c:508:2: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 508 | fscanf(in, "%d", &Ns); | ^~~~~~~~~~~~~~~~~~~~~ showmesh_1_0.c:518:4: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 518 | fscanf(in, dummy); | ^~~~~~~~~~~~~~~~~ showmesh_1_0.c:519:4: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 519 | fscanf(in, "%s %d %d %d %d %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 520 | dummy, &side[s].c, &side[s].d, &side[s].ea, &side[s].eb, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 521 | &side[s].mark); | ~~~~~~~~~~~~~~ showmesh_1_0.c:525:1: warning: control reaches end of non-void function [-Wreturn-type] 525 | } | ^ showmesh_1_0.c: In function 'init': showmesh_1_0.c:703:1: warning: control reaches end of non-void function [-Wreturn-type] 703 | } | ^ make: *** [Makefile:7: all] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/showmesh-1.0' error: Bad exit status from /usr/src/tmp/rpm-tmp.21100 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.21100 (%build) Command exited with non-zero status 1 0.03user 0.05system 0:00.08elapsed 104%CPU (0avgtext+0avgdata 22412maxresident)k 0inputs+0outputs (0major+9750minor)pagefaults 0swaps hsh-rebuild: rebuild of `showmesh-1.0-alt3.src.rpm' failed. Command exited with non-zero status 1 3.31user 2.53system 0:09.31elapsed 62%CPU (0avgtext+0avgdata 136804maxresident)k 24920inputs+0outputs (0major+188108minor)pagefaults 0swaps