<86>Dec 21 06:50:50 userdel[4029064]: delete user 'rooter'
<86>Dec 21 06:50:50 userdel[4029064]: removed group 'rooter' owned by 'rooter'
<86>Dec 21 06:50:50 userdel[4029064]: removed shadow group 'rooter' owned by 'rooter'
<86>Dec 21 06:50:50 groupadd[4029082]: group added to /etc/group: name=rooter, GID=630
<86>Dec 21 06:50:50 groupadd[4029082]: group added to /etc/gshadow: name=rooter
<86>Dec 21 06:50:50 groupadd[4029082]: new group: name=rooter, GID=630
<86>Dec 21 06:50:50 useradd[4029097]: new user: name=rooter, UID=630, GID=630, home=/root, shell=/bin/bash
<86>Dec 21 06:50:50 userdel[4029117]: delete user 'builder'
<86>Dec 21 06:50:50 userdel[4029117]: removed group 'builder' owned by 'builder'
<86>Dec 21 06:50:50 userdel[4029117]: removed shadow group 'builder' owned by 'builder'
<86>Dec 21 06:50:50 groupadd[4029138]: group added to /etc/group: name=builder, GID=631
<86>Dec 21 06:50:50 groupadd[4029138]: group added to /etc/gshadow: name=builder
<86>Dec 21 06:50:50 groupadd[4029138]: new group: name=builder, GID=631
<86>Dec 21 06:50:50 useradd[4029148]: new user: name=builder, UID=631, GID=631, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/fairymax-4.8j-alt1.qa1.src.rpm: license not found in '/usr/share/license' directory: Public
/usr/src/in/srpm/fairymax-4.8j-alt1.qa1.src.rpm: license not found in '/usr/share/license' directory: domain
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/fairymax-4.8j-alt1.qa1.nosrc.rpm (w1.gzdio)
Installing fairymax-4.8j-alt1.qa1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.9919
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ sed 's,fmax.ini",/usr/share/games/fairymax/&,'
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.81488
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' fairymax
make: Entering directory '/usr/src/RPM/BUILD'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic    fairymax.c   -o fairymax
fairymax.c:125:1: warning: return type defaults to 'int' [-Wimplicit-int]
  125 | pboard()
      | ^~~~~~
fairymax.c:131:1: warning: return type defaults to 'int' [-Wimplicit-int]
  131 | D(k,q,l,e,E,z,n)        /* recursive minimax search, k=moving side, n=depth*/
      | ^
fairymax.c: In function 'D':
fairymax.c:136:17: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
  136 |  struct _*a=A+(J+(k+S)*E&U-1);                 /* lookup pos. in hash table*/
      |                ~^~~~~~~~
fairymax.c:139:9: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  139 |  if(a->K-Z|z&S  |                              /* miss: other pos. or empty*/
      |     ~~~~^~
fairymax.c:140:11: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  140 |   !(m<=q|X&8&&m>=l|X&S))                       /*   or window incompatible */
      |          ~^~
fairymax.c:140:21: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  140 |   !(m<=q|X&8&&m>=l|X&S))                       /*   or window incompatible */
      |                    ~^~
fairymax.c:144:36: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  144 |    z&S&&K==I&&(GetTickCount()-Ticks<tlim&d<=MaxDepth|| /* root: deepen upto time   */
      |                ~~~~~~~~~~~~~~~~~~~~^~~~~
fairymax.c:144:13: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  144 |    z&S&&K==I&&(GetTickCount()-Ticks<tlim&d<=MaxDepth|| /* root: deepen upto time   */
      |    ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  145 |    (K=X,L=Y&~S,Score=m,d=3)))                  /* time's up: go do best    */
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~
fairymax.c:149:7: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
  149 |   m=-P<l|R<5?d-2?-I:e:-P;   /*** prune if > beta  unconsidered:static eval */
      |     ~~^~
fairymax.c:152:9: warning: array subscript has type 'char' [-Wchar-subscripts]
  152 |   do{u=b[x];                                   /* scan board looking for   */
      |         ^
fairymax.c:155:9: warning: array subscript has type 'char' [-Wchar-subscripts]
  155 |     j=od[p];                                   /* first step vector f.piece*/
      |         ^
fairymax.c:156:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  156 |     W(r=o[++j])                                /* loop over directions o[] */
      |       ^
fairymax.c:163:11: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  163 |       if(y&S|(y&15)>=BW)break;                 /* board edge hit           */
      |          ~^~
fairymax.c:171:10: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
  171 |       m=E<16|(E^112)<16&&flag&1&y-E<2&E-y<2?I:m;      /* bad castling  */
      |         ~^~~
fairymax.c:171:36: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  171 |       m=E<16|(E^112)<16&&flag&1&y-E<2&E-y<2?I:m;      /* bad castling  */
      |                                 ~~~^~
fairymax.c:171:42: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  171 |       m=E<16|(E^112)<16&&flag&1&y-E<2&E-y<2?I:m;      /* bad castling  */
      |                                       ~~~^~
fairymax.c:172:11: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  172 |       if(p<3&y==E)H=z&127;                     /* shift capt.sqr. H if e.p.*/
      |          ~^~
fairymax.c:173:10: warning: array subscript has type 'char' [-Wchar-subscripts]
  173 |       t=b[H];
      |          ^
fairymax.c:174:16: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
  174 |       if(flag&1+!t)                            /* mode (capt/nonc) allowed?*/
      |               ~^~~
fairymax.c:178:12: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  178 |        if(m>=l&d>1)goto C;                     /* abort on fail high       */
      |           ~^~~
fairymax.c:181:16: warning: array subscript has type 'char' [-Wchar-subscripts]
  181 |        {v=centr[p]?b[x+257]-b[y+257]:0;        /* center positional pts.   */
      |                ^
fairymax.c:182:15: warning: array subscript has type 'char' [-Wchar-subscripts]
  182 |         b[G]=b[H]=b[x]=0;b[y]=u|32;            /* do move, set non-virgin  */
      |               ^
fairymax.c:182:20: warning: array subscript has type 'char' [-Wchar-subscripts]
  182 |         b[G]=b[H]=b[x]=0;b[y]=u|32;            /* do move, set non-virgin  */
      |                    ^
fairymax.c:182:27: warning: array subscript has type 'char' [-Wchar-subscripts]
  182 |         b[G]=b[H]=b[x]=0;b[y]=u|32;            /* do move, set non-virgin  */
      |                           ^
fairymax.c:184:13: warning: array subscript has type 'char' [-Wchar-subscripts]
  184 |         v-=w[p]>0|R<EG?0:20;                   /*** freeze K in mid-game ***/
      |             ^
fairymax.c:184:16: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
  184 |         v-=w[p]>0|R<EG?0:20;                   /*** freeze K in mid-game ***/
      |            ~~~~^~
fairymax.c:186:18: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  186 |         {v-=9*((x-2&M||b[x-2]-u)+              /* structure, undefended    */
      |                 ~^~
fairymax.c:187:18: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
  187 |                (x+2&M||b[x+2]-u)               /*        squares plus bias */
      |                 ~^~
fairymax.c:189:18: warning: suggest parentheses around '-' inside '>>' [-Wparentheses]
  189 |               +(R-76>>2);                      /* end-game Pawn-push bonus */
      |                 ~^~~
fairymax.c:190:11: warning: array subscript has type 'char' [-Wchar-subscripts]
  190 |          b[y]+=V=y+r+1&S?647-p:2*(u&y+16&32);  /* upgrade P or convert to Q*/
      |           ^
fairymax.c:190:21: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
  190 |          b[y]+=V=y+r+1&S?647-p:2*(u&y+16&32);  /* upgrade P or convert to Q*/
      |                  ~~~^~
fairymax.c:190:38: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
  190 |          b[y]+=V=y+r+1&S?647-p:2*(u&y+16&32);  /* upgrade P or convert to Q*/
      |                                     ~^~~
fairymax.c:106:21: warning: array subscript has type 'char' [-Wchar-subscripts]
  106 | #define J(A) K(y+A,b[y])-K(x+A,u)-K(H+A,t)
      |                     ^
fairymax.c:105:31: note: in definition of macro 'K'
  105 | #define K(A,B) *(int*)(T+A+S*(B&31))
      |                               ^
fairymax.c:194:12: note: in expansion of macro 'J'
  194 |         J+=J(0);Z+=J(4)+G-S;
      |            ^
fairymax.c:106:21: warning: array subscript has type 'char' [-Wchar-subscripts]
  106 | #define J(A) K(y+A,b[y])-K(x+A,u)-K(H+A,t)
      |                     ^
fairymax.c:105:31: note: in definition of macro 'K'
  105 | #define K(A,B) *(int*)(T+A+S*(B&31))
      |                               ^
fairymax.c:194:20: note: in expansion of macro 'J'
  194 |         J+=J(0);Z+=J(4)+G-S;
      |                    ^
fairymax.c:197:17: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  197 |         C=d-1-(d>5&p>2&!t&!h);                 /* nw depth, reduce non-cpt.*/
      |                ~^~
fairymax.c:198:17: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  198 |         C=R<EG|P-I|d<3||t&&p-3?C:d;            /* extend 1 ply if in-check */
      |                ~^~
fairymax.c:198:21: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
  198 |         C=R<EG|P-I|d<3||t&&p-3?C:d;            /* extend 1 ply if in-check */
      |                    ~^~
fairymax.c:198:26: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  198 |         C=R<EG|P-I|d<3||t&&p-3?C:d;            /* extend 1 ply if in-check */
      |                         ~^~~~~
fairymax.c:200:13: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
  200 |          s=C>2|v>V?-D(16-k,-l,-V,-v,/*** futility, recursive eval. of reply */
      |            ~^~
fairymax.c:202:12: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  202 |         W(s>q&++C<d); v=s;                     /* no fail:re-srch unreduced*/
      |           ~^~
fairymax.c:204:19: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  204 |         {if(v+I&&x==K&y==L)                    /*   if move found          */
      |                  ~^~~
fairymax.c:206:15: warning: array subscript has type 'char' [-Wchar-subscripts]
  206 |           if(b[y]-u&15)b[y]-=PromPiece,        /* under-promotion, correct */
      |               ^
fairymax.c:206:18: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  206 |           if(b[y]-u&15)b[y]-=PromPiece,        /* under-promotion, correct */
      |              ~~~~^~
fairymax.c:206:25: warning: array subscript has type 'char' [-Wchar-subscripts]
  206 |           if(b[y]-u&15)b[y]-=PromPiece,        /* under-promotion, correct */
      |                         ^
fairymax.c:210:22: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
  210 |           Fifty = t|p<3?0:Fifty+1;
      |                     ~^~
fairymax.c:216:25: warning: array subscript has type 'char' [-Wchar-subscripts]
  216 |         b[G]=k+6;b[FF]=b[y]=0;b[x]=u;b[H]=t;   /* undo move,G can be dummy */
      |                         ^
fairymax.c:216:32: warning: array subscript has type 'char' [-Wchar-subscripts]
  216 |         b[G]=k+6;b[FF]=b[y]=0;b[x]=u;b[H]=t;   /* undo move,G can be dummy */
      |                                ^
fairymax.c:216:39: warning: array subscript has type 'char' [-Wchar-subscripts]
  216 |         b[G]=k+6;b[FF]=b[y]=0;b[x]=u;b[H]=t;   /* undo move,G can be dummy */
      |                                       ^
fairymax.c:219:22: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  219 |         m=v,X=x,Y=y|S&F;                       /* mark non-double with S   */
      |                     ~^~
fairymax.c:223:14: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
  223 |       if(flag&15^4|u&32||                      /* no double or moved before*/
      |          ~~~~^~~
fairymax.c:223:17: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  223 |       if(flag&15^4|u&32||                      /* no double or moved before*/
      |          ~~~~~~~^~
fairymax.c:225:27: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  225 |          (b[G=r<0?x&~15:BW-1|x&112]-k-6        /* no virgin R in corner G, */
      |                         ~~^~
fairymax.c:224:13: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  224 |          p>2&&                                 /* no P & no lateral K move,*/
      |          ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |          (b[G=r<0?x&~15:BW-1|x&112]-k-6        /* no virgin R in corner G, */
      |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226 |          ||b[G^1]|b[G^2]|b[FF=r<0?G+3:G-2])    /* no 2 empty sq. next to R */
      |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fairymax.c:234:23: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
  234 |    if((++x&15)>=BW)x=x+16&112;                 /* next sqr. of board, wrap */
      |                      ~^~~
fairymax.c:236:12: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
  236 | C:FMAX( m=m+I|P==I?m:(X=Y=0); )                /* if stalemate, draw-score */
      |           ~^~
fairymax.c:67:21: note: in definition of macro 'FMAX'
   67 | #    define FMAX(x) x
      |                     ^
fairymax.c: In function 'PrintResult':
fairymax.c:292:41: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  292 |                    HistoryBoards[HistPtr-j&1023][k] )
      |                                  ~~~~~~~^~
fairymax.c:285:13: warning: unused variable 'i' [-Wunused-variable]
  285 |         int i, j, k, cnt=0;
      |             ^
fairymax.c: At top level:
fairymax.c:337:1: warning: return type defaults to 'int' [-Wimplicit-int]
  337 | InitEngine()
      | ^~~~~~~~~~
fairymax.c: In function 'InitEngine':
fairymax.c:339:9: warning: unused variable 'j' [-Wunused-variable]
  339 |  int i, j;
      |         ^
fairymax.c:339:6: warning: unused variable 'i' [-Wunused-variable]
  339 |  int i, j;
      |      ^
fairymax.c: At top level:
fairymax.c:345:1: warning: return type defaults to 'int' [-Wimplicit-int]
  345 | InitGame()
      | ^~~~~~~~
fairymax.c: In function 'InitGame':
fairymax.c:347:8: warning: unused variable 'j' [-Wunused-variable]
  347 |  int i,j;
      |        ^
fairymax.c: In function 'CopyBoard':
fairymax.c:362:22: warning: unused variable 'cnt' [-Wunused-variable]
  362 |         int i, j, k, cnt=0;
      |                      ^~~
fairymax.c:362:19: warning: unused variable 'k' [-Wunused-variable]
  362 |         int i, j, k, cnt=0;
      |                   ^
fairymax.c: In function 'PrintVariants':
fairymax.c:373:16: warning: unused variable 'j' [-Wunused-variable]
  373 |         int i, j, count=0; char c, buf[80];
      |                ^
fairymax.c:373:13: warning: unused variable 'i' [-Wunused-variable]
  373 |         int i, j, count=0; char c, buf[80];
      |             ^
fairymax.c: In function 'LoadGame':
fairymax.c:426:20: warning: 'return' with no value, in function returning non-void [-Wreturn-type]
  426 |                    return; /* keep old settings */
      |                    ^~~~~~
fairymax.c:404:5: note: declared here
  404 | int LoadGame(char *name)
      |     ^~~~~~~~
fairymax.c:450:100: warning: "/*" within comment [-Wcomment]
  450 |             /* printf("# c='%c' i=%d od[i]=%d j=%d (%3d,%8x)\n",c?c:' ',i,od[i],j,o[j-1],of[j-1]); /**/
      |                                                                                                     
fairymax.c:407:20: warning: variable 'currentVariant' set but not used [-Wunused-but-set-variable]
  407 |         static int currentVariant;
      |                    ^~~~~~~~~~~~~~
fairymax.c: In function 'main':
fairymax.c:525:54: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
  525 |                             CopyBoard(HistPtr=HistPtr+1&1023);
      |                                               ~~~~~~~^~
fairymax.c:538:4: warning: 'return' with no value, in function returning non-void [-Wreturn-type]
  538 |    return;
      |    ^~~~~~
fairymax.c:458:5: note: declared here
  458 | int main(int argc, char **argv)
      |     ^~~~
fairymax.c:590:4: warning: 'return' with no value, in function returning non-void [-Wreturn-type]
  590 |    return;
      |    ^~~~~~
fairymax.c:458:5: note: declared here
  458 | int main(int argc, char **argv)
      |     ^~~~
fairymax.c:675:46: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  675 |                         MovesLeft = -(GamePtr+(Side==WHITE)>>1);
      |                                       ~~~~~~~^~~~~~~~~~~~~~
fairymax.c:691:48: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  691 |                 if (!strcmp(command, "undo")   && (nr=1) ||
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
fairymax.c:701:57: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
  701 |                                 HistoryBoards[HistPtr+nr+1&1023][m] = 0;
      |                                               ~~~~~~~~~~^~
fairymax.c:764:64: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  764 |                                             if(m==BW>>1        && color==BLACK ||
      |                                                                ^
fairymax.c:770:72: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  770 |                                             if((m==0x00 || m==BW-1   ) && color==BLACK ||
      |                                                                        ^
fairymax.c:794:28: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
  794 |                 m = line[0]<'a' | line[0]>='a'+BW | line[1]<'1' | line[1]>='1'+BH |
      |                     ~~~~~~~^~~~
fairymax.c:794:60: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
  794 |                 m = line[0]<'a' | line[0]>='a'+BW | line[1]<'1' | line[1]>='1'+BH |
      |                                                     ~~~~~~~^~~~
fairymax.c:794:74: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
  794 |                 m = line[0]<'a' | line[0]>='a'+BW | line[1]<'1' | line[1]>='1'+BH |
      |                                                                   ~~~~~~~^~~~~~~~
fairymax.c:795:28: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
  795 |                     line[2]<'a' | line[2]>='a'+BW | line[3]<'1' | line[3]>='1'+BH;
      |                     ~~~~~~~^~~~
fairymax.c:795:42: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
  795 |                     line[2]<'a' | line[2]>='a'+BW | line[3]<'1' | line[3]>='1'+BH;
      |                                   ~~~~~~~^~~~~~~~
fairymax.c:795:60: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
  795 |                     line[2]<'a' | line[2]>='a'+BW | line[3]<'1' | line[3]>='1'+BH;
      |                                                     ~~~~~~~^~~~
fairymax.c:795:74: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
  795 |                     line[2]<'a' | line[2]>='a'+BW | line[3]<'1' | line[3]>='1'+BH;
      |                                                                   ~~~~~~~^~~~~~~~
fairymax.c:809:50: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
  809 |                         CopyBoard(HistPtr=HistPtr+1&1023);
      |                                           ~~~~~~~^~
fairymax.c:463:15: warning: unused variable 'f' [-Wunused-variable]
  463 |         FILE *f;
      |               ^
fairymax.c:461:42: warning: unused variable 'cc' [-Wunused-variable]
  461 |         char line[256], command[256], c, cc;
      |                                          ^~
fairymax.c:461:39: warning: unused variable 'c' [-Wunused-variable]
  461 |         char line[256], command[256], c, cc;
      |                                       ^
fairymax.c:460:59: warning: unused variable 'j' [-Wunused-variable]
  460 |         int Computer, MaxTime, MaxMoves, TimeInc, sec, i, j;
      |                                                           ^
fairymax.c: In function 'pboard':
fairymax.c:128:1: warning: control reaches end of non-void function [-Wreturn-type]
  128 | }
      | ^
fairymax.c: In function 'InitEngine':
fairymax.c:343:1: warning: control reaches end of non-void function [-Wreturn-type]
  343 | }
      | ^
fairymax.c: In function 'InitGame':
fairymax.c:358:1: warning: control reaches end of non-void function [-Wreturn-type]
  358 | }
      | ^
fairymax.c: In function 'LoadGame':
fairymax.c:436:29: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  436 |         for(i=0; i<BW; i++) fscanf(f, "%d", oo+i);
      |                             ^~~~~~~~~~~~~~~~~~~~~
fairymax.c:437:29: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
  437 |         for(i=0; i<BW; i++) fscanf(f, "%d", oo+i+16);
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~
fairymax.c: In function 'PrintVariants':
fairymax.c:383:14: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
  383 |            if(c == EOF) break;
      |              ^
make: Leaving directory '/usr/src/RPM/BUILD'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.31049
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/fairymax-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/fairymax-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ install -pDm755 fairymax /usr/src/tmp/fairymax-buildroot/usr/bin/fairymax
+ install -pDm644 /usr/src/RPM/SOURCES/fmax.ini /usr/src/tmp/fairymax-buildroot/usr/share/games/fairymax/fmax.ini
+ install -pDm644 /usr/src/RPM/SOURCES/fairymax.6 /usr/src/tmp/fairymax-buildroot/usr/share/man/man6/fairymax.6
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/fairymax-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/fairymax-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/fairymax-buildroot/ (default)
Compressing files in /usr/src/tmp/fairymax-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/fairymax-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/bin/fairymax: uses non-LFS functions: fopen
Hardlinking identical .pyc and .pyo files
Processing files: fairymax-4.8j-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7yDOf9
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.n5YT8a
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.f3WAcc
Creating fairymax-debuginfo package
Processing files: fairymax-debuginfo-4.8j-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5XJCX9
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VcRA77
find-requires: running scripts (debuginfo)
Requires: fairymax = 4.8j-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6)
Wrote: /usr/src/RPM/RPMS/i586/fairymax-4.8j-alt1.qa1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/fairymax-debuginfo-4.8j-alt1.qa1.i586.rpm (w2.lzdio)
4.50user 1.01system 0:09.58elapsed 57%CPU (0avgtext+0avgdata 31492maxresident)k
0inputs+0outputs (0major+153614minor)pagefaults 0swaps
/.out/fairymax-4.8j-alt1.qa1.i586.rpm: license not found in '/usr/share/license' directory: Public
/.out/fairymax-4.8j-alt1.qa1.i586.rpm: license not found in '/usr/share/license' directory: domain
/.out/fairymax-debuginfo-4.8j-alt1.qa1.i586.rpm: license not found in '/usr/share/license' directory: Public
/.out/fairymax-debuginfo-4.8j-alt1.qa1.i586.rpm: license not found in '/usr/share/license' directory: domain
7.03user 5.90system 0:15.82elapsed 81%CPU (0avgtext+0avgdata 31492maxresident)k
0inputs+0outputs (0major+336664minor)pagefaults 0swaps
--- fairymax-4.8j-alt1.qa1.i586.rpm.repo	2013-04-17 07:49:28.000000000 +0000
+++ fairymax-4.8j-alt1.qa1.i586.rpm.hasher	2020-12-21 06:51:02.601132220 +0000
@@ -3,3 +3,3 @@
 /usr/share/games/fairymax/fmax.ini	100644	
-/usr/share/man/man6/fairymax.6.gz	100644	
+/usr/share/man/man6/fairymax.6.xz	100644	
 Requires: /lib/ld-linux.so.2  
@@ -7,2 +7,3 @@
 Requires: libc.so.6(GLIBC_2.1)  
+Requires: libc.so.6(GLIBC_2.1.3)  
 Requires: libc.so.6(GLIBC_2.3.4)