<86>Apr 14 00:44:28 userdel[2848]: delete user 'rooter' <86>Apr 14 00:44:28 userdel[2848]: removed group 'rooter' owned by 'rooter' <86>Apr 14 00:44:28 userdel[2848]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 14 00:44:28 groupadd[2901]: group added to /etc/group: name=rooter, GID=615 <86>Apr 14 00:44:28 groupadd[2901]: group added to /etc/gshadow: name=rooter <86>Apr 14 00:44:28 groupadd[2901]: new group: name=rooter, GID=615 <86>Apr 14 00:44:28 useradd[2918]: new user: name=rooter, UID=615, GID=615, home=/root, shell=/bin/bash <86>Apr 14 00:44:28 userdel[2995]: delete user 'builder' <86>Apr 14 00:44:28 userdel[2995]: removed group 'builder' owned by 'builder' <86>Apr 14 00:44:28 userdel[2995]: removed shadow group 'builder' owned by 'builder' <86>Apr 14 00:44:28 groupadd[3028]: group added to /etc/group: name=builder, GID=616 <86>Apr 14 00:44:28 groupadd[3028]: group added to /etc/gshadow: name=builder <86>Apr 14 00:44:28 groupadd[3028]: new group: name=builder, GID=616 <86>Apr 14 00:44:28 useradd[3044]: new user: name=builder, UID=616, GID=616, home=/usr/src, shell=/bin/bash 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.5673 + 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): + /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.5673 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd helpdeco-2.1.3 + '[' -n '' ']' + NPROCS=8 + make -j8 'CC=gcc -pipe -Wall -g -O2' make: Entering directory `/usr/src/RPM/BUILD/helpdeco-2.1.3' gcc -pipe -Wall -g -O2 -c -o helpdeco.o helpdeco.c gcc -pipe -Wall -g -O2 -c -o helpdec1.o helpdec1.c gcc -pipe -Wall -g -O2 -c -o compat.o compat.c gcc -pipe -Wall -g -O2 splitmrb.c -o splitmrb gcc -pipe -Wall -g -O2 -c -o zapres.o zapres.c zapres.c: In function 'main': zapres.c:132:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&w,sizeof(long),1,f); ^ zapres.c:133:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&h,sizeof(long),1,f); ^ zapres.c:154:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&pos,sizeof(pos),1,f); ^ splitmrb.c: In function 'copy': splitmrb.c:123:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(buffer,1,size,f); ^ splitmrb.c: In function 'PrintHotspotInfo': splitmrb.c:269:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(hotspot,sizeof(HOTSPOT),n,f); ^ splitmrb.c: In function 'main': splitmrb.c:358:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&offset,sizeof(offset),1,f); ^ helpdeco.c: In function 'Derive': helpdeco.c:341:14: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] s=strlen(str); ^ splitmrb.c: In function 'decompress': splitmrb.c:185:6: warning: 'bits' may be used uninitialized in this function [-Wmaybe-uninitialized] if(bits&mask) ^ In file included from helpdeco.h:30:0, from helpdeco.c:22: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern size_t strlen (const char *__s) ^ helpdeco.c:392:35: warning: pointer targets in passing argument 3 of 'FindString' differ in signedness [-Wpointer-sign] if(h==0&&(FindString(str,s,ptr,p)||p<3)) ^ helpdeco.c:303:5: note: expected 'unsigned char *' but argument is of type 'char *' int FindString(unsigned char *buf,int buflen,unsigned char *str,int len) ^ helpdeco.c: In function 'Guess': helpdeco.c:444:25: warning: pointer targets in passing argument 1 of 'Derive' differ in signedness [-Wpointer-sign] if(j>=k) if(Derive(str,hash,buffer)) ^ helpdeco.c:333:6: note: expected 'unsigned char *' but argument is of type 'char *' BOOL Derive(unsigned char *str,unsigned long desiredhash,char *buffer) ^ helpdec1.c: In function 'PrintString': helpdec1.c:566:12: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return str; ^ helpdec1.c: In function 'scanint': helpdec1.c:618:14: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] *ptr = ((unsigned short *)*ptr)+1; ^ helpdec1.c:621:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] *ptr=((unsigned char *)*ptr)+1; ^ helpdec1.c: In function 'scanword': helpdec1.c:631:13: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] *ptr=((unsigned short *)*ptr)+1; ^ helpdec1.c:634:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] *ptr=((unsigned char *)*ptr)+1; ^ helpdec1.c: In function 'scanlong': helpdec1.c:644:13: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] *ptr=((unsigned long *)*ptr)+1; ^ helpdec1.c:647:13: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] *ptr=((unsigned short *)*ptr)+1; ^ helpdeco.c: In function 'SysList': helpdeco.c:1542:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ptr=TopicName(*(long *)SysRec->Data); ^ helpdeco.c:1564:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] if(!mvp) fprintf(hpj,"LCID=0x%X 0x%X 0x%X\n",*(short *)(SysRec->Data+8),*(short *)SysRec->Data,*(short *)(SysRec->Data+2)); ^ helpdeco.c: In function 'TopicRead': helpdeco.c:2415:51: warning: pointer targets in passing argument 4 of 'DecompressIntoBuffer' differ in signedness [-Wpointer-sign] DecompSize=DecompressIntoBuffer(2,HelpFile,n,TopicBuffer,sizeof(TopicBuffer)); ^ In file included from helpdeco.c:22:0: helpdeco.h:651:13: note: expected 'char *' but argument is of type 'unsigned char *' extern long DecompressIntoBuffer(int method,FILE *HelpFile,long bytes,char *ptr,long size); ^ helpdeco.c: In function 'TopicPhraseRead': helpdeco.c:2529:25: warning: pointer targets in passing argument 1 of 'PhraseReplace' differ in signedness [-Wpointer-sign] NumBytes=PhraseReplace(buffer,NumBytes,dest)-dest; ^ helpdeco.c:2435:7: note: expected 'unsigned char *' but argument is of type 'char *' char *PhraseReplace(unsigned char *str,long len,char *out) ^ helpdec1.c: In function 'GetBit': helpdec1.c:581:6: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&value,4,1,f); ^ helpdeco.c: In function 'PhrImageDump': helpdeco.c:4099:52: warning: pointer targets in passing argument 4 of 'DecompressIntoBuffer' differ in signedness [-Wpointer-sign] bytes=DecompressIntoBuffer(2,HelpFile,FileLength,ptr,PhrIndexHdr.phrimagesize); ^ In file included from helpdeco.c:22:0: helpdeco.h:651:13: note: expected 'char *' but argument is of type 'unsigned char *' extern long DecompressIntoBuffer(int method,FILE *HelpFile,long bytes,char *ptr,long size); ^ helpdeco.c: In function 'SysDump': helpdeco.c:4234:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] printf("CONTENTS=0x%08lX\n",*(long *)SysRec->Data); ^ helpdeco.c:4254:17: warning: pointer targets in passing argument 1 of 'HexDumpMemory' differ in signedness [-Wpointer-sign] HexDumpMemory(SysRec->Data,SysRec->DataSize); ^ In file included from helpdeco.c:22:0: helpdeco.h:654:13: note: expected 'unsigned char *' but argument is of type 'char *' extern void HexDumpMemory(unsigned char *bypMem,unsigned int FileLength); ^ helpdeco.c:4262:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] if(!mvp) printf("LCID=0x%X 0x%X 0x%X\n",*(short *)(SysRec->Data+8),*(short *)SysRec->Data,*(short *)(SysRec->Data+2)); ^ helpdeco.c:4308:20: warning: pointer targets in passing argument 1 of 'HexDumpMemory' differ in signedness [-Wpointer-sign] HexDumpMemory(SysRec->Data,SysRec->DataSize); ^ In file included from helpdeco.c:22:0: helpdeco.h:654:13: note: expected 'unsigned char *' but argument is of type 'char *' extern void HexDumpMemory(unsigned char *bypMem,unsigned int FileLength); ^ helpdeco.c: In function 'DumpTopic': helpdeco.c:4353:30: warning: pointer targets in passing argument 1 of 'HexDumpMemory' differ in signedness [-Wpointer-sign] if(LinkData1) HexDumpMemory(LinkData1,TopicLink.DataLen1-sizeof(TOPICLINK)); ^ In file included from helpdeco.c:22:0: helpdeco.h:654:13: note: expected 'unsigned char *' but argument is of type 'char *' extern void HexDumpMemory(unsigned char *bypMem,unsigned int FileLength); ^ helpdeco.c:4428:6: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] ptr=((unsigned short *)ptr)+1; ^ helpdeco.c:4449:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] ptr=(unsigned short*)ptr+1; ^ helpdeco.c: In function 'main': helpdeco.c:5787:17: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] fprintf(stderr,"HELPDECO - decompile *.HLP/*.MVB files of Windows 3.x / 95 - %d bit Version 2.1.3\n" ^ compat.c: In function 'strupr': compat.c:132:12: warning: 'p' is used uninitialized in this function [-Wuninitialized] while (*p != '\000') *p = toupper(*p), ++p; ^ compat.c: In function 'strlwr': compat.c:139:12: warning: 'p' is used uninitialized in this function [-Wuninitialized] while (*p != '\000') *p = tolower(*p), ++p; ^ gcc -pipe -Wall -g -O2 zapres.o compat.o -o zapres helpdec1.c: In function 'my_fread': helpdec1.c:89:12: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized] size_t result; ^ helpdec1.c: In function 'decompress': helpdec1.c:464:6: warning: 'bits' may be used uninitialized in this function [-Wmaybe-uninitialized] if(bits&mask) ^ helpdec1.c: In function 'GroupDump': helpdec1.c:979:38: warning: 'ptr' may be used uninitialized in this function [-Wmaybe-uninitialized] if(GroupHeader.GroupType==1||ptr[i>>3]&(1<<(i&7))) printf("TopicNumber: %lu\n",i); ^ helpdeco.c: In function 'ExtractBitmap': helpdeco.c:1214:3: warning: 'yPels' may be used uninitialized in this function [-Wmaybe-uninitialized] putcdw(yPels,fTarget); ^ helpdeco.c:1213:3: warning: 'xPels' may be used uninitialized in this function [-Wmaybe-uninitialized] putcdw(xPels,fTarget); ^ helpdeco.c:1209:3: warning: 'dwRawSize' may be used uninitialized in this function [-Wmaybe-uninitialized] putcdw(dwRawSize,fTarget); ^ helpdeco.c:1227:20: warning: 'colors' may be used uninitialized in this function [-Wmaybe-uninitialized] if(byType==6) CopyBytes(f,colors*4L,fTarget); ^ helpdeco.c:1206:3: warning: 'mapmode' may be used uninitialized in this function [-Wmaybe-uninitialized] putcw(mapmode,fTarget); /* mapping mode */ ^ helpdeco.c:1325:28: warning: 'offset' may be used uninitialized in this function [-Wmaybe-uninitialized] dwPictureOffset=offset-nextpict; ^ helpdeco.c:1328:6: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] fseek(fTarget,pos,SEEK_SET); ^ helpdeco.c: In function 'TopicDump': helpdeco.c:3463:96: warning: 'MaxTopicOffset' may be used uninitialized in this function [-Wmaybe-uninitialized] while(NextContextRec