<86>Apr 21 00:38:34 userdel[73336]: delete user 'rooter' <86>Apr 21 00:38:34 groupadd[73355]: group added to /etc/group: name=rooter, GID=585 <86>Apr 21 00:38:34 groupadd[73355]: group added to /etc/gshadow: name=rooter <86>Apr 21 00:38:34 groupadd[73355]: new group: name=rooter, GID=585 <86>Apr 21 00:38:34 useradd[73368]: new user: name=rooter, UID=585, GID=585, home=/root, shell=/bin/bash <86>Apr 21 00:38:34 userdel[73396]: delete user 'builder' <86>Apr 21 00:38:34 userdel[73396]: removed group 'builder' owned by 'builder' <86>Apr 21 00:38:34 userdel[73396]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 00:38:34 groupadd[73416]: group added to /etc/group: name=builder, GID=586 <86>Apr 21 00:38:34 groupadd[73416]: group added to /etc/gshadow: name=builder <86>Apr 21 00:38:34 groupadd[73416]: new group: name=builder, GID=586 <86>Apr 21 00:38:34 useradd[73431]: new user: name=builder, UID=586, GID=586, home=/usr/src, shell=/bin/bash Installing unzoo-4.4-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.78915 + 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.78915 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd unzoo-4.4 + gcc -pipe -Wall -g -O2 -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' #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 'DescReadArch': unzoo.c:1464:52: warning: array subscript is above array bounds [-Warray-bounds] BlckReadArch(Descript.text,20L); Descript.text[20] = '\0'; ^ + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.53639 + 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) 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) 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.OK4iIV find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7b1wDR find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gMuUiQ Wrote: /usr/src/RPM/RPMS/x86_64/unzoo-4.4-alt1.x86_64.rpm 0.89user 0.26system 0:04.03elapsed 28%CPU (0avgtext+0avgdata 34852maxresident)k 0inputs+0outputs (0major+97149minor)pagefaults 0swaps 1.82user 1.89system 0:06.97elapsed 53%CPU (0avgtext+0avgdata 34852maxresident)k 0inputs+0outputs (0major+225213minor)pagefaults 0swaps --- unzoo-4.4-alt1.x86_64.rpm.repo 2006-01-26 03:21:34.000000000 +0000 +++ unzoo-4.4-alt1.x86_64.rpm.hasher 2019-04-21 00:38:39.633155904 +0000 @@ -1,5 +1,8 @@ /usr/bin/unzoo 100755 -Requires: rpmlib(PayloadFilesHavePrefix) <= 4.0-1 -Requires: rpmlib(CompressedFileNames) <= 3.0.4-1 +Requires: /lib64/ld-linux-x86-64.so.2 Requires: libc.so.6(GLIBC_2.2.5)(64bit) +Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.4)(64bit) +Requires: rtld(GNU_HASH) +Requires: rpmlib(PayloadIsLzma) Provides: unzoo = 4.4-alt1