piaware_builder
piaware_builder copied to clipboard
Debian package builder for piaware
Hello, following the release of debian 11 arm64 for Raspberry PI, I switched my RPI 3B and tried to compile piaware with clang and optimizations permitting to later increase the...
Hi, I was updating some of my Docker builds to use Debian 11 and ran into a dependency issue using the buster build config. Per [this Debian bug](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822670) the transitional...
Add a script to build the debs via Docker. The aim of this is to enable a simple and clean way to build the debs without affecting the current system....
I am attempting to build on Ubuntu 24.04 LTS and running in to a problem, looks like my version of Python3 may be too new? ``` File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 924,...
**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 ` is specified. Changes...
Updated git clone of dump-978 from v9.0 to dev as well.
The main changes here are to the mlat-client build process: we build cx_freeze (8.5.0),freeze-core(0.4.2) & mlat-client using the system python3-build and the system python libraries, then install using the system...
Hi, It fails to build on debian trixie (Python 3.13.5) when attempting to use the bookworm parameter. ``` running build_ext creating build/temp.linux-x86_64-cpython-313/source/bases x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/user/git/piaware_builder/package-bookworm=. -fstack-protector-strong -fstack-clash-protection -Wformat...