Search Criteria
Package Details: ksud 3.1.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ksud.git (read-only, click to copy) |
|---|---|
| Package Base: | ksud |
| Description: | KernelSU userspace cli |
| Upstream URL: | https://kernelsu.org/ |
| Keywords: | kernelsu |
| Licenses: | GPL-3.0-or-later |
| Submitter: | chise0713 |
| Maintainer: | chise0713 |
| Last Packager: | chise0713 |
| Votes: | 1 |
| Popularity: | 0.078470 |
| First Submitted: | 2024-05-19 10:45 (UTC) |
| Last Updated: | 2026-02-05 03:16 (UTC) |
Dependencies (2)
- magiskboot-binAUR
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
Latest Comments
vitaliikuzhdin commented on 2026-01-29 09:09 (UTC)
"android16-6.12_kernelsu_$pkgvar.ko::https://github.com/tiann/$_srcname/releases/download/v$pkgver/android16-6.12_kernelsu.ko"Please fix the typo in
pkgver.axuanran commented on 2025-07-21 16:11 (UTC) (edited on 2025-08-11 02:50 (UTC) by axuanran)
Hello! I get this, I try to use rustup and set rustup default nightly , but this is of no use
``==> Extracting sources... -> Extracting KernelSU-1.0.5.tar.gz with bsdtar ==> Starting prepare()... error: failed to parse manifest at/home/xuanran/.cache/paru/clone/ksud/src/KernelSU-1.0.5/userspace/ksud/Cargo.toml`Caused by: feature
edition2024is requiredThe package requires the Cargo feature called
edition2024, but that feature is not stabilized in this version of Cargo (1.83.0 (5ffbef321 2024-10-29)). Consider trying a newer version of Cargo (this may require the nightly release). See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature. ==> ERROR: A failure occurred in prepare(). Aborting... error: failed to build 'ksud-1.0.5-1': error: packages failed to build: ksud-1.0.5-1```Right, I changed all of export RUSTUP_TOOLCHAIN= to nightly solve it
sorry, just update toolchain will solve it
chise0713 commented on 2024-08-26 03:35 (UTC)
@nyaruta Thank you for your feedback and suggestions!
I've discovered that the error with LTO occurs only when the build.rs linking functionality is not used. Please try the following patch:
This patch should resolve the LTO linking issue. If it works, I will update the PKGBUILD accordingly. Additionally, if we are not fetching our own magiskboot, we can remove the unzip makedepends.
<deleted-account> commented on 2024-08-14 05:52 (UTC)
Here is my PKGBUILD
<deleted-account> commented on 2024-08-14 05:50 (UTC)
Cannot build
Output:
Solved by adding
options=(!lto)chise0713 commented on 2024-05-19 13:00 (UTC) (edited on 2024-05-22 19:24 (UTC) by chise0713)
Usage example: