Search Criteria
Package Details: linux-rust-docs 6.10.10.arch1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-rust.git (read-only, click to copy) |
---|---|
Package Base: | linux-rust |
Description: | Documentation for the Rust Linux kernel |
Upstream URL: | https://github.com/rnestler/archpkg-linux-rust |
Licenses: | GPL2 |
Submitter: | rnestler |
Maintainer: | rnestler |
Last Packager: | rnestler |
Votes: | 3 |
Popularity: | 0.43 |
First Submitted: | 2022-12-20 21:45 (UTC) |
Last Updated: | 2024-10-04 09:49 (UTC) |
Dependencies (17)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- graphviz (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- libelf (elfutils-gitAUR) (make)
- lld (llvm-rocm-gitAUR, llvm-gitAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-yaml (python-yaml-gitAUR) (make)
- rustup (rustup-gitAUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- texlive-latexextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- xz (xz-gitAUR) (make)
Required by (0)
Sources (5)
- config
- https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.10.tar.sign
- https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.10.tar.xz
- https://github.com/archlinux/linux/releases/download/v6.10.10-arch1/linux-v6.10.10-arch1.patch.zst
- https://github.com/archlinux/linux/releases/download/v6.10.10-arch1/linux-v6.10.10-arch1.patch.zst.sig
Latest Comments
1 2 Next › Last »
crazyboycjr commented on 2024-10-03 19:02 (UTC) (edited on 2024-10-08 16:49 (UTC) by crazyboycjr)
This is minor, but it looks like the PKGBUILD is missing this dependency
python-yaml
. @rnestler Would you mind addingpython-yaml
tomakedepends
?Update: Thanks for updating! It was quick.
rnestler commented on 2024-09-16 09:54 (UTC)
According to https://rust-for-linux.com/rust-version-policy this should change with the 6.11 kernel, so that we could use the packaged versions of rustc and the compiler.
Btw. if you want to propose changes to the PKGBUILD you can create a PR in https://github.com/rnestler/archpkg-linux-rust.
rnestler commented on 2024-09-16 09:44 (UTC) (edited on 2024-09-16 09:44 (UTC) by rnestler)
Ah, that will probably be hard to support, since currently Rust support in the Linux kernel needs exact versions of the Rust compiler and the bindgen tool.
But I guess you'd need to add
~/.cargo/bin
to the PATH, since that's where cargo will install it. (/build/.cargo/bin/
in your case judging from the output).graysky commented on 2024-09-16 08:55 (UTC)
Ah, I am building in a clean chroot, not on the live filesystem. I added
rustup default stable
to the prepare function but encountered another error:https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
rnestler commented on 2024-09-16 07:37 (UTC)
@graysky Is
rustup
otherwise working for you? Can you try to executerustup show
in your home directory and then in thelinux-rust
PKBGUILD directory?In the PKGBUILD directory it should show something similar to
Otherwise try to run the command the error suggests:
rustup default stable
.graysky commented on 2024-09-15 21:42 (UTC)
I get this failure, any advice?
rnestler commented on 2024-07-16 17:53 (UTC)
@user20159 Could you get it to build? I added a check to the PKGBUILD now which should verify that Rust support is really available.
rnestler commented on 2024-07-02 16:16 (UTC) (edited on 2024-07-02 16:19 (UTC) by rnestler)
@user20159 Judging from the build logs Rust support gets disabled during the config step:
It looks like something is missing on your system. Maybe
rustup
isn't configured correctly or something?Can you do
user20159 commented on 2024-07-01 16:32 (UTC)
I tried both. It does not matter whether I use an AUR helper or run git clone + makepkg -sri manually, the same error occurs in both cases, also with the new version. See the full build log here: https://codeberg.org/LukeLR/gists/src/branch/main/rust-linux-build.log
rnestler commented on 2024-06-30 17:33 (UTC)
It's not a known issue. The file should be there. Did you build the packages manually with
makepkg
aftergit clone
or with a helper likeyay
?1 2 Next › Last »