<86>Nov 9 06:18:21 userdel[1791244]: delete user 'rooter' <86>Nov 9 06:18:21 groupadd[1791427]: group added to /etc/group: name=rooter, GID=1835 <86>Nov 9 06:18:21 groupadd[1791427]: group added to /etc/gshadow: name=rooter <86>Nov 9 06:18:21 groupadd[1791427]: new group: name=rooter, GID=1835 <86>Nov 9 06:18:21 useradd[1791563]: new user: name=rooter, UID=1835, GID=1835, home=/root, shell=/bin/bash, from=none <86>Nov 9 06:18:21 userdel[1791695]: delete user 'builder' <86>Nov 9 06:18:21 userdel[1791695]: removed group 'builder' owned by 'builder' <86>Nov 9 06:18:21 userdel[1791695]: removed shadow group 'builder' owned by 'builder' <86>Nov 9 06:18:21 groupadd[1791865]: group added to /etc/group: name=builder, GID=1836 <86>Nov 9 06:18:21 groupadd[1791865]: group added to /etc/gshadow: name=builder <86>Nov 9 06:18:21 groupadd[1791865]: new group: name=builder, GID=1836 <86>Nov 9 06:18:21 useradd[1791944]: new user: name=builder, UID=1836, GID=1836, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/tetrix-2.4-alt1.src.rpm: The use of such a license name is ambiguous: GPL <13>Nov 9 06:18:27 rpmi: xml-utils-1:2.12.9-alt1 sisyphus+355784.100.1.1 1724333695 installed <13>Nov 9 06:18:27 rpmi: sgml-common-0.6.3-alt15 sisyphus+276099.100.1.1 1624817971 installed <13>Nov 9 06:18:27 rpmi: docbook-dtds-4.5-alt1 sisyphus+276837.100.1.1 1625242123 installed <13>Nov 9 06:18:27 rpmi: docbook-style-xsl-1.79.1-alt4 sisyphus+232871.100.1.1 1561238010 installed <13>Nov 9 06:18:27 rpmi: libxslt-1.1.39-alt1 sisyphus+349406.100.1.1 1716751808 installed <13>Nov 9 06:18:27 rpmi: xsltproc-1.1.39-alt1 sisyphus+349406.100.1.1 1716751808 installed <13>Nov 9 06:18:27 rpmi: libpaper2-2:2.1.3-alt1 sisyphus+340967.100.1.1 1708276734 installed <13>Nov 9 06:18:27 rpmi: paper-2:2.1.3-alt1 sisyphus+340967.100.1.1 1708276734 installed <13>Nov 9 06:18:27 rpmi: libncurses6-6.3.20220618-alt4 sisyphus+327286.4600.14.1 1711486782 installed <13>Nov 9 06:18:27 rpmi: libtinfo-devel-6.3.20220618-alt4 sisyphus+327286.4600.14.1 1711486782 installed <13>Nov 9 06:18:27 rpmi: libncurses-devel-6.3.20220618-alt4 sisyphus+327286.4600.14.1 1711486782 installed <13>Nov 9 06:18:28 rpmi: xmlto-0.0.28-alt3 sisyphus+325166.600.15.1 1690187341 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/tetrix-2.4-alt1.nosrc.rpm (w1.gzdio) Installing tetrix-2.4-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.32231 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf tetrix-2.4 + echo 'Source #0 (tetrix-2.4.tar.gz):' Source #0 (tetrix-2.4.tar.gz): + /usr/bin/gzip -dc /usr/src/RPM/SOURCES/tetrix-2.4.tar.gz + /bin/tar -xf - + cd tetrix-2.4 + /bin/chmod -c -Rf u+rwX,go-w . + rm tetrix.6 + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.32231 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd tetrix-2.4 + make -j16 tetrix tetrix.6 make: Entering directory '/usr/src/RPM/BUILD/tetrix-2.4' cc -O -DIBM -fno-stack-protector -c -o MoveR.o MoveR.c MoveR.c:9:1: error: return type defaults to 'int' [-Wimplicit-int] 9 | MoveRight(int type, int col, int row) | ^~~~~~~~~ make: *** [: MoveR.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/tetrix-2.4' make: *** Waiting for unfinished jobs.... make: Entering directory '/usr/src/RPM/BUILD/tetrix-2.4' cc -O -DIBM -fno-stack-protector -c -o DrawP.o DrawP.c DrawP.c:10:1: error: return type defaults to 'int' [-Wimplicit-int] 10 | RandomPiece(void) | ^~~~~~~~~~~ DrawP.c:15:1: error: return type defaults to 'int' [-Wimplicit-int] 15 | CheckPiece(type, col, row) | ^~~~~~~~~~ DrawP.c:55:1: error: return type defaults to 'int' [-Wimplicit-int] 55 | DrawPiece(int type, int col, int row) | ^~~~~~~~~ make: *** [: DrawP.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/tetrix-2.4' make: Entering directory '/usr/src/RPM/BUILD/tetrix-2.4' cc -O -DIBM -fno-stack-protector -c -o Rotate.o Rotate.c Rotate.c:8:1: error: return type defaults to 'int' [-Wimplicit-int] 8 | Rotate(int type, int col, int row) | ^~~~~~ make: *** [: Rotate.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/tetrix-2.4' make: Entering directory '/usr/src/RPM/BUILD/tetrix-2.4' cc -O -DIBM -fno-stack-protector -c -o AdvanceP.o AdvanceP.c AdvanceP.c:8:1: error: return type defaults to 'int' [-Wimplicit-int] 8 | AdvancePiece(int type, int col, int row) | ^~~~~~~~~~~~ make: *** [: AdvanceP.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/tetrix-2.4' make: Entering directory '/usr/src/RPM/BUILD/tetrix-2.4' cc -O -DIBM -fno-stack-protector -c -o MoveL.o MoveL.c MoveL.c:8:1: error: return type defaults to 'int' [-Wimplicit-int] 8 | MoveLeft(int type, int col, int row) | ^~~~~~~~ make: *** [: MoveL.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/tetrix-2.4' make: Entering directory '/usr/src/RPM/BUILD/tetrix-2.4' cc -O -DIBM -fno-stack-protector -c -o Colors.o Colors.c make: Leaving directory '/usr/src/RPM/BUILD/tetrix-2.4' make: Entering directory '/usr/src/RPM/BUILD/tetrix-2.4' cc -O -DIBM -fno-stack-protector -c -o tet.o tet.c tet.c:84:1: error: return type defaults to 'int' [-Wimplicit-int] 84 | Init(void) | ^~~~ tet.c: In function 'Init': tet.c:90:9: error: implicit declaration of function 'time' [-Wimplicit-function-declaration] 90 | time(&timein); /* get start time */ | ^~~~ tet.c:11:1: note: 'time' is defined in header ''; this is probably fixable by adding '#include ' 10 | #include "tet.h" +++ |+#include 11 | tet.c:105:9: error: implicit declaration of function 'ScoreIt'; did you mean 'creat'? [-Wimplicit-function-declaration] 105 | ScoreIt(); | ^~~~~~~ | creat tet.c:125:9: error: implicit declaration of function 'DrawMenu' [-Wimplicit-function-declaration] 125 | DrawMenu(); | ^~~~~~~~ tet.c: At top level: tet.c:130:1: error: return type defaults to 'int' [-Wimplicit-int] 130 | NewGame(void) | ^~~~~~~ tet.c: In function 'NewGame': tet.c:137:17: error: implicit declaration of function 'GetKey' [-Wimplicit-function-declaration] 137 | GetKey(); | ^~~~~~ tet.c:142:43: error: implicit declaration of function 'DrawScore' [-Wimplicit-function-declaration] 142 | case SCORE_KEY : DrawScore(-1); break; | ^~~~~~~~~ tet.c:144:43: error: implicit declaration of function 'Boss' [-Wimplicit-function-declaration] 144 | case BOSS_KEY : Boss(); break; | ^~~~ tet.c:146:43: error: implicit declaration of function 'Leave'; did you mean 'leaveok'? [-Wimplicit-function-declaration] 146 | case QUIT_KEY : Leave(); | ^~~~~ | leaveok tet.c: At top level: tet.c:160:1: error: return type defaults to 'int' [-Wimplicit-int] 160 | DrawBox(int t, int l, int d, int w) | ^~~~~~~ tet.c:181:1: error: return type defaults to 'int' [-Wimplicit-int] 181 | DrawMenu(void) | ^~~~~~~~ tet.c:220:1: error: return type defaults to 'int' [-Wimplicit-int] 220 | Play(void) | ^~~~ tet.c: In function 'Play': tet.c:227:12: error: implicit declaration of function 'RandomPiece' [-Wimplicit-function-declaration] 227 | Type = RandomPiece(); | ^~~~~~~~~~~ tet.c:228:33: error: implicit declaration of function 'CheckPiece' [-Wimplicit-function-declaration] 228 | while ((Key != QUIT_KEY) && CheckPiece(Type, MINX+STARTCOL, MINY+STARTROW)) | ^~~~~~~~~~ tet.c:232:9: error: implicit declaration of function 'DrawPiece' [-Wimplicit-function-declaration] 232 | DrawPiece(Type, MINX+STARTCOL, MINY+STARTROW); | ^~~~~~~~~ tet.c:274:25: error: implicit declaration of function 'MoveRight' [-Wimplicit-function-declaration] 274 | if (MoveRight(Type, MINX + Column, MINY + Row)) | ^~~~~~~~~ tet.c:285:25: error: implicit declaration of function 'MoveLeft' [-Wimplicit-function-declaration] 285 | if (MoveLeft(Type, MINX + Column, MINY + Row)) | ^~~~~~~~ tet.c:296:29: error: implicit declaration of function 'Rotate' [-Wimplicit-function-declaration] 296 | ntype = Rotate(Type, MINX + Column, MINY + Row); | ^~~~~~ tet.c:313:14: error: implicit declaration of function 'AdvancePiece' [-Wimplicit-function-declaration] 313 | (AdvancePiece(Type, MINX + Column, MINY + Row) && ++Row); | ^~~~~~~~~~~~ tet.c:315:9: error: implicit declaration of function 'TestRows' [-Wimplicit-function-declaration] 315 | TestRows(); | ^~~~~~~~ tet.c: At top level: tet.c:321:1: error: return type defaults to 'int' [-Wimplicit-int] 321 | ScoreIt(void) | ^~~~~~~ tet.c: In function 'ScoreIt': tet.c:325:19: error: implicit declaration of function 'umask' [-Wimplicit-function-declaration] 325 | oldmask = umask(0); | ^~~~~ tet.c:327:17: error: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 327 | read(fd,High,sizeof(High)); | ^~~~ | fread tet.c:328:17: error: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 328 | close(fd); | ^~~~~ | pclose tet.c:350:17: error: implicit declaration of function 'cuserid' [-Wimplicit-function-declaration] 350 | cuserid((char *) High[i].Name); | ^~~~~~~ tet.c:357:25: error: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] 357 | write(fd,High,sizeof(High)); | ^~~~~ | fwrite tet.c: At top level: tet.c:367:1: error: return type defaults to 'int' [-Wimplicit-int] 367 | DrawScore(int highindex) | ^~~~~~~~~ tet.c:393:1: error: return type defaults to 'int' [-Wimplicit-int] 393 | Boss(void) | ^~~~ tet.c:407:1: error: return type defaults to 'int' [-Wimplicit-int] 407 | GetKey(void) | ^~~~~~ tet.c: In function 'GetKey': tet.c:414:17: error: 'return' with no value, in function returning non-void [-Wreturn-mismatch] 414 | return; | ^~~~~~ tet.c:407:1: note: declared here 407 | GetKey(void) | ^~~~~~ tet.c: At top level: tet.c:421:1: error: return type defaults to 'int' [-Wimplicit-int] 421 | IS_FREE(x,y) | ^~~~~~~ tet.c:428:1: error: return type defaults to 'int' [-Wimplicit-int] 428 | TestRows(void) | ^~~~~~~~ tet.c:478:1: error: return type defaults to 'int' [-Wimplicit-int] 478 | Leave(void) | ^~~~~ tet.c:492:1: error: return type defaults to 'int' [-Wimplicit-int] 492 | main(int argc, char *argv[]) | ^~~~ make: *** [: tet.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/tetrix-2.4' make: Entering directory '/usr/src/RPM/BUILD/tetrix-2.4' xmlto man tetrix.xml Note: Writing tetrix.6 make: Leaving directory '/usr/src/RPM/BUILD/tetrix-2.4' error: Bad exit status from /usr/src/tmp/rpm-tmp.32231 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.32231 (%build) Command exited with non-zero status 1 0.56user 0.20system 0:00.63elapsed 121%CPU (0avgtext+0avgdata 31744maxresident)k 0inputs+0outputs (0major+31992minor)pagefaults 0swaps hsh-rebuild: rebuild of `tetrix-2.4-alt1.src.rpm' failed. Command exited with non-zero status 1 5.17user 4.08system 0:17.34elapsed 53%CPU (0avgtext+0avgdata 134580maxresident)k 2232inputs+0outputs (0major+189012minor)pagefaults 0swaps