jprochazka / adsb-receiver

Create your own ADS-B receiver.
https://adsbreceiver.net
MIT License
582 stars 126 forks source link

Add support for Oracular Oriole. #610

Open jprochazka opened 1 month ago

jprochazka commented 1 month ago

The October 10th, 2024 release date for Ubuntu 24.10 Oracular Oriole is drawing near. Changes will need to be made to a handful of scripts in order to support this new release. These changes should be made ahead of time so that not only issues within this project can be identified and addressed but possible third-party issues can be identified and reported before officially announcing support for Oracular.

I am expecting that issue #575 will not be addressed in time. If this is ends up being the case Oracular will need to use my piaware_builder fork for the time being just like Noble...

jprochazka commented 2 days ago

The calloc method is being called incorrectly in the current dump1090 source code. When compiling dump1090 on Ubuntu Oracular Oriole GCC is throwing an error due to the order in which the parameters are being set. The pull request linked below addresses this issue but will not be merged into the master branch until the next release.

https://github.com/flightaware/dump1090/pull/239

It should be noted that this issue affects the PiAware as well being the dump1090 repository is addressed by piaware_builder when the PiAware package is being built.