<86>Mar 27 09:06:23 userdel[1269]: delete user 'rooter' <86>Mar 27 09:06:23 userdel[1269]: removed group 'rooter' owned by 'rooter' <86>Mar 27 09:06:23 userdel[1269]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 27 09:06:23 groupadd[1295]: group added to /etc/group: name=rooter, GID=555 <86>Mar 27 09:06:23 groupadd[1295]: group added to /etc/gshadow: name=rooter <86>Mar 27 09:06:23 groupadd[1295]: new group: name=rooter, GID=555 <86>Mar 27 09:06:23 useradd[1310]: new user: name=rooter, UID=555, GID=555, home=/root, shell=/bin/bash <86>Mar 27 09:06:23 userdel[1346]: delete user 'builder' <86>Mar 27 09:06:23 userdel[1346]: removed group 'builder' owned by 'builder' <86>Mar 27 09:06:23 userdel[1346]: removed shadow group 'builder' owned by 'builder' <86>Mar 27 09:06:23 groupadd[1366]: group added to /etc/group: name=builder, GID=556 <86>Mar 27 09:06:23 groupadd[1366]: group added to /etc/gshadow: name=builder <86>Mar 27 09:06:23 groupadd[1366]: new group: name=builder, GID=556 <86>Mar 27 09:06:23 useradd[1379]: new user: name=builder, UID=556, GID=556, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/unzoo-4.4-alt1.nosrc.rpm Installing unzoo-4.4-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.53102 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf unzoo-4.4 + /bin/mkdir -p unzoo-4.4 + cd unzoo-4.4 + /bin/chmod -c -Rf u+rwX,go-w . + /bin/gzip -dc /usr/src/RPM/SOURCES/unzoo.c.gz + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.53102 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd unzoo-4.4 + gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DSYS_IS_UNIX unzoo.c -o unzoo unzoo.c: In function 'ConvDire': unzoo.c:508:33: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] #define CONV_NAME(naml,namu) strcpy( (naml), (namu) ) ^~~~~~ unzoo.c:786:9: note: in expansion of macro 'CONV_NAME' CONV_NAME( naml, namu ); ^~~~~~~~~ unzoo.c:508:33: warning: incompatible implicit declaration of built-in function 'strcpy' #define CONV_NAME(naml,namu) strcpy( (naml), (namu) ) ^~~~~~ unzoo.c:786:9: note: in expansion of macro 'CONV_NAME' CONV_NAME( naml, namu ); ^~~~~~~~~ unzoo.c:508:33: note: include '' or provide a declaration of 'strcpy' unzoo.c:247:1: +#include unzoo.c:508:33: #define CONV_NAME(naml,namu) strcpy( (naml), (namu) ) ^~~~~~ unzoo.c:786:9: note: in expansion of macro 'CONV_NAME' CONV_NAME( naml, namu ); ^~~~~~~~~ unzoo.c: At top level: unzoo.c:945:39: warning: trigraph ??' ignored, use -trigraphs to enable [-Wtrigraphs] fndrInfo.ioFlFndrInfo.fdCreator = '????'; unzoo.c: In function 'MakeDirs': unzoo.c:508:33: warning: incompatible implicit declaration of built-in function 'strcpy' #define CONV_NAME(naml,namu) strcpy( (naml), (namu) ) ^~~~~~ unzoo.c:1223:9: note: in expansion of macro 'CONV_NAME' CONV_NAME( naml, namu ); ^~~~~~~~~ unzoo.c:508:33: note: include '' or provide a declaration of 'strcpy' #define CONV_NAME(naml,namu) strcpy( (naml), (namu) ) ^~~~~~ unzoo.c:1223:9: note: in expansion of macro 'CONV_NAME' CONV_NAME( naml, namu ); ^~~~~~~~~ unzoo.c:1225:9: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] strcat( patl, dirl ); ^~~~~~ unzoo.c:1225:9: warning: incompatible implicit declaration of built-in function 'strcat' unzoo.c:1225:9: note: include '' or provide a declaration of 'strcat' unzoo.c:583:66: warning: implicit declaration of function 'system' [-Wimplicit-function-declaration] #define MAKE_DIRE(patl) (sprintf(Cmd,"/bin/mkdir %s",(patl)),!system(Cmd)) ^~~~~~ unzoo.c:1229:9: note: in expansion of macro 'MAKE_DIRE' MAKE_DIRE( patl ); ^~~~~~~~~ unzoo.c: In function 'IsMatchName': unzoo.c:1268:40: warning: array subscript has type 'char' [-Wchar-subscripts] else if ( *pat=='?' && ! IsSpec[*str] ) { pat++; str++; } ^ unzoo.c:1271:40: warning: array subscript has type 'char' [-Wchar-subscripts] else if ( tmp != 0 && ! IsSpec[*tmp] ) { pat = pos; str = ++tmp; } ^ unzoo.c: In function 'EntrReadArch': unzoo.c:508:33: warning: incompatible implicit declaration of built-in function 'strcpy' #define CONV_NAME(naml,namu) strcpy( (naml), (namu) ) ^~~~~~ unzoo.c:1580:9: note: in expansion of macro 'CONV_NAME' CONV_NAME( Entry.naml, (Entry.lnamu ? Entry.namu : Entry.nams) ); ^~~~~~~~~ unzoo.c:508:33: note: include '' or provide a declaration of 'strcpy' #define CONV_NAME(naml,namu) strcpy( (naml), (namu) ) ^~~~~~ unzoo.c:1580:9: note: in expansion of macro 'CONV_NAME' CONV_NAME( Entry.naml, (Entry.lnamu ? Entry.namu : Entry.nams) ); ^~~~~~~~~ unzoo.c:1583:9: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy( Entry.dirl, Entry.diru ); ^~~~~~ unzoo.c:1583:9: note: include '' or provide a declaration of 'strcpy' unzoo.c:1586:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy( Entry.patl, Entry.dirl ); ^~~~~~ unzoo.c:1586:5: note: include '' or provide a declaration of 'strcpy' unzoo.c:1587:5: warning: incompatible implicit declaration of built-in function 'strcat' strcat( Entry.patl, Entry.naml ); ^~~~~~ unzoo.c:1587:5: note: include '' or provide a declaration of 'strcat' unzoo.c: In function 'ListArch': unzoo.c:2349:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(arczoo,arc); strcat(arczoo,".zoo"); ^~~~~~ unzoo.c:2349:5: note: include '' or provide a declaration of 'strcpy' unzoo.c:2349:26: warning: incompatible implicit declaration of built-in function 'strcat' strcpy(arczoo,arc); strcat(arczoo,".zoo"); ^~~~~~ unzoo.c:2349:26: note: include '' or provide a declaration of 'strcat' unzoo.c: In function 'ExtrArch': unzoo.c:2504:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(arczoo,arc); strcat(arczoo,".zoo"); ^~~~~~ unzoo.c:2504:5: note: include '' or provide a declaration of 'strcpy' unzoo.c:2504:26: warning: incompatible implicit declaration of built-in function 'strcat' strcpy(arczoo,arc); strcat(arczoo,".zoo"); ^~~~~~ unzoo.c:2504:26: note: include '' or provide a declaration of 'strcat' unzoo.c:617:58: warning: implicit declaration of function 'utime' [-Wimplicit-function-declaration] #define SETF_TIME(patl,secs) (Secs[0]=Secs[1]=(secs),!utime((patl),Secs)) ^~~~~ unzoo.c:2693:20: note: in expansion of macro 'SETF_TIME' if ( ! SETF_TIME( patl, secs ) ) ^~~~~~~~~ unzoo.c:649:35: warning: implicit declaration of function 'chmod' [-Wimplicit-function-declaration] #define SETF_PERM(patl,mode) (!chmod((patl),(int)(mode))) ^~~~~ unzoo.c:2699:20: note: in expansion of macro 'SETF_PERM' if ( ! SETF_PERM( patl, Entry.permis ) ) ^~~~~~~~~ unzoo.c: In function 'MakeDirs': unzoo.c:583:41: warning: '%s' directive writing up to 1023 bytes into a region of size 245 [-Wformat-overflow=] #define MAKE_DIRE(patl) (sprintf(Cmd,"/bin/mkdir %s",(patl)),!system(Cmd)) ^~~~~~~~~~~~~~~ ~~~~~~ unzoo.c:1229:9: note: in expansion of macro 'MAKE_DIRE' MAKE_DIRE( patl ); ^~~~~~~~~ In file included from /usr/include/stdio.h:862, from unzoo.c:246: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 12 and 1035 bytes into a destination of size 256 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unzoo.c: In function 'DescReadArch': unzoo.c:1464:52: warning: array subscript 20 is above array bounds of 'char[20]' [-Warray-bounds] BlckReadArch(Descript.text,20L); Descript.text[20] = '\0'; ~~~~~~~~~~~~~^~~~ In function 'EntrReadArch.part.2', inlined from 'EntrReadArch' at unzoo.c:1534:17: unzoo.c:1587:5: warning: 'strcat' accessing 513 or more bytes at offsets 1100 and 588 may overlap 1 byte at offset 1100 [-Wrestrict] strcat( Entry.patl, Entry.naml ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.34978 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/unzoo-buildroot + : + /bin/rm -rf -- /usr/src/tmp/unzoo-buildroot + cd unzoo-4.4 + install -d /usr/src/tmp/unzoo-buildroot/usr/bin + install -s unzoo /usr/src/tmp/unzoo-buildroot/usr/bin + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/unzoo-buildroot (auto) Verifying and fixing files in /usr/src/tmp/unzoo-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/unzoo-buildroot/ (default) Compressing files in /usr/src/tmp/unzoo-buildroot (auto) Verifying ELF objects in /usr/src/tmp/unzoo-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/unzoo: uses non-LFS functions: fopen Hardlinking identical .pyc and .pyo files Processing files: unzoo-4.4-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pHQgib 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.TIgnjF find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3.4), 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.4EHu7D Wrote: /usr/src/RPM/RPMS/i586/unzoo-4.4-alt1.i586.rpm 3.74user 0.64system 0:07.08elapsed 61%CPU (0avgtext+0avgdata 31688maxresident)k 0inputs+0outputs (0major+107120minor)pagefaults 0swaps 5.92user 4.84system 0:13.07elapsed 82%CPU (0avgtext+0avgdata 31688maxresident)k 0inputs+0outputs (0major+263599minor)pagefaults 0swaps --- unzoo-4.4-alt1.i586.rpm.repo 2004-11-25 12:40:57.000000000 +0000 +++ unzoo-4.4-alt1.i586.rpm.hasher 2019-03-27 09:06:33.331478954 +0000 @@ -1,7 +1,9 @@ /usr/bin/unzoo 100755 -Requires: rpmlib(PayloadFilesHavePrefix) <= 4.0-1 -Requires: rpmlib(CompressedFileNames) <= 3.0.4-1 -Requires: libc.so.6 +Requires: /lib/ld-linux.so.2 Requires: libc.so.6(GLIBC_2.0) Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.4) +Requires: rtld(GNU_HASH) +Requires: rpmlib(PayloadIsLzma) Provides: unzoo = 4.4-alt1