Search Criteria
Package Details: tpi 1.0.7-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/tpi.git (read-only, click to copy) |
---|---|
Package Base: | tpi |
Description: | Official Turing-Pi2 CLI tool |
Upstream URL: | https://turingpi.com/ |
Licenses: | Apache-2.0 |
Submitter: | svenr |
Maintainer: | svenr |
Last Packager: | svenr |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-08-02 11:33 (UTC) |
Last Updated: | 2024-11-13 10:55 (UTC) |
Dependencies (2)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
FabioLolix commented on 2024-11-12 17:42 (UTC) (edited on 2024-11-12 17:42 (UTC) by FabioLolix)
Hi,
git
is needed as makedependsApache-2.0
(SPDX identifier, current guidelines in license typing)arch=(x86_64 aarch64 armv7h)
instead ofany
because builded binaries are CPU specificoptions=(!lto)
is still neededRubenKelevra commented on 2024-11-11 08:17 (UTC)
This package should be named -bin or build by source, according to the AUR Submission Guidelines:
"Packages that use prebuilt deliverables, when the sources are available, must use the -bin suffix."
https://wiki.archlinux.org/title/AUR_submission_guidelines
Please change this package to a build from source processes or orphan it and create a *-bin package.
Thanks
Muflone commented on 2024-11-10 01:55 (UTC)
@svenr this software provides sources and this package should be then built from sources as they are available. If you don't want to build this package from sources but use a prebuilt binary files, like you done in version 1.0.7-1, you must name the package tpi-bin and leave this package name available for someone wanting to build this package from sources.
https://wiki.archlinux.org/title/AUR_submission_guidelines
FabioLolix commented on 2024-11-05 10:33 (UTC) (edited on 2024-11-05 16:32 (UTC) by FabioLolix)
This is now a disguised -bin pkgbuild and is not ok, please update like I posted
svenr commented on 2024-11-05 09:37 (UTC)
the issues are solved in v1.0.7
FabioLolix commented on 2024-10-29 16:48 (UTC)
Hello, this pkgbuild could have an update regarding packaging guidelines and rules
nogweii commented on 2024-05-26 05:23 (UTC)
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.)
aerolith commented on 2024-04-21 20:46 (UTC)
Cant seem to build the latest version -- error: linking with
cc
failed: exit status: 1