<86>May 22 07:57:23 userdel[1242574]: delete user 'rooter'
<86>May 22 07:57:23 userdel[1242574]: removed shadow group 'rooter' owned by 'rooter'
<86>May 22 07:57:23 groupadd[1242593]: group added to /etc/group: name=rooter, GID=537
<86>May 22 07:57:23 groupadd[1242593]: group added to /etc/gshadow: name=rooter
<86>May 22 07:57:23 groupadd[1242593]: new group: name=rooter, GID=537
<86>May 22 07:57:23 useradd[1242607]: new user: name=rooter, UID=537, GID=537, home=/root, shell=/bin/bash
<86>May 22 07:57:23 userdel[1242633]: delete user 'builder'
<86>May 22 07:57:23 userdel[1242633]: removed group 'builder' owned by 'builder'
<86>May 22 07:57:23 userdel[1242633]: removed shadow group 'builder' owned by 'builder'
<86>May 22 07:57:23 groupadd[1242642]: group added to /etc/group: name=builder, GID=538
<86>May 22 07:57:23 groupadd[1242642]: group added to /etc/gshadow: name=builder
<86>May 22 07:57:23 groupadd[1242642]: new group: name=builder, GID=538
<86>May 22 07:57:23 useradd[1242650]: new user: name=builder, UID=538, GID=538, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/unzoo-4.4-alt1.src.rpm: license not found in '/usr/share/license' directory: Public
/usr/src/in/srpm/unzoo-4.4-alt1.src.rpm: license not found in '/usr/share/license' directory: Domain
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/unzoo-4.4-alt1.nosrc.rpm
Installing unzoo-4.4-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.51598
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf unzoo-4.4
+ /bin/mkdir -p unzoo-4.4
+ cd unzoo-4.4
+ /bin/chmod -c -Rf u+rwX,go-w .
+ /bin/gzip -dc /usr/src/RPM/SOURCES/unzoo.c.gz
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.93754
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd unzoo-4.4
+ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DSYS_IS_UNIX unzoo.c -o unzoo
unzoo.c: In function 'ConvDire':
unzoo.c:508:33: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
  508 | #define CONV_NAME(naml,namu)    strcpy( (naml), (namu) )
      |                                 ^~~~~~
unzoo.c:786:9: note: in expansion of macro 'CONV_NAME'
  786 |         CONV_NAME( naml, namu );
      |         ^~~~~~~~~
unzoo.c:508:33: warning: incompatible implicit declaration of built-in function 'strcpy'
  508 | #define CONV_NAME(naml,namu)    strcpy( (naml), (namu) )
      |                                 ^~~~~~
unzoo.c:786:9: note: in expansion of macro 'CONV_NAME'
  786 |         CONV_NAME( naml, namu );
      |         ^~~~~~~~~
unzoo.c:247:1: note: include '<string.h>' or provide a declaration of 'strcpy'
  246 | #include        <stdio.h>
  +++ |+#include <string.h>
  247 | 
unzoo.c: At top level:
unzoo.c:945:39: warning: trigraph ??' ignored, use -trigraphs to enable [-Wtrigraphs]
  945 |  fndrInfo.ioFlFndrInfo.fdCreator = '????';
      |                                        
unzoo.c: In function 'MakeDirs':
unzoo.c:508:33: warning: incompatible implicit declaration of built-in function 'strcpy'
  508 | #define CONV_NAME(naml,namu)    strcpy( (naml), (namu) )
      |                                 ^~~~~~
unzoo.c:1223:9: note: in expansion of macro 'CONV_NAME'
 1223 |         CONV_NAME( naml, namu );
      |         ^~~~~~~~~
unzoo.c:508:33: note: include '<string.h>' or provide a declaration of 'strcpy'
  508 | #define CONV_NAME(naml,namu)    strcpy( (naml), (namu) )
      |                                 ^~~~~~
unzoo.c:1223:9: note: in expansion of macro 'CONV_NAME'
 1223 |         CONV_NAME( naml, namu );
      |         ^~~~~~~~~
unzoo.c:1225:9: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration]
 1225 |         strcat( patl, dirl );
      |         ^~~~~~
unzoo.c:1225:9: warning: incompatible implicit declaration of built-in function 'strcat'
unzoo.c:1225:9: note: include '<string.h>' or provide a declaration of 'strcat'
unzoo.c:583:66: warning: implicit declaration of function 'system' [-Wimplicit-function-declaration]
  583 | #define MAKE_DIRE(patl)    (sprintf(Cmd,"/bin/mkdir %s",(patl)),!system(Cmd))
      |                                                                  ^~~~~~
unzoo.c:1229:9: note: in expansion of macro 'MAKE_DIRE'
 1229 |         MAKE_DIRE( patl );
      |         ^~~~~~~~~
unzoo.c: In function 'IsMatchName':
unzoo.c:1268:41: warning: array subscript has type 'char' [-Wchar-subscripts]
 1268 |         else if ( *pat=='?' && ! IsSpec[*str] ) { pat++;       str++;       }
      |                                         ^~~~
unzoo.c:1271:41: warning: array subscript has type 'char' [-Wchar-subscripts]
 1271 |         else if ( tmp != 0  && ! IsSpec[*tmp] ) { pat =   pos; str = ++tmp; }
      |                                         ^~~~
unzoo.c: In function 'EntrReadArch':
unzoo.c:508:33: warning: incompatible implicit declaration of built-in function 'strcpy'
  508 | #define CONV_NAME(naml,namu)    strcpy( (naml), (namu) )
      |                                 ^~~~~~
unzoo.c:1580:9: note: in expansion of macro 'CONV_NAME'
 1580 |         CONV_NAME( Entry.naml, (Entry.lnamu ? Entry.namu : Entry.nams) );
      |         ^~~~~~~~~
unzoo.c:508:33: note: include '<string.h>' or provide a declaration of 'strcpy'
  508 | #define CONV_NAME(naml,namu)    strcpy( (naml), (namu) )
      |                                 ^~~~~~
unzoo.c:1580:9: note: in expansion of macro 'CONV_NAME'
 1580 |         CONV_NAME( Entry.naml, (Entry.lnamu ? Entry.namu : Entry.nams) );
      |         ^~~~~~~~~
unzoo.c:1583:9: warning: incompatible implicit declaration of built-in function 'strcpy'
 1583 |         strcpy( Entry.dirl, Entry.diru );
      |         ^~~~~~
unzoo.c:1583:9: note: include '<string.h>' or provide a declaration of 'strcpy'
unzoo.c:1586:5: warning: incompatible implicit declaration of built-in function 'strcpy'
 1586 |     strcpy( Entry.patl, Entry.dirl );
      |     ^~~~~~
unzoo.c:1586:5: note: include '<string.h>' or provide a declaration of 'strcpy'
unzoo.c:1587:5: warning: incompatible implicit declaration of built-in function 'strcat'
 1587 |     strcat( Entry.patl, Entry.naml );
      |     ^~~~~~
unzoo.c:1587:5: note: include '<string.h>' or provide a declaration of 'strcat'
unzoo.c: In function 'ListArch':
unzoo.c:2349:5: warning: incompatible implicit declaration of built-in function 'strcpy'
 2349 |     strcpy(arczoo,arc);  strcat(arczoo,".zoo");
      |     ^~~~~~
unzoo.c:2349:5: note: include '<string.h>' or provide a declaration of 'strcpy'
unzoo.c:2349:26: warning: incompatible implicit declaration of built-in function 'strcat'
 2349 |     strcpy(arczoo,arc);  strcat(arczoo,".zoo");
      |                          ^~~~~~
unzoo.c:2349:26: note: include '<string.h>' or provide a declaration of 'strcat'
unzoo.c: In function 'ExtrArch':
unzoo.c:2504:5: warning: incompatible implicit declaration of built-in function 'strcpy'
 2504 |     strcpy(arczoo,arc);  strcat(arczoo,".zoo");
      |     ^~~~~~
unzoo.c:2504:5: note: include '<string.h>' or provide a declaration of 'strcpy'
unzoo.c:2504:26: warning: incompatible implicit declaration of built-in function 'strcat'
 2504 |     strcpy(arczoo,arc);  strcat(arczoo,".zoo");
      |                          ^~~~~~
unzoo.c:2504:26: note: include '<string.h>' or provide a declaration of 'strcat'
unzoo.c:617:58: warning: implicit declaration of function 'utime' [-Wimplicit-function-declaration]
  617 | #define SETF_TIME(patl,secs)    (Secs[0]=Secs[1]=(secs),!utime((patl),Secs))
      |                                                          ^~~~~
unzoo.c:2693:20: note: in expansion of macro 'SETF_TIME'
 2693 |             if ( ! SETF_TIME( patl, secs ) )
      |                    ^~~~~~~~~
unzoo.c:649:35: warning: implicit declaration of function 'chmod' [-Wimplicit-function-declaration]
  649 | #define SETF_PERM(patl,mode)    (!chmod((patl),(int)(mode)))
      |                                   ^~~~~
unzoo.c:2699:20: note: in expansion of macro 'SETF_PERM'
 2699 |             if ( ! SETF_PERM( patl, Entry.permis ) )
      |                    ^~~~~~~~~
unzoo.c: In function 'MakeDirs':
unzoo.c:583:41: warning: '%s' directive writing up to 1023 bytes into a region of size 245 [-Wformat-overflow=]
  583 | #define MAKE_DIRE(patl)    (sprintf(Cmd,"/bin/mkdir %s",(patl)),!system(Cmd))
      |                                         ^~~~~~~~~~~~~~~ ~~~~~~
unzoo.c:1229:9: note: in expansion of macro 'MAKE_DIRE'
 1229 |         MAKE_DIRE( patl );
      |         ^~~~~~~~~
unzoo.c:583:53: note: format string is defined here
  583 | #define MAKE_DIRE(patl)    (sprintf(Cmd,"/bin/mkdir %s",(patl)),!system(Cmd))
      |                                                     ^~
In file included from /usr/include/stdio.h:867,
                 from unzoo.c:246:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 12 and 1035 bytes into a destination of size 256
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unzoo.c: In function 'DescReadArch':
unzoo.c:1464:52: warning: array subscript 20 is above array bounds of 'char[20]' [-Warray-bounds]
 1464 |     BlckReadArch(Descript.text,20L);  Descript.text[20] = '\0';
      |                                       ~~~~~~~~~~~~~^~~~
In function 'EntrReadArch',
    inlined from 'EntrReadArch' at unzoo.c:1534:17:
unzoo.c:1587:5: warning: 'strcat' accessing 513 or more bytes at offsets 1100 and 588 may overlap 1 byte at offset 1100 [-Wrestrict]
 1587 |     strcat( Entry.patl, Entry.naml );
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.50532
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/unzoo-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/unzoo-buildroot
+ cd unzoo-4.4
+ install -d /usr/src/tmp/unzoo-buildroot/usr/bin
+ install -s unzoo /usr/src/tmp/unzoo-buildroot/usr/bin
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/unzoo-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/unzoo-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/unzoo-buildroot/ (default)
Compressing files in /usr/src/tmp/unzoo-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/unzoo-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/bin/unzoo: uses non-LFS functions: fopen
Hardlinking identical .pyc and .pyo files
Processing files: unzoo-4.4-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.B2OcnX
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.ahtACY
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), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xkBxTX
Wrote: /usr/src/RPM/RPMS/i586/unzoo-4.4-alt1.i586.rpm
3.98user 0.71system 0:07.50elapsed 62%CPU (0avgtext+0avgdata 31100maxresident)k
0inputs+0outputs (0major+105018minor)pagefaults 0swaps
/.out/unzoo-4.4-alt1.i586.rpm: license not found in '/usr/share/license' directory: Public
/.out/unzoo-4.4-alt1.i586.rpm: license not found in '/usr/share/license' directory: Domain
6.47user 5.45system 0:14.26elapsed 83%CPU (0avgtext+0avgdata 31100maxresident)k
0inputs+0outputs (0major+266409minor)pagefaults 0swaps
--- unzoo-4.4-alt1.i586.rpm.repo	2004-11-25 12:40:57.000000000 +0000
+++ unzoo-4.4-alt1.i586.rpm.hasher	2020-05-22 07:57:33.325854548 +0000
@@ -1,7 +1,9 @@
 /usr/bin/unzoo	100755	
-Requires: rpmlib(PayloadFilesHavePrefix) <= 4.0-1
-Requires: rpmlib(CompressedFileNames) <= 3.0.4-1
-Requires: libc.so.6  
+Requires: /lib/ld-linux.so.2  
 Requires: libc.so.6(GLIBC_2.0)  
 Requires: libc.so.6(GLIBC_2.1)  
+Requires: libc.so.6(GLIBC_2.3.4)  
+Requires: libc.so.6(GLIBC_2.4)  
+Requires: rtld(GNU_HASH)  
+Requires: rpmlib(PayloadIsLzma)  
 Provides: unzoo = 4.4-alt1