Package Details: dump1090-fa-git 1:9.0.r0.ga80ba8f8-2

Git Clone URL: https://aur.archlinux.org/dump1090-fa-git.git (read-only, click to copy)
Package Base: dump1090-fa-git
Description: FlightAware/Mutability fork of dump1090, a simple Mode S decoder for RTLSDR devices.
Upstream URL: https://github.com/flightaware/dump1090
Keywords: dump1090 mutability
Licenses: BSD
Conflicts: dump1090, dump1090-git, dump1090_mr-git
Provides: dump1090, dump1090-fa
Submitter: anish
Maintainer: anish
Last Packager: anish
Votes: 15
Popularity: 0.001827
First Submitted: 2015-06-22 04:22 (UTC)
Last Updated: 2024-08-26 20:16 (UTC)

Required by (4)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

PanisSupraOmnia commented on 2019-02-16 17:45 (UTC) (edited on 2019-02-16 17:46 (UTC) by PanisSupraOmnia)

@kikoloche,I just had to take a look at this yesterday; the solution is either to add a .patch file or add this to the prepare() section of the PKGBUILD: sed -i 's/unsigned freq/bladerf_frequency freq/g' sdr_bladerf.c.

kikoloche commented on 2019-02-16 10:34 (UTC)

Upgrading to bladerf 2.0.2-1 break compilation process. I got this error:

sdr_bladerf.c: En la función ‘show_config’: sdr_bladerf.c:116:76: error: se pasa el argumento 3 de ‘bladerf_get_frequency’ desde un tipo de puntero incompatible [-Werror=incompatible-pointer-types] (status = bladerf_get_frequency(BladeRF.device, BLADERF_MODULE_RX, &freq)) < 0 || ^~~~~ In file included from sdr_bladerf.c:23: /usr/include/libbladeRF.h:1162:56: nota: se esperaba ‘bladerf_frequency ’ {también conocido como ‘long unsigned int ’} pero el argumento es de tipo ‘unsigned int ’ bladerf_frequency frequency); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~

Downgrading to bladerf-1.9.0 solves the problem

abcd567 commented on 2018-11-12 17:33 (UTC)

there seems to a be a mix-up of dump1090-fa and dump1090-mutability codes.

anish commented on 2018-09-12 20:17 (UTC)

thanks for the info @test0, I'll update as soon as I'm at a computer

test0 commented on 2018-09-12 20:05 (UTC)

@anish, please have a look at this: https://github.com/mutability/dump1090/commit/0ec2dd8915b7adcb6cb5925d2ac3bef74f159335

test0 commented on 2018-02-18 19:03 (UTC) (edited on 2018-02-18 20:50 (UTC) by test0)

Shouldn't this package be based on https://github.com/flightaware/dump1090?

midgard commented on 2017-08-13 11:29 (UTC)

There's an unquoted $srcdir on line 34 of the PKGBUILD.

anish commented on 2017-08-13 02:32 (UTC) (edited on 2017-08-13 02:38 (UTC) by anish)

@a36233 that fix is a bit incomplete, waiting for https://github.com/mutability/dump1090/pull/201 to merge but I've picked up the recommended fix for now

a36233 commented on 2017-08-12 17:17 (UTC) (edited on 2017-08-12 17:18 (UTC) by a36233)

fix to compile: https://github.com/meijin007/dump1090/commit/f7577b3b3c7c26e5352745447f667bd9e7c327a9