Search Criteria
Package Details: softu2f 0.4.2.r22.gda1c12d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/softu2f.git (read-only, click to copy) |
---|---|
Package Base: | softu2f |
Description: | Software U2F HID token daemon (rust-u2f) |
Upstream URL: | https://github.com/danstiner/rust-u2f |
Submitter: | grawity |
Maintainer: | None |
Last Packager: | grawity |
Votes: | 1 |
Popularity: | 0.001400 |
First Submitted: | 2019-11-04 09:03 (UTC) |
Last Updated: | 2023-09-17 17:30 (UTC) |
Dependencies (6)
- libdbus (dbus-gitAUR, dbus-selinuxAUR, libdbus-minimalAUR, dbus)
- libsystemd (systemd-chromiumos-libsAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, systemd-libs)
- openssl (openssl-gitAUR, openssl-staticAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rustup) (make)
Latest Comments
1 2 Next › Last »
ravenstar commented on 2024-02-26 19:24 (UTC)
Built only with
options=('!lto')
in the PKGBUILD.Details can be found here: https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0004-lto-by-default.rst
kousu commented on 2023-08-30 12:43 (UTC)
This is still failing for me, but with a different error now:
kousu commented on 2022-10-25 21:56 (UTC) (edited on 2022-10-25 21:57 (UTC) by kousu)
Attempt 1
Trying to build out of the current snapshot, the one tagged
on a fresh Arch install currently gives me
makepkg -s
Attempt 2
I tried using @grdgkjrpdihe's PKGBUILD below, the one tagged
and got the same error, though in a slightly different order:
makepkg -s
tl;dr
I'm guessing this is because the version of
tokio-linux-uhid
pinned is incompatible withI'm not really sure how to fix this, but if I figure it out you can all be sure I'll follow-up!
1ace commented on 2022-07-06 16:36 (UTC)
@grdgkjrpdihe: I've posted your PKGBUILD (with a few changes), and added you as a co-maintainer. I've also added @grawity. Feel free both to make any change as you see fit :)
grdgkjrpdihe commented on 2022-06-08 02:39 (UTC)
i wrote a git version based on your work
grawity commented on 2022-01-25 14:23 (UTC) (edited on 2022-01-25 14:24 (UTC) by grawity)
Sounds like I missed the entire prepare() section of the guidelines, which downloads sources as a separate step.
I don't use this package anymore (and don't really understand Rust build system yet), so I'd much prefer if someone else maintained it.
BlackDex commented on 2022-01-25 07:35 (UTC)
@grawity i just did a new install of this package, but it fails now. You need to remove the
--offline
flag during the build, else Cargo will not download the crates. This is no issue if you have them cached already but with a clean install it will not work.grawity commented on 2021-02-22 09:44 (UTC)
It enables a local socket that doesn't result in any running processes (quite similar to all the packages which install stuff to
/usr/share/dbus-1/system-services
), so I think I can get away with it.egrupled commented on 2021-02-21 21:40 (UTC) (edited on 2021-02-21 21:44 (UTC) by egrupled)
Hi, the latest commit[1] automatically enables systemd socket after package install which overrides Arch Linux default policy that leave newly installed services/sockets disabled[2] unless there is a good reason for that. I don't see that reason for softu2f therefore I think enabling softu2f service should be left to users. Could you revert that change?
[1] https://aur.archlinux.org/cgit/aur.git/commit/?h=softu2f&id=3f6f50703dc3168f136350e4f65ef6167dbd3592
[2] https://wiki.archlinux.org/index.php/systemd#Enable_installed_units_by_default
1 2 Next › Last »