Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/direwolf.spec'], chrootPath='/var/lib/mock/f31-build-59289-28550/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=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/direwolf.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 setting SOURCE_DATE_EPOCH=1562112000 Wrote: /builddir/build/SRPMS/direwolf-1.5-2.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/direwolf.spec'], chrootPath='/var/lib/mock/f31-build-59289-28550/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=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/direwolf.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 setting SOURCE_DATE_EPOCH=1562112000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ugfXjK + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf direwolf-1.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/direwolf-1.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd direwolf-1.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/direwolf-1.5-makefile.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/direwolf-1.5-gpsd-api-7.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/direwolf-1.5-gpsd-api-8.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 patch unexpectedly ends in middle of line patch unexpectedly ends in middle of line Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.lDK6sN + umask 022 + cd /builddir/build/BUILD + cd direwolf-1.5 + /usr/bin/make -O -j4 V=1 VERBOSE=1 BUILDSTDERR: ax25_pad.c: In function 'ax25_frame_type': BUILDSTDERR: ax25_pad.c:2132:60: warning: ', pid=0x' directive output may be truncated writing 8 bytes into a region of size between 0 and 18 [-Wformat-truncation=] BUILDSTDERR: 2132 | snprintf (desc, DESC_SIZ, "I %s, n(s)=%d, n(r)=%d, %s=%d, pid=0x%02x", cr_text, *ns, *nr, pf_text, *pf, ax25_get_pid(this_p)); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ax25_pad.c:2132:30: note: using the range [0, 4294967295] for directive argument BUILDSTDERR: 2132 | snprintf (desc, DESC_SIZ, "I %s, n(s)=%d, n(r)=%d, %s=%d, pid=0x%02x", cr_text, *ns, *nr, pf_text, *pf, ax25_get_pid(this_p)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ax25_pad.c:2132:4: note: 'snprintf' output between 33 and 75 bytes into a destination of size 40 BUILDSTDERR: 2132 | snprintf (desc, DESC_SIZ, "I %s, n(s)=%d, n(r)=%d, %s=%d, pid=0x%02x", cr_text, *ns, *nr, pf_text, *pf, ax25_get_pid(this_p)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ax25_pad.c: In function 'ax25_alevel_to_text': BUILDSTDERR: ax25_pad.c:2802:54: warning: '%+d' directive output may be truncated writing between 2 and 11 bytes into a region of size between 9 and 27 [-Wformat-truncation=] BUILDSTDERR: 2802 | snprintf (text, AX25_ALEVEL_TO_TEXT_SIZE, "%d(%+d/%+d)", alevel.rec, alevel.mark, alevel.space); BUILDSTDERR: | ^~~ BUILDSTDERR: ax25_pad.c:2802:46: note: directive argument in the range [-2147483648, -1] BUILDSTDERR: 2802 | snprintf (text, AX25_ALEVEL_TO_TEXT_SIZE, "%d(%+d/%+d)", alevel.rec, alevel.mark, alevel.space); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: ax25_pad.c:2802:4: note: 'snprintf' output between 9 and 36 bytes into a destination of size 32 BUILDSTDERR: 2802 | snprintf (text, AX25_ALEVEL_TO_TEXT_SIZE, "%d(%+d/%+d)", alevel.rec, alevel.mark, alevel.space); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o recv.o recv.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o dsp.o dsp.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o direwolf.o direwolf.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o demod_9600.o demod_9600.c echo " " > tune.h gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -DGEN_FFF -o gen_fff demod_afsk.c dsp.c textcolor.c -lm -lpthread -lrt -lasound -lgps -lhamlib -ludev gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o demod_psk.o demod_psk.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o hdlc_rec.o hdlc_rec.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o rdq.o rdq.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o multi_modem.o multi_modem.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o hdlc_rec2.o hdlc_rec2.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o fcs_calc.o fcs_calc.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o rrbb.o rrbb.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o dlq.o dlq.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o ax25_pad2.o ax25_pad2.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o xid.o xid.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o symbols.o symbols.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o config.o config.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o ax25_pad.o ax25_pad.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o server.o server.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o kiss.o kiss.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o kissserial.o kissserial.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o kissnet.o kissnet.c BUILDSTDERR: gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -Dxmit.c: In function 'xmit_speak_it': BUILDSTDERR: xmit.c:1165:39: warning: '%s' directive output may be truncated writing up to 1999 bytes into a region of size 1996 [-Wformat-truncation=] BUILDSTDERR: 1165 | snprintf (cmd, sizeof(cmd), "%s %d \"%s\"", script, c, msg); BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: xmit.c:1165:2: note: 'snprintf' output 6 or more bytes (assuming 2005) into a destination of size 2000 BUILDSTDERR: 1165 | snprintf (cmd, sizeof(cmd), "%s %d \"%s\"", script, c, msg); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: aprs_tt.c: In function 'aprs_tt_sequence': BUILDSTDERR: aprs_tt.c:428:17: warning: '%s' directive output may be truncated writing up to 999 bytes into a region of size 992 [-Wformat-truncation=] BUILDSTDERR: 428 | "APRSTT>%s:%s", BUILDSTDERR: | ^~ BUILDSTDERR: aprs_tt.c:427:2: note: 'snprintf' output 9 or more bytes (assuming 1008) into a destination of size 1000 BUILDSTDERR: 427 | snprintf (audible_response, sizeof(audible_response), BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 428 | "APRSTT>%s:%s", BUILDSTDERR: | ~~~~~~~~~~~~~~~ BUILDSTDERR: 429 | tt_config.response[err].method, BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 430 | (strlen(script_response) > 0) ? script_response : tt_config.response[err].mtext); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ USE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o hdlc_send.o hdlc_send.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o kiss_frame.o kiss_frame.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o decode_aprs.o decode_aprs.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o audio_stats.o audio_stats.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o gen_tone.o gen_tone.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o cdigipeater.o cdigipeater.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o digipeater.o digipeater.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o dedupe.o dedupe.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o audio.o audio.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o tq.o tq.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o morse.o morse.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o xmit.o xmit.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o pfilter.o pfilter.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o encode_aprs.o encode_aprs.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o beacon.o beacon.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o latlong.o latlong.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o textcolor.o textcolor.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o ptt.o ptt.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o dtmf.o dtmf.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o tt_user.o tt_user.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o aprs_tt.o aprs_tt.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o waypoint.o waypoint.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o serial_port.o serial_port.c BUILDSTDERR: gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_Sigate.c: In function 'igate_recv_thread': BUILDSTDERR: igate.c:1869:50: warning: '%s' directive output may be truncated writing up to 2122 bytes into a region of size between 412 and 491 [-Wformat-truncation=] BUILDSTDERR: 1869 | snprintf (radio, sizeof(radio), "%s>%s%d%d%s:}%s", BUILDSTDERR: | ^~ BUILDSTDERR: ...... BUILDSTDERR: 1873 | payload); BUILDSTDERR: | ~~~~~~~ BUILDSTDERR: igate.c:1869:4: note: 'snprintf' output 10 or more bytes (assuming 2211) into a destination of size 500 BUILDSTDERR: 1869 | snprintf (radio, sizeof(radio), "%s>%s%d%d%s:}%s", BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1870 | save_audio_config_p->achan[to_chan].mycall, BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1871 | APP_TOCALL, MAJOR_VERSION, MINOR_VERSION, BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1872 | save_igate_config_p->tx_via, BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1873 | payload); BUILDSTDERR: | ~~~~~~~~ BUILDSTDERR: cm108.c: In function 'cm108_inventory': BUILDSTDERR: cm108.c:475:68: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 8 [-Wformat-truncation=] BUILDSTDERR: 475 | snprintf (things[i].plughw, sizeof(things[i].plughw), "plughw:%s,%s", c, d); BUILDSTDERR: | ^~ ~ BUILDSTDERR: cm108.c:475:6: note: 'snprintf' output between 9 and 71 bytes into a destination of size 15 BUILDSTDERR: 475 | snprintf (things[i].plughw, sizeof(things[i].plughw), "plughw:%s,%s", c, d); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: mheard.c: In function 'mheard_dump': BUILDSTDERR: mheard.c:210:24: warning: '%02d' directive writing between 2 and 9 bytes into a region of size between 8 and 11 [-Wformat-overflow=] BUILDSTDERR: 210 | sprintf (result, "%4d:%02d", h, m); BUILDSTDERR: | ^~~~ BUILDSTDERR: mheard.c:210:19: note: directive argument in the range [-71582774, 71582774] BUILDSTDERR: 210 | sprintf (result, "%4d:%02d", h, m); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: mheard.c:210:2: note: 'sprintf' output between 8 and 18 bytes into a destination of size 16 BUILDSTDERR: 210 | sprintf (result, "%4d:%02d", h, m); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: mheard.c:210:24: warning: '%02d' directive writing between 2 and 9 bytes into a region of size between 8 and 11 [-Wformat-overflow=] BUILDSTDERR: 210 | sprintf (result, "%4d:%02d", h, m); BUILDSTDERR: | ^~~~ BUILDSTDERR: mheard.c:210:19: note: directive argument in the range [-71582774, 71582774] BUILDSTDERR: 210 | sprintf (result, "%4d:%02d", h, m); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: mheard.c:210:2: note: 'sprintf' output between 8 and 18 bytes into a destination of size 16 BUILDSTDERR: 210 | sprintf (result, "%4d:%02d", h, m); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: mheard.c:288:66: warning: '%s' directive output may be truncated writing up to 39 bytes into a region of size between 0 and 40 [-Wformat-truncation=] BUILDSTDERR: 288 | snprintf (stuff, sizeof(stuff), "%-9s %3d %d %d %7s %7s %s %d\n", BUILDSTDERR: | ^~ BUILDSTDERR: 289 | mptr->callsign, mptr->count, mptr->chan, mptr->num_digi_hops, rf, is, position, mptr->msp); BUILDSTDERR: | ~~~~~~~~ BUILDSTDERR: mheard.c:288:4: note: 'snprintf' output between 45 and 140 bytes into a destination of size 80 BUILDSTDERR: 288 | snprintf (stuff, sizeof(stuff), "%-9s %3d %d %d %7s %7s %s %d\n", BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 289 | mptr->callsign, mptr->count, mptr->chan, mptr->num_digi_hops, rf, is, position, mptr->msp); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: geotranz/mgrs.c: In function 'Make_MGRS_String': BUILDSTDERR: geotranz/mgrs.c:403:5: warning: 'strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 403 | strncpy(MGRS, " ", 2); // 2 spaces BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: geotranz/usng.c: In function 'Make_USNG_String': BUILDSTDERR: geotranz/usng.c:370:5: warning: 'strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 370 | strncpy(USNG, " ", 2); // 2 spaces BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ OURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o tt_text.o tt_text.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o igate.o igate.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o dwgps.o dwgps.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o log.o log.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o dtime_now.o dtime_now.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o dwgpsnmea.o dwgpsnmea.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o dwgpsd.o dwgpsd.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o telemetry.o telemetry.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o cm108.o cm108.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -I. -c -o strlcpy.o misc/strlcpy.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o mheard.o mheard.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -I. -c -o strlcat.o misc/strlcat.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o error_string.o geotranz/error_string.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o polarst.o geotranz/polarst.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o tranmerc.o geotranz/tranmerc.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o ups.o geotranz/ups.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o utm.o geotranz/utm.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o mgrs.o geotranz/mgrs.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o sock.o sock.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o ttcalc.o ttcalc.c egrep '^C|^L' generic.conf | cut -c2-999 > direwolf.conf Generating customized direwolf.desktop ... ar -cr misc.a strlcpy.o strlcat.o ./gen_fff > fsk_fast_filter.h gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o usng.o geotranz/usng.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o ax25_link.o ax25_link.c BUILDSTDERR: gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=log2gpx.c: In function 'read_csv': BUILDSTDERR: log2gpx.c:328:6: warning: 'strncpy' specified bound 24 equals destination size [-Wstringop-truncation] BUILDSTDERR: 328 | strncpy (things[num_things].time, pisotime, sizeof(things[num_things].time)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: log2gpx.c:329:6: warning: 'strncpy' specified bound 12 equals destination size [-Wstringop-truncation] BUILDSTDERR: 329 | strncpy (things[num_things].name, pname, sizeof(things[num_things].name)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: log2gpx.c:331:6: warning: 'strncpy' output may be truncated copying 80 bytes from a string of length 255 [-Wstringop-truncation] BUILDSTDERR: 331 | strncpy (things[num_things].comment, comment, sizeof(things[num_things].comment)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: kissutil.c: In function 'kiss_process_msg': BUILDSTDERR: kissutil.c:787:49: warning: '%s' directive output may be truncated writing up to 99 bytes into a region of size between 96 and 97 [-Wformat-truncation=] BUILDSTDERR: 787 | snprintf (prefix, sizeof(prefix), "[%d %s]", chan, ts); BUILDSTDERR: | ^~ ~~ BUILDSTDERR: kissutil.c:787:10: note: 'snprintf' output between 5 and 105 bytes into a destination of size 100 BUILDSTDERR: 787 | snprintf (prefix, sizeof(prefix), "[%d %s]", chan, ts); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: cm108.c: In function 'cm108_inventory': BUILDSTDERR: cm108.c:475:68: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 8 [-Wformat-truncation=] BUILDSTDERR: 475 | snprintf (things[i].plughw, sizeof(things[i].plughw), "plughw:%s,%s", c, d); BUILDSTDERR: | ^~ ~ BUILDSTDERR: cm108.c:475:6: note: 'snprintf' output between 9 and 71 bytes into a destination of size 15 BUILDSTDERR: 475 | snprintf (things[i].plughw, sizeof(things[i].plughw), "plughw:%s,%s", c, d); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ax25_pad.c: In function 'ax25_frame_type': BUILDSTDERR: ax25_pad.c:2132:60: warning: ', pid=0x' directive output may be truncated writing 8 bytes into a region of size between 0 and 18 [-Wformat-truncation=] BUILDSTDERR: 2132 | snprintf (desc, DESC_SIZ, "I %s, n(s)=%d, n(r)=%d, %s=%d, pid=0x%02x", cr_text, *ns, *nr, pf_text, *pf, ax25_get_pid(this_p)); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ax25_pad.c:2132:30: note: using the range [0, 4294967295] for directive argument BUILDSTDERR: 2132 | snprintf (desc, DESC_SIZ, "I %s, n(s)=%d, n(r)=%d, %s=%d, pid=0x%02x", cr_text, *ns, *nr, pf_text, *pf, ax25_get_pid(this_p)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ax25_pad.c:2132:4: note: 'snprintf' output between 33 and 75 bytes into a destination of size 40 BUILDSTDERR: 2132 | snprintf (desc, DESC_SIZ, "I %s, n(s)=%d, n(r)=%d, %s=%d, pid=0x%02x", cr_text, *ns, *nr, pf_text, *pf, ax25_get_pid(this_p)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ax25_pad.c: In function 'ax25_alevel_to_text': BUILDSTDERR: ax25_pad.c:2802:54: warning: '%+d' directive output may be truncated writing between 2 and 11 bytes into a region of size between 9 and 27 [-Wformat-truncation=] BUILDSTDERR: 2802 | snprintf (text, AX25_ALEVEL_TO_TEXT_SIZE, "%d(%+d/%+d)", alevel.rec, alevel.mark, alevel.space); BUILDSTDERR: | ^~~ BUILDSTDERR: ax25_pad.c:2802:46: note: directive argument in the range [-2147483648, -1] BUILDSTDERR: 2802 | snprintf (text, AX25_ALEVEL_TO_TEXT_SIZE, "%d(%+d/%+d)", alevel.rec, alevel.mark, alevel.space); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: ax25_pad.c:2802:4: note: 'snprintf' output between 9 and 36 bytes into a destination of size 32 BUILDSTDERR: 2802 | snprintf (text, AX25_ALEVEL_TO_TEXT_SIZE, "%d(%+d/%+d)", alevel.rec, alevel.mark, alevel.space); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ax25_pad.c: In function 'ax25_frame_type': BUILDSTDERR: ax25_pad.c:2132:60: warning: ', pid=0x' directive output may be truncated writing 8 bytes into a region of size between 0 and 18 [-Wformat-truncation=] BUILDSTDERR: 2132 | snprintf (desc, DESC_SIZ, "I %s, n(s)=%d, n(r)=%d, %s=%d, pid=0x%02x", cr_text, *ns, *nr, pf_text, *pf, ax25_get_pid(this_p)); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ax25_pad.c:2132:30: note: using the range [0, 4294967295] for directive argument BUILDSTDERR: 2132 | snprintf (desc, DESC_SIZ, "I %s, n(s)=%d, n(r)=%d, %s=%d, pid=0x%02x", cr_text, *ns, *nr, pf_text, *pf, ax25_get_pid(this_p)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ax25_pad.c:2132:4: note: 'snprintf' output between 33 and 75 bytes into a destination of size 40 BUILDSTDERR: 2132 | snprintf (desc, DESC_SIZ, "I %s, n(s)=%d, n(r)=%d, %s=%d, pid=0x%02x", cr_text, *ns, *nr, pf_text, *pf, ax25_get_pid(this_p)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ax25_pad.c: In function 'ax25_alevel_to_text': BUILDSTDERR: ax25_pad.c:2802:54: warning: '%+d' directive output may be truncated writing between 2 and 11 bytes into a region of size between 9 and 27 [-Wformat-truncation=] BUILDSTDERR: 2802 | snprintf (text, AX25_ALEVEL_TO_TEXT_SIZE, "%d(%+d/%+d)", alevel.rec, alevel.mark, alevel.space); BUILDSTDERR: | ^~~ BUILDSTDERR: ax25_pad.c:2802:46: note: directive argument in the range [-2147483648, -1] BUILDSTDERR: 2802 | snprintf (text, AX25_ALEVEL_TO_TEXT_SIZE, "%d(%+d/%+d)", alevel.rec, alevel.mark, alevel.space); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: ax25_pad.c:2802:4: note: 'snprintf' output between 9 and 36 bytes into a destination of size 32 BUILDSTDERR: 2802 | snprintf (text, AX25_ALEVEL_TO_TEXT_SIZE, "%d(%+d/%+d)", alevel.rec, alevel.mark, alevel.space); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -DENC_MAIN -o text2tt tt_text.c misc.a -lm -lpthread -lrt -lasound -lgps -lhamlib -ludev gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -DDEC_MAIN -o tt2text tt_text.c misc.a -lm -lpthread -lrt -lasound -lgps -lhamlib -ludev gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -o log2gpx log2gpx.c textcolor.o misc.a -lm -lpthread -lrt -lasound -lgps -lhamlib -ludev gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -g -o ttcalc ttcalc.o ax25_pad.o fcs_calc.o textcolor.o misc.a gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -g -DKISSUTIL -o kissutil kissutil.c kiss_frame.c ax25_pad.o fcs_calc.o textcolor.o serial_port.o dtime_now.o sock.o misc.a -lm -lpthread -lrt -lasound -lgps -lhamlib -ludev gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -g -DCM108_MAIN -o cm108 cm108.c textcolor.o misc.a -lm -lpthread -lrt -lasound -lgps -lhamlib -ludev gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -g -o aclients aclients.c ax25_pad.c fcs_calc.c textcolor.o misc.a gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o demod.o demod.c ar -cr geotranz.a error_string.o mgrs.o polarst.o tranmerc.o ups.o usng.o utm.o gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -c -o demod_afsk.o demod_afsk.c gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -o ll2utm ll2utm.c geotranz.a textcolor.o misc.a -lm -lpthread -lrt -lasound -lgps -lhamlib -ludev gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -DDECAMAIN -o decode_aprs decode_aprs.c kiss_frame.c ax25_pad.c dwgpsnmea.o dwgps.o dwgpsd.o serial_port.o symbols.o textcolor.o fcs_calc.o latlong.o log.o telemetry.o tt_text.o misc.a -lm -lpthread -lrt -lasound -lgps -lhamlib -ludev gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -o utm2ll utm2ll.c geotranz.a textcolor.o misc.a -lm -lpthread -lrt -lasound -lgps -lhamlib -ludev gcc -o direwolf direwolf.o config.o recv.o demod.o dsp.o demod_afsk.o demod_psk.o demod_9600.o hdlc_rec.o hdlc_rec2.o multi_modem.o rdq.o rrbb.o dlq.o fcs_calc.o ax25_pad.o ax25_pad2.o xid.o decode_aprs.o symbols.o server.o kiss.o kissserial.o kissnet.o kiss_frame.o hdlc_send.o gen_tone.o audio.o audio_stats.o digipeater.o cdigipeater.o pfilter.o dedupe.o tq.o xmit.o morse.o ptt.o beacon.o encode_aprs.o latlong.o textcolor.o dtmf.o aprs_tt.o tt_user.o tt_text.o igate.o waypoint.o serial_port.o log.o telemetry.o dwgps.o dwgpsnmea.o dwgpsd.o dtime_now.o mheard.o ax25_link.o cm108.o misc.a geotranz.a -lm -lpthread -lrt -lasound -lgps -lhamlib -ludev \t>\tThis includes support for gpsd. \t>\tThis includes support for hamlib. \t>\tThis includes support for CM108/CM119 PTT. BUILDSTDERR: gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -o atest atest.c demod.o demod_afsk.o demod_psk.o demod_9600.o dsp.o hdlc_rec.o hdlc_rec2.o multi_modem.o rrbb.o fcs_calc.o ax25_pad.o decode_aprs.o dwgpsnmea.o dwgps.o dwgpsd.o seriax25_pad.c: In function 'ax25_frame_type': BUILDSTDERR: ax25_pad.c:2132:60: warning: ', pid=0x' directive output may be truncated writing 8 bytes into a region of size between 0 and 18 [-Wformat-truncation=] BUILDSTDERR: 2132 | snprintf (desc, DESC_SIZ, "I %s, n(s)=%d, n(r)=%d, %s=%d, pid=0x%02x", cr_text, *ns, *nr, pf_text, *pf, ax25_get_pid(this_p)); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ax25_pad.c:2132:30: note: using the range [0, 4294967295] for directive argument BUILDSTDERR: 2132 | snprintf (desc, DESC_SIZ, "I %s, n(s)=%d, n(r)=%d, %s=%d, pid=0x%02x", cr_text, *ns, *nr, pf_text, *pf, ax25_get_pid(this_p)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ax25_pad.c:2132:4: note: 'snprintf' output between 33 and 75 bytes into a destination of size 40 BUILDSTDERR: 2132 | snprintf (desc, DESC_SIZ, "I %s, n(s)=%d, n(r)=%d, %s=%d, pid=0x%02x", cr_text, *ns, *nr, pf_text, *pf, ax25_get_pid(this_p)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ax25_pad.c: In function 'ax25_alevel_to_text': BUILDSTDERR: ax25_pad.c:2802:54: warning: '%+d' directive output may be truncated writing between 2 and 11 bytes into a region of size between 9 and 27 [-Wformat-truncation=] BUILDSTDERR: 2802 | snprintf (text, AX25_ALEVEL_TO_TEXT_SIZE, "%d(%+d/%+d)", alevel.rec, alevel.mark, alevel.space); BUILDSTDERR: | ^~~ BUILDSTDERR: ax25_pad.c:2802:46: note: directive argument in the range [-2147483648, -1] BUILDSTDERR: 2802 | snprintf (text, AX25_ALEVEL_TO_TEXT_SIZE, "%d(%+d/%+d)", alevel.rec, alevel.mark, alevel.space); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: ax25_pad.c:2802:4: note: 'snprintf' output between 9 and 36 bytes into a destination of size 32 BUILDSTDERR: 2802 | snprintf (text, AX25_ALEVEL_TO_TEXT_SIZE, "%d(%+d/%+d)", alevel.rec, alevel.mark, alevel.space); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + sed -i -e s:/usr/bin/python:/usr/bin/python2: telemetry-toolkit/telem-volts.py + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 al_port.o telemetry.o dtime_now.o latlong.o symbols.o tt_text.o textcolor.o misc.a -lm -lpthread -lrt -lasound -lgps -lhamlib -ludev gcc -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 -Wall -D_BSD_SOURCE -ffast-math -DUSE_ALSA -DENABLE_GPSD -DUSE_HAMLIB -DUSE_CM108 -o gen_packets gen_packets.c ax25_pad.c hdlc_send.c fcs_calc.c gen_tone.c morse.c dtmf.c textcolor.c dsp.c misc.a -lm -lpthread -lrt -lasound -lgps -lhamlib -ludev Next step - install with: sudo make install Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.nL3yiL + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64 + cd direwolf-1.5 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64 'INSTALL=/usr/bin/install -p' DESTDIR=/builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr /usr/bin/install -p -D --mode=755 direwolf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/direwolf /usr/bin/install -p -D --mode=755 decode_aprs /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/decode_aprs /usr/bin/install -p -D --mode=755 text2tt /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/text2tt /usr/bin/install -p -D --mode=755 tt2text /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/tt2text /usr/bin/install -p -D --mode=755 ll2utm /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/ll2utm /usr/bin/install -p -D --mode=755 utm2ll /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/utm2ll /usr/bin/install -p -D --mode=755 aclients /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/aclients /usr/bin/install -p -D --mode=755 log2gpx /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/log2gpx /usr/bin/install -p -D --mode=755 gen_packets /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/gen_packets /usr/bin/install -p -D --mode=755 atest /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/atest /usr/bin/install -p -D --mode=755 ttcalc /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/ttcalc /usr/bin/install -p -D --mode=755 kissutil /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/kissutil /usr/bin/install -p -D --mode=755 cm108 /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/cm108 /usr/bin/install -p -D --mode=755 dwespeak.sh /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/dwspeak.sh /usr/bin/install -p -D --mode=755 telemetry-toolkit/telem-balloon.pl /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/telem-balloon.pl /usr/bin/install -p -D --mode=755 telemetry-toolkit/telem-bits.pl /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/telem-bits.pl /usr/bin/install -p -D --mode=755 telemetry-toolkit/telem-data.pl /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/telem-data.pl /usr/bin/install -p -D --mode=755 telemetry-toolkit/telem-data91.pl /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/telem-data91.pl /usr/bin/install -p -D --mode=755 telemetry-toolkit/telem-eqns.pl /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/telem-eqns.pl /usr/bin/install -p -D --mode=755 telemetry-toolkit/telem-parm.pl /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/telem-parm.pl /usr/bin/install -p -D --mode=755 telemetry-toolkit/telem-seq.sh /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/telem-seq.sh /usr/bin/install -p -D --mode=755 telemetry-toolkit/telem-unit.pl /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/telem-unit.pl /usr/bin/install -p -D --mode=755 telemetry-toolkit/telem-volts.py /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/telem-volts.py /usr/bin/install -p -D --mode=644 tocalls.txt /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/direwolf/tocalls.txt /usr/bin/install -p -D --mode=644 symbols-new.txt /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/direwolf/symbols-new.txt /usr/bin/install -p -D --mode=644 symbolsX.txt /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/direwolf/symbolsX.txt /usr/bin/install -p -D --mode=644 dw-icon.png /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/direwolf/pixmaps/dw-icon.png /usr/bin/install -p -D --mode=644 direwolf.desktop /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/applications/direwolf.desktop /usr/bin/install -p -D --mode=644 CHANGES.md /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/CHANGES.md /usr/bin/install -p -D --mode=644 LICENSE-dire-wolf.txt /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/LICENSE-dire-wolf.txt /usr/bin/install -p -D --mode=644 LICENSE-other.txt /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/LICENSE-other.txt /usr/bin/install -p -D --mode=644 doc/README.md /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/README.md /usr/bin/install -p -D --mode=644 doc/2400-4800-PSK-for-APRS-Packet-Radio.pdf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/2400-4800-PSK-for-APRS-Packet-Radio.pdf /usr/bin/install -p -D --mode=644 doc/A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf /usr/bin/install -p -D --mode=644 doc/A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.pdf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.pdf /usr/bin/install -p -D --mode=644 doc/A-Closer-Look-at-the-WA8LMF-TNC-Test-CD.pdf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/A-Closer-Look-at-the-WA8LMF-TNC-Test-CD.pdf /usr/bin/install -p -D --mode=644 doc/APRS-Telemetry-Toolkit.pdf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/APRS-Telemetry-Toolkit.pdf /usr/bin/install -p -D --mode=644 doc/APRStt-Implementation-Notes.pdf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/APRStt-Implementation-Notes.pdf /usr/bin/install -p -D --mode=644 doc/APRStt-interface-for-SARTrack.pdf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/APRStt-interface-for-SARTrack.pdf /usr/bin/install -p -D --mode=644 doc/APRStt-Listening-Example.pdf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/APRStt-Listening-Example.pdf /usr/bin/install -p -D --mode=644 doc/Bluetooth-KISS-TNC.pdf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/Bluetooth-KISS-TNC.pdf /usr/bin/install -p -D --mode=644 doc/Going-beyond-9600-baud.pdf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/Going-beyond-9600-baud.pdf /usr/bin/install -p -D --mode=644 doc/Raspberry-Pi-APRS.pdf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/Raspberry-Pi-APRS.pdf /usr/bin/install -p -D --mode=644 doc/Raspberry-Pi-APRS-Tracker.pdf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/Raspberry-Pi-APRS-Tracker.pdf /usr/bin/install -p -D --mode=644 doc/Raspberry-Pi-SDR-IGate.pdf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/Raspberry-Pi-SDR-IGate.pdf /usr/bin/install -p -D --mode=644 doc/Successful-APRS-IGate-Operation.pdf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/Successful-APRS-IGate-Operation.pdf /usr/bin/install -p -D --mode=644 doc/User-Guide.pdf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/User-Guide.pdf /usr/bin/install -p -D --mode=644 doc/WA8LMF-TNC-Test-CD-Results.pdf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/WA8LMF-TNC-Test-CD-Results.pdf /usr/bin/install -p -D --mode=644 direwolf.conf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/examples/direwolf.conf /usr/bin/install -p -D --mode=755 dw-start.sh /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/examples/dw-start.sh /usr/bin/install -p -D --mode=644 sdr.conf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/examples/sdr.conf /usr/bin/install -p -D --mode=644 telemetry-toolkit/telem-m0xer-3.txt /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/examples/telem-m0xer-3.txt /usr/bin/install -p -D --mode=644 telemetry-toolkit/telem-balloon.conf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/examples/telem-balloon.conf /usr/bin/install -p -D --mode=644 telemetry-toolkit/telem-volts.conf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/examples/telem-volts.conf /usr/bin/install -p -D --mode=644 man1/aclients.1 /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/man/man1/aclients.1 BUILDSTDERR: /usr/bin/install -p -D --mode=644 man1/atest.1 /builddir/build/BUILDROOT/direwolf-1.5-2.+ cp direwolf-block-diagram.png /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/direwolf-block-diagram.png + cp tnc-test-cd-results.png /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/tnc-test-cd-results.png + rm /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/direwolf/pixmaps/dw-icon.png + rm /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/applications/direwolf.desktop + rm /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/CHANGES.md + rm /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/LICENSE-dire-wolf.txt + rm /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/LICENSE-other.txt + mv /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/telem-balloon.pl /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/telem-bits.pl /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/telem-data.pl /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/telem-data91.pl /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/telem-eqns.pl /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/telem-parm.pl /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/telem-seq.sh /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/telem-unit.pl /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/telem-volts.py /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/examples/ + chmod 0644 /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/examples/direwolf.conf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/examples/dw-start.sh /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/examples/sdr.conf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/examples/telem-balloon.conf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/examples/telem-balloon.pl /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/examples/telem-bits.pl /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/examples/telem-data.pl /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/examples/telem-data91.pl /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/examples/telem-eqns.pl /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/examples/telem-m0xer-3.txt /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/examples/telem-parm.pl /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/examples/telem-seq.sh /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/examples/telem-unit.pl /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/examples/telem-volts.conf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/doc/direwolf/examples/telem-volts.py + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.5-2.fc31 --unique-debug-suffix -1.5-2.fc31.riscv64 --unique-debug-src-base direwolf-1.5-2.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/direwolf-1.5 BUILDSTDERR: gdb-add-index: No index was created for /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/decode_aprs BUILDSTDERR: gdb-add-index: [Was there no debuginfo? Was there already an index?] BUILDSTDERR: gdb-add-index: No index was created for /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/atest BUILDSTDERR: gdb-add-index: [Was there no debuginfo? Was there already an index?] BUILDSTDERR: gdb-add-index: No index was created for /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/gen_packets BUILDSTDERR: gdb-add-index: [Was there no debuginfo? Was there already an index?] BUILDSTDERR: gdb-add-index: No index was created for /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/ll2utm BUILDSTDERR: gdb-add-index: [Was there no debuginfo? Was there already an index?] BUILDSTDERR: gdb-add-index: No index was created for /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/direwolf BUILDSTDERR: gdb-add-index: [Was there no debuginfo? Was there already an index?] BUILDSTDERR: gdb-add-index: No index was created for /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/log2gpx BUILDSTDERR: gdb-add-index: [Was there no debuginfo? Was there already an index?] BUILDSTDERR: gdb-add-index: No index was created for /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/text2tt BUILDSTDERR: gdb-add-index: [Was there no debuginfo? Was there already an index?] fc31.riscv64/usr/share/man/man1/atest.1 /usr/bin/install -p -D --mode=644 man1/decode_aprs.1 /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/man/man1/decode_aprs.1 /usr/bin/install -p -D --mode=644 man1/direwolf.1 /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/man/man1/direwolf.1 /usr/bin/install -p -D --mode=644 man1/gen_packets.1 /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/man/man1/gen_packets.1 /usr/bin/install -p -D --mode=644 man1/kissutil.1 /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/man/man1/kissutil.1 /usr/bin/install -p -D --mode=644 man1/ll2utm.1 /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/man/man1/ll2utm.1 /usr/bin/install -p -D --mode=644 man1/log2gpx.1 /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/man/man1/log2gpx.1 /usr/bin/install -p -D --mode=644 man1/text2tt.1 /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/man/man1/text2tt.1 /usr/bin/install -p -D --mode=644 man1/tt2text.1 /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/man/man1/tt2text.1 /usr/bin/install -p -D --mode=644 man1/utm2ll.1 /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/man/man1/utm2ll.1 /usr/bin/install -p -D --mode=644 99-direwolf-cmedia.rules /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/lib/udev/rules.d/99-direwolf-cmedia.rules If this is your first install, not an upgrade, type this to put a copy of the sample configuration file (direwolf.conf) in your home directory: make install-conf explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/aclients explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/atest explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/cm108 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/decode_aprs extracting debug info from /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/atest extracting debug info from /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/decode_aprs extracting debug info from /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/aclients extracting debug info from /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/cm108 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/direwolf extracting debug info from /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/direwolf explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/gen_packets extracting debug info from /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/gen_packets explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/ll2utm explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/kissutil extracting debug info from /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/ll2utm extracting debug info from /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/kissutil explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/log2gpx extracting debug info from /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/log2gpx explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/text2tt extracting debug info from /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/text2tt explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/tt2text extracting debug info from /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/tt2text BUILDSTDERR: explicitly decompregdb-add-index: No index was created for /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/tt2text BUILDSTDERR: gdb-add-index: [Was there no debuginfo? Was there already an index?] BUILDSTDERR: gdb-add-index: No index was created for /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/ttcalc BUILDSTDERR: gdb-add-index: [Was there no debuginfo? Was there already an index?] BUILDSTDERR: gdb-add-index: No index was created for /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/utm2ll BUILDSTDERR: gdb-add-index: [Was there no debuginfo? Was there already an index?] BUILDSTDERR: 432 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /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 ss any DWARF compressed ELF sections in /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/ttcalc extracting debug info from /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/ttcalc explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/utm2ll extracting debug info from /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/bin/utm2ll original debug info size: 520kB, size after compression: 512kB /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 10 CRC32s did match. mangling shebang in /usr/bin/dwspeak.sh from /bin/bash to #!/usr/bin/bash Processing files: direwolf-1.5-2.fc31.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.IO2fAL + umask 022 + cd /builddir/build/BUILD + cd direwolf-1.5 + LICENSEDIR=/builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/licenses/direwolf + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/licenses/direwolf + cp -pr LICENSE-dire-wolf.txt /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64/usr/share/licenses/direwolf + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: direwolf = 1.5-2.fc31 direwolf(riscv-64) = 1.5-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/bash libasound.so.2()(64bit) libasound.so.2(ALSA_0.9)(64bit) libasound.so.2(ALSA_0.9.0rc4)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgps.so.23()(64bit) libhamlib.so.2()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) librt.so.1()(64bit) libudev.so.1()(64bit) libudev.so.1(LIBUDEV_183)(64bit) rtld(GNU_HASH) Processing files: direwolf-debugsource-1.5-2.fc31.riscv64 Provides: direwolf-debugsource = 1.5-2.fc31 direwolf-debugsource(riscv-64) = 1.5-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: direwolf-doc-1.5-2.fc31.noarch Provides: direwolf-doc = 1.5-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: direwolf-debuginfo-1.5-2.fc31.riscv64 Provides: debuginfo(build-id) = 02e47380e12bf9f90e7ae1e749db2f56b3396b54 debuginfo(build-id) = 0cd37b63b89daecd5a7f4697368ff60675d7e63c debuginfo(build-id) = 3033fbdd0318c6c2726787fe5683cc9f9dee7cf6 debuginfo(build-id) = 3f60a153d7fe5e15b68a3336ec745584d9e97660 debuginfo(build-id) = 41405f42fb2e451718e629ea5979605133609a24 debuginfo(build-id) = 43cfa7702a9f0b2223e3de89c17364c008635832 debuginfo(build-id) = 467e9e534ae3bdf8c5e0c6d147bcfe50f6aebe7e debuginfo(build-id) = 63eed35cf75d8d84027086315c11949a64206e64 debuginfo(build-id) = 8bd76cead4b4175714229d2c5e27cac5b87a9626 debuginfo(build-id) = cd097f9b78989913c867689382ec8a9a317eb360 debuginfo(build-id) = ceedbf91dac3e77bcdc00c3aaa3edbad3a12f1cd debuginfo(build-id) = e728d6fcb1cb119287a8c5f82895fc73e8f7db87 debuginfo(build-id) = f29356ba4422f49ee58e5245956e2b0a950ca827 direwolf-debuginfo = 1.5-2.fc31 direwolf-debuginfo(riscv-64) = 1.5-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: direwolf-debugsource(riscv-64) = 1.5-2.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64 Wrote: /builddir/build/RPMS/direwolf-debugsource-1.5-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/direwolf-debuginfo-1.5-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/direwolf-1.5-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/direwolf-doc-1.5-2.fc31.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.fokQbM + umask 022 + cd /builddir/build/BUILD + cd direwolf-1.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/direwolf-1.5-2.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0