<86>Oct 18 13:46:17 userdel[85438]: delete user 'rooter'
<86>Oct 18 13:46:17 userdel[85438]: removed group 'rooter' owned by 'rooter'
<86>Oct 18 13:46:17 userdel[85438]: removed shadow group 'rooter' owned by 'rooter'
<86>Oct 18 13:46:17 groupadd[85469]: group added to /etc/group: name=rooter, GID=1829
<86>Oct 18 13:46:17 groupadd[85469]: group added to /etc/gshadow: name=rooter
<86>Oct 18 13:46:17 groupadd[85469]: new group: name=rooter, GID=1829
<86>Oct 18 13:46:17 useradd[85502]: new user: name=rooter, UID=1829, GID=1829, home=/root, shell=/bin/bash, from=none
<86>Oct 18 13:46:17 userdel[85550]: delete user 'builder'
<86>Oct 18 13:46:17 userdel[85550]: removed group 'builder' owned by 'builder'
<86>Oct 18 13:46:17 userdel[85550]: removed shadow group 'builder' owned by 'builder'
<86>Oct 18 13:46:17 groupadd[85589]: group added to /etc/group: name=builder, GID=1830
<86>Oct 18 13:46:17 groupadd[85589]: group added to /etc/gshadow: name=builder
<86>Oct 18 13:46:17 groupadd[85589]: new group: name=builder, GID=1830
<86>Oct 18 13:46:17 useradd[85623]: new user: name=builder, UID=1830, GID=1830, home=/usr/src, shell=/bin/bash, from=none
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/helpdeco-2.1.3-alt2.nosrc.rpm (w1.gzdio)
Installing helpdeco-2.1.3-alt2.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.16484
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf helpdeco-2.1.3
+ echo 'Source #0 (helpdeco-2.1.3.tar.gz):'
Source #0 (helpdeco-2.1.3.tar.gz):
+ /usr/bin/gzip -dc /usr/src/RPM/SOURCES/helpdeco-2.1.3.tar.gz
+ /bin/tar -xf -
+ cd helpdeco-2.1.3
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.16484
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd helpdeco-2.1.3
+ make -j16 'CC=gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto'
make: Entering directory '/usr/src/RPM/BUILD/helpdeco-2.1.3'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto    -c -o compat.o compat.c
compat.c: In function 'strupr':
compat.c:132:16: warning: 'p' is used uninitialized [-Wuninitialized]
  132 |         while (*p != '\000') *p = toupper(*p), ++p;
      |                ^~
compat.c:131:15: note: 'p' was declared here
  131 |         char *p;
      |               ^
compat.c: In function 'strlwr':
compat.c:139:16: warning: 'p' is used uninitialized [-Wuninitialized]
  139 |         while (*p != '\000') *p = tolower(*p), ++p;
      |                ^~
compat.c:138:15: note: 'p' was declared here
  138 |         char *p;
      |               ^
make: Leaving directory '/usr/src/RPM/BUILD/helpdeco-2.1.3'
make: Entering directory '/usr/src/RPM/BUILD/helpdeco-2.1.3'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto    -c -o zapres.o zapres.c
zapres.c: In function 'main':
zapres.c:132:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  132 |                 fread(&w,sizeof(long),1,f);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
zapres.c:133:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  133 |                 fread(&h,sizeof(long),1,f);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
zapres.c:154:21: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  154 |                     fread(&pos,sizeof(pos),1,f);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/helpdeco-2.1.3'
make: Entering directory '/usr/src/RPM/BUILD/helpdeco-2.1.3'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto    -c -o helpdec1.o helpdec1.c
helpdec1.c: In function 'PrintString':
helpdec1.c:566:12: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  566 |     return str;
      |            ^~~
helpdec1.c: In function 'scanint':
helpdec1.c:618:14: error: assignment to 'char *' from incompatible pointer type 'short unsigned int *' [-Wincompatible-pointer-types]
  618 |         *ptr = ((unsigned short *)*ptr)+1;
      |              ^
helpdec1.c:621:13: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign]
  621 |         *ptr=((unsigned char *)*ptr)+1;
      |             ^
helpdec1.c: In function 'scanword':
helpdec1.c:631:13: error: assignment to 'char *' from incompatible pointer type 'short unsigned int *' [-Wincompatible-pointer-types]
  631 |         *ptr=((unsigned short *)*ptr)+1;
      |             ^
helpdec1.c:634:13: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign]
  634 |         *ptr=((unsigned char *)*ptr)+1;
      |             ^
helpdec1.c: In function 'scanlong':
helpdec1.c:644:13: error: assignment to 'char *' from incompatible pointer type 'long unsigned int *' [-Wincompatible-pointer-types]
  644 |         *ptr=((unsigned long *)*ptr)+1;
      |             ^
helpdec1.c:647:13: error: assignment to 'char *' from incompatible pointer type 'short unsigned int *' [-Wincompatible-pointer-types]
  647 |         *ptr=((unsigned short *)*ptr)+1;
      |             ^
helpdec1.c: In function 'GetBit':
helpdec1.c:581:13: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  581 |             fread(&value,4,1,f);
      |             ^~~~~~~~~~~~~~~~~~~
make: *** [<builtin>: helpdec1.o] Error 1
make: Leaving directory '/usr/src/RPM/BUILD/helpdeco-2.1.3'
make: *** Waiting for unfinished jobs....
make: Entering directory '/usr/src/RPM/BUILD/helpdeco-2.1.3'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto    -c -o helpdeco.o helpdeco.c
helpdeco.c: In function 'Derive':
helpdeco.c:341:14: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
  341 |     s=strlen(str);
      |              ^~~
      |              |
      |              unsigned char *
In file included from helpdeco.h:30,
                 from helpdeco.c:22:
/usr/include/string.h:407:35: note: expected 'const char *' but argument is of type 'unsigned char *'
  407 | extern size_t strlen (const char *__s)
      |                       ~~~~~~~~~~~~^~~
helpdeco.c:392:56: warning: pointer targets in passing argument 3 of 'FindString' differ in signedness [-Wpointer-sign]
  392 |                             if(h==0&&(FindString(str,s,ptr,p)||p<3))
      |                                                        ^~~
      |                                                        |
      |                                                        char *
helpdeco.c:303:61: note: expected 'unsigned char *' but argument is of type 'char *'
  303 | int FindString(unsigned char *buf,int buflen,unsigned char *str,int len)
      |                                              ~~~~~~~~~~~~~~~^~~
helpdeco.c: In function 'Guess':
helpdeco.c:444:32: warning: pointer targets in passing argument 1 of 'Derive' differ in signedness [-Wpointer-sign]
  444 |             if(j>=k) if(Derive(str,hash,buffer))
      |                                ^~~
      |                                |
      |                                char *
helpdeco.c:333:28: note: expected 'unsigned char *' but argument is of type 'char *'
  333 | BOOL Derive(unsigned char *str,unsigned long desiredhash,char *buffer)
      |             ~~~~~~~~~~~~~~~^~~
helpdeco.c: In function 'TopicRead':
helpdeco.c:2415:58: warning: pointer targets in passing argument 4 of 'DecompressIntoBuffer' differ in signedness [-Wpointer-sign]
 2415 |             DecompSize=DecompressIntoBuffer(2,HelpFile,n,TopicBuffer,sizeof(TopicBuffer));
      |                                                          ^~~~~~~~~~~
      |                                                          |
      |                                                          unsigned char *
helpdeco.h:651:77: note: expected 'char *' but argument is of type 'unsigned char *'
  651 | extern long DecompressIntoBuffer(int method,FILE *HelpFile,long bytes,char *ptr,long size);
      |                                                                       ~~~~~~^~~
helpdeco.c: In function 'TopicPhraseRead':
helpdeco.c:2529:32: warning: pointer targets in passing argument 1 of 'PhraseReplace' differ in signedness [-Wpointer-sign]
 2529 |         NumBytes=PhraseReplace(buffer,NumBytes,dest)-dest;
      |                                ^~~~~~
      |                                |
      |                                char *
helpdeco.c:2435:36: note: expected 'unsigned char *' but argument is of type 'char *'
 2435 | char *PhraseReplace(unsigned char *str,long len,char *out)
      |                     ~~~~~~~~~~~~~~~^~~
helpdeco.c: In function 'PhrImageDump':
helpdeco.c:4099:66: warning: pointer targets in passing argument 4 of 'DecompressIntoBuffer' differ in signedness [-Wpointer-sign]
 4099 |                 bytes=DecompressIntoBuffer(2,HelpFile,FileLength,ptr,PhrIndexHdr.phrimagesize);
      |                                                                  ^~~
      |                                                                  |
      |                                                                  unsigned char *
helpdeco.h:651:77: note: expected 'char *' but argument is of type 'unsigned char *'
  651 | extern long DecompressIntoBuffer(int method,FILE *HelpFile,long bytes,char *ptr,long size);
      |                                                                       ~~~~~~^~~
helpdeco.c: In function 'SysDump':
helpdeco.c:4254:37: warning: pointer targets in passing argument 1 of 'HexDumpMemory' differ in signedness [-Wpointer-sign]
 4254 |                 HexDumpMemory(SysRec->Data,SysRec->DataSize);
      |                               ~~~~~~^~~~~~
      |                                     |
      |                                     char *
helpdeco.h:654:42: note: expected 'unsigned char *' but argument is of type 'char *'
  654 | extern void HexDumpMemory(unsigned char *bypMem,unsigned int FileLength);
      |                           ~~~~~~~~~~~~~~~^~~~~~
helpdeco.c:4308:33: warning: pointer targets in passing argument 1 of 'HexDumpMemory' differ in signedness [-Wpointer-sign]
 4308 |             HexDumpMemory(SysRec->Data,SysRec->DataSize);
      |                           ~~~~~~^~~~~~
      |                                 |
      |                                 char *
helpdeco.h:654:42: note: expected 'unsigned char *' but argument is of type 'char *'
  654 | extern void HexDumpMemory(unsigned char *bypMem,unsigned int FileLength);
      |                           ~~~~~~~~~~~~~~~^~~~~~
helpdeco.c: In function 'DumpTopic':
helpdeco.c:4353:37: warning: pointer targets in passing argument 1 of 'HexDumpMemory' differ in signedness [-Wpointer-sign]
 4353 |         if(LinkData1) HexDumpMemory(LinkData1,TopicLink.DataLen1-sizeof(TOPICLINK));
      |                                     ^~~~~~~~~
      |                                     |
      |                                     char *
helpdeco.h:654:42: note: expected 'unsigned char *' but argument is of type 'char *'
  654 | extern void HexDumpMemory(unsigned char *bypMem,unsigned int FileLength);
      |                           ~~~~~~~~~~~~~~~^~~~~~
helpdeco.c:4428:20: error: assignment to 'char *' from incompatible pointer type 'short unsigned int *' [-Wincompatible-pointer-types]
 4428 |                 ptr=((unsigned short *)ptr)+1;
      |                    ^
helpdeco.c:4449:28: error: assignment to 'char *' from incompatible pointer type 'short unsigned int *' [-Wincompatible-pointer-types]
 4449 |                         ptr=(unsigned short*)ptr+1;
      |                            ^
helpdeco.c: In function 'main':
helpdeco.c:5787:87: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
 5787 |         fprintf(stderr,"HELPDECO - decompile *.HLP/*.MVB files of Windows 3.x / 95 - %d bit Version 2.1.3\n"
      |                                                                                      ~^
      |                                                                                       |
      |                                                                                       int
      |                                                                                      %ld
......
 5811 |                        ,sizeof(int)*8);
      |                         ~~~~~~~~~~~~~                                                  
      |                         |
      |                         long unsigned int
make: *** [<builtin>: helpdeco.o] Error 1
make: Leaving directory '/usr/src/RPM/BUILD/helpdeco-2.1.3'
make: Entering directory '/usr/src/RPM/BUILD/helpdeco-2.1.3'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   zapres.o compat.o   -o zapres
make: Leaving directory '/usr/src/RPM/BUILD/helpdeco-2.1.3'
make: Entering directory '/usr/src/RPM/BUILD/helpdeco-2.1.3'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto     splitmrb.c   -o splitmrb
splitmrb.c: In function 'copy':
splitmrb.c:123:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  123 |         fread(buffer,1,size,f);
      |         ^~~~~~~~~~~~~~~~~~~~~~
splitmrb.c: In function 'PrintHotspotInfo':
splitmrb.c:269:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  269 |                 fread(hotspot,sizeof(HOTSPOT),n,f);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
splitmrb.c: In function 'main':
splitmrb.c:358:21: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  358 |                     fread(&offset,sizeof(offset),1,f);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/helpdeco-2.1.3'
error: Bad exit status from /usr/src/tmp/rpm-tmp.16484 (%build)


RPM build errors:
    Bad exit status from /usr/src/tmp/rpm-tmp.16484 (%build)
Command exited with non-zero status 1
0.49user 0.26system 0:00.36elapsed 209%CPU (0avgtext+0avgdata 31724maxresident)k
0inputs+0outputs (0major+37964minor)pagefaults 0swaps
hsh-rebuild: rebuild of `helpdeco-2.1.3-alt2.src.rpm' failed.
Command exited with non-zero status 1
0.51user 1.83system 0:04.73elapsed 49%CPU (0avgtext+0avgdata 12308maxresident)k
0inputs+0outputs (0major+86407minor)pagefaults 0swaps