turing-machines / tpi

CLI tool to control your Turing Pi 2 board
https://docs.turingpi.com/docs/turing-pi2-tpi-cli
Apache License 2.0
29 stars 3 forks source link

arch package fails to build without updated depemdencies #29

Closed dlasky closed 4 months ago

dlasky commented 5 months ago

builds fine off main when run locally. seems like we just need a release bump

svenrademakers commented 4 months ago

bumped the tpi package v1.0.6 to AUR, thanks for reporting

dlasky commented 4 months ago

Hrm annoyingly that didnt do it

Someone left this excellent comment on the aur package however:

nogweii [1] added the following comment to tpi [2]:

Could you add options=('!lto') to the PKGBUILD? Disabling LTO makes compiling work on x86-64 platforms (otherwise you get a bunch of linker errors).

There is a bunch of discussion among the pacman devs on how to solve this, but that isn't going quickly. (Nor should it! It's complicated.)