Search Criteria
Package Details: firmware-manager 0.1.5+15+ga45bdc7-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/firmware-manager.git (read-only, click to copy) |
|---|---|
| Package Base: | firmware-manager |
| Description: | Generic framework and GTK UI for firmware updates from system76-firmware and fwupd |
| Upstream URL: | https://github.com/pop-os/firmware-manager |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | libfirmware-manager |
| Submitter: | electrickite |
| Maintainer: | yochananmarqos |
| Last Packager: | yochananmarqos |
| Votes: | 11 |
| Popularity: | 0.23 |
| First Submitted: | 2020-04-02 02:45 (UTC) |
| Last Updated: | 2025-08-02 17:59 (UTC) |
Dependencies (9)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- libgudev
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- fwupd (fwupd-gitAUR, fwupd-starlabs-gitAUR) (optional) – Generic firmware updates
- system76-firmware-daemon (system76-firmware-daemon-gitAUR, system76-firmware-gitAUR, system76-firmware) (optional) – System76 firmware updates
Required by (2)
- system76-driver (optional)
- system76-driver-git (optional)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
yochananmarqos commented on 2022-10-15 15:46 (UTC)
@jcsanyi: Use
firmware-manager-git.jcsanyi commented on 2022-10-14 22:48 (UTC) (edited on 2022-10-14 22:49 (UTC) by jcsanyi)
I'm getting the same error that looks like it was reported and fixed last year:
dreieck commented on 2022-09-18 15:37 (UTC)
Can this package be changed so that everything needed to build gets downloaded in
prepare(), if not already downloaded via thesourcearray?(You can utilise
cargo fetchfor this.)Eeems commented on 2021-08-13 22:23 (UTC)
@yochananmarqos Can confirm, it builds now. Thanks!
yochananmarqos commented on 2021-08-13 18:24 (UTC)
@Eeems: Fixed!
Eeems commented on 2021-08-13 17:57 (UTC)
I'm getting the following error when trying to build.
yochananmarqos commented on 2021-03-21 14:44 (UTC) (edited on 2021-03-21 14:45 (UTC) by yochananmarqos)
@dreleck: That's just how Cargo works, it's a package manager and needs to download the dependencies. Go and NPM are similar in that regard.
dreieck commented on 2021-03-21 11:06 (UTC) (edited on 2021-03-21 11:12 (UTC) by dreieck)
This package fails to build on internet connection with 1 Mbit/s speed -- in
build()(!!), stuff gets downloaded, and some stuff seems to timeout before finished; somehing assumes a priviliged high speed internet connection:(The "Waiting for unfinished jobs...." and the "thread 'main' panicked at [...]" each take several minutes of time while still the internet connection is busy; maybe the download tries to finish while some hypervising thread thinks it failed?).
Is it possible for you to move all downloads into the source-array, so that
makepkg'sdownload configuration can be honoured? Alternatively, usingprepare()and using there some non-timeouting-while-still-data-is-slowly-flowing download method?Also note the "panicing" because of missing files ...
By the way, why does some static fixed version
rustcneeds to be downloaded inbuild()? This should be left tosource-array ... also enabling check summing possibility ...Thanks for maintaining!
« First ‹ Previous 1 2 3 Next › Last »