Search Criteria
Package Details: linux-mkopec-git-headers 6.18.6.r17.1834061e103f-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/linux-mkopec-git.git (read-only, click to copy) |
|---|---|
| Package Base: | linux-mkopec-git |
| Description: | Headers and scripts for building modules for the Linux with curent work from mkopec kernel |
| Upstream URL: | https://github.com/mkopec/linux.git |
| Licenses: | GPL-2.0-only |
| Submitter: | mihau |
| Maintainer: | mihau |
| Last Packager: | mihau |
| Votes: | 3 |
| Popularity: | 0.67 |
| First Submitted: | 2026-02-20 11:24 (UTC) |
| Last Updated: | 2026-02-20 11:24 (UTC) |
Dependencies (16)
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- cpio (cpio-gitAUR) (make)
- flex (flex-gitAUR) (make)
- gettext (gettext-gitAUR, gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libelf (elfutils-gitAUR, elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (placeholder-for-pythonAUR) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, placeholder-for-rustAUR, rustup) (make)
- rust-bindgen (rust-bindgen-gitAUR) (make)
- rust-src (rustup-gitAUR, rust-src-gitAUR, rustup) (make)
- tar (tar-gitAUR, uutils-tar-gitAUR) (make)
- xz (xz-gitAUR) (make)
Latest Comments
nlflint commented on 2026-04-03 06:39 (UTC) (edited on 2026-04-03 06:42 (UTC) by nlflint)
You can make this compile faster by using the MAKEFLAGS env var to use all your threads. For example, run yay like this:
MAKEFLAGS="-j$(nproc)" yay -S linux-mkopec-git linux-mkopec-git-headersrcmz commented on 2026-02-28 15:00 (UTC) (edited on 2026-02-28 17:58 (UTC) by rcmz)
i was getting
fixed it by removing
rustupand installingrustinstead.also, consider adding
-j$(nproc)tomake allto avoid waiting all day.