<86>Jul 28 07:13:21 userdel[3479412]: delete user 'rooter' <86>Jul 28 07:13:21 userdel[3479412]: removed group 'rooter' owned by 'rooter' <86>Jul 28 07:13:21 userdel[3479412]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 28 07:13:21 groupadd[3479422]: group added to /etc/group: name=rooter, GID=597 <86>Jul 28 07:13:21 groupadd[3479422]: group added to /etc/gshadow: name=rooter <86>Jul 28 07:13:21 groupadd[3479422]: new group: name=rooter, GID=597 <86>Jul 28 07:13:21 useradd[3479426]: new user: name=rooter, UID=597, GID=597, home=/root, shell=/bin/bash <86>Jul 28 07:13:21 userdel[3479438]: delete user 'builder' <86>Jul 28 07:13:21 userdel[3479438]: removed group 'builder' owned by 'builder' <86>Jul 28 07:13:21 userdel[3479438]: removed shadow group 'builder' owned by 'builder' <86>Jul 28 07:13:21 groupadd[3479450]: group added to /etc/group: name=builder, GID=598 <86>Jul 28 07:13:21 groupadd[3479450]: group added to /etc/gshadow: name=builder <86>Jul 28 07:13:21 groupadd[3479450]: new group: name=builder, GID=598 <86>Jul 28 07:13:21 useradd[3479455]: new user: name=builder, UID=598, GID=598, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/unzoo-4.4-alt1.src.rpm: license not found in '/usr/share/license' directory: Public /usr/src/in/srpm/unzoo-4.4-alt1.src.rpm: license not found in '/usr/share/license' directory: Domain 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.28595 + 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.28595 + 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] 508 | #define CONV_NAME(naml,namu) strcpy( (naml), (namu) ) | ^~~~~~ unzoo.c:786:9: note: in expansion of macro 'CONV_NAME' 786 | CONV_NAME( naml, namu ); | ^~~~~~~~~ unzoo.c:508:33: warning: incompatible implicit declaration of built-in function 'strcpy' 508 | #define CONV_NAME(naml,namu) strcpy( (naml), (namu) ) | ^~~~~~ unzoo.c:786:9: note: in expansion of macro 'CONV_NAME' 786 | CONV_NAME( naml, namu ); | ^~~~~~~~~ unzoo.c:247:1: note: include '' or provide a declaration of 'strcpy' 246 | #include +++ |+#include 247 | unzoo.c: At top level: unzoo.c:945:39: warning: trigraph ??' ignored, use -trigraphs to enable [-Wtrigraphs] 945 | fndrInfo.ioFlFndrInfo.fdCreator = '????'; | unzoo.c: In function 'MakeDirs': unzoo.c:508:33: warning: incompatible implicit declaration of built-in function 'strcpy' 508 | #define CONV_NAME(naml,namu) strcpy( (naml), (namu) ) | ^~~~~~ unzoo.c:1223:9: note: in expansion of macro 'CONV_NAME' 1223 | CONV_NAME( naml, namu ); | ^~~~~~~~~ unzoo.c:508:33: note: include '' or provide a declaration of 'strcpy' 508 | #define CONV_NAME(naml,namu) strcpy( (naml), (namu) ) | ^~~~~~ unzoo.c:1223:9: note: in expansion of macro 'CONV_NAME' 1223 | CONV_NAME( naml, namu ); | ^~~~~~~~~ unzoo.c:1225:9: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] 1225 | 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] 583 | #define MAKE_DIRE(patl) (sprintf(Cmd,"/bin/mkdir %s",(patl)),!system(Cmd)) | ^~~~~~ unzoo.c:1229:9: note: in expansion of macro 'MAKE_DIRE' 1229 | MAKE_DIRE( patl ); | ^~~~~~~~~ unzoo.c: In function 'IsMatchName': unzoo.c:1268:41: warning: array subscript has type 'char' [-Wchar-subscripts] 1268 | else if ( *pat=='?' && ! IsSpec[*str] ) { pat++; str++; } | ^~~~ unzoo.c:1271:41: warning: array subscript has type 'char' [-Wchar-subscripts] 1271 | 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' 508 | #define CONV_NAME(naml,namu) strcpy( (naml), (namu) ) | ^~~~~~ unzoo.c:1580:9: note: in expansion of macro 'CONV_NAME' 1580 | CONV_NAME( Entry.naml, (Entry.lnamu ? Entry.namu : Entry.nams) ); | ^~~~~~~~~ unzoo.c:508:33: note: include '' or provide a declaration of 'strcpy' 508 | #define CONV_NAME(naml,namu) strcpy( (naml), (namu) ) | ^~~~~~ unzoo.c:1580:9: note: in expansion of macro 'CONV_NAME' 1580 | CONV_NAME( Entry.naml, (Entry.lnamu ? Entry.namu : Entry.nams) ); | ^~~~~~~~~ unzoo.c:1583:9: warning: incompatible implicit declaration of built-in function 'strcpy' 1583 | 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' 1586 | 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' 1587 | 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' 2349 | 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' 2349 | 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' 2504 | 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' 2504 | 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] 617 | #define SETF_TIME(patl,secs) (Secs[0]=Secs[1]=(secs),!utime((patl),Secs)) | ^~~~~ unzoo.c:2693:20: note: in expansion of macro 'SETF_TIME' 2693 | if ( ! SETF_TIME( patl, secs ) ) | ^~~~~~~~~ unzoo.c:649:35: warning: implicit declaration of function 'chmod' [-Wimplicit-function-declaration] 649 | #define SETF_PERM(patl,mode) (!chmod((patl),(int)(mode))) | ^~~~~ unzoo.c:2699:20: note: in expansion of macro 'SETF_PERM' 2699 | 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=] 583 | #define MAKE_DIRE(patl) (sprintf(Cmd,"/bin/mkdir %s",(patl)),!system(Cmd)) | ^~~~~~~~~~~~~~~ ~~~~~~ unzoo.c:1229:9: note: in expansion of macro 'MAKE_DIRE' 1229 | MAKE_DIRE( patl ); | ^~~~~~~~~ unzoo.c:583:53: note: format string is defined here 583 | #define MAKE_DIRE(patl) (sprintf(Cmd,"/bin/mkdir %s",(patl)),!system(Cmd)) | ^~ In file included from /usr/include/stdio.h:867, from unzoo.c:246: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 12 and 1035 bytes into a destination of size 256 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __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] 1464 | BlckReadArch(Descript.text,20L); Descript.text[20] = '\0'; | ~~~~~~~~~~~~~^~~~ In function 'EntrReadArch', 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] 1587 | strcat( Entry.patl, Entry.naml ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.21280 + 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.4CBaxX 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.YvT8s0 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) 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.l5mHMZ Wrote: /usr/src/RPM/RPMS/i586/unzoo-4.4-alt1.i586.rpm 3.70user 0.73system 0:06.78elapsed 65%CPU (0avgtext+0avgdata 31064maxresident)k 0inputs+0outputs (0major+106159minor)pagefaults 0swaps /.out/unzoo-4.4-alt1.i586.rpm: license not found in '/usr/share/license' directory: Public /.out/unzoo-4.4-alt1.i586.rpm: license not found in '/usr/share/license' directory: Domain 6.31user 5.72system 0:13.24elapsed 90%CPU (0avgtext+0avgdata 31064maxresident)k 0inputs+0outputs (0major+267434minor)pagefaults 0swaps --- unzoo-4.4-alt1.i586.rpm.repo 2004-11-25 12:40:57.000000000 +0000 +++ unzoo-4.4-alt1.i586.rpm.hasher 2020-07-28 07:13:30.914243462 +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