abcd567a

Results 10 comments of abcd567a

# Build & Install dump1090-fa _WITHOUT bladeRF_ ### Installing dump1090-fa on **Debian 9.5 amd64 (on Intel PC)**. The asdsb-receiver project script failed due to packages for bladeRF. Installed by hand,...

> As far as Ubuntu 18.04+ support goes things still appear to be broken so the option to install dump1090-fa will remain hidden from Ubuntu 18.04+ users until it is...

My pre-built package for 64-bit bullseye for RaspberryPi OS (https://github.com/abcd567a/rpi) works without any issue of MLAT because before building piaware package, I did NOT install tcl-tls from repository by command...

Ran the install script again now, still failing with following error message: ``` In file included from readsb.h:101, from readsb.c:55: threadpool.h:36:14: fatal error: zstd.h: No such file or directory 36...

> Those installed? The script installs them i'd think. > > ``` > libzstd-dev libzstd1 > ``` **The `libzstd-dev` was NOT installed The `libzstd1` was installed** ``` abcd@ubuntu-24:~$ apt-cache policy...

> Feel free to remove the package and run the script again ... see if it installs it. I tried, and it failed again with error message. I have also...

### Package installation command CONTAINING package `librtlsdr0` : Package installation process was ABORTED ![image](https://github.com/wiedehopf/adsb-scripts/assets/28452511/323aebcc-2698-42d9-b1b3-3fa2e30067e2) ### Package installation command WITHOUT package `librtlsdr0` : Package installation process was COMPLETED ![image](https://github.com/wiedehopf/adsb-scripts/assets/28452511/aca96a23-f021-4708-add8-f23b2f48684d)

fa-mlat-client gives following runtime error: ModuleNotFoundError: No module named ‘asyncore’ [asyncore](https://docs.python.org/3.11/library/asyncore.html#module-asyncore) — Asynchronous socket handler **Deprecated** since version 3.6, **will be removed in version 3.12**: The [asyncore](https://docs.python.org/3.11/library/asyncore.html#module-asyncore) module is deprecated...

I have tried to resolve this issue in March 2024 with marcelotdurate (author of cx_Freeze) and obj Oliver Jowet (author of mlat-client). Please see following thread in Flightaware forums: https://discussions.flightaware.com/t/ubuntu-24-04-noble-numbat-desktop-server-install-piaware-dump1090-fa-dump978-fa-and-piaware-web/90939)...

Yes, the work required is to update mlat-client source code to be compatible with python3.12 which uses `asyncio` instead of `asyncore` used by python3.11 and earlier. Debian 13 Trixi Sed...