Mock Version: 1.3.3 Mock Version: 1.3.3 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/AGReader.spec'], gid=425user='mockbuild'uid=1000timeout=172800logger=shell=Falseenv={'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir'}chrootPath='/var/lib/mock/f26-build-7587165-693983/root'printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/AGReader.spec'] with env {'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir'} and shell False warning: bogus date in %changelog: Tue Oct 25 2004 Ian Chapman 1.1-5.iss Building target platforms: ppc64 Building for target ppc64 Wrote: /builddir/build/SRPMS/AGReader-1.2-16.fc26.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/AGReader.spec'], gid=425user='mockbuild'uid=1000timeout=172800logger=shell=Falseenv={'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir'}private_network=TrueprintOutput=FalsechrootPath='/var/lib/mock/f26-build-7587165-693983/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/AGReader.spec'] with env {'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir'} and shell False warning: bogus date in %changelog: Tue Oct 25 2004 Ian Chapman 1.1-5.iss Building target platforms: ppc64 Building for target ppc64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.f1RPhM + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf AGReader + /usr/bin/bzip2 -dc /builddir/build/SOURCES/AGReader.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd AGReader + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.QohE4B + umask 022 + cd /builddir/build/BUILD + cd AGReader + make -C Sources -j4 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64' make: Entering directory '/builddir/build/BUILD/AGReader/Sources' gcc main.c -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -O2 gcc IO_tty.c -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -O2 gcc AG_lib.c -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -O2 gcc AGObj.c -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -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 */ ^ 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(""); ^~~~~~ gcc Input.c -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -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'; ^ gcc Navigate.c -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -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; ^~~~~ 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'; ^ gcc Text.c -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -O2 gcc main.o IO_tty.o AG_lib.o AGObj.o Input.o Navigate.o Text.o -o agr make: Leaving directory '/builddir/build/BUILD/AGReader/Sources' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.q97y7r + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/AGReader-1.2-16.fc26.ppc64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/AGReader-1.2-16.fc26.ppc64 ++ dirname /builddir/build/BUILDROOT/AGReader-1.2-16.fc26.ppc64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/AGReader-1.2-16.fc26.ppc64 + cd AGReader + rm -rf /builddir/build/BUILDROOT/AGReader-1.2-16.fc26.ppc64 + mkdir -p /builddir/build/BUILDROOT/AGReader-1.2-16.fc26.ppc64/usr/bin + mkdir -p /builddir/build/BUILDROOT/AGReader-1.2-16.fc26.ppc64/usr/share/man/man1 + install -m0644 /builddir/build/SOURCES/agr.1 /builddir/build/BUILDROOT/AGReader-1.2-16.fc26.ppc64/usr/share/man/man1 + install -m0755 Sources/agr /builddir/build/BUILDROOT/AGReader-1.2-16.fc26.ppc64/usr/bin + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/AGReader extracting debug info from /builddir/build/BUILDROOT/AGReader-1.2-16.fc26.ppc64/usr/bin/agr dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 159 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Processing files: AGReader-1.2-16.fc26.ppc64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.3YMuvi + umask 022 + cd /builddir/build/BUILD + cd AGReader + DOCDIR=/builddir/build/BUILDROOT/AGReader-1.2-16.fc26.ppc64/usr/share/doc/AGReader + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/AGReader-1.2-16.fc26.ppc64/usr/share/doc/AGReader + cp -pr Docs/agr.guide /builddir/build/BUILDROOT/AGReader-1.2-16.fc26.ppc64/usr/share/doc/AGReader + cp -pr Docs/test.guide /builddir/build/BUILDROOT/AGReader-1.2-16.fc26.ppc64/usr/share/doc/AGReader + cp -pr Docs/agr.html /builddir/build/BUILDROOT/AGReader-1.2-16.fc26.ppc64/usr/share/doc/AGReader + cp -pr README /builddir/build/BUILDROOT/AGReader-1.2-16.fc26.ppc64/usr/share/doc/AGReader + exit 0 Provides: AGReader = 1.2-16.fc26 AGReader(ppc-64) = 1.2-16.fc26 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(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) Processing files: AGReader-debuginfo-1.2-16.fc26.ppc64 Provides: AGReader-debuginfo = 1.2-16.fc26 AGReader-debuginfo(ppc-64) = 1.2-16.fc26 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/AGReader-1.2-16.fc26.ppc64 Wrote: /builddir/build/RPMS/AGReader-1.2-16.fc26.ppc64.rpm Wrote: /builddir/build/RPMS/AGReader-debuginfo-1.2-16.fc26.ppc64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5TplX8 + umask 022 + cd /builddir/build/BUILD + cd AGReader + rm -rf /builddir/build/BUILDROOT/AGReader-1.2-16.fc26.ppc64 + exit 0 Child return code was: 0