Search Criteria
Package Details: linrad 05.01-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/linrad.git (read-only, click to copy) |
---|---|
Package Base: | linrad |
Description: | Software defined radio receiver for x11 |
Upstream URL: | https://www.sm5bsz.com/linuxdsp/linrad.htm |
Keywords: | fft ham rf sdr transceiver |
Licenses: | MIT |
Submitter: | None |
Maintainer: | None |
Last Packager: | 0b100100 |
Votes: | 16 |
Popularity: | 0.000015 |
First Submitted: | 2011-03-19 11:46 (UTC) |
Last Updated: | 2022-01-11 22:30 (UTC) |
Dependencies (6)
- libusb-compat (libusb0AUR)
- libxext (libxext-gitAUR)
- portaudio
- icoutils (make)
- nasm (nasm-gitAUR) (make)
- hamradio-menusAUR (optional) – XDG menus for ham radio software
Latest Comments
1 2 Next › Last »
hanskramer commented on 2021-03-08 15:31 (UTC) (edited on 2021-03-08 15:32 (UTC) by hanskramer)
This seems to be not updated anymore like this, the source code repository on sourceforge seems to be maintained, so you may choose linrad-svn
GI_Jack commented on 2020-03-29 16:22 (UTC)
etwork.c:2584:25: error: ‘%d’ directive writing between 1 and 11 bytes into a region of size 10 [-Werror=format-overflow=] 2584 | sprintf(ss,"ON (port=%d)",net.port+NN_TIMF2OUT-NN_OUT_ZERO); | ^~ network.c:2584:14: note: directive argument in the range [-2147483644, 2147483647] 2584 | sprintf(ss,"ON (port=%d)",net.port+NN_TIMF2OUT-NN_OUT_ZERO); | ^~~~~~~~~~~~~~~ network.c:2584:3: note: ‘sprintf’ output between 13 and 23 bytes into a destination of size 20 2584 | sprintf(ss,"ON (port=%d)",net.port+NN_TIMF2OUT-NN_OUT_ZERO); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ network.c:2597:25: error: ‘%d’ directive writing between 1 and 11 bytes into a region of size 10 [-Werror=format-overflow=] 2597 | sprintf(ss,"ON (port=%d)",net.port+NN_BASEBOUT-NN_OUT_ZERO); | ^~ network.c:2597:14: note: directive argument in the range [-2147483642, 2147483647] 2597 | sprintf(ss,"ON (port=%d)",net.port+NN_BASEBOUT-NN_OUT_ZERO); | ^~~~~~~~~~~~~~~ network.c:2597:3: note: ‘sprintf’ output between 13 and 23 bytes into a destination of size 20 2597 | sprintf(ss,"ON (port=%d)",net.port+NN_BASEBOUT-NN_OUT_ZERO); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ network.c:2610:25: error: ‘%d’ directive writing between 1 and 11 bytes into a region of size 10 [-Werror=format-overflow=] 2610 | sprintf(ss,"ON (port=%d)",net.port+NN_BASEBRAWOUT-NN_OUT_ZERO); | ^~ network.c:2610:14: note: directive argument in the range [-2147483641, 2147483647] 2610 | sprintf(ss,"ON (port=%d)",net.port+NN_BASEBRAWOUT-NN_OUT_ZERO); | ^~~~~~~~~~~~~~~ network.c:2610:3: note: ‘sprintf’ output between 13 and 23 bytes into a destination of size 20 2610 | sprintf(ss,"ON (port=%d)",net.port+NN_BASEBRAWOUT-NN_OUT_ZERO); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: [Makefile:2077: afedri.om] Error 1 make: Waiting for unfinished jobs.... lsetad.c: In function ‘set_rx_io’: lsetad.c:4376:36: error: ‘%s’ directive writing up to 255 bytes into a region of size 236 [-Werror=format-overflow=] 4376 | sprintf(s,"SOUNDCARD =%s",alsa_dev_soundcard_name); | ^~ ~~~~~~~~~~~~~~~~~~~~~~~ lsetad.c:4376:5: note: ‘sprintf’ output between 21 and 276 bytes into a destination of size 256 4376 | sprintf(s,"SOUNDCARD =%s",alsa_dev_soundcard_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lsetad.c:4507:36: error: ‘%s’ directive writing up to 255 bytes into a region of size 235 [-Werror=format-overflow=] 4507 | sprintf(s1,"send format = %s",s); | ^~ ~ lsetad.c:4507:3: note: ‘sprintf’ output between 22 and 277 bytes into a destination of size 256 4507 | sprintf(s1,"send format = %s",s); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lsetad.c:4606:40: error: ‘%s’ directive writing up to 255 bytes into a region of size 236 [-Werror=format-overflow=] 4606 | sprintf(s,"SOUNDCARD =%s",alsa_dev_soundcard_name); | ^~ ~~~~~~~~~~~~~~~~~~~~~~~ lsetad.c:4606:9: note: ‘sprintf’ output between 21 and 276 bytes into a destination of size 256 4606 | sprintf(s,"SOUNDCARD =%s",alsa_dev_soundcard_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make: *** [Makefile:2205: network.om] Error 1 modesub.c: In function ‘raw2wav’: modesub.c:377:23: error: ‘%s’ directive writing up to 255 bytes into a region of size 69 [-Werror=format-overflow=] 377 | sprintf(s,"Input file %s uses %d bits per sample",fnam,bits); | ^~ ~~~~ modesub.c:377:11: note: directive argument in the range [16, 18] 377 | sprintf(s,"Input file %s uses %d bits per sample",fnam,bits); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ modesub.c:377:1: note: ‘sprintf’ output between 36 and 291 bytes into a destination of size 80 377 | sprintf(s,"Input file %s uses %d bits per sample",fnam,bits); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ modesub.c: In function ‘display_rx_input_source’: modesub.c:2359:33: error: ‘%s’ directive writing up to 79 bytes into a region of size 72 [-Werror=format-overflow=] 2359 | sprintf(ss,"Parport %s:%d",st,wse.parport_pin); | ^~ ~~ modesub.c:2359:13: note: ‘sprintf’ output between 11 and 100 bytes into a destination of size 80 2359 | sprintf(ss,"Parport %s:%d",st,wse.parport_pin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lsetad.c: In function ‘set_tx_io’: lsetad.c:5819:29: error: ‘%s’ directive writing up to 255 bytes into a region of size 245 [-Werror=format-overflow=] 5819 | sprintf(s,"Soundcard =%s",alsa_dev_soundcard_name); | ^~ ~~~~~~~~~~~~~~~~~~~~~~~ lsetad.c:5819:7: note: ‘sprintf’ output between 12 and 267 bytes into a destination of size 256 5819 | sprintf(s,"Soundcard =%s",alsa_dev_soundcard_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lsetad.c:5957:27: error: ‘%s’ directive writing up to 255 bytes into a region of size 245 [-Werror=format-overflow=] 5957 | sprintf(s,"Soundcard =%s",alsa_dev_soundcard_name); | ^~ ~~~~~~~~~~~~~~~~~~~~~~~ lsetad.c:5957:5: note: ‘sprintf’ output between 12 and 267 bytes into a destination of size 256 5957 | sprintf(s,"Soundcard =%s",alsa_dev_soundcard_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
freaknils commented on 2016-06-08 11:25 (UTC) (edited on 2016-06-08 11:25 (UTC) by freaknils)
pablo1 commented on 2016-02-28 15:11 (UTC)
not_anonymous commented on 2015-02-27 14:50 (UTC)
maze commented on 2014-07-30 13:00 (UTC)
phillid commented on 2014-07-01 07:10 (UTC)
alexf91 commented on 2014-04-15 17:30 (UTC)
maze commented on 2013-10-22 06:56 (UTC)
1 2 Next › Last »