<86>Jun 4 09:34:23 userdel[1789375]: delete user 'rooter' <86>Jun 4 09:34:23 groupadd[1789421]: group added to /etc/group: name=rooter, GID=630 <86>Jun 4 09:34:23 groupadd[1789421]: group added to /etc/gshadow: name=rooter <86>Jun 4 09:34:23 groupadd[1789421]: new group: name=rooter, GID=630 <86>Jun 4 09:34:23 useradd[1789456]: new user: name=rooter, UID=630, GID=630, home=/root, shell=/bin/bash <86>Jun 4 09:34:23 userdel[1789506]: delete user 'builder' <86>Jun 4 09:34:23 userdel[1789506]: removed group 'builder' owned by 'builder' <86>Jun 4 09:34:23 userdel[1789506]: removed shadow group 'builder' owned by 'builder' <86>Jun 4 09:34:23 groupadd[1789543]: group added to /etc/group: name=builder, GID=631 <86>Jun 4 09:34:23 groupadd[1789543]: group added to /etc/gshadow: name=builder <86>Jun 4 09:34:23 groupadd[1789543]: new group: name=builder, GID=631 <86>Jun 4 09:34:23 useradd[1789558]: new user: name=builder, UID=631, GID=631, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.82446 + 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/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/helpdeco-2.1.3.tar.gz + 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.82446 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd helpdeco-2.1.3 + make -j8 'CC=gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/helpdeco-2.1.3' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o compat.o compat.c compat.c: In function 'strupr': compat.c:132:9: warning: 'p' is used uninitialized in this function [-Wuninitialized] 132 | while (*p != '\000') *p = toupper(*p), ++p; | ^~ compat.c: In function 'strlwr': compat.c:139:9: warning: 'p' is used uninitialized in this function [-Wuninitialized] 139 | while (*p != '\000') *p = tolower(*p), ++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 -march=i586 -mtune=generic -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] 132 | fread(&w,sizeof(long),1,f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ zapres.c:133:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 133 | fread(&h,sizeof(long),1,f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ zapres.c:154:7: 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 -march=i586 -mtune=generic 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 -march=i586 -mtune=generic splitmrb.c -o splitmrb splitmrb.c: In function 'copy': splitmrb.c:123:2: 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:3: 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:7: 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' make: Entering directory '/usr/src/RPM/BUILD/helpdeco-2.1.3' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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: warning: 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: warning: 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: warning: assignment to 'char *' from incompatible pointer type 'long unsigned int *' [-Wincompatible-pointer-types] 644 | *ptr=((unsigned long *)*ptr)+1; | ^ helpdec1.c:647:13: warning: 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:6: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 581 | fread(&value,4,1,f); | ^~~~~~~~~~~~~~~~~~~ helpdec1.c: In function 'strlcpy': helpdec1.c:44:20: warning: 'nonnull' argument 'src' compared to NULL [-Wnonnull-compare] 44 | for(i=0;i<len-1&&src&&src[i];i++) dest[i]=src[i]; | ~~~~~~~^~~~~ helpdec1.c: In function 'my_fread': helpdec1.c:89:12: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized] 89 | size_t result; | ^~~~~~ helpdec1.c: In function 'GroupDump': helpdec1.c:979:38: warning: 'ptr' may be used uninitialized in this function [-Wmaybe-uninitialized] 979 | if(GroupHeader.GroupType==1||ptr[i>>3]&(1<<(i&7))) printf("TopicNumber: %lu\n",i); | ^ 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 -march=i586 -mtune=generic -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:391:35: note: expected 'const char *' but argument is of type 'unsigned char *' 391 | 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] 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:25: 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:51: 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 * In file included from helpdeco.c:22: 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:25: 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:52: 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 * In file included from helpdeco.c:22: 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:23: warning: pointer targets in passing argument 1 of 'HexDumpMemory' differ in signedness [-Wpointer-sign] 4254 | HexDumpMemory(SysRec->Data,SysRec->DataSize); | ~~~~~~^~~~~~ | | | char * In file included from helpdeco.c:22: 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:26: warning: pointer targets in passing argument 1 of 'HexDumpMemory' differ in signedness [-Wpointer-sign] 4308 | HexDumpMemory(SysRec->Data,SysRec->DataSize); | ~~~~~~^~~~~~ | | | char * In file included from helpdeco.c:22: 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:30: warning: pointer targets in passing argument 1 of 'HexDumpMemory' differ in signedness [-Wpointer-sign] 4353 | if(LinkData1) HexDumpMemory(LinkData1,TopicLink.DataLen1-sizeof(TOPICLINK)); | ^~~~~~~~~ | | | char * In file included from helpdeco.c:22: 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:6: warning: assignment to 'char *' from incompatible pointer type 'short unsigned int *' [-Wincompatible-pointer-types] 4428 | ptr=((unsigned short *)ptr)+1; | ^ helpdeco.c:4449:7: warning: assignment to 'char *' from incompatible pointer type 'short unsigned int *' [-Wincompatible-pointer-types] 4449 | ptr=(unsigned short*)ptr+1; | ^ helpdeco.c: In function 'ExtractBitmap': helpdeco.c:1214:3: warning: 'yPels' may be used uninitialized in this function [-Wmaybe-uninitialized] 1214 | putcdw(yPels,fTarget); | ^~~~~~~~~~~~~~~~~~~~~ helpdeco.c:1213:3: warning: 'xPels' may be used uninitialized in this function [-Wmaybe-uninitialized] 1213 | putcdw(xPels,fTarget); | ^~~~~~~~~~~~~~~~~~~~~ helpdeco.c:1209:3: warning: 'dwRawSize' may be used uninitialized in this function [-Wmaybe-uninitialized] 1209 | putcdw(dwRawSize,fTarget); | ^~~~~~~~~~~~~~~~~~~~~~~~~ helpdeco.c:1227:20: warning: 'colors' may be used uninitialized in this function [-Wmaybe-uninitialized] 1227 | if(byType==6) CopyBytes(f,colors*4L,fTarget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ helpdeco.c:1206:3: warning: 'mapmode' may be used uninitialized in this function [-Wmaybe-uninitialized] 1206 | putcw(mapmode,fTarget); /* mapping mode */ | ^~~~~~~~~~~~~~~~~~~~~~ helpdeco.c:1325:28: warning: 'offset' may be used uninitialized in this function [-Wmaybe-uninitialized] 1325 | dwPictureOffset=offset-nextpict; | ~~~~~~^~~~~~~~~ helpdeco.c:1328:6: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] 1328 | fseek(fTarget,pos,SEEK_SET); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ helpdeco.c: In function 'TopicDump': helpdeco.c:3495:10: warning: 'MaxTopicOffset' may be used uninitialized in this function [-Wmaybe-uninitialized] 3495 | if(ActualTopicOffset<MaxTopicOffset) ActualTopicOffset++; | ^ helpdeco.c:3495:62: warning: 'ActualTopicOffset' may be used uninitialized in this function [-Wmaybe-uninitialized] 3495 | if(ActualTopicOffset<MaxTopicOffset) ActualTopicOffset++; | ~~~~~~~~~~~~~~~~~^~ helpdeco.c:3388:55: warning: 'l1' may be used uninitialized in this function [-Wmaybe-uninitialized] 3388 | fprintf(rtf,"\\cellx%ld",((x1*scaling-rounderr)*l1)/32767); | ~~~~~~~~~~~~~~~~~~~~~~^~~~ helpdeco.c: In function 'ContextList': helpdeco.c:5173:26: warning: 'map' may be used uninitialized in this function [-Wmaybe-uninitialized] 5173 | while(m<maprecs&&map[m].TopicOffset<TopicOffset) | ^ 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 -march=i586 -mtune=generic helpdeco.o helpdec1.o compat.o -o helpdeco make: Leaving directory '/usr/src/RPM/BUILD/helpdeco-2.1.3' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.8246 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/helpdeco-buildroot + : + /bin/rm -rf -- /usr/src/tmp/helpdeco-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd helpdeco-2.1.3 + mkdir -p /usr/src/tmp/helpdeco-buildroot/usr/bin/ + install -pD -m755 helpdeco zapres splitmrb /usr/src/tmp/helpdeco-buildroot/usr/bin/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/helpdeco-buildroot (auto) Verifying and fixing files in /usr/src/tmp/helpdeco-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/helpdeco-buildroot/ (default) Compressing files in /usr/src/tmp/helpdeco-buildroot (auto) Verifying ELF objects in /usr/src/tmp/helpdeco-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/splitmrb: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/zapres: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/helpdeco: uses non-LFS functions: fopen Processing files: helpdeco-2.1.3-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.8246 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd helpdeco-2.1.3 + DOCDIR=/usr/src/tmp/helpdeco-buildroot/usr/share/doc/helpdeco-2.1.3 + export DOCDIR + rm -rf /usr/src/tmp/helpdeco-buildroot/usr/share/doc/helpdeco-2.1.3 + /bin/mkdir -p /usr/src/tmp/helpdeco-buildroot/usr/share/doc/helpdeco-2.1.3 + cp -prL ChangeLog NEWS README README.de helpfile.txt /usr/src/tmp/helpdeco-buildroot/usr/share/doc/helpdeco-2.1.3 + chmod -R go-w /usr/src/tmp/helpdeco-buildroot/usr/share/doc/helpdeco-2.1.3 + chmod -R a+rX /usr/src/tmp/helpdeco-buildroot/usr/share/doc/helpdeco-2.1.3 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rWbRPw find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IlTOau find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(ALT_2.24), libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aAwlqv Creating helpdeco-debuginfo package Processing files: helpdeco-debuginfo-2.1.3-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NRAx6w find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5NSrNt find-requires: running scripts (debuginfo) Requires: helpdeco = 2.1.3-alt2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/helpdeco-2.1.3-alt2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/helpdeco-debuginfo-2.1.3-alt2.i586.rpm (w2.lzdio) 6.42user 0.94system 0:10.04elapsed 73%CPU (0avgtext+0avgdata 58132maxresident)k 0inputs+0outputs (0major+251943minor)pagefaults 0swaps 7.90user 3.89system 0:14.58elapsed 80%CPU (0avgtext+0avgdata 58132maxresident)k 0inputs+0outputs (0major+431368minor)pagefaults 0swaps --- helpdeco-2.1.3-alt2.i586.rpm.repo 2012-10-29 22:16:47.000000000 +0000 +++ helpdeco-2.1.3-alt2.i586.rpm.hasher 2021-06-04 09:34:36.338207740 +0000 @@ -10,4 +10,6 @@ Requires: /lib/ld-linux.so.2 +Requires: libc.so.6(ALT_2.24) Requires: libc.so.6(GLIBC_2.0) Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3)