<86>Nov 13 00:12:44 userdel[1954650]: delete user 'rooter'
<86>Nov 13 00:12:44 userdel[1954650]: removed group 'rooter' owned by 'rooter'
<86>Nov 13 00:12:44 userdel[1954650]: removed shadow group 'rooter' owned by 'rooter'
<86>Nov 13 00:12:44 groupadd[1954668]: group added to /etc/group: name=rooter, GID=1283
<86>Nov 13 00:12:44 groupadd[1954668]: group added to /etc/gshadow: name=rooter
<86>Nov 13 00:12:44 groupadd[1954668]: new group: name=rooter, GID=1283
<86>Nov 13 00:12:44 useradd[1954684]: new user: name=rooter, UID=1283, GID=1283, home=/root, shell=/bin/bash, from=none
<86>Nov 13 00:12:44 userdel[1954705]: delete user 'builder'
<86>Nov 13 00:12:44 userdel[1954705]: removed group 'builder' owned by 'builder'
<86>Nov 13 00:12:44 groupadd[1954730]: group added to /etc/group: name=builder, GID=1284
<86>Nov 13 00:12:44 groupadd[1954730]: group added to /etc/gshadow: name=builder
<86>Nov 13 00:12:44 groupadd[1954730]: new group: name=builder, GID=1284
<86>Nov 13 00:12:44 useradd[1954739]: new user: name=builder, UID=1284, GID=1284, 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 13 00:12:48 rpmi: xml-utils-1:2.12.9-alt1 sisyphus+355784.100.1.1 1724333686 installed
<13>Nov 13 00:12:48 rpmi: sgml-common-0.6.3-alt15 sisyphus+276099.100.1.1 1624817971 installed
<13>Nov 13 00:12:48 rpmi: docbook-dtds-4.5-alt1 sisyphus+276837.100.1.1 1625242123 installed
<13>Nov 13 00:12:48 rpmi: docbook-style-xsl-1.79.1-alt4 sisyphus+232871.100.1.1 1561238010 installed
<13>Nov 13 00:12:48 rpmi: libxslt-1.1.39-alt1 sisyphus+349406.100.1.1 1716751806 installed
<13>Nov 13 00:12:48 rpmi: xsltproc-1.1.39-alt1 sisyphus+349406.100.1.1 1716751806 installed
<13>Nov 13 00:12:48 rpmi: libpaper2-2:2.1.3-alt1 sisyphus+340967.100.1.1 1708276732 installed
<13>Nov 13 00:12:48 rpmi: paper-2:2.1.3-alt1 sisyphus+340967.100.1.1 1708276732 installed
<13>Nov 13 00:12:48 rpmi: libncurses6-6.3.20220618-alt4 sisyphus+327286.4600.14.1 1711486705 installed
<13>Nov 13 00:12:48 rpmi: libtinfo-devel-6.3.20220618-alt4 sisyphus+327286.4600.14.1 1711486705 installed
<13>Nov 13 00:12:48 rpmi: libncurses-devel-6.3.20220618-alt4 sisyphus+327286.4600.14.1 1711486705 installed
<13>Nov 13 00:12:48 rpmi: xmlto-0.0.28-alt3 sisyphus+325166.600.15.1 1690187336 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/tetrix-2.4-alt1.nosrc.rpm (w1.gzdio)
Installing tetrix-2.4-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.74389
+ 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.74389
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd tetrix-2.4
+ make -j8 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: *** [<builtin>: 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: *** [<builtin>: 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 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: *** [<builtin>: 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 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: *** [<builtin>: 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 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: *** [<builtin>: 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 '<time.h>'; this is probably fixable by adding '#include <time.h>'
   10 | #include "tet.h"
  +++ |+#include <time.h>
   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: *** [<builtin>: 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.74389 (%build)


RPM build errors:
    Bad exit status from /usr/src/tmp/rpm-tmp.74389 (%build)
Command exited with non-zero status 1
0.44user 0.13system 0:00.38elapsed 151%CPU (0avgtext+0avgdata 52224maxresident)k
0inputs+0outputs (0major+39220minor)pagefaults 0swaps
hsh-rebuild: rebuild of `tetrix-2.4-alt1.src.rpm' failed.
Command exited with non-zero status 1
5.17user 1.97system 0:09.69elapsed 73%CPU (0avgtext+0avgdata 137752maxresident)k
120inputs+0outputs (0major+188682minor)pagefaults 0swaps