Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/dhex.spec'], chrootPath='/var/lib/mock/f29-build-26803-13947/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/dhex.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/dhex-0.68-11.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/dhex.spec'], chrootPath='/var/lib/mock/f29-build-26803-13947/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/dhex.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.10Fbyw + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dhex_0.68 + /usr/bin/gzip -dc /builddir/build/SOURCES/dhex_0.68.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dhex_0.68 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (dhex-0.68-build-fix.patch): + echo 'Patch #0 (dhex-0.68-build-fix.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .build-fix --fuzz=0 patching file Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.iV8H3U + umask 022 + cd /builddir/build/BUILD + cd dhex_0.68 + make -j4 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' 'LDFLAGS=-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' gcc buffers.c -c -I. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c99 gcc configfile.c -c -I. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c99 gcc correlation.c -c -I. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c99 gcc gpl.c -c -I. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c99 BUILDSTDERR: gpl.c: In function 'warte': BUILDSTDERR: gpl.c:7:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(b,sizeof(b),stdin); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: configfile.c: In function 'readconfigfile': BUILDSTDERR: configfile.c:193:23: warning: pointer targets in passing argument 2 of 'getcolors' differ in signedness [-Wpointer-sign] BUILDSTDERR: getcolors(output,line); BUILDSTDERR: ^~~~ BUILDSTDERR: correlation.c: In function 'find_mindiff': BUILDSTDERR: correlation.c:181:9: warning: variable 'match' set but not used [-Wunused-but-set-variable] BUILDSTDERR: tInt64 match; BUILDSTDERR: ^~~~~ BUILDSTDERR: configfile.c:77:5: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: int getcolors(tOutput* output,char* line) BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: configfile.c:194:59: warning: pointer targets in passing argument 2 of 'configkeytab' differ in signedness [-Wpointer-sign] BUILDSTDERR: keyboardcnt+=(configkeytab((tKeyTab*)output->pKeyTab,line)==0); BUILDSTDERR: ^~~~ BUILDSTDERR: In file included from configfile.c:9: BUILDSTDERR: input.h:43:5: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: int configkeytab(tKeyTab* pKeyTab,char* line); BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: configfile.c:182:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread(&c,sizeof(char),1,f); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc hexcalc.c -c -I. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c99 gcc input.c -c -I. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c99 gcc machine_type.c -c -I. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c99 gcc main.c -c -I. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c99 gcc markers.c -c -I. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c99 BUILDSTDERR: main.c: In function 'parsecommandlineoptions': BUILDSTDERR: main.c:217:14: warning: variable 'forward' set but not used [-Wunused-but-set-variable] BUILDSTDERR: tBool forward=1; BUILDSTDERR: ^~~~~~~ BUILDSTDERR: main.c: In function 'main': BUILDSTDERR: main.c:516:41: warning: pointer targets in passing argument 3 of 'searchfor' differ in signedness [-Wpointer-sign] BUILDSTDERR: if (gosearch1) searchfor(&search1,buf1,&cursorpos1,1); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: In file included from ui.h:5, BUILDSTDERR: from main.c:15: BUILDSTDERR: search.h:8:7: note: expected 'tUInt64 *' {aka 'long long unsigned int *'} but argument is of type 'tInt64 *' {aka 'long long int *'} BUILDSTDERR: tInt8 searchfor(tSearch* search,tBuffer* buf,tUInt64* cursorpos,tBool nextnotprev); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: main.c:517:53: warning: pointer targets in passing argument 3 of 'searchfor' differ in signedness [-Wpointer-sign] BUILDSTDERR: if (gosearch2 && diffmode) searchfor(&search2,buf2,&cursorpos2,1); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: In file included from ui.h:5, BUILDSTDERR: from main.c:15: BUILDSTDERR: search.h:8:7: note: expected 'tUInt64 *' {aka 'long long unsigned int *'} but argument is of type 'tInt64 *' {aka 'long long int *'} BUILDSTDERR: tInt8 searchfor(tSearch* search,tBuffer* buf,tUInt64* cursorpos,tBool nextnotprev); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: main.c:621:33: warning: pointer targets in passing argument 3 of 'gotomask' differ in signedness [-Wpointer-sign] BUILDSTDERR: if (gotomask(output,markers,&cursorpos1,buf1->baseaddr)==RETOK) BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: In file included from main.c:19: BUILDSTDERR: markers.h:9:7: note: expected 'tUInt64 *' {aka 'long long unsigned int *'} but argument is of type 'tInt64 *' {aka 'long long int *'} BUILDSTDERR: tInt8 gotomask(tOutput* output,tMarkers* markers,tUInt64* cursorpos,tInt64 baseaddr); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: main.c:630:37: warning: pointer targets in passing argument 4 of 'searchmask' differ in signedness [-Wpointer-sign] BUILDSTDERR: searchmask(output,&search1,buf1,&cursorpos1); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: In file included from main.c:15: BUILDSTDERR: ui.h:8:6: note: expected 'tUInt64 *' {aka 'long long unsigned int *'} but argument is of type 'tInt64 *' {aka 'long long int *'} BUILDSTDERR: void searchmask(tOutput* output,tSearch* search,tBuffer* buf,tUInt64* cursorpos); BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: main.c:684:30: warning: pointer targets in passing argument 3 of 'searchfor' differ in signedness [-Wpointer-sign] BUILDSTDERR: searchfor(&search1,buf1,&cursorpos1,(ch==KEYF3)); // f3: next BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: In file included from ui.h:5, BUILDSTDERR: from main.c:15: BUILDSTDERR: search.h:8:7: note: expected 'tUInt64 *' {aka 'long long unsigned int *'} but argument is of type 'tInt64 *' {aka 'long long int *'} BUILDSTDERR: tInt8 searchfor(tSearch* search,tBuffer* buf,tUInt64* cursorpos,tBool nextnotprev); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: markers.c: In function 'parsemarkerfile': BUILDSTDERR: markers.c:40:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread(&c,sizeof(char),1,f); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc menu.c -c -I. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c99 BUILDSTDERR: menu.c: In function 'MenuInteract': BUILDSTDERR: menu.c:222:8: warning: variable 'retval' set but not used [-Wunused-but-set-variable] BUILDSTDERR: tInt8 retval; BUILDSTDERR: ^~~~~~ gcc output.c -c -I. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c99 gcc search.c -c -I. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c99 gcc ui.c -c -I. -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c99 BUILDSTDERR: output.c: In function 'printbuffersingle': BUILDSTDERR: search.c: In function 'searchfor': BUILDSTDERR: search.c:80:11: warning: variable 'firstsearchlogpos' set but not used [-Wunused-but-set-variable] BUILDSTDERR: tInt64 firstsearchlogpos; BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: output.c:90:9: warning: variable 'charcnt' set but not used [-Wunused-but-set-variable] BUILDSTDERR: tInt32 charcnt; BUILDSTDERR: ^~~~~~~ BUILDSTDERR: search.c:93:6: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread(&c,sizeof(char),1,frlog); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: output.c: In function 'printbufferdiff': BUILDSTDERR: output.c:205:9: warning: variable 'charcnt' set but not used [-Wunused-but-set-variable] BUILDSTDERR: tInt32 charcnt; BUILDSTDERR: ^~~~~~~ BUILDSTDERR: output.c: In function 'printmainmenu': BUILDSTDERR: output.c:411:1: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: "Goto ", // F1 BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: output.c:411:1: note: (near initialization for 'menutextsnodiff[0]') BUILDSTDERR: output.c:412:1: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: "Search", // F2 BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: output.c:412:1: note: (near initialization for 'menutextsnodiff[1]') BUILDSTDERR: output.c:413:1: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: "Next ", // F3 BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: output.c:413:1: note: (near initialization for 'menutextsnodiff[2]') BUILDSTDERR: output.c:414:1: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: "Prev ", // F4 BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: output.c:414:1: note: (near initialization for 'menutextsnodiff[3]') BUILDSTDERR: output.c:415:1: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: "HexCal", // F5 BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: output.c:415:1: note: (near initialization for 'menutextsnodiff[4]') BUILDSTDERR: output.c:416:1: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: " ", // F6 BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: output.c:416:1: note: (near initialization for 'menutextsnodiff[5]') BUILDSTDERR: output.c:417:1: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: " ", // F7 BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: output.c:417:1: note: (near initialization for 'menutextsnodiff[6]') BUILDSTDERR: output.c:418:1: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: " ", // F8 BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: output.c:418:1: note: (near initialization for 'menutextsnodiff[7]') BUILDSTDERR: output.c:419:1: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: "Undo ", // F9 BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: output.c:419:1: note: (near initialization for 'menutextsnodiff[8]') BUILDSTDERR: output.c:420:1: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: "Quit "}; // F10 BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: output.c:420:1: note: (near initialization for 'menutextsnodiff[9]') BUILDSTDERR: output.c:423:1: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: " ", // F1 BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: output.c:423:1: note: (near initialization for 'menutextsdiff[0]') BUILDSTDERR: output.c:424:1: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: " ", // F2 BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: output.c:424:1: note: (near initialization for 'menutextsdiff[1]') BUILDSTDERR: output.c:425:1: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: "Next ", // F3 BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: output.c:425:1: note: (near initialization for 'menutextsdiff[2]') BUILDSTDERR: output.c:426:1: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: "Prev ", // F4 BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: output.c:426:1: note: (near initialization for 'menutextsdiff[3]') BUILDSTDERR: output.c:427:1: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: "HexCal", // F5 BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: output.c:427:1: note: (near initialization for 'menutextsdiff[4]') BUILDSTDERR: output.c:428:1: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: "Corr. ", // F6 BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: output.c:428:1: note: (near initialization for 'menutextsdiff[5]') BUILDSTDERR: output.c:429:1: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: " ", // F7 BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: output.c:429:1: note: (near initialization for 'menutextsdiff[6]') BUILDSTDERR: output.c:430:1: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: " ", // F8 BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: output.c:430:1: note: (near initialization for 'menutextsdiff[7]') BUILDSTDERR: output.c:431:1: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: " ", // F9 BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: output.c:431:1: note: (near initialization for 'menutextsdiff[8]') BUILDSTDERR: output.c:432:1: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: "Quit "}; // F10 BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: output.c:432:1: note: (near initialization for 'menutextsdiff[9]') BUILDSTDERR: ui.c: In function 'correlationmask': BUILDSTDERR: ui.c:194:37: warning: pointer targets in passing argument 4 of 'decinput' differ in signedness [-Wpointer-sign] BUILDSTDERR: decinput(output,offsy+4,offsx+22,&correlation->start_mindiff,18); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ui.c:8: BUILDSTDERR: input.h:39:8: note: expected 'tUInt64 *' {aka 'long long unsigned int *'} but argument is of type 'tInt64 *' {aka 'long long int *'} BUILDSTDERR: tInt16 decinput(tOutput* output,tInt16 y,tInt16 x,tUInt64* val,tInt16 len); BUILDSTDERR: ^~~~~~~~ gcc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dhex buffers.o configfile.o correlation.o gpl.o hexcalc.o input.o machine_type.o main.o markers.o menu.o output.o search.o ui.o -lncurses -ltinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.E4Faoc + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dhex-0.68-11.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dhex-0.68-11.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/dhex-0.68-11.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dhex-0.68-11.fc29.riscv64 + cd dhex_0.68 + install -dD /builddir/build/BUILDROOT/dhex-0.68-11.fc29.riscv64/usr/bin /builddir/build/BUILDROOT/dhex-0.68-11.fc29.riscv64/usr/share/man/man1 /builddir/build/BUILDROOT/dhex-0.68-11.fc29.riscv64/usr/share/man/man5 + make -j4 DESTDIR=/builddir/build/BUILDROOT/dhex-0.68-11.fc29.riscv64 BINDIR=/usr/bin MANDIR=/usr/share/man install install -Dpm 755 dhex /builddir/build/BUILDROOT/dhex-0.68-11.fc29.riscv64/usr/bin install -Dpm 644 dhex.1 /builddir/build/BUILDROOT/dhex-0.68-11.fc29.riscv64/usr/share/man/man1 install -Dpm 644 -t /builddir/build/BUILDROOT/dhex-0.68-11.fc29.riscv64/usr/share/man/man5 dhexrc.5 dhex_markers.5 dhex_searchlog.5 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.68-11.fc29 --unique-debug-suffix -0.68-11.fc29.riscv64 --unique-debug-src-base dhex-0.68-11.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/dhex_0.68 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dhex-0.68-11.fc29.riscv64/usr/bin/dhex extracting debug info from /builddir/build/BUILDROOT/dhex-0.68-11.fc29.riscv64/usr/bin/dhex /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 289 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /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 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: dhex-0.68-11.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.UTcJXI + umask 022 + cd /builddir/build/BUILD + cd dhex_0.68 + DOCDIR=/builddir/build/BUILDROOT/dhex-0.68-11.fc29.riscv64/usr/share/doc/dhex + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dhex-0.68-11.fc29.riscv64/usr/share/doc/dhex + cp -pr README.txt /builddir/build/BUILDROOT/dhex-0.68-11.fc29.riscv64/usr/share/doc/dhex + cp -pr gpl.txt /builddir/build/BUILDROOT/dhex-0.68-11.fc29.riscv64/usr/share/doc/dhex + cp -pr todo.txt /builddir/build/BUILDROOT/dhex-0.68-11.fc29.riscv64/usr/share/doc/dhex + exit 0 Provides: dhex = 0.68-11.fc29 dhex(riscv-64) = 0.68-11.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libncurses.so.6()(64bit) libtinfo.so.6()(64bit) rtld(GNU_HASH) Processing files: dhex-debugsource-0.68-11.fc29.riscv64 Provides: dhex-debugsource = 0.68-11.fc29 dhex-debugsource(riscv-64) = 0.68-11.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: dhex-debuginfo-0.68-11.fc29.riscv64 Provides: debuginfo(build-id) = 8ecbbe93c91c6db3df7d1e707a563548106856a6 dhex-debuginfo = 0.68-11.fc29 dhex-debuginfo(riscv-64) = 0.68-11.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: dhex-debugsource(riscv-64) = 0.68-11.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dhex-0.68-11.fc29.riscv64 Wrote: /builddir/build/RPMS/dhex-0.68-11.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/dhex-debugsource-0.68-11.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/dhex-debuginfo-0.68-11.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ysrYgL + umask 022 + cd /builddir/build/BUILD + cd dhex_0.68 + /usr/bin/rm -rf /builddir/build/BUILDROOT/dhex-0.68-11.fc29.riscv64 + exit 0 Child return code was: 0