The following packages will be installed: lpsk31 Fetching Makefile.patch... 0%100%100%100%100%100%Done Fetching README... 0%100%100%100%100%100%Done Fetching lpsk31.SlackBuild... 0%100%100%100%100%100%Done Fetching lpsk31.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done lpsk31-1.3/ lpsk31-1.3/COPYING lpsk31-1.3/README lpsk31-1.3/sound.c lpsk31-1.3/pskcodec.c lpsk31-1.3/default/ lpsk31-1.3/default/lpsk31rc lpsk31-1.3/Makefile lpsk31-1.3/main.c lpsk31-1.3/pskcodec.h lpsk31-1.3/common.h lpsk31-1.3/phase.c lpsk31-1.3/screen.c lpsk31-1.3/sound.h lpsk31-1.3/AUTHORS lpsk31-1.3/screen.h lpsk31-1.3/phase.h lpsk31-1.3/doc/ lpsk31-1.3/doc/p31g3plx.pdf lpsk31-1.3/doc/lpsk31.html lpsk31-1.3/main.h lpsk31-1.3/cat.h lpsk31-1.3/cat.c patching file Makefile gcc -Wall -march=native -O2 -D_FORTIFY_CODE=2 -O2 -march=i586 -mtune=i686 -fcommon -c -o cat.o cat.c cat.c: In function ‘Read_Rx_Status’: cat.c:83:34: warning: ‘snprintf’ output may be truncated before the last format character [-Wformat-truncation=] 83 | snprintf( freq, 4, "%3d", temp/10 ); | ^ cat.c:83:11: note: ‘snprintf’ output between 4 and 5 bytes into a destination of size 4 83 | snprintf( freq, 4, "%3d", temp/10 ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wall -march=native -O2 -D_FORTIFY_CODE=2 -O2 -march=i586 -mtune=i686 -fcommon -c -o main.o main.c main.c: In function ‘Load_Config’: main.c:308:11: warning: ‘strncpy’ output may be truncated copying 16 bytes from a string of length 80 [-Wstringop-truncation] 308 | strncpy( label[lb_idx], &line[1], 16 ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wall -march=native -O2 -D_FORTIFY_CODE=2 -O2 -march=i586 -mtune=i686 -fcommon -c -o phase.o phase.c gcc -Wall -march=native -O2 -D_FORTIFY_CODE=2 -O2 -march=i586 -mtune=i686 -fcommon -c -o pskcodec.o pskcodec.c gcc -Wall -march=native -O2 -D_FORTIFY_CODE=2 -O2 -march=i586 -mtune=i686 -fcommon -c -o screen.o screen.c screen.c: In function ‘Screen_Receive_Window’: screen.c:784:27: warning: ‘strncpy’ specified bound 15 equals destination size [-Wstringop-truncation] 784 | strncpy(qso_record.call, field_buffer(data_field[0],0),15); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c:785:27: warning: ‘strncpy’ specified bound 4 equals destination size [-Wstringop-truncation] 785 | strncpy(qso_record.rst_in, field_buffer(data_field[1],0), 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c:786:27: warning: ‘strncpy’ specified bound 4 equals destination size [-Wstringop-truncation] 786 | strncpy(qso_record.rst_out, field_buffer(data_field[2],0), 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c:787:27: warning: ‘strncpy’ specified bound 12 equals destination size [-Wstringop-truncation] 787 | strncpy(qso_record.name, field_buffer(data_field[3],0),12); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c:788:27: warning: ‘strncpy’ specified bound 14 equals destination size [-Wstringop-truncation] 788 | strncpy(qso_record.qth, field_buffer(data_field[4],0),14); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c:789:27: warning: ‘strncpy’ specified bound 7 equals destination size [-Wstringop-truncation] 789 | strncpy(qso_record.loc, field_buffer(data_field[5],0), 7); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c:790:27: warning: ‘strncpy’ specified bound 5 equals destination size [-Wstringop-truncation] 790 | strncpy(qso_record.freq, field_buffer(data_field[6],0), 5); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c:822:27: warning: ‘strncpy’ specified bound 15 equals destination size [-Wstringop-truncation] 822 | strncpy(qso_record.call, field_buffer(data_field[0],0),15); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c:823:27: warning: ‘strncpy’ specified bound 4 equals destination size [-Wstringop-truncation] 823 | strncpy(qso_record.rst_in, field_buffer(data_field[1],0), 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c:824:27: warning: ‘strncpy’ specified bound 4 equals destination size [-Wstringop-truncation] 824 | strncpy(qso_record.rst_out, field_buffer(data_field[2],0), 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c:825:27: warning: ‘strncpy’ specified bound 12 equals destination size [-Wstringop-truncation] 825 | strncpy(qso_record.name, field_buffer(data_field[3],0),12); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c:826:27: warning: ‘strncpy’ specified bound 14 equals destination size [-Wstringop-truncation] 826 | strncpy(qso_record.qth, field_buffer(data_field[4],0),14); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c:827:27: warning: ‘strncpy’ specified bound 7 equals destination size [-Wstringop-truncation] 827 | strncpy(qso_record.loc, field_buffer(data_field[5],0), 7); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c:828:27: warning: ‘strncpy’ specified bound 5 equals destination size [-Wstringop-truncation] 828 | strncpy(qso_record.freq, field_buffer(data_field[6],0), 5); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wall -march=native -O2 -D_FORTIFY_CODE=2 -O2 -march=i586 -mtune=i686 -fcommon -c -o sound.o sound.c gcc -Wall -march=native -O2 -D_FORTIFY_CODE=2 -lform -lncurses -lasound -lm -o lpsk31 cat.o main.o phase.o pskcodec.o screen.o sound.o install -m 755 --strip lpsk31 /usr/src/slapt-src-i486/ham/lpsk31/package-lpsk31/usr/bin Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src-i486/ham/lpsk31/lpsk31-1.3-i586-2salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/lpsk31 usr/doc/ usr/doc/lpsk31-1.3/ usr/doc/lpsk31-1.3/AUTHORS usr/doc/lpsk31-1.3/COPYING usr/doc/lpsk31-1.3/README usr/doc/lpsk31-1.3/lpsk31.SlackBuild usr/doc/lpsk31-1.3/lpsk31.html usr/doc/lpsk31-1.3/lpsk31rc usr/doc/lpsk31-1.3/p31g3plx.pdf Slackware package /usr/src/slapt-src-i486/ham/lpsk31/lpsk31-1.3-i586-2salix15.0.txz created. Installing package lpsk31-1.3-i586-2salix15.0... | lpsk31 (psk31 program for linux) | | lpsk31 is a ncurses console application for ham radio communications | in the popular PSK31 digital mode. | | Homepage: https://www.qsl.net/5b4az/ | | | | | | |