<86>Oct 29 15:24:59 userdel[1106760]: delete user 'rooter' <86>Oct 29 15:24:59 userdel[1106760]: removed group 'rooter' owned by 'rooter' <86>Oct 29 15:24:59 userdel[1106760]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 29 15:24:59 groupadd[1106780]: group added to /etc/group: name=rooter, GID=1865 <86>Oct 29 15:24:59 groupadd[1106780]: group added to /etc/gshadow: name=rooter <86>Oct 29 15:24:59 groupadd[1106780]: new group: name=rooter, GID=1865 <86>Oct 29 15:24:59 useradd[1106795]: new user: name=rooter, UID=1865, GID=1865, home=/root, shell=/bin/bash, from=none <86>Oct 29 15:24:59 userdel[1106819]: delete user 'builder' <86>Oct 29 15:24:59 userdel[1106819]: removed group 'builder' owned by 'builder' <86>Oct 29 15:24:59 userdel[1106819]: removed shadow group 'builder' owned by 'builder' <86>Oct 29 15:24:59 groupadd[1106835]: group added to /etc/group: name=builder, GID=1866 <86>Oct 29 15:24:59 groupadd[1106835]: group added to /etc/gshadow: name=builder <86>Oct 29 15:24:59 groupadd[1106835]: new group: name=builder, GID=1866 <86>Oct 29 15:24:59 useradd[1106849]: new user: name=builder, UID=1866, GID=1866, home=/usr/src, shell=/bin/bash, from=none <13>Oct 29 15:25:03 rpmi: libX11-locales-3:1.8.10-alt1 sisyphus+353866.100.1.1 1722240771 installed <13>Oct 29 15:25:03 rpmi: xorg-proto-devel-2024.1-alt1 sisyphus+343583.40.1.1 1711440649 installed <13>Oct 29 15:25:03 rpmi: libXdmcp-1.1.5-alt1 sisyphus+343583.700.1.1 1711441061 installed <13>Oct 29 15:25:03 rpmi: libXau-1.0.11-alt1 sisyphus+311428.100.1.1 1670577439 installed <13>Oct 29 15:25:03 rpmi: libxcb-1.17.0-alt1 sisyphus+345308.200.1.1 1713342004 installed <13>Oct 29 15:25:04 rpmi: libxcb-devel-1.17.0-alt1 sisyphus+345308.200.1.1 1713342004 installed <13>Oct 29 15:25:04 rpmi: libX11-3:1.8.10-alt1 sisyphus+353866.100.1.1 1722240771 installed <13>Oct 29 15:25:04 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/pmars-0.9.2-alt2_31.nosrc.rpm (w1.gzdio) Installing pmars-0.9.2-alt2_31.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.47090 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf pmars-0.9.2 + echo 'Source #0 (pmars-0.9.2.tar.gz):' Source #0 (pmars-0.9.2.tar.gz): + /usr/bin/gzip -dc /usr/src/RPM/SOURCES/pmars-0.9.2.tar.gz + /bin/tar -xf - + cd pmars-0.9.2 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (pmars-0.9.2-nostrip.patch):' Patch #0 (pmars-0.9.2-nostrip.patch): + /usr/bin/patch -p0 -b --suffix .nostrip patching file src/Makefile + echo 'Patch #1 (pmars-0.9.2-CCat.patch):' Patch #1 (pmars-0.9.2-CCat.patch): + /usr/bin/patch -p0 -b --suffix .CCat patching file src/Makefile + echo 'Patch #2 (pmars-sfprintf-format.patch):' Patch #2 (pmars-sfprintf-format.patch): + /usr/bin/patch -p0 -b --suffix .printf patching file src/asm.c patching file src/cdb.c patching file src/xwindisp.c patching file src/clparse.c + mkdir doc_install + cp -a doc doc_install + rm doc_install/doc/pmars.6 + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.71691 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pmars-0.9.2 + make -C src 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DEXT94 -DXWINGRAPHX -DPERMUTATE' make: Entering directory '/usr/src/RPM/BUILD/pmars-0.9.2/src' Making pmars with compiler flags -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DEXT94 -DXWINGRAPHX -DPERMUTATE Compiling pmars.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DEXT94 -DXWINGRAPHX -DPERMUTATE -c pmars.c Compiling asm.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DEXT94 -DXWINGRAPHX -DPERMUTATE -c asm.c asm.c: In function 'addsym': asm.c:306:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 306 | if ((symgrp = (grp_st *) MALLOC(sizeof(grp_st))) != NULL) | ^ asm.c: In function 'addline': asm.c:370:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 370 | if ((temp = (line_st *) MALLOC(sizeof(line_st))) != NULL) | ^ asm.c: In function 'encode': asm.c:1490:25: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 1490 | else if (resultB) | ^ asm.c: In function 'parse': asm.c:2011:10: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 2011 | if (opcode < OPNUM) | ^ Compiling eval.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DEXT94 -DXWINGRAPHX -DPERMUTATE -c eval.c Compiling disasm.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DEXT94 -DXWINGRAPHX -DPERMUTATE -c disasm.c In file included from disasm.c:26: sim.h:92:12: warning: built-in function 'round' declared as non-function [-Wbuiltin-declaration-mismatch] 92 | extern int round; | ^~~~~ Compiling cdb.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DEXT94 -DXWINGRAPHX -DPERMUTATE -c cdb.c In file included from cdb.c:30: sim.h:92:12: warning: built-in function 'round' declared as non-function [-Wbuiltin-declaration-mismatch] 92 | extern int round; | ^~~~~ cdb.c: In function 'cdb': cdb.c:523:11: warning: the address of 'argStr' will always evaluate as 'true' [-Waddress] 523 | if (argStr) { | ^~~~~~ cdb.c: In function 'subst_eval': cdb.c:1550:23: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 1550 | sprintf(outs, "%d", (targetID == QUEUE || targetID == PSP ? | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int | %ld 1551 | 0 : (targetID == WARRIOR ? | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | long int 1552 | W - warrior : progCnt))); | ~~~~~~~~~~~~~~~~~~~~~~~ cdb.c:1558:21: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 1558 | sprintf(outs, "%d", (targetID == QUEUE || targetID == PSP ? | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int | %ld 1559 | 0 : (targetID == WARRIOR ? | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | long int 1560 | W - warrior : progCnt))); | ~~~~~~~~~~~~~~~~~~~~~~~ cdb.c:1563:21: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 1563 | sprintf(outs, "%d", (cycle + (warriorsLeft ? warriorsLeft : 1) - 1) / | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int long int | %ld 1564 | (warriorsLeft ? warriorsLeft : 1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cdb.c:1507:29: warning: unused variable 'tmp' [-Wunused-variable] 1507 | int bi1 = 0, bi2 = 1, tmp, i; | ^~~ Compiling sim.o gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DEXT94 -DXWINGRAPHX -DPERMUTATE -c sim.c In file included from sim.c:29: sim.h:92:12: warning: built-in function 'round' declared as non-function [-Wbuiltin-declaration-mismatch] 92 | extern int round; | ^~~~~ In file included from sim.c:92: xwindisp.c: In function 'conv_key': xwindisp.c:713:39: warning: pointer targets in passing argument 2 of 'XLookupString' differ in signedness [-Wpointer-sign] 713 | count = XLookupString(&event->xkey, buffer, 20, &keysym, &compose); | ^~~~~~ | | | unsigned char * In file included from xwindisp.c:40: /usr/include/X11/Xutil.h:536:5: note: expected 'char *' but argument is of type 'unsigned char *' 536 | char* /* buffer_return */, | ^~~~~ xwindisp.c: In function 'xWin_display_cycle': xwindisp.c:1284:9: error: implicit declaration of function 'sighandler'; did you mean 'sa_handler'? [-Wimplicit-function-declaration] 1284 | sighandler(0); /* ??? debugState = STEP; *//* stepping = | ^~~~~~~~~~ | sa_handler xwindisp.c: In function 'init_xwin': xwindisp.c:1642:29: warning: pointer targets in passing argument 3 of 'XCreateBitmapFromData' differ in signedness [-Wpointer-sign] 1642 | pmarsicn_bits, pmarsicn_width, pmarsicn_height); | ^~~~~~~~~~~~~ | | | unsigned char * In file included from /usr/include/X11/Xlib.h:47, from xwindisp.c:39: /usr/include/X11/Xlib.h:1603:5: note: expected 'const char *' but argument is of type 'unsigned char *' 1603 | _Xconst char* /* data */, | ^ make: *** [Makefile:58: sim.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/pmars-0.9.2/src' error: Bad exit status from /usr/src/tmp/rpm-tmp.71691 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.71691 (%build) Command exited with non-zero status 1 0.31user 0.14system 0:00.43elapsed 106%CPU (0avgtext+0avgdata 29440maxresident)k 0inputs+0outputs (0major+28138minor)pagefaults 0swaps hsh-rebuild: rebuild of `pmars-0.9.2-alt2_31.src.rpm' failed. Command exited with non-zero status 1 3.41user 2.50system 0:10.08elapsed 58%CPU (0avgtext+0avgdata 136368maxresident)k 0inputs+0outputs (0major+202538minor)pagefaults 0swaps