Search Criteria
Package Details: ksud 1.0.5-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: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-05-19 10:45 (UTC) |
Last Updated: | 2025-04-24 05:16 (UTC) |
Dependencies (2)
- magiskboot-binAUR
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup-gitAUR, rust, rustup) (make)
Latest Comments
axuanran commented on 2025-07-21 16:11 (UTC) (edited on 2025-07-21 16:35 (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
edition2024
is 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
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.
nyaruta commented on 2024-08-14 05:52 (UTC) (edited on 2024-08-14 06:56 (UTC) by nyaruta)
Here is my PKGBUILD
nyaruta commented on 2024-08-14 05:50 (UTC) (edited on 2024-08-14 05:50 (UTC) by nyaruta)
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: