Mock Version: 1.4.13 Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/uronode.spec'], chrootPath='/var/lib/mock/f30-build-35495-19856/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=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/uronode.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/uronode-2.9-4.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/uronode.spec'], chrootPath='/var/lib/mock/f30-build-35495-19856/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=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/uronode.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.zc967R + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf uronode-2.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/uronode-2.9.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd uronode-2.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (uronode-2.7-install-fix.patch):' Patch #0 (uronode-2.7-install-fix.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .install-fix --fuzz=0 patching file Makefile.in patching file Makefile.include.in patching file config.h.in patching file procinfo.h + echo 'Patch #1 (uronode-2.7-configure-non-interactive.patch):' Patch #1 (uronode-2.7-configure-non-interactive.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .configure-non-interactive --fuzz=0 patching file configure + cp -p /builddir/build/SOURCES/uronode-README.fedora README.fedora + rm -rf include + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.BGHbMx + umask 022 + cd /builddir/build/BUILD + cd uronode-2.9 + export NON_INTERACTIVE=1 + NON_INTERACTIVE=1 + export ETC_DIR=/etc/ax25 + ETC_DIR=/etc/ax25 + export SBIN_DIR=/usr/sbin + SBIN_DIR=/usr/sbin + export BIN_DIR=/usr/bin + BIN_DIR=/usr/bin + export LIB_DIR=/usr/lib + LIB_DIR=/usr/lib + export DATA_DIR=/usr/share + DATA_DIR=/usr/share + export MAN_DIR=/usr/share/man + MAN_DIR=/usr/share/man + export VAR_DIR=/var + VAR_DIR=/var + ./configure Using non-interactive installation, if you want interactive mode unset NON_INTERACTIVE environment variable prior running configure by e.g.: unset NON_INTERACTIVE Cleaning the directory for a fresh configuration... BUILDSTDERR: make: *** No rule to make target 'distclean'. Stop. Welcome to the configuration utility for URONode. This configure script will very simply and easily guide you into installling URONode with as very little trouble as possible. All you need to really do is simply answer the following questions below properly. If you make a mistake just break out of it (ctrl+c) and rerun ./configure. Let's get started! you need gcc to build URONode: saw /usr/bin/gcc... GCC found! Congratulations!! you need make to make URONode: saw /usr/bin/make... MAKE found! Congratulations!! Your machine architecture is: riscv64 Checking for the existence of the Zlib headers... /usr/include/zlib.h Creating Makefile Creating Makefile.include Creating config.h Creating dependancy files... Configuration successful!! about the authors... URONode is a combined effort of years worth of work. Those who's code is included in this flavor of a linux based node are: Brian Rogers N1URO (current maintainer), Marius Petrescu YO2LOJ (current team member), Bob Tenty VE3TOK (current team member), Stefano Noferi IZ5AWZ (AWZNode) Tomi Manninen OH2BNS, Alan Cox GW4PTS, and Roy Van Zundert PE1RJA Special thanks to: Morgan, sm6tky for his security report and Barry K2MF for his input on some of my routines and supplying some source code. If you did not use interactive mode, you must run make manually. + 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 -fpie' 'LDFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pie -z relro -z now' gcc -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 -fpie -c user.c gcc -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 -fpie -c util.c gcc -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 -fpie -c nodeusers.c gcc -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 -fpie -c node.c BUILDSTDERR: node.c: In function 'main': BUILDSTDERR: node.c:142:61: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness [-Wpointer-sign] BUILDSTDERR: if (getpeername(STDOUT_FILENO, (struct sockaddr *)&saddr, &slen) == -1) { BUILDSTDERR: ^~~~~ BUILDSTDERR: In file included from node.c:9: BUILDSTDERR: /usr/include/sys/socket.h:130:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' BUILDSTDERR: extern int getpeername (int __fd, __SOCKADDR_ARG __addr, BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: node.c:154:67: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] BUILDSTDERR: if (getsockname(STDOUT_FILENO, (struct sockaddr *)&saddr.sax, &slen) == -1) { BUILDSTDERR: ^~~~~ BUILDSTDERR: In file included from node.c:9: BUILDSTDERR: /usr/include/sys/socket.h:116:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' BUILDSTDERR: extern int getsockname (int __fd, __SOCKADDR_ARG __addr, BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: node.c:165:67: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] BUILDSTDERR: if (getsockname(STDOUT_FILENO, (struct sockaddr *)&saddr.sax, &slen) == -1) { BUILDSTDERR: ^~~~~ BUILDSTDERR: In file included from node.c:9: BUILDSTDERR: /usr/include/sys/socket.h:116:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' BUILDSTDERR: extern int getsockname (int __fd, __SOCKADDR_ARG __addr, BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: node.c:196:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if(NodeIo!=NULL) BUILDSTDERR: ^~ BUILDSTDERR: node.c:198:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if (system("telnet localhost 3694") < 0 ) { /* VE3TOK - 18Nov2014, return value */ BUILDSTDERR: ^~ BUILDSTDERR: node.c:265:19: warning: statement with no effect [-Wunused-value] BUILDSTDERR: (strcmp(pw, "*") == 0); BUILDSTDERR: ~~~~~~~~~~~~~~~~~^~~~~ BUILDSTDERR: node.c:342:2: warning: implicit declaration of function 'node_prompt'; did you mean 'node_logout'? [-Wimplicit-function-declaration] BUILDSTDERR: node_prompt(); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: node_logout gcc -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 -fpie -c cmdparse.c gcc -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 -fpie -c config.c BUILDSTDERR: config.c: In function 'do_flexid': BUILDSTDERR: config.c:395:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] BUILDSTDERR: FlexId = ("%s ;" , strdup(argv[1])); BUILDSTDERR: ^ BUILDSTDERR: config.c: In function 'do_roseid': BUILDSTDERR: config.c:403:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] BUILDSTDERR: RoseId = ("%s ;" , strdup(argv[1])); BUILDSTDERR: ^ BUILDSTDERR: config.c: In function 'do_passprompt': BUILDSTDERR: config.c:426:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: } BUILDSTDERR: ^ gcc -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 -fpie -c command.c BUILDSTDERR: config.c: In function 'do_prompt': BUILDSTDERR: config.c:416:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: } BUILDSTDERR: ^ BUILDSTDERR: command.c: In function 'do_status': BUILDSTDERR: command.c:823:10: warning: implicit declaration of function 'meminfo'; did you mean 'mkfifo'? [-Wimplicit-function-declaration] BUILDSTDERR: ma = meminfo("memtotal"); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: mkfifo gcc -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 -fpie -c jheard.c BUILDSTDERR: command.c:770:14: warning: unused variable 'mem' [-Wunused-variable] BUILDSTDERR: unsigned **mem; BUILDSTDERR: ^~~ BUILDSTDERR: command.c: In function 'nuser_list': BUILDSTDERR: command.c:962:25: warning: implicit declaration of function 'kill' [-Wimplicit-function-declaration] BUILDSTDERR: if (u.pid == -1 || (kill(u.pid, 0) == -1 && errno == ESRCH)) BUILDSTDERR: ^~~~ gcc -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 -fpie -c axcalluser.c gcc -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 -fpie -c gateway.c gcc -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 -fpie -c extcmd.c gcc -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 -fpie -c procinfo.c BUILDSTDERR: gateway.c: In function 'connect_to': BUILDSTDERR: gateway.c:394:50: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] BUILDSTDERR: getsockopt(fd, SOL_SOCKET, SO_ERROR, &ret, &retlen); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: In file included from gateway.c:9: BUILDSTDERR: /usr/include/sys/socket.h:208:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' BUILDSTDERR: extern int getsockopt (int __fd, int __level, int __optname, BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: gateway.c:67:15: warning: unused variable 'u' [-Wunused-variable] BUILDSTDERR: struct user u; BUILDSTDERR: ^ BUILDSTDERR: gateway.c: In function 'do_connect': BUILDSTDERR: gateway.c:619:84: warning: operation on 'k' may be undefined [-Wsequence-point] BUILDSTDERR: while((k-3)digis[k-3][0]!='\0') argv[k]=flgt->digis[(k++)-3]; BUILDSTDERR: ~~^~~ BUILDSTDERR: gateway.c:643:77: warning: operation on 'k' may be undefined [-Wsequence-point] BUILDSTDERR: while((k-3)digis[k-3][0]!='\0') argv[k]=ax->digis[(k++)-3]; BUILDSTDERR: ~~^~~ BUILDSTDERR: extcmd.c: In function 'pipe_extcmd': BUILDSTDERR: extcmd.c:87:5: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: setgid(cmdp->gid); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: extcmd.c:88:5: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: setuid(cmdp->uid); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: extcmd.c: In function 'norm_extcmd': BUILDSTDERR: extcmd.c:40:5: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: setgid(cmdp->gid); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: extcmd.c:41:5: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: setuid(cmdp->uid); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: gateway.c: In function 'do_ping': BUILDSTDERR: gateway.c:1105:70: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness [-Wpointer-sign] BUILDSTDERR: if ((len = recvfrom(fd, buf, 256, 0, (struct sockaddr *)&from, &salen)) == -1) { BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/sys/socket.h:269, BUILDSTDERR: from gateway.c:9: BUILDSTDERR: /usr/include/bits/socket2.h:64:1: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' BUILDSTDERR: recvfrom (int __fd, void *__restrict __buf, size_t __n, int __flags, BUILDSTDERR: ^~~~~~~~ gcc -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 -fpie -c router.c BUILDSTDERR: gateway.c: In function 'connect_to.isra.0.constprop': BUILDSTDERR: gateway.c:40:21: warning: '-15' directive writing 3 bytes into a region of size between 1 and 10 [-Wformat-overflow=] BUILDSTDERR: sprintf(out, "%s-15", in); BUILDSTDERR: ^~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from gateway.c:1: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 13 bytes into a destination of size 10 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gateway.c:37:22: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] BUILDSTDERR: sprintf(out, "%s-%d", in, 15 - atoi(cp + 1)); BUILDSTDERR: ^~ BUILDSTDERR: gateway.c:37:18: note: directive argument in the range [-2147483632, 2147483647] BUILDSTDERR: sprintf(out, "%s-%d", in, 15 - atoi(cp + 1)); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from gateway.c:1: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 22 bytes into a destination of size 10 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: router.c: In function 'do_dest': BUILDSTDERR: router.c:261:23: warning: '%d' directive writing between 1 and 5 bytes into a region of size between 0 and 4 [-Wformat-overflow=] BUILDSTDERR: sprintf(ssid, "%d-%d", p->ssida, p->sside); BUILDSTDERR: ^~ BUILDSTDERR: router.c:261:19: note: directive argument in the range [0, 65535] BUILDSTDERR: sprintf(ssid, "%d-%d", p->ssida, p->sside); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from router.c:1: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 12 bytes into a destination of size 6 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: router.c:237:25: warning: '%d' directive writing between 1 and 5 bytes into a region of size between 0 and 4 [-Wformat-overflow=] BUILDSTDERR: sprintf(ssid, "%d-%d", p->ssida, p->sside); BUILDSTDERR: ^~ BUILDSTDERR: router.c:237:21: note: directive argument in the range [0, 65535] BUILDSTDERR: sprintf(ssid, "%d-%d", p->ssida, p->sside); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from router.c:1: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 12 bytes into a destination of size 6 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: router.c:204:25: warning: '%d' directive writing between 1 and 5 bytes into a region of size between 0 and 4 [-Wformat-overflow=] BUILDSTDERR: sprintf(ssid, "%d-%d", p->ssida, p->sside); BUILDSTDERR: ^~ BUILDSTDERR: router.c:204:21: note: directive argument in the range [0, 65535] BUILDSTDERR: sprintf(ssid, "%d-%d", p->ssida, p->sside); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from router.c:1: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 12 bytes into a destination of size 6 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -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 -fpie -c system.c gcc -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 -fpie -c sysinfo.c gcc -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 -fpie -c ipc.c BUILDSTDERR: ipc.c: In function 'usr2_handler': BUILDSTDERR: ipc.c:41:7: warning: implicit declaration of function 'node_prompt'; did you mean 'node_logout'? [-Wimplicit-function-declaration] BUILDSTDERR: node_prompt(); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: node_logout BUILDSTDERR: ipc.c: In function 'ipc_close': BUILDSTDERR: ipc.c:112:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] BUILDSTDERR: if (ipc_id != -1) /* Remove the IPC channel */ BUILDSTDERR: ^ BUILDSTDERR: system.c: In function 'lastlog': BUILDSTDERR: system.c:537:7: warning: the address of 'hostname' will always evaluate as 'true' [-Waddress] BUILDSTDERR: if (hostname) strncpy(ll.ll_host, hostname, sizeof(ll.ll_host)); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: system.c:463:7: warning: variable 'escape' set but not used [-Wunused-but-set-variable] BUILDSTDERR: int escape; BUILDSTDERR: ^~~~~~ BUILDSTDERR: system.c: In function 'login_close': BUILDSTDERR: system.c:108:5: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: chown(ptyname, 0, 0); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: system.c: In function 'login_open': BUILDSTDERR: system.c:169:5: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: dup(0); BUILDSTDERR: ^~~~~~ BUILDSTDERR: system.c:170:5: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: dup(0); BUILDSTDERR: ^~~~~~ BUILDSTDERR: system.c:205:5: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: setgid(pw->pw_gid); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: system.c:206:5: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: setuid(pw->pw_uid); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: system.c:269:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: write(ptyfd, buf, cnt); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: system.c: In function 'lastlog': BUILDSTDERR: system.c:538:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: write(last, (char *)&ll, sizeof(ll)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -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 -fpie -c axdigi.c gcc -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 -fpie -c calibrate.c BUILDSTDERR: axdigi.c: In function 'main': BUILDSTDERR: axdigi.c:138:59: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness [-Wpointer-sign] BUILDSTDERR: if ((size = recvfrom(skt, buf, sizeof(buf), 0, &sa, &asize)) == -1) BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/sys/socket.h:269, BUILDSTDERR: from /usr/include/net/if.h:26, BUILDSTDERR: from axdigi.c:24: BUILDSTDERR: /usr/include/bits/socket2.h:64:1: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' BUILDSTDERR: recvfrom (int __fd, void *__restrict __buf, size_t __n, int __flags, BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: axdigi.c:143:42: warning: pointer targets in passing argument 3 of 'recv_packet' differ in signedness [-Wpointer-sign] BUILDSTDERR: if ((rt = recv_packet(buf, size, sa.sa_data)) >= 0) BUILDSTDERR: ~~^~~~~~~~ BUILDSTDERR: axdigi.c:43:5: note: expected 'unsigned char *' but argument is of type 'char *' BUILDSTDERR: int recv_packet(unsigned char *buf, int size, unsigned char *port); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: axdigi.c:148:35: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign] BUILDSTDERR: strcpy(sa.sa_data, portname[rt]); BUILDSTDERR: ~~~~~~~~^~~~ BUILDSTDERR: In file included from /usr/include/features.h:428, BUILDSTDERR: from /usr/include/net/if.h:22, BUILDSTDERR: from axdigi.c:24: BUILDSTDERR: /usr/include/bits/string_fortified.h:88:1: note: expected 'const char * restrict' but argument is of type 'unsigned char *' BUILDSTDERR: __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) BUILDSTDERR: ^~~~~ BUILDSTDERR: axdigi.c: In function 'recv_packet': BUILDSTDERR: axdigi.c:212:25: warning: pointer targets in passing argument 1 of 'find_call' differ in signedness [-Wpointer-sign] BUILDSTDERR: call = find_call(port); BUILDSTDERR: ^~~~ BUILDSTDERR: axdigi.c:45:16: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: unsigned char *find_call(char *port); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: axdigi.c: In function 'add_port': BUILDSTDERR: axdigi.c:249:18: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] BUILDSTDERR: strcpy(portname[port_count], port); BUILDSTDERR: ~~~~~~~~^~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/features.h:428, BUILDSTDERR: from /usr/include/net/if.h:22, BUILDSTDERR: from axdigi.c:24: BUILDSTDERR: /usr/include/bits/string_fortified.h:88:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' BUILDSTDERR: __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) BUILDSTDERR: ^~~~~ BUILDSTDERR: axdigi.c: In function 'find_call': BUILDSTDERR: axdigi.c:261:32: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness [-Wpointer-sign] BUILDSTDERR: if (strcmp(port, portname[i]) == 0) BUILDSTDERR: ~~~~~~~~^~~ BUILDSTDERR: In file included from axdigi.c:34: BUILDSTDERR: /usr/include/string.h:136:12: note: expected 'const char *' but argument is of type 'unsigned char *' BUILDSTDERR: extern int strcmp (const char *__s1, const char *__s2) BUILDSTDERR: ^~~~~~ BUILDSTDERR: axdigi.c:267:10: warning: pointer targets in returning 'char *' from a function with return type 'unsigned char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: return (char*)NULL; BUILDSTDERR: ^ BUILDSTDERR: axdigi.c: In function 'get_interfaces': BUILDSTDERR: axdigi.c:296:23: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] BUILDSTDERR: strcpy(portname[port_count], ifr->ifr_name); BUILDSTDERR: ~~~~~~~~^~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/features.h:428, BUILDSTDERR: from /usr/include/net/if.h:22, BUILDSTDERR: from axdigi.c:24: BUILDSTDERR: /usr/include/bits/string_fortified.h:88:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' BUILDSTDERR: __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) BUILDSTDERR: ^~~~~ gcc -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 -fpie -c flexd.c gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pie -z relro -z now -o nodeusers user.o util.o nodeusers.o -lax25 -lax25io -lz BUILDSTDERR: flexd.c: In function 'download_dest': BUILDSTDERR: flexd.c:235:49: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] BUILDSTDERR: getsockopt(s, SOL_SOCKET, SO_ERROR, &ret, &retlen); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: In file included from flexd.c:11: BUILDSTDERR: /usr/include/sys/socket.h:208:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' BUILDSTDERR: extern int getsockopt (int __fd, int __level, int __optname, BUILDSTDERR: ^~~~~~~~~~ gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pie -z relro -z now -o calibrate calibrate.o -lax25 -lax25io -lz BUILDSTDERR: flexd.c:146:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: write(STDOUT_FILENO, buffer, strlen(buffer)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: flexd.c:155:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: write(STDOUT_FILENO, buffer, strlen(buffer)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: flexd.c:170:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: write(STDOUT_FILENO, buffer, strlen(buffer)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: flexd.c:183:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: write(STDOUT_FILENO, buffer, strlen(buffer)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: flexd.c:190:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: write(STDOUT_FILENO, buffer, strlen(buffer)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: flexd.c:211:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: write(STDOUT_FILENO, buffer, strlen(buffer)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: flexd.c:240:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: write(STDOUT_FILENO, buffer, strlen(buffer)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: flexd.c:292:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: write(s, commands[cmd_send], 2); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pie -z relro -z now -o axdigi axdigi.o -lax25 -lax25io -lz gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pie -z relro -z now -o uronode user.o util.o node.o cmdparse.o config.o command.o jheard.o axcalluser.o gateway.o extcmd.o procinfo.o router.o system.o sysinfo.o ipc.o -lax25 -lax25io -lz gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pie -z relro -z now -o flexd flexd.o procinfo.o -lax25 -lax25io -lz + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.qAH9Kd + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64 + cd uronode-2.9 + make -j4 DESTDIR=/builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64 install install -m 755 -D -d /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/sbin install -m 755 -D -d /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/man/man1 /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/man/man5 /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/man/man8 install -m 755 -D -d /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/uronode/help install -m 755 -p uronode /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/sbin install -m 644 -p etc/help/*.hlp /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/uronode/help install -m 644 -p man/nodeusers.1 /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/man/man1 install -m 644 -p man/uronode.conf.5 /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/man/man5 install -m 755 -p nodeusers /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/sbin install -m 644 -p man/uronode.perms.5 /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/man/man5 install -m 755 -p axdigi /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/sbin install -m 755 -D -d /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/etc/ax25 install -m 644 -p man/flexd.conf.5 /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/man/man5 install -m 755 -p calibrate /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/sbin install -m 644 -p etc/uronode.announce /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/etc/ax25 install -m 644 -p man/uronode.8 /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/man/man8 install -m 755 -p flexd /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/sbin install -m 644 -p etc/uronode.conf /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/etc/ax25 install -m 644 -p man/calibrate.8 /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/man/man8 install -m 600 -p etc/uronode.perms /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/etc/ax25 install -m 644 -p man/axdigi.8 /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/man/man8 install -m 644 -p etc/uronode.info /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/etc/ax25 install -m 644 -p man/flexd.8 /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/man/man8 install -m 644 -p etc/uronode.motd /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/etc/ax25 install -m 600 -p etc/uronode.users /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/etc/ax25 install -m 644 -p etc/uronode.routes /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/etc/ax25 install -m 644 -p etc/flexd.conf /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/etc/ax25 install -m 755 -D -d /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/var/lib/uronode install -m 755 -D -d /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/var/lib/flexd install -m 755 -D -d /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/var/log/uronode install -m 644 -p etc/loggedin /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/var/lib/uronode install -m 644 -p etc/lastlog /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/var/log/uronode install -m 644 -p etc/gateways /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/var/lib/flexd + install -Dpm 644 /builddir/build/SOURCES/flexd.service /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/lib/systemd/system/flexd.service + install -Dpm 644 /builddir/build/SOURCES/uronode@.service /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/lib/systemd/system/uronode@.service + install -Dpm 644 /builddir/build/SOURCES/uronode.socket /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/lib/systemd/system/uronode.socket + install -Dpm 644 /builddir/build/SOURCES/uronode.xinetd /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/uronode/xinetd.d/uronode + touch /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64//var/lib/flexd/destinations + '[' -s /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/var/lib/flexd/gateways ']' + '[' -s /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/var/log/uronode/lastlog ']' + '[' -s /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/var/lib/uronode/loggedin ']' + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.9-4.fc30 --unique-debug-suffix -2.9-4.fc30.riscv64 --unique-debug-src-base uronode-2.9-4.fc30.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/uronode-2.9 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/sbin/axdigi explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/sbin/uronode explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/sbin/flexd explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/sbin/nodeusers extracting debug info from /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/sbin/axdigi extracting debug info from /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/sbin/uronode extracting debug info from /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/sbin/flexd extracting debug info from /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/sbin/nodeusers explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/sbin/calibrate extracting debug info from /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/sbin/calibrate /usr/lib/rpm/sepdebugcrcfix: Updated 5 CRC32s, 0 CRC32s did match. BUILDSTDERR: 375 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/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 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: uronode-2.9-4.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.OVNNrg + umask 022 + cd /builddir/build/BUILD + cd uronode-2.9 + DOCDIR=/builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/doc/uronode + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/doc/uronode + cp -pr README.fedora /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/doc/uronode + cp -pr README /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/doc/uronode + cp -pr URONode.his /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/doc/uronode + cp -pr FAQ /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/doc/uronode + cp -pr COLORS /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/doc/uronode + cp -pr CHANGES.1 /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/doc/uronode + cp -pr CHANGES.2 /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/doc/uronode + cp -pr COPYING /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64/usr/share/doc/uronode + exit 0 BUILDSTDERR: warning: File listed twice: /usr/share/uronode/xinetd.d/uronode Provides: config(uronode) = 2.9-4.fc30 uronode = 2.9-4.fc30 uronode(riscv-64) = 2.9-4.fc30 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libax25.so.1()(64bit) libax25io.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: uronode-debugsource-2.9-4.fc30.riscv64 Provides: uronode-debugsource = 2.9-4.fc30 uronode-debugsource(riscv-64) = 2.9-4.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: uronode-debuginfo-2.9-4.fc30.riscv64 Provides: debuginfo(build-id) = 0388d0eb0337502c34b240020ee78216bf77d1f2 debuginfo(build-id) = 83f4b9ecf92ce12bf201ece12ad0a8c2440177be debuginfo(build-id) = 9d3d97fffdd1e793e57d3abe00fc0921887519ca debuginfo(build-id) = afd4d3064f9629c378947ed48ad72941575fd246 debuginfo(build-id) = dd2415b68a69c3dc766052e1d815d68822e1a475 uronode-debuginfo = 2.9-4.fc30 uronode-debuginfo(riscv-64) = 2.9-4.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uronode-debugsource(riscv-64) = 2.9-4.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64 Wrote: /builddir/build/RPMS/uronode-2.9-4.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/uronode-debugsource-2.9-4.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/uronode-debuginfo-2.9-4.fc30.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.B7KIdY + umask 022 + cd /builddir/build/BUILD + cd uronode-2.9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/uronode-2.9-4.fc30.riscv64 + exit 0 Child return code was: 0