<86>Oct 10 08:05:12 userdel[2191845]: delete user 'rooter'
<86>Oct 10 08:05:12 userdel[2191845]: removed group 'rooter' owned by 'rooter'
<86>Oct 10 08:05:12 userdel[2191845]: removed shadow group 'rooter' owned by 'rooter'
<86>Oct 10 08:05:12 groupadd[2191851]: group added to /etc/group: name=rooter, GID=585
<86>Oct 10 08:05:12 groupadd[2191851]: group added to /etc/gshadow: name=rooter
<86>Oct 10 08:05:12 groupadd[2191851]: new group: name=rooter, GID=585
<86>Oct 10 08:05:12 useradd[2191855]: new user: name=rooter, UID=585, GID=585, home=/root, shell=/bin/bash
<86>Oct 10 08:05:12 userdel[2191862]: delete user 'builder'
<86>Oct 10 08:05:12 userdel[2191862]: removed group 'builder' owned by 'builder'
<86>Oct 10 08:05:12 userdel[2191862]: removed shadow group 'builder' owned by 'builder'
<86>Oct 10 08:05:12 groupadd[2191867]: group added to /etc/group: name=builder, GID=586
<86>Oct 10 08:05:12 groupadd[2191867]: group added to /etc/gshadow: name=builder
<86>Oct 10 08:05:12 groupadd[2191867]: new group: name=builder, GID=586
<86>Oct 10 08:05:12 useradd[2191871]: new user: name=builder, UID=586, GID=586, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/gkermit-1.00-alt1.qa1.src.rpm: The use of such a license name is ambiguous: GPL
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/gkermit-1.00-alt1.qa1.nosrc.rpm
Installing gkermit-1.00-alt1.qa1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.44266
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf gkermit-1.00
+ echo 'Source #0 (gku100.tar.bz2):'
Source #0 (gku100.tar.bz2):
+ /bin/bzip2 -dc /usr/src/RPM/SOURCES/gku100.tar.bz2
+ /bin/tar -xf -
+ cd gkermit-1.00
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (gkermit-missing-errno-include.patch.bz2):'
Patch #0 (gkermit-missing-errno-include.patch.bz2):
+ /usr/bin/patch -p1
+ /bin/bzip2 -dc /usr/src/RPM/SOURCES/gkermit-missing-errno-include.patch.bz2
patching file gkermit.c
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.44266
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd gkermit-1.00
+ make -j8
make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00'
cc -DPOSIX -O  -c gproto.c
make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00'
make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00'
cc -DPOSIX -O  -c gcmdline.c
gcmdline.c: In function 'cmdlin':
gcmdline.c:80:2: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration]
   80 |  strncpy(gbuf,p,GBUFSIZ-1); /* Make a pokeable copy */
      |  ^~~~~~~
gcmdline.c:80:2: warning: incompatible implicit declaration of built-in function 'strncpy'
gcmdline.c:33:1: note: include '<string.h>' or provide a declaration of 'strncpy'
   32 | #include "gkermit.h"
  +++ |+#include <string.h>
   33 | 
gcmdline.c: In function 'doarg':
gcmdline.c:258:10: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration]
  258 |      z = atoi(*xargv);  /* Convert to number. */
      |          ^~~~
make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00'
make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00'
cc -DPOSIX -O  -c gwart.c
gwart.c: In function 'initial':
gwart.c:206:10: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
  206 |      if (strcmp(wordbuf,"states") == 0)
      |          ^~~~~~
gwart.c: In function 'newtrans':
gwart.c:271:19: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
  271 |     new = (trans) malloc(sizeof (struct transx));
      |                   ^~~~~~
gwart.c:271:19: warning: incompatible implicit declaration of built-in function 'malloc'
gwart.c:44:1: note: include '<stdlib.h>' or provide a declaration of 'malloc'
   43 | #include "gkermit.h"
  +++ |+#include <stdlib.h>
   44 | 
gwart.c: In function 'rdrules':
gwart.c:301:13: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
  301 |    if ((int)strlen(tokval) != 1)
      |             ^~~~~~
gwart.c:301:13: warning: incompatible implicit declaration of built-in function 'strlen'
gwart.c:44:1: note: include '<string.h>' or provide a declaration of 'strlen'
   43 | #include "gkermit.h"
  +++ |+#include <string.h>
   44 | 
gwart.c: In function 'main':
gwart.c:458:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  458 |     exit(0);
      |     ^~~~
gwart.c:458:5: warning: incompatible implicit declaration of built-in function 'exit'
gwart.c:458:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gwart.c: In function 'fatal':
gwart.c:470:5: warning: incompatible implicit declaration of built-in function 'exit'
  470 |     exit(1);
      |     ^~~~
gwart.c:470:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gwart.c: In function 'copy':
gwart.c:607:20: warning: incompatible implicit declaration of built-in function 'malloc'
  607 |     new = (char *) malloc((int)strlen(s) + 1);
      |                    ^~~~~~
gwart.c:607:20: note: include '<stdlib.h>' or provide a declaration of 'malloc'
gwart.c:607:32: warning: incompatible implicit declaration of built-in function 'strlen'
  607 |     new = (char *) malloc((int)strlen(s) + 1);
      |                                ^~~~~~
gwart.c:607:32: note: include '<string.h>' or provide a declaration of 'strlen'
gwart.c:608:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
  608 |     strcpy(new,s);
      |     ^~~~~~
gwart.c:608:5: warning: incompatible implicit declaration of built-in function 'strcpy'
gwart.c:608:5: note: include '<string.h>' or provide a declaration of 'strcpy'
gwart.c: In function 'enter':
gwart.c:622:2: warning: incompatible implicit declaration of built-in function 'exit'
  622 |  exit(1);
      |  ^~~~
gwart.c:622:2: note: include '<stdlib.h>' or provide a declaration of 'exit'
gwart.c:625:25: warning: incompatible implicit declaration of built-in function 'malloc'
  625 |     cur = (struct sym *)malloc(sizeof (struct sym));
      |                         ^~~~~~
gwart.c:625:25: note: include '<stdlib.h>' or provide a declaration of 'malloc'
make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00'
make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00'
cc -o gwart gwart.o
make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00'
make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00'
cc -DPOSIX -O  -c gunixio.c
gunixio.c: In function 'doexit':
gunixio.c:230:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  230 |     exit(x);
      |     ^~~~
gunixio.c:230:5: warning: incompatible implicit declaration of built-in function 'exit'
gunixio.c:119:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
  118 | #include <fcntl.h>
  +++ |+#include <stdlib.h>
  119 | #ifndef O_NDELAY
gunixio.c: In function 'ttres':
gunixio.c:510:5: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration]
  510 |     write(1,"\015\012",2);
      |     ^~~~~
      |     fwrite
gunixio.c: In function 'ttchk':
gunixio.c:520:6: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration]
  520 |  x = read(0,&tinbuf[tlast],TINBUFSIZ-tlast);
      |      ^~~~
      |      fread
gunixio.c: In function 'ttinl':
gunixio.c:602:2: warning: implicit declaration of function 'alarm' [-Wimplicit-function-declaration]
  602 |  alarm(timo);   /* Set it. */
      |  ^~~~~
gunixio.c: In function 'zchki':
gunixio.c:861:9: warning: implicit declaration of function 'access' [-Wimplicit-function-declaration]
  861 |     if (access(fn,R_OK) < 0) {
      |         ^~~~~~
gunixio.c: In function 'zchko':
gunixio.c:883:10: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
  883 |     if (!strcmp(fn,"/dev/null")) /* Null device is OK. */
      |          ^~~~~~
gunixio.c:889:2: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration]
  889 |  strncpy(work,fn,MAXPATHLEN);
      |  ^~~~~~~
gunixio.c:889:2: warning: incompatible implicit declaration of built-in function 'strncpy'
gunixio.c:119:1: note: include '<string.h>' or provide a declaration of 'strncpy'
  118 | #include <fcntl.h>
  +++ |+#include <string.h>
  119 | #ifndef O_NDELAY
gunixio.c:892:16: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
  892 |  for (i = (int)strlen(s); i > 0; i--) { /* Strip filename from right */
      |                ^~~~~~
gunixio.c:892:16: warning: incompatible implicit declaration of built-in function 'strlen'
gunixio.c:892:16: note: include '<string.h>' or provide a declaration of 'strlen'
gunixio.c: In function 'zopeno':
gunixio.c:925:2: warning: incompatible implicit declaration of built-in function 'strncpy'
  925 |  strncpy(ofile,name,MAXPATHLEN);
      |  ^~~~~~~
gunixio.c:925:2: note: include '<string.h>' or provide a declaration of 'strncpy'
gunixio.c: In function 'zltor':
gunixio.c:949:2: warning: incompatible implicit declaration of built-in function 'strncpy'
  949 |  strncpy(pktnam,dirp,maxlen);
      |  ^~~~~~~
gunixio.c:949:2: note: include '<string.h>' or provide a declaration of 'strncpy'
gunixio.c:992:2: warning: incompatible implicit declaration of built-in function 'strncpy'
  992 |  strncpy(cp,work,maxlen);
      |  ^~~~~~~
gunixio.c:992:2: note: include '<string.h>' or provide a declaration of 'strncpy'
gunixio.c: In function 'zbackup':
gunixio.c:1012:9: warning: incompatible implicit declaration of built-in function 'strlen'
 1012 |     i = strlen(fn);   /* Get length */
      |         ^~~~~~
gunixio.c:1012:9: note: include '<string.h>' or provide a declaration of 'strlen'
gunixio.c:1018:5: warning: incompatible implicit declaration of built-in function 'strncpy'
 1018 |     strncpy(work,fn,MAXPATHLEN); /* Make pokeable copy of name */
      |     ^~~~~~~
gunixio.c:1018:5: note: include '<string.h>' or provide a declaration of 'strncpy'
gunixio.c:1062:10: warning: implicit declaration of function 'link' [-Wimplicit-function-declaration]
 1062 |      if (link(fn,newname) <  0) { /* Rename old file to backup name */
      |          ^~~~
gunixio.c:1066:17: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration]
 1066 |      } else if (unlink(fn) < 0) {
      |                 ^~~~~~
gunixio.c: In function 'zrtol':
gunixio.c:1088:2: warning: incompatible implicit declaration of built-in function 'strncpy'
 1088 |  strncpy(lclnam,pktnam,maxlen);
      |  ^~~~~~~
gunixio.c:1088:2: note: include '<string.h>' or provide a declaration of 'strncpy'
gunixio.c:1106:6: warning: incompatible implicit declaration of built-in function 'strncpy'
 1106 |      strncpy(lclnam,"NONAME",maxlen); /* do this... */
      |      ^~~~~~~
gunixio.c:1106:6: note: include '<string.h>' or provide a declaration of 'strncpy'
make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00'
make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00'
cc -DPOSIX -O  -c gkermit.c
gkermit.c: In function 'main':
gkermit.c:188:5: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration]
  188 |     strncpy(ttname,dftty,DEVNAMLEN); /* Default device name. */
      |     ^~~~~~~
gkermit.c:188:5: warning: incompatible implicit declaration of built-in function 'strncpy'
gkermit.c:61:1: note: include '<string.h>' or provide a declaration of 'strncpy'
   60 | #include "gkermit.h"
  +++ |+#include <string.h>
   61 | 
gkermit.c: In function 'ack1':
gkermit.c:281:25: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
  281 |     x = spacket('Y',seq,strlen(s),s); /* Send the packet */
      |                         ^~~~~~
gkermit.c:281:25: warning: incompatible implicit declaration of built-in function 'strlen'
gkermit.c:281:25: note: include '<string.h>' or provide a declaration of 'strlen'
gkermit.c: In function 'errpkt':
gkermit.c:315:7: warning: implicit declaration of function 'sleep' [-Wimplicit-function-declaration]
  315 |       sleep(1);    /* Time to soak up incoming junk. */
      |       ^~~~~
gkermit.c:316:26: warning: incompatible implicit declaration of built-in function 'strlen'
  316 |     spacket('E',seq,(int)strlen(s),s);  /* Send Error packet. */
      |                          ^~~~~~
gkermit.c:316:26: note: include '<string.h>' or provide a declaration of 'strlen'
gkermit.c: In function 'sinit':
gkermit.c:336:26: warning: incompatible implicit declaration of built-in function 'strlen'
  336 |     return(spacket(c,seq,strlen(s),s)); /* Send S or I packet */
      |                          ^~~~~~
gkermit.c:336:26: note: include '<string.h>' or provide a declaration of 'strlen'
gkermit.c: In function 'sfile':
gkermit.c:351:7: warning: incompatible implicit declaration of built-in function 'strncpy'
  351 |       strncpy(pktnam,cmarg2,MAXPATHLEN);
      |       ^~~~~~~
gkermit.c:351:7: note: include '<string.h>' or provide a declaration of 'strncpy'
gkermit.c: In function 'sattr':
gkermit.c:395:13: warning: incompatible implicit declaration of built-in function 'strlen'
  395 |  aln = (int)strlen((char *)(xdata+i+2));
      |             ^~~~~~
gkermit.c:395:13: note: include '<string.h>' or provide a declaration of 'strlen'
gkermit.c:400:16: warning: incompatible implicit declaration of built-in function 'strlen'
  400 |     aln = (int)strlen((char *)xdata); /* Get overall length of attributes */
      |                ^~~~~~
gkermit.c:400:16: note: include '<string.h>' or provide a declaration of 'strlen'
gkermit.c: In function 'seof':
gkermit.c:471:22: warning: incompatible implicit declaration of built-in function 'strlen'
  471 |  x = spacket('Z',seq,strlen(s),s); /* Send EOF packet */
      |                      ^~~~~~
gkermit.c:471:22: note: include '<string.h>' or provide a declaration of 'strlen'
gkermit.c: In function 'spar':
gkermit.c:956:6: warning: incompatible implicit declaration of built-in function 'strncpy'
  956 |      strncpy(buf,(char *)s+z+10,x);
      |      ^~~~~~~
gkermit.c:956:6: note: include '<string.h>' or provide a declaration of 'strncpy'
gkermit.c:960:8: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
  960 |   if (!strcmp(buf,"U1")) { /* If UNIX, same as me... */
      |        ^~~~~~
gkermit.c: In function 'gnfile':
gkermit.c:1048:2: warning: incompatible implicit declaration of built-in function 'strncpy'
 1048 |  strncpy(filnam,*cmlist++,MAXPATHLEN);
      |  ^~~~~~~
gkermit.c:1048:2: note: include '<string.h>' or provide a declaration of 'strncpy'
gkermit.c: In function 'rcvfil':
gkermit.c:1062:2: warning: incompatible implicit declaration of built-in function 'strncpy'
 1062 |  strncpy(myname,cmarg2,MAXPATHLEN); /* Use it */
      |  ^~~~~~~
gkermit.c:1062:2: note: include '<string.h>' or provide a declaration of 'strncpy'
gkermit.c:1070:2: warning: incompatible implicit declaration of built-in function 'strncpy'
 1070 |  strncpy(filnam,myname,MAXPATHLEN);
      |  ^~~~~~~
gkermit.c:1070:2: note: include '<string.h>' or provide a declaration of 'strncpy'
make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00'
make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00'
cc -o gkermit gproto.o gkermit.o gunixio.o gcmdline.o
make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00'
+ bzip2 -f gkermit.nr
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.78221
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/gkermit-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/gkermit-buildroot
+ cd gkermit-1.00
+ mkdir -p /usr/src/tmp/gkermit-buildroot/usr/bin /usr/src/tmp/gkermit-buildroot/usr/share/man/man1
+ cp gkermit /usr/src/tmp/gkermit-buildroot/usr/bin/
+ cp gkermit.nr.bz2 /usr/src/tmp/gkermit-buildroot/usr/share/man/man1/gkermit.1.bz2
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/gkermit-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/gkermit-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/gkermit-buildroot/ (default)
Compressing files in /usr/src/tmp/gkermit-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/gkermit-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/bin/gkermit: uses non-LFS functions: __xstat fcntl fopen
Hardlinking identical .pyc and .pyo files
Processing files: gkermit-1.00-alt1.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.16679
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd gkermit-1.00
+ DOCDIR=/usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00
+ export DOCDIR
+ rm -rf /usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00
+ /bin/mkdir -p /usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00
+ cp -prL ANNOUNCE COPYING README /usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00
+ chmod -R go-w /usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00
+ chmod -R a+rX /usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LurcA6
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.5a5bY6
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.28), libc.so.6(GLIBC_2.3), 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.SksYB8
Creating gkermit-debuginfo package
Processing files: gkermit-debuginfo-1.00-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xRadZ7
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Mnbdl6
find-requires: running scripts (debuginfo)
Requires: gkermit = 1.00-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6)
Wrote: /usr/src/RPM/RPMS/i586/gkermit-1.00-alt1.qa1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/gkermit-debuginfo-1.00-alt1.qa1.i586.rpm
5.35user 1.15system 0:09.76elapsed 66%CPU (0avgtext+0avgdata 22920maxresident)k
0inputs+0outputs (0major+162668minor)pagefaults 0swaps
/.out/gkermit-1.00-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL
/.out/gkermit-debuginfo-1.00-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL
8.18user 5.80system 0:16.76elapsed 83%CPU (0avgtext+0avgdata 22920maxresident)k
0inputs+0outputs (0major+343966minor)pagefaults 0swaps
--- gkermit-1.00-alt1.qa1.i586.rpm.repo	2013-04-17 08:25:05.000000000 +0000
+++ gkermit-1.00-alt1.qa1.i586.rpm.hasher	2020-10-10 08:05:25.434500922 +0000
@@ -5,3 +5,3 @@
 /usr/share/doc/gkermit-1.00/README	100644	
-/usr/share/man/man1/gkermit.1.bz2	100644	
+/usr/share/man/man1/gkermit.1.xz	100644	
 Requires: /lib/ld-linux.so.2  
@@ -9,2 +9,3 @@
 Requires: libc.so.6(GLIBC_2.1)  
+Requires: libc.so.6(GLIBC_2.28)  
 Requires: libc.so.6(GLIBC_2.3)