Search Criteria
Package Details: dump1090-fa-git 1:3.7.1.r0.g4061477-1
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: | |
Conflicts: | |
Provides: | |
Submitter: | anish |
Maintainer: | anish |
Last Packager: | anish |
Votes: | 12 |
Popularity: | 0.028514 |
First Submitted: | 2015-06-22 04:22 |
Last Updated: | 2019-07-06 01:10 |
Dependencies (4)
- lighttpd (lighttpd_minimal)
- rtl-sdr (rtl-sdr-keenerd-git, rtl-sdr-git, rtl-sdr-librtlsdr-git)
- bladerf>=2.0.2 (libbladerf-git, bladerf-git)
- git (git-git) (make)
Required by (2)
- flightradar24 (requires dump1090)
- piaware-git
Latest Comments
1 2 3 4 Next › Last »
davep commented on 2020-11-11 15:13
The lighttpd.conf must load the alias and redirect modules, eg
server.modules += ("mod_alias", "mod_redirect")
otherwise these error messages appear:
2020-11-11 14:51:18: (server.c.1517) WARNING: unknown config-key: url.redirect (ignored)
2020-11-11 14:51:18: (server.c.1517) WARNING: unknown config-key: alias.url (ignored)
This is with lighttpd 1.4.55
meijin commented on 2020-07-12 20:42
unable to compile: https://github.com/flightaware/dump1090/issues/70
privong commented on 2020-06-14 16:10
As of 14 June 2020, the master branch no longer compiles for me in Arch, due to a change in gcc (discussed in https://github.com/flightaware/dump1090/issues/65). A fix (adding
-fno-common
to the compiler flags) has been committed to the dev branch, but it hasn't been merged to master.In case anyone else encounters the same issue, I was able to compile/install the package by modifying the PKGBUILD file and adding:
git checkout dev
as a new line inbuild()
, just before themake
command.aoz commented on 2020-01-31 10:58
I've tested and confirmed that this works on aarch64, can you please add it to PKGBUILD?
meijin commented on 2019-08-04 08:22
The lighttpd.conf need to update from
gmap.html
toindex.html
. also I think thatdir.listing
should be disabled by defaulttest0 commented on 2019-07-16 14:11
@anish: working fine now, thanks!
anish commented on 2019-07-06 01:15
Should not have to anymore. Sorry for the delay here, the fixes were stuck in the devel branch for a while and not pushed to master. At some point I stopped looking, and it got delayed.
@test0 can you try and tell me if it still fails ? I only have armv6h, and works fine on that
rafael.castellar commented on 2019-07-04 23:41
Hi wingsuit...where exactly should I put this BLADERF=no? Tks
wingsuit commented on 2019-06-29 10:45
This wouldn't compile for me on Arch ARM but adding BLADERF=no onto the make flags line fixed the issue.
Not sure if there was already a better fix, the comments on this package were confusing.
cyrinux commented on 2019-06-14 19:03
Hi, patch is now useless, please remove it :)