Search Criteria
Package Details: framework-system-git r304.491a587-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/framework-system-git.git (read-only, click to copy) |
---|---|
Package Base: | framework-system-git |
Description: | Tool to interact with the framework system (git development version) |
Upstream URL: | https://frame.work |
Keywords: | bios ec esrt firmware framework laptop pd tool uefi |
Licenses: | MIT |
Conflicts: | framework-system |
Provides: | framework-system |
Submitter: | GreyXor |
Maintainer: | GreyXor |
Last Packager: | GreyXor |
Votes: | 6 |
Popularity: | 0.155991 |
First Submitted: | 2023-09-19 10:20 (UTC) |
Last Updated: | 2024-03-19 14:56 (UTC) |
Dependencies (7)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libusb (libusb-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR, systemd-libs-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
Latest Comments
obj_Obj commented on 2024-06-08 00:50 (UTC)
Please remove
cargo check
from the package, it does nothing useful and just uses more cpu when updatingczautiboy commented on 2024-02-14 23:29 (UTC) (edited on 2024-02-14 23:29 (UTC) by czautiboy)
This packages can no longer be installed. I got it to install only after I added pkg-config to the makedepends.
dyslexicjedi commented on 2023-12-05 21:00 (UTC)
If you have issues with /dev/cros_ec not found on an AMD system, there is a work around discussed here: https://github.com/FrameworkComputer/framework-system/issues/20
zekesonxx commented on 2023-11-22 21:14 (UTC)
I seem to be unable to compile this tool with LTO enabled. Causes libgit2-sys to not properly link to libgit2, which causes the whole thing to fail to compile.
Was able to fix by adding
OPTIONS=(!lto)
to the PKGBUILD.