<86>Nov 9 06:16:40 userdel[3288224]: delete user 'rooter' <86>Nov 9 06:16:40 userdel[3288224]: removed group 'rooter' owned by 'rooter' <86>Nov 9 06:16:40 userdel[3288224]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 9 06:16:40 groupadd[3288243]: group added to /etc/group: name=rooter, GID=1802 <86>Nov 9 06:16:40 groupadd[3288243]: group added to /etc/gshadow: name=rooter <86>Nov 9 06:16:40 groupadd[3288243]: new group: name=rooter, GID=1802 <86>Nov 9 06:16:40 useradd[3288271]: new user: name=rooter, UID=1802, GID=1802, home=/root, shell=/bin/bash, from=none <86>Nov 9 06:16:40 userdel[3288303]: delete user 'builder' <86>Nov 9 06:16:40 userdel[3288303]: removed group 'builder' owned by 'builder' <86>Nov 9 06:16:40 userdel[3288303]: removed shadow group 'builder' owned by 'builder' <86>Nov 9 06:16:40 groupadd[3288329]: group added to /etc/group: name=builder, GID=1803 <86>Nov 9 06:16:40 groupadd[3288329]: group added to /etc/gshadow: name=builder <86>Nov 9 06:16:40 groupadd[3288329]: new group: name=builder, GID=1803 <86>Nov 9 06:16:40 useradd[3288357]: new user: name=builder, UID=1803, GID=1803, home=/usr/src, shell=/bin/bash, from=none /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 (w1.gzdio) 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.69994 + 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): + /usr/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/bzip2 -dc /usr/src/RPM/SOURCES/gkermit-missing-errno-include.patch.bz2 + /usr/bin/patch -p1 patching file gkermit.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.69994 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd gkermit-1.00 + make -j16 make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00' cc -DPOSIX -O -c gcmdline.c gcmdline.c: In function 'cmdlin': gcmdline.c:80:9: error: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] 80 | strncpy(gbuf,p,GBUFSIZ-1); /* Make a pokeable copy */ | ^~~~~~~ gcmdline.c:33:1: note: include '' or provide a declaration of 'strncpy' 32 | #include "gkermit.h" +++ |+#include 33 | gcmdline.c:80:9: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] 80 | strncpy(gbuf,p,GBUFSIZ-1); /* Make a pokeable copy */ | ^~~~~~~ gcmdline.c:80:9: note: include '' or provide a declaration of 'strncpy' gcmdline.c: In function 'doarg': gcmdline.c:258:17: error: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] 258 | z = atoi(*xargv); /* Convert to number. */ | ^~~~ make: *** [makefile:58: gcmdline.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00' make: *** Waiting for unfinished jobs.... make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00' cc -DPOSIX -O -c gwart.c gwart.c: In function 'initial': gwart.c:206:17: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 206 | if (strcmp(wordbuf,"states") == 0) | ^~~~~~ gwart.c:44:1: note: include '' or provide a declaration of 'strcmp' 43 | #include "gkermit.h" +++ |+#include 44 | gwart.c: In function 'newtrans': gwart.c:271:19: error: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 271 | new = (trans) malloc(sizeof (struct transx)); | ^~~~~~ gwart.c:44:1: note: include '' or provide a declaration of 'malloc' 43 | #include "gkermit.h" +++ |+#include 44 | gwart.c:271:19: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 271 | new = (trans) malloc(sizeof (struct transx)); | ^~~~~~ gwart.c:271:19: note: include '' or provide a declaration of 'malloc' gwart.c: In function 'rdrules': gwart.c:301:20: error: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 301 | if ((int)strlen(tokval) != 1) | ^~~~~~ gwart.c:301:20: note: include '' or provide a declaration of 'strlen' gwart.c:301:20: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] gwart.c:301:20: note: include '' or provide a declaration of 'strlen' gwart.c: In function 'main': gwart.c:458:5: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 458 | exit(0); | ^~~~ gwart.c:458:5: note: include '' or provide a declaration of 'exit' gwart.c:458:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] gwart.c:458:5: note: include '' or provide a declaration of 'exit' gwart.c: In function 'fatal': gwart.c:470:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 470 | exit(1); | ^~~~ gwart.c:470:5: note: include '' or provide a declaration of 'exit' gwart.c: In function 'copy': gwart.c:607:20: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 607 | new = (char *) malloc((int)strlen(s) + 1); | ^~~~~~ gwart.c:607:20: note: include '' or provide a declaration of 'malloc' gwart.c:607:32: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 607 | new = (char *) malloc((int)strlen(s) + 1); | ^~~~~~ gwart.c:607:32: note: include '' or provide a declaration of 'strlen' gwart.c:608:5: error: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] 608 | strcpy(new,s); | ^~~~~~ gwart.c:608:5: note: include '' or provide a declaration of 'strcpy' gwart.c:608:5: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch] gwart.c:608:5: note: include '' or provide a declaration of 'strcpy' gwart.c: In function 'enter': gwart.c:622:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 622 | exit(1); | ^~~~ gwart.c:622:9: note: include '' or provide a declaration of 'exit' gwart.c:625:25: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 625 | cur = (struct sym *)malloc(sizeof (struct sym)); | ^~~~~~ gwart.c:625:25: note: include '' or provide a declaration of 'malloc' make: *** [makefile:52: gwart.o] Error 1 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: error: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] 188 | strncpy(ttname,dftty,DEVNAMLEN); /* Default device name. */ | ^~~~~~~ gkermit.c:61:1: note: include '' or provide a declaration of 'strncpy' 60 | #include "gkermit.h" +++ |+#include 61 | gkermit.c:188:5: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] 188 | strncpy(ttname,dftty,DEVNAMLEN); /* Default device name. */ | ^~~~~~~ gkermit.c:188:5: note: include '' or provide a declaration of 'strncpy' gkermit.c: In function 'ack1': gkermit.c:281:25: error: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 281 | x = spacket('Y',seq,strlen(s),s); /* Send the packet */ | ^~~~~~ gkermit.c:281:25: note: include '' or provide a declaration of 'strlen' gkermit.c:281:25: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] gkermit.c:281:25: note: include '' or provide a declaration of 'strlen' gkermit.c: In function 'errpkt': gkermit.c:315:7: error: 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' [-Wbuiltin-declaration-mismatch] 316 | spacket('E',seq,(int)strlen(s),s); /* Send Error packet. */ | ^~~~~~ gkermit.c:316:26: note: include '' or provide a declaration of 'strlen' gkermit.c: In function 'sinit': gkermit.c:336:26: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 336 | return(spacket(c,seq,strlen(s),s)); /* Send S or I packet */ | ^~~~~~ gkermit.c:336:26: note: include '' or provide a declaration of 'strlen' gkermit.c: In function 'sfile': gkermit.c:351:7: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] 351 | strncpy(pktnam,cmarg2,MAXPATHLEN); | ^~~~~~~ gkermit.c:351:7: note: include '' or provide a declaration of 'strncpy' gkermit.c: In function 'sattr': gkermit.c:395:20: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 395 | aln = (int)strlen((char *)(xdata+i+2)); | ^~~~~~ gkermit.c:395:20: note: include '' or provide a declaration of 'strlen' gkermit.c:400:16: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 400 | aln = (int)strlen((char *)xdata); /* Get overall length of attributes */ | ^~~~~~ gkermit.c:400:16: note: include '' or provide a declaration of 'strlen' gkermit.c: In function 'seof': gkermit.c:471:29: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 471 | x = spacket('Z',seq,strlen(s),s); /* Send EOF packet */ | ^~~~~~ gkermit.c:471:29: note: include '' or provide a declaration of 'strlen' gkermit.c: In function 'spar': gkermit.c:956:13: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] 956 | strncpy(buf,(char *)s+z+10,x); | ^~~~~~~ gkermit.c:956:13: note: include '' or provide a declaration of 'strncpy' gkermit.c:960:22: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 960 | if (!strcmp(buf,"U1")) { /* If UNIX, same as me... */ | ^~~~~~ gkermit.c:960:22: note: include '' or provide a declaration of 'strcmp' gkermit.c: In function 'gnfile': gkermit.c:1048:9: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] 1048 | strncpy(filnam,*cmlist++,MAXPATHLEN); | ^~~~~~~ gkermit.c:1048:9: note: include '' or provide a declaration of 'strncpy' gkermit.c: In function 'rcvfil': gkermit.c:1062:9: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] 1062 | strncpy(myname,cmarg2,MAXPATHLEN); /* Use it */ | ^~~~~~~ gkermit.c:1062:9: note: include '' or provide a declaration of 'strncpy' gkermit.c:1070:9: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] 1070 | strncpy(filnam,myname,MAXPATHLEN); | ^~~~~~~ gkermit.c:1070:9: note: include '' or provide a declaration of 'strncpy' make: *** [makefile:58: gkermit.o] Error 1 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: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 230 | exit(x); | ^~~~ gunixio.c:119:1: note: include '' or provide a declaration of 'exit' 118 | #include +++ |+#include 119 | #ifndef O_NDELAY gunixio.c:230:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 230 | exit(x); | ^~~~ gunixio.c:230:5: note: include '' or provide a declaration of 'exit' gunixio.c: In function 'ttres': gunixio.c:510:5: error: 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:13: error: 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:9: error: implicit declaration of function 'alarm' [-Wimplicit-function-declaration] 602 | alarm(timo); /* Set it. */ | ^~~~~ gunixio.c: In function 'zchki': gunixio.c:861:9: error: implicit declaration of function 'access' [-Wimplicit-function-declaration] 861 | if (access(fn,R_OK) < 0) { | ^~~~~~ gunixio.c: In function 'zchko': gunixio.c:883:10: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 883 | if (!strcmp(fn,"/dev/null")) /* Null device is OK. */ | ^~~~~~ gunixio.c:119:1: note: include '' or provide a declaration of 'strcmp' 118 | #include +++ |+#include 119 | #ifndef O_NDELAY gunixio.c:889:9: error: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] 889 | strncpy(work,fn,MAXPATHLEN); | ^~~~~~~ gunixio.c:889:9: note: include '' or provide a declaration of 'strncpy' gunixio.c:889:9: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] gunixio.c:889:9: note: include '' or provide a declaration of 'strncpy' gunixio.c:892:23: error: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 892 | for (i = (int)strlen(s); i > 0; i--) { /* Strip filename from right */ | ^~~~~~ gunixio.c:892:23: note: include '' or provide a declaration of 'strlen' gunixio.c:892:23: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] gunixio.c:892:23: note: include '' or provide a declaration of 'strlen' gunixio.c: In function 'zopeno': gunixio.c:925:9: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] 925 | strncpy(ofile,name,MAXPATHLEN); | ^~~~~~~ gunixio.c:925:9: note: include '' or provide a declaration of 'strncpy' gunixio.c: In function 'zltor': gunixio.c:949:9: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] 949 | strncpy(pktnam,dirp,maxlen); | ^~~~~~~ gunixio.c:949:9: note: include '' or provide a declaration of 'strncpy' gunixio.c:992:9: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] 992 | strncpy(cp,work,maxlen); | ^~~~~~~ gunixio.c:992:9: note: include '' or provide a declaration of 'strncpy' gunixio.c: In function 'zbackup': gunixio.c:1012:9: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 1012 | i = strlen(fn); /* Get length */ | ^~~~~~ gunixio.c:1012:9: note: include '' or provide a declaration of 'strlen' gunixio.c:1018:5: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] 1018 | strncpy(work,fn,MAXPATHLEN); /* Make pokeable copy of name */ | ^~~~~~~ gunixio.c:1018:5: note: include '' or provide a declaration of 'strncpy' gunixio.c:1062:17: error: implicit declaration of function 'link' [-Wimplicit-function-declaration] 1062 | if (link(fn,newname) < 0) { /* Rename old file to backup name */ | ^~~~ gunixio.c:1066:24: error: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] 1066 | } else if (unlink(fn) < 0) { | ^~~~~~ gunixio.c: In function 'zrtol': gunixio.c:1088:9: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] 1088 | strncpy(lclnam,pktnam,maxlen); | ^~~~~~~ gunixio.c:1088:9: note: include '' or provide a declaration of 'strncpy' gunixio.c:1106:13: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch] 1106 | strncpy(lclnam,"NONAME",maxlen); /* do this... */ | ^~~~~~~ gunixio.c:1106:13: note: include '' or provide a declaration of 'strncpy' make: *** [makefile:58: gunixio.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00' 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' error: Bad exit status from /usr/src/tmp/rpm-tmp.69994 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.69994 (%build) Command exited with non-zero status 1 0.10user 0.08system 0:00.09elapsed 189%CPU (0avgtext+0avgdata 20480maxresident)k 0inputs+0outputs (0major+14243minor)pagefaults 0swaps hsh-rebuild: rebuild of `gkermit-1.00-alt1.qa1.src.rpm' failed. Command exited with non-zero status 1 0.55user 1.89system 0:05.26elapsed 46%CPU (0avgtext+0avgdata 11264maxresident)k 0inputs+0outputs (0major+90694minor)pagefaults 0swaps