<86>Jan 17 06:49:06 userdel[274950]: delete user 'rooter'
<86>Jan 17 06:49:06 userdel[274950]: removed group 'rooter' owned by 'rooter'
<86>Jan 17 06:49:06 userdel[274950]: removed shadow group 'rooter' owned by 'rooter'
<86>Jan 17 06:49:06 groupadd[274968]: group added to /etc/group: name=rooter, GID=624
<86>Jan 17 06:49:06 groupadd[274968]: group added to /etc/gshadow: name=rooter
<86>Jan 17 06:49:06 groupadd[274968]: new group: name=rooter, GID=624
<86>Jan 17 06:49:06 useradd[274979]: new user: name=rooter, UID=624, GID=624, home=/root, shell=/bin/bash
<86>Jan 17 06:49:06 userdel[275002]: delete user 'builder'
<86>Jan 17 06:49:06 userdel[275002]: removed group 'builder' owned by 'builder'
<86>Jan 17 06:49:06 userdel[275002]: removed shadow group 'builder' owned by 'builder'
<86>Jan 17 06:49:06 groupadd[275021]: group added to /etc/group: name=builder, GID=625
<86>Jan 17 06:49:06 groupadd[275021]: group added to /etc/gshadow: name=builder
<86>Jan 17 06:49:06 groupadd[275021]: new group: name=builder, GID=625
<86>Jan 17 06:49:06 useradd[275033]: new user: name=builder, UID=625, GID=625, home=/usr/src, shell=/bin/bash
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/fairymax-4.8j-alt1.qa1.nosrc.rpm
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.82972
+ 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.82972
+ 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]
 pboard()
 ^~~~~~
fairymax.c:131:1: warning: return type defaults to 'int' [-Wimplicit-int]
 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]
  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]
  if(a->K-Z|z&S  |                              /* miss: other pos. or empty*/
     ~~~~^~
fairymax.c:140:11: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
   !(m<=q|X&8&&m>=l|X&S))                       /*   or window incompatible */
          ~^~
fairymax.c:140:21: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
   !(m<=q|X&8&&m>=l|X&S))                       /*   or window incompatible */
                    ~^~
fairymax.c:144:36: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
    z&S&&K==I&&(GetTickCount()-Ticks<tlim&d<=MaxDepth|| /* root: deepen upto time   */
                ~~~~~~~~~~~~~~~~~~~~^~~~~
fairymax.c:144:13: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
    z&S&&K==I&&(GetTickCount()-Ticks<tlim&d<=MaxDepth|| /* root: deepen upto time   */
    ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    (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]
   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]
   do{u=b[x];                                   /* scan board looking for   */
         ^
fairymax.c:155:9: warning: array subscript has type 'char' [-Wchar-subscripts]
     j=od[p];                                   /* first step vector f.piece*/
         ^
fairymax.c:156:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     W(r=o[++j])                                /* loop over directions o[] */
       ^
fairymax.c:163:11: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
       if(y&S|(y&15)>=BW)break;                 /* board edge hit           */
          ~^~
fairymax.c:171:10: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
       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]
       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]
       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]
       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]
       t=b[H];
          ^
fairymax.c:174:16: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
       if(flag&1+!t)                            /* mode (capt/nonc) allowed?*/
               ~^~~
fairymax.c:178:12: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
        if(m>=l&d>1)goto C;                     /* abort on fail high       */
           ~^~~
fairymax.c:181:16: warning: array subscript has type 'char' [-Wchar-subscripts]
        {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]
         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]
         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]
         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]
         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]
         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]
         {v-=9*((x-2&M||b[x-2]-u)+              /* structure, undefended    */
                 ~^~
fairymax.c:187:18: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
                (x+2&M||b[x+2]-u)               /*        squares plus bias */
                 ~^~
fairymax.c:189:18: warning: suggest parentheses around '-' inside '>>' [-Wparentheses]
               +(R-76>>2);                      /* end-game Pawn-push bonus */
                 ~^~~
fairymax.c:190:11: warning: array subscript has type 'char' [-Wchar-subscripts]
          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]
          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]
          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]
 #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'
 #define K(A,B) *(int*)(T+A+S*(B&31))
                               ^
fairymax.c:194:12: note: in expansion of macro 'J'
         J+=J(0);Z+=J(4)+G-S;
            ^
fairymax.c:106:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 #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'
 #define K(A,B) *(int*)(T+A+S*(B&31))
                               ^
fairymax.c:194:20: note: in expansion of macro 'J'
         J+=J(0);Z+=J(4)+G-S;
                    ^
fairymax.c:197:17: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
         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]
         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]
         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]
         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]
          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]
         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]
         {if(v+I&&x==K&y==L)                    /*   if move found          */
                  ~^~~
fairymax.c:206:15: warning: array subscript has type 'char' [-Wchar-subscripts]
           if(b[y]-u&15)b[y]-=PromPiece,        /* under-promotion, correct */
               ^
fairymax.c:206:18: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
           if(b[y]-u&15)b[y]-=PromPiece,        /* under-promotion, correct */
              ~~~~^~
fairymax.c:206:25: warning: array subscript has type 'char' [-Wchar-subscripts]
           if(b[y]-u&15)b[y]-=PromPiece,        /* under-promotion, correct */
                         ^
fairymax.c:210:22: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
           Fifty = t|p<3?0:Fifty+1;
                     ~^~
fairymax.c:216:25: warning: array subscript has type 'char' [-Wchar-subscripts]
         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]
         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]
         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]
         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]
       if(flag&15^4|u&32||                      /* no double or moved before*/
          ~~~~^~~
fairymax.c:223:17: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
       if(flag&15^4|u&32||                      /* no double or moved before*/
          ~~~~~~~^~
fairymax.c:225:27: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
          (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]
          p>2&&                                 /* no P & no lateral K move,*/
          ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          (b[G=r<0?x&~15:BW-1|x&112]-k-6        /* no virgin R in corner G, */
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          ||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]
    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]
 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'
 #    define FMAX(x) x
                     ^
fairymax.c: In function 'PrintResult':
fairymax.c:292:41: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
                    HistoryBoards[HistPtr-j&1023][k] )
                                  ~~~~~~~^~
fairymax.c:285:13: warning: unused variable 'i' [-Wunused-variable]
         int i, j, k, cnt=0;
             ^
fairymax.c: At top level:
fairymax.c:337:1: warning: return type defaults to 'int' [-Wimplicit-int]
 InitEngine()
 ^~~~~~~~~~
fairymax.c: In function 'InitEngine':
fairymax.c:339:9: warning: unused variable 'j' [-Wunused-variable]
  int i, j;
         ^
fairymax.c:339:6: warning: unused variable 'i' [-Wunused-variable]
  int i, j;
      ^
fairymax.c: At top level:
fairymax.c:345:1: warning: return type defaults to 'int' [-Wimplicit-int]
 InitGame()
 ^~~~~~~~
fairymax.c: In function 'InitGame':
fairymax.c:347:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j;
        ^
fairymax.c: In function 'CopyBoard':
fairymax.c:362:22: warning: unused variable 'cnt' [-Wunused-variable]
         int i, j, k, cnt=0;
                      ^~~
fairymax.c:362:19: warning: unused variable 'k' [-Wunused-variable]
         int i, j, k, cnt=0;
                   ^
fairymax.c: In function 'PrintVariants':
fairymax.c:373:16: warning: unused variable 'j' [-Wunused-variable]
         int i, j, count=0; char c, buf[80];
                ^
fairymax.c:373:13: warning: unused variable 'i' [-Wunused-variable]
         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
                    return; /* keep old settings */
                    ^~~~~~
fairymax.c:404:5: note: declared here
 int LoadGame(char *name)
     ^~~~~~~~
fairymax.c:450:100: warning: "/*" within comment [-Wcomment]
             /* 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]
         static int currentVariant;
                    ^~~~~~~~~~~~~~
fairymax.c: In function 'main':
fairymax.c:525:54: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
                             CopyBoard(HistPtr=HistPtr+1&1023);
                                               ~~~~~~~^~
fairymax.c:538:4: warning: 'return' with no value, in function returning non-void
    return;
    ^~~~~~
fairymax.c:458:5: note: declared here
 int main(int argc, char **argv)
     ^~~~
fairymax.c:590:4: warning: 'return' with no value, in function returning non-void
    return;
    ^~~~~~
fairymax.c:458:5: note: declared here
 int main(int argc, char **argv)
     ^~~~
fairymax.c:675:46: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
                         MovesLeft = -(GamePtr+(Side==WHITE)>>1);
                                       ~~~~~~~^~~~~~~~~~~~~~
fairymax.c:691:48: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
                 if (!strcmp(command, "undo")   && (nr=1) ||
                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
fairymax.c:701:57: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
                                 HistoryBoards[HistPtr+nr+1&1023][m] = 0;
                                               ~~~~~~~~~~^~
fairymax.c:764:64: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
                                             if(m==BW>>1        && color==BLACK ||
                                                                ^
fairymax.c:770:72: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
                                             if((m==0x00 || m==BW-1   ) && color==BLACK ||
                                                                        ^
fairymax.c:794:28: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
                 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]
                 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]
                 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]
                     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]
                     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]
                     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]
                     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]
                         CopyBoard(HistPtr=HistPtr+1&1023);
                                           ~~~~~~~^~
fairymax.c:463:15: warning: unused variable 'f' [-Wunused-variable]
         FILE *f;
               ^
fairymax.c:461:42: warning: unused variable 'cc' [-Wunused-variable]
         char line[256], command[256], c, cc;
                                          ^~
fairymax.c:461:39: warning: unused variable 'c' [-Wunused-variable]
         char line[256], command[256], c, cc;
                                       ^
fairymax.c:460:59: warning: unused variable 'j' [-Wunused-variable]
         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]
 }
 ^
fairymax.c: In function 'InitEngine':
fairymax.c:343:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
fairymax.c: In function 'InitGame':
fairymax.c:358:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
fairymax.c: In function 'LoadGame':
fairymax.c:436:29: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
         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]
         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]
            if(c == EOF) break;
              ^
make: Leaving directory '/usr/src/RPM/BUILD'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.24126
+ 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
+ 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.s7LvSV
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.6CVmj1
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.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.ZVEZuC
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.71ytGE
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hGn0O1
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
Wrote: /usr/src/RPM/RPMS/i586/fairymax-debuginfo-4.8j-alt1.qa1.i586.rpm
4.52user 1.08system 0:09.66elapsed 58%CPU (0avgtext+0avgdata 31312maxresident)k
0inputs+0outputs (0major+145997minor)pagefaults 0swaps
6.85user 5.57system 0:15.60elapsed 79%CPU (0avgtext+0avgdata 31312maxresident)k
0inputs+0outputs (0major+322844minor)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	2021-01-17 06:49:19.018672216 +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