<86>Oct 29 08:40:48 userdel[16837]: delete user 'rooter' <86>Oct 29 08:40:48 userdel[16837]: removed group 'rooter' owned by 'rooter' <86>Oct 29 08:40:48 userdel[16837]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 29 08:40:48 groupadd[16843]: group added to /etc/group: name=rooter, GID=585 <86>Oct 29 08:40:48 groupadd[16843]: group added to /etc/gshadow: name=rooter <86>Oct 29 08:40:48 groupadd[16843]: new group: name=rooter, GID=585 <86>Oct 29 08:40:48 useradd[16848]: new user: name=rooter, UID=585, GID=585, home=/root, shell=/bin/bash <86>Oct 29 08:40:48 userdel[16857]: delete user 'builder' <86>Oct 29 08:40:48 userdel[16857]: removed group 'builder' owned by 'builder' <86>Oct 29 08:40:48 userdel[16857]: removed shadow group 'builder' owned by 'builder' <86>Oct 29 08:40:48 groupadd[16863]: group added to /etc/group: name=builder, GID=586 <86>Oct 29 08:40:48 groupadd[16863]: group added to /etc/gshadow: name=builder <86>Oct 29 08:40:48 groupadd[16863]: new group: name=builder, GID=586 <86>Oct 29 08:40:48 useradd[16868]: new user: name=builder, UID=586, GID=586, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/AGReader-1.2-alt2_21.nosrc.rpm Installing AGReader-1.2-alt2_21.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.39698 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf AGReader + echo 'Source #0 (AGReader.tar.bz2):' Source #0 (AGReader.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/AGReader.tar.bz2 + /bin/tar -xf - + cd AGReader + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.39698 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd AGReader + make -C Sources -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources' gcc main.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -O2 make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources' make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources' gcc IO_tty.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -O2 IO_tty.c: In function 'raw_mode': IO_tty.c:51:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 51 | if (old_st == on) return; old_st = on; | ^~ IO_tty.c:51:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 51 | if (old_st == on) return; old_st = on; | ^~~~~~ IO_tty.c:48:6: warning: variable 'i' set but not used [-Wunused-but-set-variable] 48 | int i; /* silence warnings */ | ^ make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources' make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources' gcc Text.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -O2 make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources' make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources' gcc AGObj.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -O2 AGObj.c: In function 'CreateAGLink': AGObj.c:45:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 45 | for(p=format; *p!='\"'; p++); *p='\0'; | ^~~ AGObj.c:45:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 45 | for(p=format; *p!='\"'; p++); *p='\0'; | ^ make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources' make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources' gcc Navigate.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -O2 Navigate.c: In function 'ToEnv': Navigate.c:180:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 180 | for(p=dest; *src && *src!=eos; *p++ = toupper(*src),src++); *p='\0'; | ^~~ Navigate.c:180:62: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 180 | for(p=dest; *src && *src!=eos; *p++ = toupper(*src),src++); *p='\0'; | ^ make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources' make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources' gcc Input.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -O2 Input.c: In function 'Prompt': Input.c:26:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 26 | if(str == NULL) str = node->name; plen = strlen(str); | ^~ Input.c:26:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 26 | if(str == NULL) str = node->name; plen = strlen(str); | ^~~~ Input.c: In function 'ThrowError': Input.c:86:6: warning: variable 'i' set but not used [-Wunused-but-set-variable] 86 | int i; /* silence warnings */ | ^ Input.c: In function 'ProcessKeys': Input.c:247:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 247 | else HistoryBack( &terminfo ); break; | ^~~~ Input.c:247:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 247 | else HistoryBack( &terminfo ); break; | ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources' make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources' gcc AG_lib.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -O2 AG_lib.c: In function 'GetAGString': AG_lib.c:68:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 68 | while(*src!='\n') *src++ = '\0'; *src=0; | ^~~~~ AG_lib.c:68:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 68 | while(*src!='\n') *src++ = '\0'; *src=0; | ^ AG_lib.c: In function 'FindNodeNames': AG_lib.c:87:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 87 | if(*src=='\"') eos='\"',src++; node->name=src; | ^~ AG_lib.c:87:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 87 | if(*src=='\"') eos='\"',src++; node->name=src; | ^~~~ AG_lib.c: In function 'CreateAGNodes': AG_lib.c:234:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 234 | if( lst==NULL ) *p='\0'; break; | ^~ AG_lib.c:234:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 234 | if( lst==NULL ) *p='\0'; break; | ^~~~~ AG_lib.c:237:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 237 | else wrap = WRAP_LINE; break; | ^~~~ AG_lib.c:237:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 237 | else wrap = WRAP_LINE; break; | ^~~~~ AG_lib.c:240:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 240 | else wrap = WRAP_SMART; break; | ^~~~ AG_lib.c:240:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 240 | else wrap = WRAP_SMART; break; | ^~~~~ AG_lib.c: In function 'CreateAGWords': AG_lib.c:423:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 423 | while(*buf != '}') buf++; *buf='\0'; p = buf+1; | ^~~~~ AG_lib.c:423:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 423 | while(*buf != '}') buf++; *buf='\0'; p = buf+1; | ^ AG_lib.c: In function 'RenderLine': AG_lib.c:612:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 612 | if (i >= start) goto big_break; cp++; | ^~ AG_lib.c:612:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 612 | if (i >= start) goto big_break; cp++; | ^~ AG_lib.c:652:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 652 | if(!cp) cp=word->data; for(; idata; for(; i buffer) fputs(p = buffer,stdout); printf(""); | ^~ AG_lib.c:665:43: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 665 | if(p > buffer) fputs(p = buffer,stdout); printf(""); | ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources' make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources' gcc main.o IO_tty.o AG_lib.o AGObj.o Input.o Navigate.o Text.o -o agr make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.55718 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/AGReader-buildroot + : + /bin/rm -rf -- /usr/src/tmp/AGReader-buildroot + cd AGReader + mkdir -p /usr/src/tmp/AGReader-buildroot/usr/bin + mkdir -p /usr/src/tmp/AGReader-buildroot/usr/share/man/man1 + install -m0644 /usr/src/RPM/SOURCES/agr.1 /usr/src/tmp/AGReader-buildroot/usr/share/man/man1 + install -m0755 Sources/agr /usr/src/tmp/AGReader-buildroot/usr/bin + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/AGReader-buildroot (auto) Verifying and fixing files in /usr/src/tmp/AGReader-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/AGReader-buildroot/ (default) Compressing files in /usr/src/tmp/AGReader-buildroot (auto) Verifying ELF objects in /usr/src/tmp/AGReader-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/agr: uses non-LFS functions: __xstat open Hardlinking identical .pyc and .pyo files Processing files: AGReader-1.2-alt2_21 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.97988 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd AGReader + DOCDIR=/usr/src/tmp/AGReader-buildroot/usr/share/doc/AGReader-1.2 + export DOCDIR + rm -rf /usr/src/tmp/AGReader-buildroot/usr/share/doc/AGReader-1.2 + /bin/mkdir -p /usr/src/tmp/AGReader-buildroot/usr/share/doc/AGReader-1.2 + cp -prL Docs/agr.guide Docs/test.guide Docs/agr.html README /usr/src/tmp/AGReader-buildroot/usr/share/doc/AGReader-1.2 + chmod -R go-w /usr/src/tmp/AGReader-buildroot/usr/share/doc/AGReader-1.2 + chmod -R a+rX /usr/src/tmp/AGReader-buildroot/usr/share/doc/AGReader-1.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.V58vPT 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.UbeW5X 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.3), 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.4EyAdx Creating AGReader-debuginfo package Processing files: AGReader-debuginfo-1.2-alt2_21 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Fd715B find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WUff80 find-requires: running scripts (debuginfo) Requires: AGReader = 1.2-alt2_21, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Adding to AGReader-debuginfo a strict dependency on AGReader Wrote: /usr/src/RPM/RPMS/i586/AGReader-1.2-alt2_21.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/AGReader-debuginfo-1.2-alt2_21.i586.rpm 6.48user 1.11system 0:10.74elapsed 70%CPU (0avgtext+0avgdata 28976maxresident)k 0inputs+0outputs (0major+177640minor)pagefaults 0swaps 12.47user 6.42system 0:21.63elapsed 87%CPU (0avgtext+0avgdata 106124maxresident)k 0inputs+0outputs (0major+410448minor)pagefaults 0swaps