+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/uronode.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.vO1fpt + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf uronode-2.8.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/uronode-2.8.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd uronode-2.8.1 + /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.QnJj1N + umask 022 + cd /builddir/build/BUILD + cd uronode-2.8.1 + 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... 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 -fpie' 'LDFLAGS=-Wl,-z,relro -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 -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 -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 -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 -fpie -c node.c node.c: In function 'main': node.c:142:61: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness [-Wpointer-sign] if (getpeername(STDOUT_FILENO, (struct sockaddr *)&saddr, &slen) == -1) { ^ In file included from node.c:9:0: /usr/include/sys/socket.h:130:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getpeername (int __fd, __SOCKADDR_ARG __addr, ^~~~~~~~~~~ node.c:154:67: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] if (getsockname(STDOUT_FILENO, (struct sockaddr *)&saddr.sax, &slen) == -1) { ^ In file included from node.c:9:0: /usr/include/sys/socket.h:116:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockname (int __fd, __SOCKADDR_ARG __addr, ^~~~~~~~~~~ node.c:165:67: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] if (getsockname(STDOUT_FILENO, (struct sockaddr *)&saddr.sax, &slen) == -1) { ^ In file included from node.c:9:0: /usr/include/sys/socket.h:116:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockname (int __fd, __SOCKADDR_ARG __addr, ^~~~~~~~~~~ node.c:196:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(NodeIo!=NULL) ^~ node.c:198:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (system("telnet localhost 3694") < 0 ) { /* VE3TOK - 18Nov2014, return value */ ^~ node.c:265:19: warning: statement with no effect [-Wunused-value] (strcmp(pw, "*") == 0); ~~~~~~~~~~~~~~~~~^~~~~ node.c:342:2: warning: implicit declaration of function 'node_prompt'; did you mean 'node_logout'? [-Wimplicit-function-declaration] node_prompt(); ^~~~~~~~~~~ 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 -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 -fpie -c config.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 -fpie -c command.c config.c: In function 'do_flexid': config.c:395:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] FlexId = ("%s ;" , strdup(argv[1])); ^ config.c: In function 'do_roseid': config.c:403:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] RoseId = ("%s ;" , strdup(argv[1])); ^ config.c: In function 'do_passprompt': config.c:426:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ config.c: In function 'do_prompt': config.c:416:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 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 -fpie -c jheard.c command.c: In function 'do_status': command.c:823:10: warning: implicit declaration of function 'meminfo'; did you mean 'mkfifo'? [-Wimplicit-function-declaration] ma = meminfo("memtotal"); ^~~~~~~ mkfifo command.c:770:14: warning: unused variable 'mem' [-Wunused-variable] unsigned **mem; ^~~ command.c: In function 'nuser_list': command.c:962:25: warning: implicit declaration of function 'kill' [-Wimplicit-function-declaration] if (u.pid == -1 || (kill(u.pid, 0) == -1 && errno == ESRCH)) ^~~~ 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 -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 -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 -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 -fpie -c procinfo.c gateway.c: In function 'connect_to': gateway.c:394:50: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] getsockopt(fd, SOL_SOCKET, SO_ERROR, &ret, &retlen); ^ In file included from gateway.c:9:0: /usr/include/sys/socket.h:208:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockopt (int __fd, int __level, int __optname, ^~~~~~~~~~ gateway.c:67:15: warning: unused variable 'u' [-Wunused-variable] struct user u; ^ gateway.c: In function 'do_connect': gateway.c:619:84: warning: operation on 'k' may be undefined [-Wsequence-point] while((k-3)digis[k-3][0]!='\0') argv[k]=flgt->digis[(k++)-3]; ~~^~~ gateway.c:643:77: warning: operation on 'k' may be undefined [-Wsequence-point] while((k-3)digis[k-3][0]!='\0') argv[k]=ax->digis[(k++)-3]; ~~^~~ extcmd.c: In function 'pipe_extcmd': extcmd.c:87:5: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] setgid(cmdp->gid); ^~~~~~~~~~~~~~~~~ extcmd.c:88:5: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid(cmdp->uid); ^~~~~~~~~~~~~~~~~ extcmd.c: In function 'norm_extcmd': extcmd.c:40:5: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] setgid(cmdp->gid); ^~~~~~~~~~~~~~~~~ extcmd.c:41:5: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid(cmdp->uid); ^~~~~~~~~~~~~~~~~ gateway.c: In function 'do_ping': gateway.c:1105:70: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness [-Wpointer-sign] if ((len = recvfrom(fd, buf, 256, 0, (struct sockaddr *)&from, &salen)) == -1) { ^ In file included from /usr/include/sys/socket.h:269:0, from gateway.c:9: /usr/include/bits/socket2.h:64:1: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' recvfrom (int __fd, void *__restrict __buf, size_t __n, int __flags, ^~~~~~~~ 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 -fpie -c router.c gateway.c: In function 'connect_to.isra.0.constprop': gateway.c:37:22: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] sprintf(out, "%s-%d", in, 15 - atoi(cp + 1)); ^~ In file included from /usr/include/stdio.h:861:0, from gateway.c:1: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 22 bytes into a destination of size 10 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gateway.c:40:21: warning: '-15' directive writing 3 bytes into a region of size between 1 and 10 [-Wformat-overflow=] sprintf(out, "%s-15", in); ^~~ In file included from /usr/include/stdio.h:861:0, from gateway.c:1: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 13 bytes into a destination of size 10 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -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 -fpie -c sysinfo.c router.c: In function 'do_dest': router.c:204:25: warning: '%d' directive writing between 1 and 5 bytes into a region of size between 0 and 4 [-Wformat-overflow=] sprintf(ssid, "%d-%d", p->ssida, p->sside); ^~ router.c:204:21: note: directive argument in the range [0, 65535] sprintf(ssid, "%d-%d", p->ssida, p->sside); ^~~~~~~ In file included from /usr/include/stdio.h:861:0, from router.c:1: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 12 bytes into a destination of size 6 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ router.c:240:25: warning: '%d' directive writing between 1 and 5 bytes into a region of size between 0 and 4 [-Wformat-overflow=] sprintf(ssid, "%d-%d", p->ssida, p->sside); ^~ router.c:240:21: note: directive argument in the range [0, 65535] sprintf(ssid, "%d-%d", p->ssida, p->sside); ^~~~~~~ In file included from /usr/include/stdio.h:861:0, from router.c:1: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 12 bytes into a destination of size 6 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ router.c:264:23: warning: '%d' directive writing between 1 and 5 bytes into a region of size between 0 and 4 [-Wformat-overflow=] sprintf(ssid, "%d-%d", p->ssida, p->sside); ^~ router.c:264:19: note: directive argument in the range [0, 65535] sprintf(ssid, "%d-%d", p->ssida, p->sside); ^~~~~~~ In file included from /usr/include/stdio.h:861:0, from router.c:1: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 12 bytes into a destination of size 6 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -fpie -c ipc.c system.c: In function 'lastlog': system.c:537:7: warning: the address of 'hostname' will always evaluate as 'true' [-Waddress] if (hostname) strncpy(ll.ll_host, hostname, sizeof(ll.ll_host)); ^~~~~~~~ system.c:463:7: warning: variable 'escape' set but not used [-Wunused-but-set-variable] int escape; ^~~~~~ system.c: In function 'login_close': system.c:108:5: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result] chown(ptyname, 0, 0); ^~~~~~~~~~~~~~~~~~~~ system.c: In function 'login_open': system.c:169:5: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] dup(0); ^~~~~~ system.c:170:5: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] dup(0); ^~~~~~ system.c:205:5: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] setgid(pw->pw_gid); ^~~~~~~~~~~~~~~~~~ system.c:206:5: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid(pw->pw_uid); ^~~~~~~~~~~~~~~~~~ system.c:269:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(ptyfd, buf, cnt); ^~~~~~~~~~~~~~~~~~~~~~ system.c: In function 'lastlog': system.c:538:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(last, (char *)&ll, sizeof(ll)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -fpie -c axdigi.c ipc.c: In function 'usr2_handler': ipc.c:41:7: warning: implicit declaration of function 'node_prompt'; did you mean 'node_logout'? [-Wimplicit-function-declaration] node_prompt(); ^~~~~~~~~~~ node_logout ipc.c: In function 'ipc_close': ipc.c:112:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (ipc_id != -1) /* Remove the IPC channel */ ^ 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 -fpie -c calibrate.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 -fpie -c flexd.c axdigi.c: In function 'main': axdigi.c:138:59: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness [-Wpointer-sign] if ((size = recvfrom(skt, buf, sizeof(buf), 0, &sa, &asize)) == -1) ^ In file included from /usr/include/sys/socket.h:269:0, from /usr/include/net/if.h:26, from axdigi.c:24: /usr/include/bits/socket2.h:64:1: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' recvfrom (int __fd, void *__restrict __buf, size_t __n, int __flags, ^~~~~~~~ axdigi.c:143:40: warning: pointer targets in passing argument 3 of 'recv_packet' differ in signedness [-Wpointer-sign] if ((rt = recv_packet(buf, size, sa.sa_data)) >= 0) ^~ axdigi.c:43:5: note: expected 'unsigned char *' but argument is of type 'char *' int recv_packet(unsigned char *buf, int size, unsigned char *port); ^~~~~~~~~~~ axdigi.c:148:27: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(sa.sa_data, portname[rt]); ^~~~~~~~ In file included from /usr/include/features.h:428:0, from /usr/include/net/if.h:22, from axdigi.c:24: /usr/include/bits/string_fortified.h:88:1: note: expected 'const char * restrict' but argument is of type 'unsigned char *' __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) ^ axdigi.c: In function 'recv_packet': axdigi.c:212:25: warning: pointer targets in passing argument 1 of 'find_call' differ in signedness [-Wpointer-sign] call = find_call(port); ^~~~ axdigi.c:45:16: note: expected 'char *' but argument is of type 'unsigned char *' unsigned char *find_call(char *port); ^~~~~~~~~ axdigi.c: In function 'add_port': axdigi.c:249:10: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(portname[port_count], port); ^~~~~~~~ In file included from /usr/include/features.h:428:0, from /usr/include/net/if.h:22, from axdigi.c:24: /usr/include/bits/string_fortified.h:88:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) ^ axdigi.c: In function 'find_call': axdigi.c:261:24: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness [-Wpointer-sign] if (strcmp(port, portname[i]) == 0) ^~~~~~~~ In file included from axdigi.c:34:0: /usr/include/string.h:136:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int strcmp (const char *__s1, const char *__s2) ^~~~~~ axdigi.c:267:10: warning: pointer targets in return differ in signedness [-Wpointer-sign] return (char*)NULL; ^ axdigi.c: In function 'get_interfaces': axdigi.c:296:15: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(portname[port_count], ifr->ifr_name); ^~~~~~~~ In file included from /usr/include/features.h:428:0, from /usr/include/net/if.h:22, from axdigi.c:24: /usr/include/bits/string_fortified.h:88:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) ^ gcc -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pie -z relro -z now -o nodeusers user.o util.o nodeusers.o -lax25 -lax25io -lz flexd.c: In function 'download_dest': flexd.c:235:49: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] getsockopt(s, SOL_SOCKET, SO_ERROR, &ret, &retlen); ^ In file included from flexd.c:11:0: /usr/include/sys/socket.h:208:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockopt (int __fd, int __level, int __optname, ^~~~~~~~~~ flexd.c:146:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(STDOUT_FILENO, buffer, strlen(buffer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ flexd.c:155:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(STDOUT_FILENO, buffer, strlen(buffer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ flexd.c:170:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(STDOUT_FILENO, buffer, strlen(buffer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ flexd.c:183:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(STDOUT_FILENO, buffer, strlen(buffer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ flexd.c:190:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(STDOUT_FILENO, buffer, strlen(buffer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ flexd.c:211:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(STDOUT_FILENO, buffer, strlen(buffer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ flexd.c:240:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(STDOUT_FILENO, buffer, strlen(buffer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ flexd.c:292:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(s, commands[cmd_send], 2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wl,-z,relro -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 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pie -z relro -z now -o calibrate calibrate.o -lax25 -lax25io -lz gcc -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pie -z relro -z now -o axdigi axdigi.o -lax25 -lax25io -lz gcc -Wl,-z,relro -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.cFlxPp + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64 + cd uronode-2.8.1 + make -j4 DESTDIR=/builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64 install install -m 755 -D -d /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/sbin install -m 755 -D -d /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/man/man1 /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/man/man5 /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/man/man8 install -m 755 -D -d /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/uronode/help install -m 755 -p uronode /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/sbin install -m 644 -p man/nodeusers.1 /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/man/man1 install -m 644 -p etc/help/*.hlp /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/uronode/help install -m 644 -p man/uronode.conf.5 /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/man/man5 install -m 755 -p nodeusers /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/sbin install -m 644 -p man/uronode.perms.5 /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/man/man5 install -m 755 -p axdigi /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/sbin install -m 644 -p man/flexd.conf.5 /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/man/man5 install -m 755 -p calibrate /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/sbin install -m 644 -p man/uronode.8 /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/man/man8 install -m 755 -p flexd /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/sbin install -m 644 -p man/calibrate.8 /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/man/man8 install -m 644 -p man/axdigi.8 /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/man/man8 install -m 644 -p man/flexd.8 /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/man/man8 install -m 755 -D -d /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/etc/ax25 install -m 644 -p etc/uronode.announce /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/etc/ax25 install -m 644 -p etc/uronode.conf /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/etc/ax25 install -m 600 -p etc/uronode.perms /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/etc/ax25 install -m 644 -p etc/uronode.info /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/etc/ax25 install -m 644 -p etc/uronode.motd /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/etc/ax25 install -m 600 -p etc/uronode.users /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/etc/ax25 install -m 644 -p etc/uronode.routes /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/etc/ax25 install -m 644 -p etc/flexd.conf /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/etc/ax25 install -m 755 -D -d /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/var/lib/uronode install -m 755 -D -d /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/var/lib/flexd install -m 755 -D -d /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/var/log/uronode install -m 644 -p etc/loggedin /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/var/lib/uronode install -m 644 -p etc/lastlog /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/var/log/uronode install -m 644 -p etc/gateways /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/var/lib/flexd + install -Dpm 644 /builddir/build/SOURCES/flexd.service /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/lib/systemd/system/flexd.service + install -Dpm 644 /builddir/build/SOURCES/uronode@.service /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/lib/systemd/system/uronode@.service + install -Dpm 644 /builddir/build/SOURCES/uronode.socket /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/lib/systemd/system/uronode.socket + install -Dpm 644 /builddir/build/SOURCES/uronode.xinetd /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/uronode/xinetd.d/uronode + touch /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64//var/lib/flexd/destinations + '[' -s /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/var/lib/flexd/gateways ']' + '[' -s /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/var/log/uronode/lastlog ']' + '[' -s /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/var/lib/uronode/loggedin ']' + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /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 + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: uronode-2.8.1-1.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5HyWls + umask 022 + cd /builddir/build/BUILD + cd uronode-2.8.1 + DOCDIR=/builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/doc/uronode + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/doc/uronode + cp -pr README.fedora /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/doc/uronode + cp -pr README /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/doc/uronode + cp -pr URONode.his /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/doc/uronode + cp -pr FAQ /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/doc/uronode + cp -pr COLORS /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/doc/uronode + cp -pr CHANGES.1 /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/doc/uronode + cp -pr CHANGES.2 /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/doc/uronode + cp -pr COPYING /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64/usr/share/doc/uronode + exit 0 warning: File listed twice: /usr/share/uronode/xinetd.d/uronode Provides: config(uronode) = 2.8.1-1.fc28 uronode = 2.8.1-1.fc28 uronode(riscv-64) = 2.8.1-1.fc28 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) libz.so.1()(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64 Wrote: /builddir/build/SRPMS/uronode-2.8.1-1.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/uronode-2.8.1-1.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.OLbipC + umask 022 + cd /builddir/build/BUILD + cd uronode-2.8.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/uronode-2.8.1-1.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff