<86>Jun 16 00:39:01 userdel[1858407]: delete user 'rooter' <86>Jun 16 00:39:01 userdel[1858407]: removed group 'rooter' owned by 'rooter' <86>Jun 16 00:39:01 userdel[1858407]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 00:39:01 groupadd[1858431]: group added to /etc/group: name=rooter, GID=1853 <86>Jun 16 00:39:01 groupadd[1858431]: group added to /etc/gshadow: name=rooter <86>Jun 16 00:39:01 groupadd[1858431]: new group: name=rooter, GID=1853 <86>Jun 16 00:39:01 useradd[1858454]: new user: name=rooter, UID=1853, GID=1853, home=/root, shell=/bin/bash <86>Jun 16 00:39:01 userdel[1858486]: delete user 'builder' <86>Jun 16 00:39:01 userdel[1858486]: removed group 'builder' owned by 'builder' <86>Jun 16 00:39:01 userdel[1858486]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 00:39:01 groupadd[1858509]: group added to /etc/group: name=builder, GID=1854 <86>Jun 16 00:39:01 groupadd[1858509]: group added to /etc/gshadow: name=builder <86>Jun 16 00:39:01 groupadd[1858509]: new group: name=builder, GID=1854 <86>Jun 16 00:39:01 useradd[1858529]: new user: name=builder, UID=1854, GID=1854, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/AGReader-1.2-alt2_26.src.rpm: license not found in '/usr/share/license' directory: GPL+ warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/AGReader-1.2-alt2_26.nosrc.rpm (w1.gzdio) Installing AGReader-1.2-alt2_26.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.21267 + 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.21267 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd AGReader + make -j16 -C Sources 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' make: Entering directory '/usr/src/RPM/BUILD/AGReader/Sources' gcc main.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -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 -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 -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 -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 Input.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -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 Navigate.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -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 AG_lib.c -c -pipe -frecord-gcc-switches -Wall -g -O2 -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.68544 + 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) Processing files: AGReader-1.2-alt2_26 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.68544 + 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.nYwmI0 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Y0OU82 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(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.nmwUr2 Creating AGReader-debuginfo package Processing files: AGReader-debuginfo-1.2-alt2_26 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sRwYL3 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rwsBO3 find-requires: running scripts (debuginfo) Requires: AGReader = 1.2-alt2_26, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Adding to AGReader-debuginfo a strict dependency on AGReader Wrote: /usr/src/RPM/RPMS/x86_64/AGReader-1.2-alt2_26.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/AGReader-debuginfo-1.2-alt2_26.x86_64.rpm (w2.lzdio) 1.06user 1.31system 0:06.01elapsed 39%CPU (0avgtext+0avgdata 34584maxresident)k 0inputs+0outputs (0major+181125minor)pagefaults 0swaps /.out/AGReader-1.2-alt2_26.x86_64.rpm: license not found in '/usr/share/license' directory: GPL+ /.out/AGReader-debuginfo-1.2-alt2_26.x86_64.rpm: license not found in '/usr/share/license' directory: GPL+ 2.84user 2.28system 0:14.17elapsed 36%CPU (0avgtext+0avgdata 122996maxresident)k 0inputs+0outputs (0major+150205minor)pagefaults 0swaps --- AGReader-1.2-alt2_26.x86_64.rpm.repo 2020-11-22 23:27:54.000000000 +0000 +++ AGReader-1.2-alt2_26.x86_64.rpm.hasher 2024-06-16 00:39:12.000953961 +0000 @@ -16,3 +16,3 @@ Provides: AGReader = 1.2-alt2_26:sisyphus+262275.100.1.1 -File: /usr/bin/agr 100755 root:root 789e36164ea8fb67b7e230b6b04de893 +File: /usr/bin/agr 100755 root:root a2eee5ddc48d1210798b1116d97c9a02 File: /usr/share/doc/AGReader-1.2 40755 root:root @@ -23,2 +23,2 @@ File: /usr/share/man/man1/agr.1.xz 100644 root:root 99aebddc666ca6fef902f9ec5eecc5b9 -RPMIdentity: c43418e72866e60202de9582348a807a45f2230b7d2fd41c7475abf1110484e779da77f1ab8fd881b270d9206dcca0dfc555b35b89b79c9b0311c6aca9762216 +RPMIdentity: ddb3e43fb4f2cc49c2b51723030816410fcb0be2329c9afe5eac7e29441fdfbb64765fb0accc806a23c16e094b363571a340994801732cac9be0b87e26fc331d --- AGReader-debuginfo-1.2-alt2_26.x86_64.rpm.repo 2020-11-22 23:27:54.000000000 +0000 +++ AGReader-debuginfo-1.2-alt2_26.x86_64.rpm.hasher 2024-06-16 00:39:12.087955031 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/e2 40755 root:root -/usr/lib/debug/.build-id/e2/6705f815baabf52cd1d0e1b043de76cccf615f 120777 root:root ../../../../bin/agr -/usr/lib/debug/.build-id/e2/6705f815baabf52cd1d0e1b043de76cccf615f.debug 120777 root:root ../../usr/bin/agr.debug +/usr/lib/debug/.build-id/b4 40755 root:root +/usr/lib/debug/.build-id/b4/83c7b716bef9f02bb57ab5e32021ffad924671 120777 root:root ../../../../bin/agr +/usr/lib/debug/.build-id/b4/83c7b716bef9f02bb57ab5e32021ffad924671.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_26:sisyphus+262275.100.1.1 -File: /usr/lib/debug/.build-id/e2 40755 root:root -File: /usr/lib/debug/.build-id/e2/6705f815baabf52cd1d0e1b043de76cccf615f 120777 root:root ../../../../bin/agr -File: /usr/lib/debug/.build-id/e2/6705f815baabf52cd1d0e1b043de76cccf615f.debug 120777 root:root ../../usr/bin/agr.debug -File: /usr/lib/debug/usr/bin/agr.debug 100644 root:root cd408c66a29c75e00237dd89ac8bc010 +File: /usr/lib/debug/.build-id/b4 40755 root:root +File: /usr/lib/debug/.build-id/b4/83c7b716bef9f02bb57ab5e32021ffad924671 120777 root:root ../../../../bin/agr +File: /usr/lib/debug/.build-id/b4/83c7b716bef9f02bb57ab5e32021ffad924671.debug 120777 root:root ../../usr/bin/agr.debug +File: /usr/lib/debug/usr/bin/agr.debug 100644 root:root 0ade932ca1e3efe5ac6e41ad52cd9cfc 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: 62287d791fe9b512910da0b4f3f623d2ef4f28b4cccabeb664d1cb6d8e64884fa860dba9cfab740867cf648d9b56c5dd1c011c1a9e419be32743dfc11e1ef32e +RPMIdentity: 70a5685079c838df126de674339fa3c6b8f4669522d9fac9c6f412b5a4f4e67792ebcfa497148f4163b3241b2ed29719fd16dc207c756ee99d699a74291b5470