Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian Trixie and Ubuntu Noble Numbat compatibility. #26

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

jprochazka
Copy link

@jprochazka jprochazka commented Jul 21, 2024

AKA, Python 3.12+ compatibility.

This pull request contains a fix utilizing cx_freeze v7.2.0 with the addition of requiring the python3-pyasyncore package to be installed when ./sensible-build <pixie|noble> is specified. Changes were made to the README.md file as well such as the addition of a command to be ran in conjunction with the initial dependency command when installing PiAware on Trixie or Noble along with the removal of "special characters" in said commands so people can utilize the GitHub code copy function without having to edit the pasted command. I also modified the dpkg-buildpackage command outlined in the README.md to match that of the command used for dump1090-fa to dpkg-buildpackage -b --no-sign after running into a signing issue.

NOTE:

This has been tested in a live Ubuntu Nobel Numbat environment. And I was able to confirm MLAT data was received and acknowledge via journalctl and the FlightAware receiver statistics page. Testing on Debian Trixie however was not completed due to installation issues I encountered using the latest test ISO from Debian.

Trixie is still a way off where Noble Numbat is a current LTS release which is why I am submitting this pull request now. That and the problem was narrowed down to a Python 3.12+ which both releases utilize. It should be noted that both python3-filelock and python3-pyasyncore currently reside in the Trixie package list which should fulfill the needs of cx_freeze and the asyncore issues on Trixie as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant