<86>Aug 1 08:37:54 userdel[692971]: delete user 'rooter' <86>Aug 1 08:37:54 userdel[692971]: removed group 'rooter' owned by 'rooter' <86>Aug 1 08:37:54 userdel[692971]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 1 08:37:54 groupadd[692981]: group added to /etc/group: name=rooter, GID=669 <86>Aug 1 08:37:54 groupadd[692981]: group added to /etc/gshadow: name=rooter <86>Aug 1 08:37:54 groupadd[692981]: new group: name=rooter, GID=669 <86>Aug 1 08:37:54 useradd[692991]: new user: name=rooter, UID=669, GID=669, home=/root, shell=/bin/bash <86>Aug 1 08:37:54 userdel[692998]: delete user 'builder' <86>Aug 1 08:37:54 userdel[692998]: removed group 'builder' owned by 'builder' <86>Aug 1 08:37:54 userdel[692998]: removed shadow group 'builder' owned by 'builder' <86>Aug 1 08:37:54 groupadd[693005]: group added to /etc/group: name=builder, GID=670 <86>Aug 1 08:37:54 groupadd[693005]: group added to /etc/gshadow: name=builder <86>Aug 1 08:37:54 groupadd[693005]: new group: name=builder, GID=670 <86>Aug 1 08:37:54 useradd[693009]: new user: name=builder, UID=670, GID=670, 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 (w1.gzdio) 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.4290 + 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.84201 + 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 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] 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' if (old_st == on) return; old_st = on; ^~~~~~ IO_tty.c:48:6: warning: variable 'i' set but not used [-Wunused-but-set-variable] int i; /* silence warnings */ ^ make: Leaving directory '/usr/src/RPM/BUILD/AGReader/Sources' 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 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] 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' 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 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] 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' 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] int i; /* silence warnings */ ^ Input.c: In function 'ProcessKeys': Input.c:247:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 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' else HistoryBack( &terminfo ); break; ^~~~~ 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] 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' 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 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] 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' 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] 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' 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] 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' if( lst==NULL ) *p='\0'; break; ^~~~~ AG_lib.c:237:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 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' else wrap = WRAP_LINE; break; ^~~~~ AG_lib.c:240:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 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' 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] 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' 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] 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' if (i >= start) goto big_break; cp++; ^~ AG_lib.c:652:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 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' 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.84201 + 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 + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + 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,gnuconfig) 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.28181 + 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.fWXYEc 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.rg74qE 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.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.kzBtkJ 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.HCa6H8 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bcsYxU 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 (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/AGReader-debuginfo-1.2-alt2_21.i586.rpm (w2.lzdio) 4.94user 1.03system 0:09.26elapsed 64%CPU (0avgtext+0avgdata 29044maxresident)k 0inputs+0outputs (0major+188512minor)pagefaults 0swaps 8.58user 3.41system 0:15.10elapsed 79%CPU (0avgtext+0avgdata 111668maxresident)k 0inputs+0outputs (0major+392962minor)pagefaults 0swaps --- AGReader-1.2-alt2_21.i586.rpm.repo 2019-03-31 14:01:14.000000000 +0000 +++ AGReader-1.2-alt2_21.i586.rpm.hasher 2021-08-01 08:38:08.659975845 +0000 @@ -15,3 +15,3 @@ Provides: AGReader = 1.2-alt2_21:sisyphus+225981.100.1.1 -File: /usr/bin/agr 100755 root:root 8536004f4159c6f465df0b1aef6fc50c +File: /usr/bin/agr 100755 root:root c565890b6356d68df474bd5789a76480 File: /usr/share/doc/AGReader-1.2 40755 root:root @@ -22,2 +22,2 @@ File: /usr/share/man/man1/agr.1.xz 100644 root:root 99aebddc666ca6fef902f9ec5eecc5b9 -RPMIdentity: f0fc315ce68fd3382bad9cf15884655e4ca430355accf0b39071e4f9e799215a6519bd3e60418a76a3f3ec1fbeb2cb752332a73a85b08e872b6f293acae4a878 +RPMIdentity: e8314ea34850f26a86fc9451c22342e1d44084081d79fcdfb86ec222162d13b681c2bf972abebae12b679ca3e5879ef8c67ce4bd085b72501c1c2370d4eb1916 --- AGReader-debuginfo-1.2-alt2_21.i586.rpm.repo 2019-03-31 14:01:14.000000000 +0000 +++ AGReader-debuginfo-1.2-alt2_21.i586.rpm.hasher 2021-08-01 08:38:08.798976384 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/20 40755 root:root -/usr/lib/debug/.build-id/20/8e94e9315e2978cff72188a750ac39392ae23a 120777 root:root ../../../../bin/agr -/usr/lib/debug/.build-id/20/8e94e9315e2978cff72188a750ac39392ae23a.debug 120777 root:root ../../usr/bin/agr.debug +/usr/lib/debug/.build-id/4e 40755 root:root +/usr/lib/debug/.build-id/4e/1331810c8124675933bb248da7d7777ea6b13b 120777 root:root ../../../../bin/agr +/usr/lib/debug/.build-id/4e/1331810c8124675933bb248da7d7777ea6b13b.debug 120777 root:root ../../usr/bin/agr.debug /usr/lib/debug/usr/bin/agr.debug 100644 root:root @@ -25,6 +25,6 @@ Provides: AGReader-debuginfo = 1.2-alt2_21:sisyphus+225981.100.1.1 -File: /usr/lib/debug/.build-id/20 40755 root:root -File: /usr/lib/debug/.build-id/20/8e94e9315e2978cff72188a750ac39392ae23a 120777 root:root ../../../../bin/agr -File: /usr/lib/debug/.build-id/20/8e94e9315e2978cff72188a750ac39392ae23a.debug 120777 root:root ../../usr/bin/agr.debug -File: /usr/lib/debug/usr/bin/agr.debug 100644 root:root 98ee1dd02ffdbdc69b1666bb8e177b84 +File: /usr/lib/debug/.build-id/4e 40755 root:root +File: /usr/lib/debug/.build-id/4e/1331810c8124675933bb248da7d7777ea6b13b 120777 root:root ../../../../bin/agr +File: /usr/lib/debug/.build-id/4e/1331810c8124675933bb248da7d7777ea6b13b.debug 120777 root:root ../../usr/bin/agr.debug +File: /usr/lib/debug/usr/bin/agr.debug 100644 root:root bf9fab36da5da6a2d6647fd7cac3a855 File: /usr/src/debug/AGReader 40755 root:root @@ -45,2 +45,2 @@ File: /usr/src/debug/AGReader/Sources/main.c 100644 root:root fe4d04511fd0dcc661d29d8e5b3d2f88 -RPMIdentity: 8e53b40622e77c83b90c26e5a5fcf9bd08649fd5d32a1872a4196bf2420b2b8d8c41180a86f06768e60f2befc2bbc97568dd3fb1f528714b32b1506d0b1b3047 +RPMIdentity: 5405f15ec768ba70898f92f46619f29d6035cd1dd9641afd16d7b390f67deb6f686c2f266a4f8a3d52eec3326ecb1cb108ffcef969936398550d7a091477decd